/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-indic-table.py | 201 starts = [] variable 221 offset += ends[-1] - starts[-1] 225 starts.append (start) 230 offset += ends[-1] - starts[-1] 242 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())]) 248 for (start,end) in zip (starts, ends):
|
H A D | gen-use-table.py | 476 starts = [] variable 510 offset += ends[-1] - starts[-1] 514 starts.append (start) 519 offset += ends[-1] - starts[-1] 531 pages = set([u>>page_bits for u in starts+ends]) 534 for (start,end) in zip (starts, ends):
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 221 #starts; 238 starts: c.#starts, 411 const starts = new ZeroArray(this.#max); 413 this.#starts = starts; 415 starts[index] = ttl !== 0 ? start : 0; 432 starts[index] = ttls[index] !== 0 ? perf.now() : 0; 437 const start = starts[index]; 471 const start = starts[inde [all...] |
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 218 #starts; 235 starts: c.#starts, 408 const starts = new ZeroArray(this.#max); 410 this.#starts = starts; 412 starts[index] = ttl !== 0 ? start : 0; 429 starts[index] = ttls[index] !== 0 ? perf.now() : 0; 434 const start = starts[index]; 468 const start = starts[inde [all...] |
/third_party/skia/docs/examples/ |
H A D | Path_rArcTo.cpp | 9 const SkPoint starts[] = {{20, 20}, {120, 20}, {70, 60}}; in REG_FIDDLE() local 10 for (auto start : starts) { in REG_FIDDLE()
|
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 174 int starts = -1; in main() local 234 "Usage: pan -n name [ -SyAehpqQ ] [ -s starts ]" in main() 260 starts = atoi(optarg); in main() 296 timed = 1; //-t implies run as many starts as possible, by default in main() 396 /* Supply a default for starts. If we are in sequential mode, use in main() 399 if (timed == 1 && starts == -1) { /* timed, infinite by default */ in main() 400 starts = -1; in main() 401 } else if (starts == -1) { in main() 403 starts = coll->cnt; in main() 405 starts in main() [all...] |
/third_party/icu/tools/multi/proj/icu4cscan/ |
H A D | testxml.cpp | 220 int *starts = NULL; variable 228 starts = (int*)malloc((sizeof(scanArray)/sizeof(scanArray[0]))*sizeof(starts[0])); in initroot() 236 starts[i]=1; in initroot() 239 starts[i]=0; in initroot() 241 for(int j=starts[i];U_SUCCESS(*status)&&j<thisCount;j++) { in initroot() 296 for(int j=starts[i];U_SUCCESS(*status)&&j<thisCount;j++) { in date()
|
/third_party/ffmpeg/tests/fate/ |
H A D | mov.mak | 5 fate-mov-elist-starts-ctts-2ndsample \ 14 fate-mov-ibi-elst-starts-b \ 17 fate-mov-bbi-elst-starts-b \ 60 fate-mov-elist-starts-ctts-2ndsample: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-elist-starts-ctts-2ndsample.mov 81 # ii) Edit list starts on B-frame. 84 fate-mov-ibi-elst-starts-b: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_ibi_elst_starts_b.mov 90 # For example, when video starts on a B-frame, and edit list starts on that B-frame too. 92 fate-mov-bbi-elst-starts [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 59 struct util_dynarray starts; member 92 return util_dynarray_num_elements(&q->starts, struct zink_query_start); in get_num_starts() 373 util_dynarray_foreach(&query->starts, struct zink_query_start, start) { in destroy_query() 383 util_dynarray_fini(&query->starts); in destroy_query() 407 start = util_dynarray_grow(&q->starts, struct zink_query_start, 1); in query_pool_get_range() 410 start = util_dynarray_top_ptr(&q->starts, struct zink_query_start); in query_pool_get_range() 461 util_dynarray_init(&query->starts, NULL); in zink_create_query() 546 util_dynarray_foreach(&query->starts, struct zink_query_start, start) { in check_query_results() 743 struct zink_query_start *start = util_dynarray_top_ptr(&query->starts, struct zink_query_start); in copy_results_to_buffer() 753 struct zink_query_start *start = util_dynarray_top_ptr(&q->starts, struc in reset_query_range() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 862 /* each plane data starts with mc_vector_count field, */ in decode_plane() 903 uint32_t starts[3], ends[3]; in decode_frame_headers() local 971 starts[0] = y_offset; in decode_frame_headers() 972 starts[1] = v_offset; in decode_frame_headers() 973 starts[2] = u_offset; in decode_frame_headers() 978 if (starts[i] < ends[j] && starts[i] > starts[j]) in decode_frame_headers() 979 ends[j] = starts[i]; in decode_frame_headers() 982 ctx->y_data_size = ends[0] - starts[ in decode_frame_headers() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | stringtriebuilder.cpp | 152 int32_t starts[kMaxBranchLinearSubNodeLength]; in writeBranchSubNode() local 156 int32_t i=starts[unitNumber]=start; in writeBranchSubNode() 163 starts[unitNumber]=start; in writeBranchSubNode() 173 jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1); in writeBranchSubNode() 183 start=starts[unitNumber]; in writeBranchSubNode()
|
H A D | caniter.cpp | 444 UnicodeSet starts; in getEquivalents2() local 451 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2() 455 UnicodeSetIterator iter(starts); in getEquivalents2()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | stringtriebuilder.cpp | 152 int32_t starts[kMaxBranchLinearSubNodeLength]; in writeBranchSubNode() local 156 int32_t i=starts[unitNumber]=start; in writeBranchSubNode() 163 starts[unitNumber]=start; in writeBranchSubNode() 173 jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1); in writeBranchSubNode() 183 start=starts[unitNumber]; in writeBranchSubNode()
|
H A D | caniter.cpp | 444 UnicodeSet starts; in getEquivalents2() local 451 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2() 455 UnicodeSetIterator iter(starts); in getEquivalents2()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | stringtriebuilder.cpp | 152 int32_t starts[kMaxBranchLinearSubNodeLength]; in writeBranchSubNode() local 156 int32_t i=starts[unitNumber]=start; in writeBranchSubNode() 163 starts[unitNumber]=start; in writeBranchSubNode() 173 jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1); in writeBranchSubNode() 183 start=starts[unitNumber]; in writeBranchSubNode()
|
H A D | caniter.cpp | 444 UnicodeSet starts; in getEquivalents2() local 451 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2() 455 UnicodeSetIterator iter(starts); in getEquivalents2()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StringRange.java | 266 private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder builder, Collection<String> output) { in add() argument 267 int start = starts[endIndex+startOffset]; in add() 279 add(endIndex+1, startOffset, starts, ends, builder, output); in add()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CanonicalIterator.java | 211 *@return the set of "safe starts", characters that are class zero AND are never non-initial in a decomposition. 297 UnicodeSet starts = new UnicodeSet(); in getEquivalents2() 305 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2() 309 for(UnicodeSetIterator iter = new UnicodeSetIterator(starts); iter.next();) { in getEquivalents2() 338 UnicodeSet starts = AT_START.get(cp); in getEquivalents2() 339 if (starts == null) continue; in getEquivalents2() 340 UnicodeSetIterator usi = new UnicodeSetIterator(starts); in getEquivalents2()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CanonicalIterator.java | 207 *@return the set of "safe starts", characters that are class zero AND are never non-initial in a decomposition. 293 UnicodeSet starts = new UnicodeSet(); in getEquivalents2() 301 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2() 305 for(UnicodeSetIterator iter = new UnicodeSetIterator(starts); iter.next();) { in getEquivalents2() 334 UnicodeSet starts = AT_START.get(cp); in getEquivalents2() 335 if (starts == null) continue; in getEquivalents2() 336 UnicodeSetIterator usi = new UnicodeSetIterator(starts); in getEquivalents2()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StringRange.java | 273 private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder builder, Collection<String> output) { in add() argument 274 int start = starts[endIndex+startOffset]; in add() 286 add(endIndex+1, startOffset, starts, ends, builder, output); in add()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 858 starts, stops = [], [] 865 if len(stops) < len(starts): 873 starts.append(line_pos) 885 self._toc = dict(enumerate(zip(starts, stops))) 908 starts, stops = [], [] 916 starts.append(next_pos) 929 self._toc = dict(enumerate(zip(starts, stops))) 1335 starts, stops = [], [] 1344 if len(stops) < len(starts): 1346 starts [all...] |
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 51 # all - nmake starts here by default
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 51 # all - nmake starts here by default
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 4704 const char *starts = s; in PyUnicode_DecodeUTF7Stateful() local 4803 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful() 4829 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful() 4836 endinpos = s-starts; in PyUnicode_DecodeUTF7Stateful() 4840 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful() 4857 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful() 4880 *consumed = s-starts; in PyUnicode_DecodeUTF7Stateful() 5113 const char *starts = s; in unicode_decode_utf8() local 5129 writer.pos = s - starts; in unicode_decode_utf8() 5157 startinpos = s - starts; in unicode_decode_utf8() 5663 const char *starts = s; PyUnicode_DecodeUTF32Stateful() local 5974 const char *starts = s; PyUnicode_DecodeUTF16Stateful() local 6307 const char *starts = s; _PyUnicode_DecodeUnicodeEscapeInternal() local 6716 const char *starts = s; _PyUnicode_DecodeRawUnicodeEscapeStateful() local 7261 const char *starts = s; PyUnicode_DecodeASCII() local 8112 const char *starts = s; charmap_decode_string() local 8231 const char *starts = s; charmap_decode_mapping() local [all...] |
/third_party/node/lib/internal/main/ |
H A D | worker_thread.js | 143 debug(`[${threadId}] starts worker script ${filename} ` +
|