/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationTest.java | 355 errln("CollationIterator.nextCE(with start position at 0) != " in TestSubSequence() 356 + "nextCE(with start position at 2) at CE " + i); in TestSubSequence() 497 // Iterate backward to the start. in checkFCD() 502 errln(name + ".nextCodePoint(to start) = U+" + Utility.hex(c1) in checkFCD() 1075 private int parseString(int start, Output<String> prefix, Output<String> s) throws ParseException { in parseString() argument 1078 for (i = start; i < length && !isSpace(fileLine.charAt(i)); ++i) { in parseString() 1080 int pipeIndex = fileLine.indexOf('|', start); in parseString() 1082 String tmpPrefix = Utility.unescape(fileLine.substring(start, pipeIndex)); in parseString() 1089 start = pipeIndex + 1; in parseString() 1094 String tmp = Utility.unescape(fileLine.substring(start, in parseString() 1285 parseAndSetReorderCodes(int start) parseAndSetReorderCodes() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationTest.java | 358 errln("CollationIterator.nextCE(with start position at 0) != " in TestSubSequence() 359 + "nextCE(with start position at 2) at CE " + i); in TestSubSequence() 500 // Iterate backward to the start. in checkFCD() 505 errln(name + ".nextCodePoint(to start) = U+" + Utility.hex(c1) in checkFCD() 1078 private int parseString(int start, Output<String> prefix, Output<String> s) throws ParseException { in parseString() argument 1081 for (i = start; i < length && !isSpace(fileLine.charAt(i)); ++i) { in parseString() 1083 int pipeIndex = fileLine.indexOf('|', start); in parseString() 1085 String tmpPrefix = Utility.unescape(fileLine.substring(start, pipeIndex)); in parseString() 1092 start = pipeIndex + 1; in parseString() 1097 String tmp = Utility.unescape(fileLine.substring(start, in parseString() 1288 parseAndSetReorderCodes(int start) parseAndSetReorderCodes() argument [all...] |
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 13 // returns true if coincident span's start and end are the same 63 const SkOpSpan* start = coinPtTStart()->span()->upCast(); in expand() local 64 const SkOpSpan* prev = start->prev(); in expand() 69 double midT = (prev->t() + start->t()) / 2; in expand() 156 const SkOpSpanBase* start = this->coinPtTStart()->span(); in ordered() local 158 const SkOpSpanBase* next = start->upCast()->next(); in ordered() 169 // SkOPOBJASSERT(start, 0); // may assert if coincident span isn't fully processed in ordered() 445 const SkOpSpanBase* start = startPtT->span(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local 450 FAIL_IF(!start->upCastable()); in DEBUG_COIN_DECLARE_ONLY_PARAMS() 451 const SkOpSpanBase* test = start in DEBUG_COIN_DECLARE_ONLY_PARAMS() 1027 SkOpSpan* start = startSpan->upCast(); DEBUG_COIN_DECLARE_ONLY_PARAMS() local 1344 SkOpSpan* start = startBase->upCast(); DEBUG_COIN_DECLARE_ONLY_PARAMS() local [all...] |
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions.cc | 315 virtual void ParseOneByte(const uint8_t* start) = 0; 316 virtual void ParseTwoByte(const base::uc16* start) = 0; 393 Char start = current; in DetectRadixInternal() local 395 Char end = start + length; in DetectRadixInternal() 466 cursor_ = static_cast<int>(current - start); in DetectRadixInternal() 475 void ParseInternal(Char start) { in ParseInternal() argument 476 Char current = start + cursor(); in ParseInternal() 477 Char end = start + length(); in ParseInternal() 487 void ParseOneByte(const uint8_t* start) final { return ParseInternal(start); } 993 ParseInternal(Char start) ParseInternal() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 259 public boolean toPatternAux(int start, int end) { in toPatternAux() argument 261 String source = "0x" + Integer.toString(start,16).toUpperCase(); in toPatternAux() 262 if (start != end) source += "..0x" + Integer.toString(end,16).toUpperCase(); in toPatternAux() 264 testSet.add(start, end); in toPatternAux() 906 double start = System.currentTimeMillis(); in CheckSpeed2() 916 double jtime = (middle - start)/iterations; in CheckSpeed2() 934 double start = System.currentTimeMillis(); in CheckSpeed3() 944 double jtime = (middle - start)/iterations; in CheckSpeed3() 1125 "[\uDC00cd]", // JB#2906: isolated trail at start in TestPropertySet() 1129 "[ab\uD800]", // JB#2906: isolated trail at start in TestPropertySet() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 266 public boolean toPatternAux(int start, int end) { in toPatternAux() argument 268 String source = "0x" + Integer.toString(start,16).toUpperCase(); in toPatternAux() 269 if (start != end) source += "..0x" + Integer.toString(end,16).toUpperCase(); in toPatternAux() 271 testSet.add(start, end); in toPatternAux() 920 double start = System.currentTimeMillis(); in CheckSpeed2() 930 double jtime = (middle - start)/iterations; in CheckSpeed2() 948 double start = System.currentTimeMillis(); in CheckSpeed3() 958 double jtime = (middle - start)/iterations; in CheckSpeed3() 1139 "[\uDC00cd]", // JB#2906: isolated trail at start in TestPropertySet() 1143 "[ab\uD800]", // JB#2906: isolated trail at start in TestPropertySet() [all...] |
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_ring_buffer_block.h | 41 void SetStart(T* start) in SetStart() argument 43 this->start_ = start; in SetStart()
|
/base/update/updater/services/include/rust/ |
H A D | image_hash_check.h | 27 const char *file_name, uint32_t start, uint32_t end, const uint8_t *hash_value, size_t len); 32 const char *file_name, uint64_t start, uint64_t end, const uint8_t *hash_value, size_t len);
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | relative_timer_test.cpp | 51 const time_point<system_clock> start = system_clock::now(); in HWTEST_F() local 55 auto cost = duration_cast<milliseconds>(finish - start).count(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | texttimer_controller.h | 37 void OnStart(const TimerFuncImpl& start) in OnStart() argument 39 start_ = start; in OnStart()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_getdwarf.c | 45 const char *name, Dwarf_Addr start, void *arg) in module_callback() 50 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg); in module_callback() 44 module_callback(Dwfl_Module *mod, void **userdata, const char *name, Dwarf_Addr start, void *arg) module_callback() argument
|
/third_party/curl/lib/ |
H A D | rename.c | 48 struct curltime start = Curl_now(); in Curl_rename() local 58 diff = Curl_timediff(Curl_now(), start); in Curl_rename()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | PVecToTrieCompactHandler.java | 32 public void setRowIndexForRange(int start, int end, int rowIndex) { in setRowIndexForRange() argument 33 builder.setRange(start, end + 1, rowIndex, true); in setRowIndexForRange()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | RemoveTransliterator.java | 51 text.replace(index.start, index.limit, ""); in handleTransliterate() 52 int len = index.limit - index.start; in handleTransliterate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | PVecToTrieCompactHandler.java | 36 public void setRowIndexForRange(int start, int end, int rowIndex) { in setRowIndexForRange() argument 37 builder.setRange(start, end + 1, rowIndex, true); in setRowIndexForRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RemoveTransliterator.java | 52 text.replace(index.start, index.limit, ""); in handleTransliterate() 53 int len = index.limit - index.start; in handleTransliterate()
|
/third_party/icu/icu4c/source/common/ |
H A D | uset_imp.h | 33 USetAddRange(USet *set, UChar32 start, UChar32 end); 42 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
H A D | CommandDispatcher.java | 47 public boolean start() { in start() method in CommandDispatcher 54 return command.start(); in start()
|
/third_party/node/test/known_issues/ |
H A D | test-vm-timeout-escape-nexttick.js | 19 const start = hrtime(); 22 const span = (current - start) / NS_PER_MS;
|
H A D | test-vm-timeout-escape-queuemicrotask.js | 19 const start = hrtime(); 22 const span = (current - start) / NS_PER_MS;
|
/third_party/node/test/parallel/ |
H A D | test-http-chunked-smuggling.js | 16 server.listen(0, common.mustCall(start)); 18 function start() { function
|
H A D | test-http-request-smuggling-content-length.js | 13 server.listen(0, common.mustCall(start)); 15 function start() { function
|
H A D | test-repl-end-emits-exit.js | 34 const r1 = repl.start({ 53 const r2 = repl.start({ 75 // start
|
H A D | test-vm-timeout-escape-promise-module.js | 17 const start = hrtime(); 20 const span = (current - start) / NS_PER_MS;
|
/third_party/node/test/pummel/ |
H A D | test-vm-memleak.js | 36 const start = Date.now(); 51 if (Date.now() - start > 5 * 1000) {
|