Home
last modified time | relevance | path

Searched refs:starts (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py201 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):
Dgen-use-table.py476 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/esm/
Dindex.js218 #starts; field in LRUCache
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[index];
476 const s = starts[index];
758 if (this.#ttls && this.#starts) {
[all …]
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
Dindex.js221 #starts; field in LRUCache
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[index];
479 const s = starts[index];
761 if (this.#ttls && this.#starts) {
[all …]
/third_party/ltp/pan/
Dltp-pan.c174 int starts = -1; in main() local
260 starts = atoi(optarg); 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 = 1; in main()
407 } else if (starts == 0) { /* if the user specified infinite, set it */ in main()
408 starts = -1; in main()
410 if (starts < keep_active) in main()
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c59 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, struct zink_query_start); in reset_query_range()
[all …]
/third_party/icu/tools/multi/proj/icu4cscan/
Dtestxml.cpp220 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/typescript/scripts/
Dregenerate-unicode-identifier-parts.mjs10 const starts = []; variable
14 starts.push(i - +startsActive);
29 console.log(`const unicodeESNextIdentifierStart = [${starts.join(", ")}];`);
/third_party/skia/docs/examples/
DPath_rArcTo.cpp9 const SkPoint starts[] = {{20, 20}, {120, 20}, {70, 60}}; in draw() local
10 for (auto start : starts) { in draw()
/third_party/ffmpeg/tests/fate/
Dmov.mak5 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…
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_s…
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-b: CMD = framemd5 -flags +bitexact -acodec aac_fixed -i $(TARGET_SAMPLES)/…
/third_party/icu/docs/userguide/format_parse/numbers/
Drbnf-examples.md49 rules, each terminated by a semicolon. It starts with two special rules for
68 starts at zero, and succeeding ranges start at the previous start + 1. These
74 This starts a new range at 10 (not default) and sets the limit of the range
81 This starts a new range at 100 (again, limiting the previous rule's range).
97 ruleset or decimal format to use. If this text starts with '0' or '#', it is
/third_party/curl/tests/data/
Dtest95123 .This first line starts with a dot
41 ..This first line starts with a dot
/third_party/ffmpeg/libavcodec/
Dindeo3.c903 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[0]; in decode_frame_headers()
983 ctx->v_data_size = ends[1] - starts[1]; in decode_frame_headers()
984 ctx->u_data_size = ends[2] - starts[2]; in decode_frame_headers()
/third_party/node/deps/icu-small/source/common/
Dstringtriebuilder.cpp152 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()
/third_party/skia/third_party/externals/icu/source/common/
Dstringtriebuilder.cpp152 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()
/third_party/icu/icu4c/source/common/
Dstringtriebuilder.cpp152 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()
/third_party/curl/docs/cmdline-opts/
Dversion.md24 The second line (starts with `Release-Date:`) shows the release date.
26 The third line (starts with `Protocols:`) shows all protocols that libcurl
29 The fourth line (starts with `Features:`) shows specific features libcurl
Drate.md23 transfer starts per time unit (sometimes called request rate). Without this
24 option, curl starts the next transfer as fast as possible.
/third_party/icu/docs/
DGemfile18 # If you aren't using GitHub Pages, then uncomment out the line above that starts with
19 # 'gem "jekyll"' and then comment out the line below that starts with 'gem "github-pages"'.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DQueries.md22 * If a render pass is open, immediately starts the query and keeps track of it
27 - On render pass start: `ContextVk::resumeRenderPassQueriesIfActive()` is called which starts all
75 * The current Vulkan query is kept `nullptr`. When the next render pass starts, they will share
86 * `shareQuery` allocates a new Vulkan query and starts it
/third_party/curl/docs/libcurl/opts/
DCURLOPT_INTERFACE.md30 If the parameter starts with "if!" then it is treated only as an interface
31 name. If the parameter starts with &"host!" it is treated as either an IP
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringRange.java273 …private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder bui… in add() argument
274 int start = starts[endIndex+startOffset]; in add()
286 add(endIndex+1, startOffset, starts, ends, builder, output); in add()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java297 UnicodeSet starts = new UnicodeSet(); in getEquivalents2() local
305 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2()
309 for(UnicodeSetIterator iter = new UnicodeSetIterator(starts); iter.next();) { in getEquivalents2()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringRange.java266 …private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder bui… 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/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCanonicalIterator.java293 UnicodeSet starts = new UnicodeSet(); in getEquivalents2() local
301 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2()
305 for(UnicodeSetIterator iter = new UnicodeSetIterator(starts); iter.next();) { in getEquivalents2()

12345678910>>...30