/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-vector.hh | 297 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) 298 { as_array ().qsort (start, end); }
|
/third_party/python/Lib/test/ |
H A D | test_sched.py | 70 t.start() 141 t.start()
|
H A D | test_asynchat.py | 101 s.start() 104 time.sleep(0.01) # Give server time to start accepting. 121 s.start() 124 time.sleep(0.01) # Give server time to start accepting. 229 # Only allow the server to start echoing data back to the client after
|
H A D | test_fcntl.py | 164 p.start() 175 p.start()
|
H A D | test_ensurepip.py | 71 self.run_pip = run_pip_patch.start() 78 patched_os = os_patch.start()
|
H A D | test_poll.py | 199 t.start() 223 poll_thread.start()
|
/third_party/python/Lib/ |
H A D | _markupbase.py | 160 j = match.start(0) 173 j = match.start(0)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 307 NewFMAInt.getNextValue(AI->start, in processBlock() 310 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end, in processBlock()
|
/third_party/skia/tools/fm/fm_bot/ |
H A D | fm_bot.go | 22 // Too many GPU processes and we'll start to overwhelm your GPU, 201 start := time.Now() 228 strings.Join(cmd.Args, " "), status, time.Since(start), output)
|
/third_party/skia/tools/ |
H A D | remote_demo.cpp | 117 void start() { in start() function in Timer 176 drawTime.start(); in final_draw()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | util.cpp | 110 int32_t start, int32_t limit, 112 for (int32_t i=start; i<limit; ++i) { 151 * given a range defined as [start, limit), the call 152 * skipWhitespace(text, start, limit) will advance start past leading 153 * whitespace, whereas the call skipWhitespace(text, limit, start), 156 * @param pos either the start or limit of a range of 'text', to skip 158 * @param stop either the limit or start of a range of 'text', to skip 160 * @return the new start or limit, depending on what was passed in to 202 int32_t start in parseChar() local [all...] |
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 185 start, end = idx_list[i], idx_list[i + 1] 186 errors.append('\n'.join(lines[start:end]) + '\n')
|
/third_party/vixl/src/ |
H A D | cpu-features.h | 421 CPUFeatures::Feature start = CPUFeatures::kNone) in CPUFeaturesConstIterator() 422 : cpu_features_(cpu_features), feature_(start) { in CPUFeaturesConstIterator()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | controlFlowCaching.js | 9 start, stop, titlePos, titleRotation = 0, titleOffset, axisVector, tickVector, anchorOffset, labelOffset, labelAlign, 55 case "start": 59 labelAlign = "start"; 75 var o = this.opt, ta = this.chart.theme.axis, position = o.position, leftBottom = position !== "rightOrTop", rotation = o.rotation % 360, start, stop, titlePos, titleRotation = 0, titleOffset, axisVector, tickVector, anchorOffset, labelOffset, labelAlign, labelGap = this.chart.theme.axis.tick.labelGap, taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font), taTitleFont = o.titleFont || (ta.title && ta.title.font), taFontColor = o.fontColor || (ta.majorTick && ta.majorTick.fontColor) || (ta.tick && ta.tick.fontColor) || "black", taTitleFontColor = o.titleFontColor || (ta.title && ta.title.fontColor) || "black", taTitleGap = (o.titleGap == 0) ? 0 : o.titleGap || (ta.title && ta.title.gap) || 15, taTitleOrientation = o.titleOrientation || (ta.title && ta.title.orientation) || "axis", taMajorTick = this.chart.theme.getTick("major", o), taMinorTick = this.chart.theme.getTick("minor", o), taMicroTick = this.chart.theme.getTick("micro", o), taStroke = "stroke" in o ? o.stroke : ta.stroke, size = taFont ? g.normalizedLength(g.splitFontString(taFont).size) : 0, cosr = Math.abs(Math.cos(rotation * Math.PI / 180)), sinr = Math.abs(Math.sin(rotation * Math.PI / 180)), tsize = taTitleFont ? g.normalizedLength(g.splitFontString(taTitleFont).size) : 0;
108 case "start":
112 labelAlign = "start";
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.h | 336 return a->start < b->start; in operator ()()
|
/third_party/python/Lib/unittest/ |
H A D | main.py | 157 self.test = loader.discover(self.start, self.pattern, self.top) 222 parser.add_argument('-s', '--start-directory', dest='start', 223 help="Directory to start discovery ('.' default)") 228 'start directory)') 229 for arg in ('start', 'pattern', 'top'): 237 self.start = '.'
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
H A D | StateAdapter.java | 139 public void beforeTextChanged(CharSequence s, int start, int cnt, in populateView() 144 public void onTextChanged(CharSequence s, int start, int before, int cnt) { in populateView()
|
/third_party/skia/modules/canvaskit/ |
H A D | Makefile | 105 npx karma start ./karma.conf.js --no-single-run --watch-poll 108 npx karma start ./karma.conf.js --no-single-run --watch-poll --headless
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 178 worker.start() 231 mailman.start()
|
/third_party/rust/crates/regex/src/literal/ |
H A D | imp.rs | 86 ac.find(haystack).map(|m| (m.start(), m.end())) in find() 89 s.find(haystack).map(|m| (m.start(), m.end())) in find() 94 /// Like find, except matches must start at index `0`.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 90 static inline void os_reltime_age(struct os_reltime *start, in os_reltime_age() argument 96 os_reltime_sub(&now, start, age); in os_reltime_age() 190 * os_program_init - Program initialization (called at start)
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deSpinBarrier.cpp | 244 threads[ndx]->start(); in multiThreadTest() 318 threads[ndx]->start(); in multiThreadRemoveTest()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 90 static inline void os_reltime_age(struct os_reltime *start, in os_reltime_age() argument 96 os_reltime_sub(&now, start, age); in os_reltime_age() 190 * os_program_init - Program initialization (called at start)
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 93 // Simple 3D API (don't ship this, but it's fine for tools and quick start) 718 int fontstart; // offset of start of font 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf 1175 int count, start, offsize; in stbtt__cff_get_index() local 1176 start = b->cursor; in stbtt__cff_get_index() 1184 return stbtt__buf_range(b, start, b->cursor - start); in stbtt__cff_get_index() 1218 int start = b->cursor, end, op; in stbtt__dict_get() local 1224 if (op == key) return stbtt__buf_range(b, start, end-start); in stbtt__dict_get() 1245 int count, offsize, start, end; stbtt__cff_index_get() local 1512 stbtt_uint16 offset, start; stbtt_FindGlyphIndex() local 1953 int nranges, start, end, v, fmt, fdselector = -1, i; stbtt__cid_get_glyph_subrs() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 93 // Simple 3D API (don't ship this, but it's fine for tools and quick start) 718 int fontstart; // offset of start of font 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf 1175 int count, start, offsize; in stbtt__cff_get_index() local 1176 start = b->cursor; in stbtt__cff_get_index() 1184 return stbtt__buf_range(b, start, b->cursor - start); in stbtt__cff_get_index() 1218 int start = b->cursor, end, op; in stbtt__dict_get() local 1224 if (op == key) return stbtt__buf_range(b, start, end-start); in stbtt__dict_get() 1245 int count, offsize, start, end; stbtt__cff_index_get() local 1512 stbtt_uint16 offset, start; stbtt_FindGlyphIndex() local 1953 int nranges, start, end, v, fmt, fdselector = -1, i; stbtt__cid_get_glyph_subrs() local [all...] |