Searched refs:stop (Results 1 - 25 of 771) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.stopbadarg.d31 * stop() should generate an error if any arguments are sent.
33 * SECTION: Actions and Subroutines/stop()
40 stop("badarg");
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/Java/
H A DDNSSDService.java35 void stop(); method in interface:DNSSDService
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DResponsivenessTimer.cpp42 m_timer.stop();
47 m_timer.stop();
69 void ResponsivenessTimer::stop() function in class:WebKit::ResponsivenessTimer
77 m_timer.stop();
/macosx-10.10.1/text_cmds-88/colrm/
H A Dcolrm.c68 u_long column, start, stop; local
83 start = stop = 0;
86 if(argv[1]) stop = strtol(argv[1], &p, 10);
87 if (stop <= 0 || *p)
101 if (stop && start > stop)
102 errx(1, "illegal start and stop columns");
125 if ((!start || column < start || (stop && column > stop)) &&
143 (void)fprintf(stderr, "usage: colrm [start [stop]]\
[all...]
/macosx-10.10.1/BootCache-109/
H A Dkext_glue.cpp19 virtual void stop(IOService *provider);
38 com_apple_BootCache::stop(IOService *provider) function in class:com_apple_BootCache
43 IOService::stop(provider);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/testkext/
H A Dtestvmx.h15 virtual void stop( IOService * provider );
H A Dtestvmx.cpp39 testvmx::stop( IOService * provider ) function in class:testvmx
43 super::stop(provider);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dspacer.tcl69 set stop [expr {$delta - $woffset - 1}]
71 append result [string range $data 0 $stop]
74 set woffset $stop
81 set stop [expr {$at + $delta - 1}]
82 while {$stop < $len} {
83 append result [string range $data $at $stop]
86 incr stop $delta
93 if {($at < $len) && ($stop >= $len)} {
114 set stop [expr {$at + $iter - 1}]
115 while {$stop <
[all...]
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest62.conf4 $stop>
8 "Line:3-4 stop at $stop"
/macosx-10.10.1/libclosure-65/objectTests/
H A DenumerateObjectsUsingBlock.m16 [empty enumerateObjectsUsingBlock: ^(id obj __unused, NSUInteger idx __unused, BOOL *stop __unused) {
26 [three enumerateObjectsUsingBlock: ^(id obj, NSUInteger idx __unused, BOOL *stop) {
29 *stop = YES;
31 fail("Block called after stop was set");
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dengine.ih8 static char *dissect(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
9 static char *backref(register struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno lev);
10 static char *fast(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
11 static char *slow(register struct match *m, char *start, char *stop, sopno startst, sopno stopst);
12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch, register states aft);
26 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dspectrogram.py11 def stop(): function
12 snd.stop()
24 Button(f, bitmap='snackStop', command=stop).pack(side='left')
H A Dgenerator.py16 s.stop()
19 def stop(): function
20 s.stop()
59 Button(fb, bitmap='snackStop', command=stop).pack(side='left')
H A Dmixplay.py20 def stop(): function
21 snd1.stop()
22 snd2.stop()
54 Button(fb, bitmap='snackStop', command=stop).pack(side='left')
/macosx-10.10.1/llvmCore-3425.0.34/tools/lli/
H A DRemoteTarget.h88 void stop();
91 ~RemoteTarget() { if (IsRunning) stop(); }
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGradientSlider.js87 return this._selectedKnob ? this._selectedKnob.stop : null;
122 knob.stop.offset = knob.x / WebInspector.GradientSlider.Width;
136 this._stops.remove(knob.stop);
150 this.delegate.gradientSliderStopWasSelected(this, knob.stop);
187 var stop = {offset: this._shadowKnob.x / WebInspector.GradientSlider.Width, color: this._shadowKnob.wellColor};
188 this._stops.push(stop);
192 this._knobs[this._stops.indexOf(stop)].selected = true;
234 for (var stop of this._stops)
235 gradient.addColorStop(stop.offset, stop
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/efl/
H A DRunLoopEfl.cpp54 void RunLoop::stop() function in class:WTF::RunLoop
95 stop();
113 stop();
120 void RunLoop::TimerBase::stop() function in class:WTF::RunLoop::TimerBase
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dzt.h133 dns_zt_load(dns_zt_t *zt, isc_boolean_t stop);
136 dns_zt_loadnew(dns_zt_t *zt, isc_boolean_t stop);
138 * Load all zones in the table. If 'stop' is ISC_TRUE,
139 * stop on the first error and return it. If 'stop'
159 dns_zt_apply(dns_zt_t *zt, isc_boolean_t stop,
163 dns_zt_apply2(dns_zt_t *zt, isc_boolean_t stop, isc_result_t *sub,
167 * If 'stop' is 'ISC_TRUE' then walking the zone tree will stop if
175 * \li ISC_R_SUCCESS if action was applied to all nodes. If 'stop' i
[all...]
/macosx-10.10.1/dtrace-147/dtrace_dof_kext/
H A Ddtrace_dof.h10 virtual void stop(IOService *provider);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dmixplay.tcl20 proc stop {} { procedure
21 s1 stop
22 s2 stop
51 pack [button $fb.bs -bitmap snackStop -command stop] -side left
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dttkprogress.tcl41 ttk::button $w.stop -text "Stop Progress" -command [list \
42 doBars stop $w.p1 $w.p2]
46 grid $w.start $w.stop -padx 10 -pady 5
48 grid configure $w.stop -sticky w
/macosx-10.10.1/xnu-2782.1.97/osfmk/prng/
H A Drandom.h93 uint64_t stop; \
97 stop = mach_absolute_time(); \
99 assert(stop - start < 10*NSEC_PER_MSEC || \
102 (void) stop; \
/macosx-10.10.1/zsh-61/zsh/Completion/Debian/Command/
H A D_update-rc.d9 '2:command:(remove defaults start stop)' \
21 .) _wanted commands expl commands compadd start stop && return ;;
22 start|stop) _message -e number 'sequence number' ;;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Ddacceptor.tcl52 variable stop ; # Stop state, causing immediate non-acceptance when entered.
73 # Our sink is a stop state.
74 set stop [struct::set difference [$tmp states] $before]
79 set stop {}
126 if {$state eq $stop} {
127 # This is a known sink, we can stop processing input now.
141 if {$state eq $stop} {
142 # This is a known sink, we can stop processing input now.
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_glob.c21 CONST Tcl_UniChar *stop, /* First char _after_ string */
41 CONST Tcl_UniChar *stop = string + strlen; local
72 sm = Exp_StringCaseMatch2(string,stop,pattern,pstop,nocase);
91 while (*s && (s < stop) && *pattern != *s) {
100 for (;s < stop; s++) {
101 ssm = Exp_StringCaseMatch2(s,stop,pattern,pstop,nocase);
126 Exp_StringCaseMatch2(string,stop,pattern,pstop,nocase) /* INTL */
128 register CONST Tcl_UniChar *stop; /* First char _after_ string */
143 expDiagLogU(expPrintifyUni(string,stop-string));
155 expDiagLogU(expPrintifyUni(string,stop
[all...]

Completed in 232 milliseconds

1234567891011>>