Home
last modified time | relevance | path

Searched refs:start (Results 2526 - 2550 of 6404) sorted by relevance

1...<<101102103104105106107108109110>>...257

/third_party/skia/third_party/externals/icu/source/i18n/
H A Duitercollationiterator.h69 state(ITER_CHECK_FWD), start(startIndex), in FCDUIterCollationIterator()
118 * The input text [start..(iter index)[ passes the FCD check.
126 * start & pos are undefined.
130 * The input text [start..limit[ passes the FCD check.
135 * The input text [start..limit[ failed the FCD check and was normalized.
141 * The input text [start..limit[ failed the FCD check and was normalized.
143 * The text iterator is at the start index.
150 int32_t start; member in FCDUIterCollationIterator
H A Dutf8collationiterator.h85 state(CHECK_FWD), start(p), in FCDUTF8CollationIterator()
139 * The input text [start..pos[ passes the FCD check.
147 * start is undefined.
151 * The input text [start..limit[ passes the FCD check.
156 * The input text [start..limit[ failed the FCD check and was normalized.
164 int32_t start; member in FCDUTF8CollationIterator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dlistformatter.h57 ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, const UnicodeString& end, in ListFormatData()
59 twoPattern(two), startPattern(start), middlePattern(middle), endPattern(end), locale(loc) {} in ListFormatData()
76 * The fields are returned from start to end. The special field category
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioMidiTester.java152 public void start() throws IOException { in start() method in AudioMidiTester
161 // schedule an analysis to start in the near future in setEnabled()
169 }.start(); in setEnabled()
/third_party/skia/src/pathops/
H A DSkOpAngle.h78 void set(SkOpSpanBase* start, SkOpSpanBase* end);
84 SkOpSpanBase* start() const { in start() function in SkOpAngle
122 SkDCurve fOriginalCurvePart; // the curve from start to end
123 SkDCurveSweep fPart; // the curve from start to end offset as needed
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClientInlineMemoryTransferService.cpp56 void* start = static_cast<uint8_t*>(mStagingData.get()) + offset; variable
57 memcpy(start, deserializePointer, size);
/third_party/python/Modules/_decimal/tests/
H A Dbench.py79 start = time.time()
87 print("time: %fs\n" % (time.time()-start))
/third_party/vixl/examples/aarch64/
H A Dnon-const-visitor.cc146 void ModifyNonConstVisitorTestGeneratedCode(Instruction* start, in ModifyNonConstVisitorTestGeneratedCode() argument
153 for (instr = start; instr < end; instr += kInstructionSize) { in ModifyNonConstVisitorTestGeneratedCode()
/third_party/typescript/tests/baselines/reference/
H A Dfatarrowfunctions.js41 start: function() {
73 start: function () {
H A DAPISample_compile.js34 var { line, character } = diagnostic.file.getLineAndCharacterOfPosition(diagnostic.start!);
69 var _a = diagnostic.file.getLineAndCharacterOfPosition(diagnostic.start), line = _a.line, character = _a.character;
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc99 void RepeatedPtrFieldBase::CloseGap(int start, int num) { in CloseGap() argument
101 // Close up a gap of "num" elements starting at offset "start". in CloseGap()
102 for (int i = start + num; i < rep_->allocated_size; ++i) in CloseGap()
/third_party/python/Lib/turtledemo/
H A Dplanet_and_moon.py32 def start(self): member in GravSys
106 gs.start()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock_test.cc68 absl::Time start = absl::Now(); in SleepForBounded() local
70 absl::Duration actual = absl::Now() - start; in SleepForBounded()
/third_party/skia/experimental/sktext/src/
H A DLogicalRun.h30 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth() argument
31 return calculateWidth(GlyphRange(start, end)); in calculateWidth()
/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-cheat.rs84 new.push_str(&text[last_match..m.start()]); in replace_all()
85 new.push_str(replacements[text.as_bytes()[m.start()] as usize]); in replace_all()
/third_party/rust/crates/once_cell/xtask/src/
H A Dmain.rs102 let start = Instant::now();
104 let elapsed = start.elapsed();
/third_party/rust/crates/regex/src/
H A Dprog.rs30 /// A pointer to the start instruction. This can vary depending on how
35 pub start: InstPtr,
51 /// Whether the regex must match from the start of the input.
86 start: 0, in new()
227 visible_byte(inst.start),
233 if pc == self.start {
234 write!(f, " (start)")?;
423 /// The start (inclusive) of this byte range.
424 pub start: u8,
432 self.start < in matches()
[all...]
/third_party/rust/crates/minimal-lexical/tests/
H A Dintegration_tests.rs134 let start = bytes; in parse_float()
179 if bytes.len() == start.len() { in parse_float()
/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre1.rs81 fn find_at(&self, text: &str, start: usize) -> Option<(usize, usize)> { in find_at()
90 start as c_int, in find_at()
H A Dre2.rs40 fn find_at(&self, text: &str, start: usize) -> Option<(usize, usize)> { in find_at()
46 start as c_int, in find_at()
99 // This is an empty match. To ensure we make progress, start in next()
/third_party/ffmpeg/libavfilter/
H A Davf_showspectrum.c78 int start, stop; ///< zoom mode member
173 { "start", "start frequency", OFFSET(start), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT32_MAX, FLAGS },
423 phi = 2.f * M_PI * (s->stop - s->start) / (float)inlink->sample_rate / (M - 1); in run_channel_fft()
424 theta = 2.f * M_PI * s->start / (float)inlink->sample_rate; in run_channel_fft()
639 float start = color_table[cm][i - 1].a; in pick_color() local
641 float lerpfrac = (a - start) / (end - start); in pick_color()
801 text = av_asprintf("Zoom: %d Hz - %d Hz", s->start, in draw_legend()
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c261 mesa_log_stream_printf(stream, "reg %u start %u\n", interval->reg->name, in interval_dump()
313 unsigned start; member
634 unsigned start, end; in ra_file_dump() local
636 BITSET_FOREACH_RANGE (start, end, file->available, file->size) { in ra_file_dump()
637 mesa_log_stream_printf(stream, "%u-%u ", start, end); in ra_file_dump()
642 BITSET_FOREACH_RANGE (start, end, file->available_to_evict, file->size) { in ra_file_dump()
643 mesa_log_stream_printf(stream, "%u-%u ", start, end); in ra_file_dump()
646 mesa_log_stream_printf(stream, "start: %u\n", file->start); in ra_file_dump()
754 struct ir3_register *dst, physreg_t start, in check_dst_overlap()
753 check_dst_overlap(struct ra_ctx *ctx, struct ra_file *file, struct ir3_register *dst, physreg_t start, physreg_t end) check_dst_overlap() argument
1332 unsigned start = ALIGN(file->start, align) % (file_size - size + align); find_best_gap() local
2383 struct ir3_block *start = ir3_start_block(v->ir); calc_min_limit_pressure() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp53 UDate start, UDate end,
240 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone() local
243 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, true, status))) { in TestSimpleRuleBasedTimeZone()
249 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, true, status))) { in TestSimpleRuleBasedTimeZone()
255 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, true, status))) { in TestSimpleRuleBasedTimeZone()
680 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition() local
685 compareTransitionsAscending(*tz, *rbtz, start, until, false); in TestRBTZTransition()
687 compareTransitionsAscending(*tz, *rbtz, start + 1, until, true); in TestRBTZTransition()
689 compareTransitionsDescending(*tz, *rbtz, start, until, false); in TestRBTZTransition()
691 compareTransitionsDescending(*tz, *rbtz, start in TestRBTZTransition()
2329 verifyTransitions(BasicTimeZone& icutz, UDate start, UDate end) verifyTransitions() argument
2409 compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2, UDate start, UDate end, UBool inclusive) compareTransitionsAscending() argument
2466 compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2, UDate start, UDate end, UBool inclusive) compareTransitionsDescending() argument
2522 hasEquivalentTransitions( BasicTimeZone& tz1, BasicTimeZone& tz2, UDate start, UDate end, UBool ignoreDstAmount, int32_t maxTransitionTimeDelta, UErrorCode& status) hasEquivalentTransitions() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacpsy.c234 /* Assume max bitrate to start with */ in lame_calc_attack_threshold()
304 int i, j, g, start; in psy_3gpp_init() local
363 start = 0; in psy_3gpp_init()
365 minscale = ath(start * line_to_frequency, ATH_ADD); in psy_3gpp_init()
367 minscale = FFMIN(minscale, ath((start + i) * line_to_frequency, ATH_ADD)); in psy_3gpp_init()
369 start += band_sizes[g]; in psy_3gpp_init()
604 int start = 0, wstart = 0; in calc_thr_3gpp() local
615 band->energy += coefs[start+i] * coefs[start+i]; in calc_thr_3gpp()
616 form_factor += sqrtf(fabs(coefs[start in calc_thr_3gpp()
[all...]
/third_party/elfutils/src/
H A Dar.c1042 off_t start = -1; in do_oper_delete() local
1046 if (write_member (to_copy, &start, &len, elf, cur_off, newfd) != 0) in do_oper_delete()
1051 if (copy_content (elf, newfd, start, len)) in do_oper_delete()
1440 off_t start = -1; in do_oper_insert()
1449 if (start != -1 && copy_content (elf, newfd, start, len)) in do_oper_insert()
1452 start = -1; in do_oper_insert()
1525 if (write_member (all, &start, &len, elf, cur_off, newfd) in do_oper_insert()
1534 if (start != -1 && copy_content (elf, newfd, start, le in do_oper_insert()
[all...]

Completed in 22 milliseconds

1...<<101102103104105106107108109110>>...257