Home
last modified time | relevance | path

Searched refs:start (Results 2876 - 2900 of 6404) sorted by relevance

1...<<111112113114115116117118119120>>...257

/third_party/python/Lib/ctypes/test/
H A Dtest_strings.py137 start = clock()
141 print("%20s: %.2f us" % (msg, ((stop-start)*1e6/5/rep)))
/third_party/python/Lib/turtledemo/
H A Dpenrose.py128 def start(): function
149 start()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator.cc48 offset += rep->substring()->start; in Substring()
55 substring->start = offset; in Substring()
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.h90 fCurrentText.start,
103 return fCurrentText.start + fCurrentRun->fClusterIndexes[glyph]; in clusterIndex()
/third_party/skia/experimental/sktext/src/
H A DVisualRun.h47 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth() argument
48 return calculateWidth(GlyphRange(start, end)); in calculateWidth()
/third_party/rust/crates/syn/tests/
H A Dtest_round_trip.rs75 let start = Instant::now(); in test()
77 Ok(krate) => (krate, start.elapsed()), in test()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/
H A Dextract-numbery-strings.go121 start := i
149 s := string(src[start:i])
/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre2.rs77 fn find_at(&self, text: &str, start: usize) -> Option<(usize, usize)> { in find_at()
87 start, in find_at()
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go41 func NewRange(fset *token.FileSet, start, end token.Pos) Range {
44 Start: start,
115 return Range{}, fmt.Errorf("start offset %v is past the end of the file %v", s.Start(), converter.file.Size())
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.cpp108 // Yield to give main thread chance to start other producers. in run()
145 (*i)->start(); in ThreadSafeRingBuffer_selfTest()
149 (*i)->start(); in ThreadSafeRingBuffer_selfTest()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp4261 // ask that you pass a pointer to the start of the stream (start).
4262 inline simdutf_warn_unused result rewind_and_validate_with_errors(const char *start, const char *buf, size_t len) noexcept {
4263 // First check that we start with a leading byte
4264 if ((*start & 0b11000000) == 0b10000000) {
4288 // -65 is 0b10111111, anything larger in two-complement's should start a new code point. in count_code_points()
10768 char* start{utf8_output}; in convert_valid()
10809 return utf8_output - start; in convert_valid()
10832 char* start{utf8_output}; in convert()
10875 return utf8_output - start; in convert()
12371 char* start = latin1_output; convert() local
12523 char* start = latin1_output; convert_valid() local
12677 const char* start = buf; arm_detect_encodings() local
12951 const char16_t* start = input; arm_validate_utf16_with_errors() local
13052 const char32_t* start = input; arm_validate_utf32le_with_errors() local
13731 const char16_t* start = buf; arm_convert_utf16_to_latin1_with_errors() local
14067 const char16_t* start = buf; arm_convert_utf16_to_utf8_with_errors() local
14424 const char16_t* start = buf; arm_convert_utf16_to_utf32_with_errors() local
14498 const char32_t* start = buf; arm_convert_utf32_to_latin1_with_errors() local
14767 const char32_t* start = buf; arm_convert_utf32_to_utf8_with_errors() local
15062 const char32_t* start = buf; arm_convert_utf32_to_utf16_with_errors() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRangeValueIterator.java18 * &lt;start, limit, value&gt; where
20 * <li> start is the starting integer of the result range
21 * <li> limit is 1 after the maximum integer that follows start, such that
22 * all integers between start and (limit - 1), inclusive, have the same
24 * <li> value is the integer value that all integers from start to (limit - 1)
28 * Hence value(start) = value(start + 1) = .... = value(start + n) = .... =
29 * value(limit - 1). However value(start -1) != value(start) an
69 public int start; global() field in RangeValueIterator.Element
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRangeValueIterator.java19 * &lt;start, limit, value&gt; where
21 * <li> start is the starting integer of the result range
22 * <li> limit is 1 after the maximum integer that follows start, such that
23 * all integers between start and (limit - 1), inclusive, have the same
25 * <li> value is the integer value that all integers from start to (limit - 1)
29 * Hence value(start) = value(start + 1) = .... = value(start + n) = .... =
30 * value(limit - 1). However value(start -1) != value(start) an
67 public int start; global() field in RangeValueIterator.Element
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.h42 void ZLIB_INTERNAL inflate_fast_chunk_(z_streamp strm, unsigned start);
/third_party/node/test/fixtures/wpt/encoding/streams/resources/
H A Dreadable-stream-from-array.js5 start(controller) {
/third_party/mesa3d/src/intel/common/
H A Dintel_disasm.h35 const void *assembly, int start, FILE *out);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java555 * will start at the beginning of the string.
579 * will start at the beginning of the string.
603 * will start at the beginning of the string.
1014 * @param start the start index of the source
1026 public static QuickCheckResult quickCheck(char[] source,int start, in quickCheck() argument
1028 CharBuffer srcBuffer = CharBuffer.wrap(source, start, limit - start); in quickCheck()
1043 * @param start The strart index in the source
1053 public static boolean isNormalized(char[] src,int start, in isNormalized() argument
2552 private final int start, limit; global() field in Normalizer.CharsAppendable
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java1025 * Adds the contractions that start with character c to the set.
1110 protected void AppendBeyondCapacity(byte[] bytes, int start, int n, int length) { in AppendBeyondCapacity() argument
1113 System.arraycopy(bytes, start, buffer_, length, n); in AppendBeyondCapacity()
1549 void setText(CharSequence seq, int start) { in setText() argument
1552 pos = start; in setText()
1569 void setText(Normalizer2Impl nfcImpl, CharSequence seq, int start) { in setText() argument
1571 int spanLimit = nfcImpl.makeFCD(seq, start, seq.length(), null); in setText()
1574 pos = start; in setText()
1581 str.append(seq, start, spanLimit); in setText()
1582 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java565 * will start at the beginning of the string.
590 * will start at the beginning of the string.
615 * will start at the beginning of the string.
1045 * @param start the start index of the source
1058 public static QuickCheckResult quickCheck(char[] source,int start, in quickCheck() argument
1060 CharBuffer srcBuffer = CharBuffer.wrap(source, start, limit - start); in quickCheck()
1075 * @param start The strart index in the source
1086 public static boolean isNormalized(char[] src,int start, in isNormalized() argument
2612 private final int start, limit; global() field in Normalizer.CharsAppendable
[all...]
H A DRuleBasedCollator.java998 * Adds the contractions that start with character c to the set.
1082 protected void AppendBeyondCapacity(byte[] bytes, int start, int n, int length) { in AppendBeyondCapacity() argument
1085 System.arraycopy(bytes, start, buffer_, length, n); in AppendBeyondCapacity()
1510 void setText(CharSequence seq, int start) { in setText() argument
1513 pos = start; in setText()
1530 void setText(Normalizer2Impl nfcImpl, CharSequence seq, int start) { in setText() argument
1532 int spanLimit = nfcImpl.makeFCD(seq, start, seq.length(), null); in setText()
1535 pos = start; in setText()
1542 str.append(seq, start, spanLimit); in setText()
1543 ReorderingBuffer buffer = new ReorderingBuffer(nfcImpl, str, seq.length() - start); in setText()
[all...]
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c205 } else if (strcmp(atts[i], "start") == 0) { in get_group_offset_count()
318 else if (strcmp(atts[i], "start") == 0) { in create_field()
319 field->start = strtoul(atts[i + 1], &p, 0); in create_field()
321 field->start *= 8; in create_field()
342 field->end = field->start + size - 1; in create_field()
487 return ((*(const struct v3d_field **)a)->start - in field_offset_compare()
488 (*(const struct v3d_field **)b)->start); in field_offset_compare()
520 group->fields[i]->start += 8; in end_element()
717 if (subid && (__gen_unpack_uint(p, subid->start, subid->end) != in v3d_spec_find_instruction()
822 iter->field->start / in iter_advance_field()
[all...]
/third_party/node/lib/internal/
H A Durl.js551 for (let start = 0; start < len - 2; start += 2 * step) {
552 const mid = start + step;
557 merge(a, start, mid, end, lBuffer, rBuffer);
1250 function merge(out, start, mid, end, lBuffer, rBuffer) {
1251 const sizeLeft = mid - start;
1256 lBuffer[l] = out[start + l];
1262 o = start;
/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c226 int start; in search_absolute() local
232 start = 0; in search_absolute()
246 while (((start + len) < count) in search_absolute()
247 && (path[start + len] != const_cpu_to_le16('\\'))) in search_absolute()
249 inum = ntfs_fix_file_name(ni, &path[start], len); in search_absolute()
255 start += len; in search_absolute()
256 if (start < count) in search_absolute()
257 path[start++] = const_cpu_to_le16('/'); in search_absolute()
262 && (start < count)); in search_absolute()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c79 last_draw->count = exec->vtx.vert_count - last_draw->start; in vbo_exec_wrap_buffers()
95 last_draw->start++; in vbo_exec_wrap_buffers()
109 /* Emit a glBegin to start the new list. in vbo_exec_wrap_buffers()
115 exec->vtx.draw[0].start = 0; in vbo_exec_wrap_buffers()
145 /* Copy stored stored vertices to start of new list. in vbo_exec_vtx_wrap()
846 exec->vtx.draw[i].start = exec->vtx.vert_count; in _mesa_Begin()
888 exec->vtx.draw[prev].start, in try_vbo_merge()
889 exec->vtx.draw[cur].start, in try_vbo_merge()
932 unsigned count = exec->vtx.vert_count - last_draw->start; in _mesa_End()
952 last_draw->start * exe in _mesa_End()
[all...]
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumbermatcher_test.cc152 // that its corresponding range is [start, end).
153 void AssertEqualRange(const string& text, int index, int start, int end) { in AssertEqualRange() argument
161 EXPECT_EQ(start - index, match.start()); in AssertEqualRange()
163 EXPECT_EQ(sub.substr(match.start(), match.length()), match.raw_string()); in AssertEqualRange()
229 // No context at start. in FindPossibleInContext()
259 // With a postfix stripped off as it looks like the start of another number. in FindPossibleInContext()
293 int start = prefix.length(); in DoTestInContext() local
294 int end = start + number.length(); in DoTestInContext()
303 string extracted = text.substr(match.start(), matc in DoTestInContext()
[all...]

Completed in 41 milliseconds

1...<<111112113114115116117118119120>>...257