Searched refs:start (Results 201 - 225 of 4032) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbdf.vim14 \ start='^STARTFONT\>' end='^ENDFONT\>'
23 syn region bdfComment contained start='^COMMENT\>' end='$'
27 \ start='^FONT\>' end='$'
30 \ start='^SIZE\>' end='$' contains=bdfNumber
33 \ start='^FONTBOUNDINGBOX' end='$'
37 \ start='^STARTPROPERTIES' end='^ENDPROPERTIES'
52 syn region bdfString contained start=+"+ skip=+""+ end=+"+
55 \ matchgroup=bdfKeyword start='^CHARS' end='$'
59 \ start='^STARTCHAR' end='^ENDCHAR'
64 \ start
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep044.tcl155 set start 0
156 eval rep_test $method $menv0 NULL $niter $start $start 0 0 $largs
157 incr start $niter
171 set start [do_switch $method $niter $start $menv0 $cenv $largs]
201 set start [do_switch $method $niter $start $menv0 $cenv $largs]
212 set start [do_switch $method $niter $start
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Djs.pl17 $proxy->start;
H A Drfc.pl18 $proxy->start;
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Djs.pl17 $proxy->start;
H A Drfc.pl18 $proxy->start;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duset_imp.h31 USetAddRange(USet *set, UChar32 start, UChar32 end);
40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dformat.cpp179 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1 local
182 pattern.extract(start,stop-start,parseError.preContext,0);
184 parseError.preContext[stop-start] = 0;
187 start = pos+1;
190 pattern.extract(start,stop-start,parseError.postContext,0);
192 parseError.postContext[stop-start]= 0;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dreptest.cpp36 * If at start, use the following character<br>
90 void extractBetween(int32_t start, int32_t limit, UnicodeString& result) const { argument
91 chars.extractBetween(start, limit, result);
121 void fixStyles(int32_t start, int32_t limit, int32_t newLen) { argument
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
125 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) {
126 newStyle = styles.charAt(start
145 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) argument
154 copy(int32_t start, int32_t limit, int32_t dest) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_icu.cpp82 const char *start; local
107 start=u_skipWhitespace(line);
108 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) {
115 for(end=(char *)start; *end!=0 && *end!=' ' && *end!='\t'; ++end) {}
124 listPkg->addFile(filesPath, start);
126 listPkg->addItem(start);
129 // find the start of the next item or exit the loop
130 if(end==NULL || *(start=u_skipWhitespace(end+1))==0) {
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPageReservation.h43 Before using memory it must be committed by calling commit, which is passed start
77 void commit(void* start, size_t size) argument
80 ASSERT(isPageAligned(start));
82 ASSERT(contains(start, size));
85 OSAllocator::commit(start, size, m_writable, m_executable);
88 void decommit(void* start, size_t size) argument
91 ASSERT(isPageAligned(start));
93 ASSERT(contains(start, size));
96 OSAllocator::decommit(start, size);
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drc.dce-clean18 start)
28 echo "Usage: $0 {start|stop}"
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dbitesize.d62 * Process io start
64 io:::start
H A Dintbycpu.d42 sdt:::interrupt-start { @num[cpu] = count(); }
H A Diofileb.d48 io:::start
/macosx-10.10.1/dtrace-147/DTTk/Cpu/
H A Dintbycpu.d42 sdt:::interrupt-start { @num[cpu] = count(); }
/macosx-10.10.1/dtrace-147/DTTk/Disk/
H A Dbitesize.d62 * Process io start
64 io:::start
H A Diofileb.d48 io:::start
/macosx-10.10.1/dtrace-147/test/tst/common/aggs/
H A Dtst.denormalize.d44 start = timestamp;
H A Dtst.denormalizeonly.d45 start = timestamp;
/macosx-10.10.1/dtrace-147/test/tst/common/misc/
H A Dtst.haslam.d41 start = timestamp;
/macosx-10.10.1/libauto-186/auto_tester/
H A Dauto_perf.c35 uint64_t duration(uint64_t start, uint64_t end) { argument
36 return (end - start) * timebase.numer / timebase.denom;
56 uint64_t start, end; local
62 start = mach_absolute_time();
65 printf("sleep of %d ns ==> %s\n", d, duration_description(duration(start, end), buf, sizeof(buf)));
78 uint64_t start, end; local
82 start = mach_absolute_time();
87 d = duration(start, end);
/macosx-10.10.1/libdispatch-442.1.4/src/shims/
H A Dperfmon.h67 uint64_t start = _dispatch_absolute_time()
69 _dispatch_queue_merge_stats(start)
/macosx-10.10.1/libdispatch-442.1.4/tools/
H A Ddispatch_timers.d40 dispatch$target:libdispatch*.dylib::timer-fire /!start/ {
41 start = walltimestamp;
59 (walltimestamp-start)/1000, probename, arg0,
85 printf("%8dus %-15s: 0x%0?p%-70s", (walltimestamp-start)/1000, probename,
H A Ddispatch_trace.d43 dispatch$target:libdispatch*.dylib::callout-return /!start/ {
44 start = walltimestamp;
57 (walltimestamp-start)/1000, cpu, tid, probefunc, probename, arg0,
72 (walltimestamp-start)/1000, cpu, tid, probefunc, probename, arg0,

Completed in 272 milliseconds

1234567891011>>