Home
last modified time | relevance | path

Searched refs:start (Results 1851 - 1875 of 7130) sorted by relevance

1...<<71727374757677787980>>...286

/third_party/node/benchmark/url/
H A Dwhatwg-url-properties.js16 bench.start();
28 bench.start();
/third_party/node/benchmark/misc/
H A Dpunycode.js52 bench.start();
59 bench.start();
/third_party/ninja/src/
H A Dcanon_perftest.cc36 int64_t start = GetTimeMillis(); in main() local
41 int delta = (int)(GetTimeMillis() - start); in main()
/third_party/node/benchmark/es/
H A Ddefaultparams-bench.js24 bench.start();
31 bench.start();
/third_party/node/deps/icu-small/source/i18n/
H A Dremtrans.cpp64 text.handleReplaceBetween(index.start, index.limit, empty); in handleTransliterate()
65 int32_t len = index.limit - index.start; in handleTransliterate()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-disable.c51 time_t start = time(0); in test_malloc_while_disabled() local
55 size_t seconds = end - start; in test_malloc_while_disabled()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatchTest.java39 assertEquals(match1.start(), match2.start()); in testValueTypeSemantics()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.cpp32 void Token::setAtStartOfLine(bool start) in setAtStartOfLine() argument
34 if (start) in setAtStartOfLine()
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
H A Dsrtest.cpp35 int32_t start = scriptRun.getScriptStart(); in main() local
39 printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, end); in main()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexEcho.cpp20 oboe::Result FullDuplexEcho::start() { in start() function in FullDuplexEcho
23 return FullDuplexStream::start(); in start()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiEventThread.java62 public void start() { in start() method in MidiEventThread
65 mEventThread.start(); in start()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DPlayer.cpp55 void Player::renderSilence(float *start, int32_t numSamples){ in renderSilence() argument
57 start[i] = 0; in renderSilence()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-os2-unicode-ranges.py44 start = ("0x%X" % ranges[0]).rjust(8) variable
48 print (" {%s, %s, %s}, // %s" % (start, end, bit, ranges[3]))
/third_party/python/Lib/turtledemo/
H A Dchaos.py32 def plot(fun, start, color):
34 x = start
/third_party/typescript/tests/baselines/reference/
H A DExportModuleWithAccessibleTypesOnItsExportedMembers.js12 constructor(start: Point, end: Point) {
38 function Line(start, end) {
/third_party/skia/docs/examples/
H A DPath_Direction.cpp21 for (unsigned start : { 0, 1, 2, 3 } ) { in REG_FIDDLE()
23 path.addRect(rect, direction, start); in REG_FIDDLE()
/third_party/selinux/libsepol/cil/src/
H A Dcil_stack.h44 #define cil_stack_for_each_starting_at(stack, start, pos, item) \
45 for (pos = start, item = cil_stack_peek_at(stack, pos); item != NULL; pos++, item = cil_stack_peek_at(stack, pos))
/third_party/rust/crates/once_cell/examples/
H A Dtest_synchronization.rs19 let start = std::time::Instant::now(); in main()
26 println!("{:?}", start.elapsed()); in main()
H A Dbench.rs11 let start = std::time::Instant::now(); in main()
17 println!("{:?}", start.elapsed()); in main()
/third_party/python/Objects/
H A Dunicodeobject.c74 [clinic start generated code]*/
88 [python start generated code]*/
273 Py_ssize_t start, Py_ssize_t length) in unicode_fill()
275 assert(0 <= start); in unicode_fill()
281 Py_UCS1 *to = (Py_UCS1 *)data + start; in unicode_fill()
288 Py_UCS2 *to = (Py_UCS2 *)data + start; in unicode_fill()
296 Py_UCS4 * to = (Py_UCS4 *)data + start; in unicode_fill()
2086 Py_UCS2 *start = (Py_UCS2 *)data + index; in unicode_write_cstr() local
2087 Py_UCS2 *ucs2 = start; in unicode_write_cstr()
2092 assert((ucs2 - start) < in unicode_write_cstr()
272 unicode_fill(enum PyUnicode_Kind kind, void *data, Py_UCS4 value, Py_ssize_t start, Py_ssize_t length) unicode_fill() argument
2096 Py_UCS4 *start = (Py_UCS4 *)data + index; unicode_write_cstr() local
2492 _PyUnicode_FindMaxChar(PyObject *unicode, Py_ssize_t start, Py_ssize_t end) _PyUnicode_FindMaxChar() argument
2679 const Py_UCS1 *start = (const Py_UCS1 *) data; as_ucs4() local
2683 const Py_UCS2 *start = (const Py_UCS2 *) data; as_ucs4() local
4911 const char * start; _PyUnicode_EncodeUTF7() local
5041 ascii_decode(const char *start, const char *end, Py_UCS1 *dest) ascii_decode() argument
5614 const char *start = writer.use_small_buffer ? writer.small_buffer : unicode_fill_utf8() local
6477 const char *start = ++s; _PyUnicode_DecodeUnicodeEscapeInternal() local
9387 any_find_slice(PyObject* s1, PyObject* s2, Py_ssize_t start, Py_ssize_t end, int direction) any_find_slice() argument
9616 PyUnicode_Count(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end) PyUnicode_Count() argument
9690 PyUnicode_Find(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Find() argument
9703 PyUnicode_FindChar(PyObject *str, Py_UCS4 ch, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_FindChar() argument
9725 tailmatch(PyObject *self, PyObject *substring, Py_ssize_t start, Py_ssize_t end, int direction) tailmatch() argument
9792 PyUnicode_Tailmatch(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Tailmatch() argument
10235 _PyUnicode_FastFill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, Py_UCS4 fill_char) _PyUnicode_FastFill() argument
10249 PyUnicode_Fill(PyObject *unicode, Py_ssize_t start, Py_ssize_t length, Py_UCS4 fill_char) PyUnicode_Fill() argument
11571 parse_args_finds_unicode(const char * function_name, PyObject *args, PyObject **substring, Py_ssize_t *start, Py_ssize_t *end) parse_args_finds_unicode() argument
11595 Py_ssize_t start = 0; unicode_count() local
11780 Py_ssize_t start = 0; unicode_find() local
11858 Py_ssize_t start = 0; unicode_index() local
12560 PyUnicode_Substring(PyObject *self, Py_ssize_t start, Py_ssize_t end) PyUnicode_Substring() argument
13066 Py_ssize_t start = 0; unicode_rfind() local
13098 Py_ssize_t start = 0; unicode_rindex() local
13639 Py_ssize_t start = 0; unicode_startswith() local
13693 Py_ssize_t start = 0; unicode_endswith() local
13925 _PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter *writer, PyObject *str, Py_ssize_t start, Py_ssize_t end) _PyUnicodeWriter_WriteSubstring() argument
14254 Py_ssize_t start, stop, step, slicelength, i; unicode_subscript() local
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java81 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
235 long start = data.getFirstPrimaryForGroup(group); in getOptions()
236 start = settings.reorder(start); in getOptions()
239 digitStart = start; in getOptions()
240 } else if(start != 0) { in getOptions()
241 if(start < prevStart) { in getOptions()
247 afterDigitStart = start; in getOptions()
249 prevStart = start; in getOptions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DInternalLocaleBuilder.java212 int start; in setExtensions()
218 start = itr.currentStart(); in setExtensions()
234 if (parsed < start) { in setExtensions()
235 throw new LocaleSyntaxException("Incomplete extension '" + singleton + "'", start); in setExtensions()
249 start = itr.currentStart(); in setExtensions()
263 if (parsed <= start) { in setExtensions()
264 throw new LocaleSyntaxException("Incomplete privateuse:" + subtags.substring(start), start); in setExtensions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatin.java85 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
239 long start = data.getFirstPrimaryForGroup(group); in getOptions()
240 start = settings.reorder(start); in getOptions()
243 digitStart = start; in getOptions()
244 } else if(start != 0) { in getOptions()
245 if(start < prevStart) { in getOptions()
251 afterDigitStart = start; in getOptions()
253 prevStart = start; in getOptions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DInternalLocaleBuilder.java216 int start; in setExtensions()
222 start = itr.currentStart(); in setExtensions()
238 if (parsed < start) { in setExtensions()
239 throw new LocaleSyntaxException("Incomplete extension '" + singleton + "'", start); in setExtensions()
253 start = itr.currentStart(); in setExtensions()
267 if (parsed <= start) { in setExtensions()
268 throw new LocaleSyntaxException("Incomplete privateuse:" + subtags.substring(start), start); in setExtensions()
/third_party/icu/icu4c/source/i18n/
H A Ducol_sit.cpp310 const char* ucol_sit_readOption(const char *start, CollatorSpec *spec, in ucol_sit_readOption() argument
316 if(*start == options[i].optionStart) { in ucol_sit_readOption()
317 const char* end = options[i].action(spec, options[i].attr, start+1, status); in ucol_sit_readOption()
319 fprintf(stderr, "***Set %d to %s...\n", i, start); in ucol_sit_readOption()
321 // assume 'start' does not go away through all this in ucol_sit_readOption()
322 spec->entries[i].copyFrom(CharString(start, (int32_t)(end - start), *status), *status); in ucol_sit_readOption()
328 fprintf(stderr, "%s:%d: Unknown option at '%s': %s\n", __FILE__, __LINE__, start, u_errorName(*status)); in ucol_sit_readOption()
330 return start; in ucol_sit_readOption()

Completed in 21 milliseconds

1...<<71727374757677787980>>...286