Home
last modified time | relevance | path

Searched refs:_start (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/pulseaudio/src/tests/
Druntime-test-util.h31 pa_usec_t _start, _stop; \
37 _start = pa_rtclock_now(); \
43 if (_min > (_stop - _start)) _min = _stop - _start; \
44 if (_max < (_stop - _start)) _max = _stop - _start; \
45 _s1 += _stop - _start; \
46 _s2 += (_stop - _start) * (_stop - _start); \
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DStringTokenIterator.java20 private int _start; field in StringTokenIterator
40 return _start; in currentStart()
53 _start = _end + 1; in next()
54 _end = nextDelimiter(_start); in next()
55 _token = _text.substring(_start, _end); in next()
57 _start = _end; in next()
72 _start = offset; in setStart()
73 _end = nextDelimiter(_start); in setStart()
74 _token = _text.substring(_start, _end); in setStart()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DStringTokenIterator.java16 private int _start; field in StringTokenIterator
36 return _start; in currentStart()
49 _start = _end + 1; in next()
50 _end = nextDelimiter(_start); in next()
51 _token = _text.substring(_start, _end); in next()
53 _start = _end; in next()
68 _start = offset; in setStart()
69 _end = nextDelimiter(_start); in setStart()
70 _token = _text.substring(_start, _end); in setStart()
/third_party/elfutils/tests/
Drun-addrname-test.sh311 testrun_compare ${abs_top_builddir}/src/addr2line -x -e testfile66 _start 0x2d8 0x2db 0x2dc 0x103d0…
312 _start (.text)
314 _start (.text)
316 _start+0x3 (.text)
320 _start (.opd)
322 _start+0x3 (.opd)
327 testrun_compare ${abs_top_builddir}/src/addr2line -x -e testfile66 --core=testfile66.core _start 0x…
328 _start (.text)
330 _start (.text)
332 _start (.opd)
Drun-readelf-addr.sh73 [10] 0x0000000000401080 <_start>
133 [10] 0x0000000000401080 <_start>
Drun-dwflsyms.sh109 68: FUNC GLOBAL _start (0) 0x6e0, rel: 0x6e0 (.text)
188 68: FUNC GLOBAL _start (0) 0x30000006e0, rel: 0x6e0 (.text)
267 51: FUNC GLOBAL _start (0) 0x6e0, rel: 0x6e0 (.text)
323 51: FUNC GLOBAL _start (0) 0x30000006e0, rel: 0x6e0 (.text)
361 6: FUNC GLOBAL _start (21) 0x4001a8, rel: 0x4001a8 (.text)
408 41: FUNC GLOBAL _start (0) 0x400400, rel: 0x400400 (.text)
428 13: FUNC GLOBAL _start (4) 0x103d0, rel: 0x103d0 (.opd) [0x2d8, rel: 0 (.text)]
462 13: FUNC GLOBAL _start (4) 0x461c03d0, rel: 0x103d0 (.opd) [0x461b02d8, rel: 0 (.text)]
597 72: FUNC GLOBAL _start (60) 0x20010, rel: 0x20010 (.opd) [0x8c8, rel: 0x28 (.text)]
679 72: FUNC GLOBAL _start (60) 0x8001020010, rel: 0x20010 (.opd) [0x80010008c8, rel: 0x28 (.text)]
Drun-readelf-s.sh219 68: 00000000000006e0 0 FUNC GLOBAL DEFAULT 13 _start
272 38: 00000000000006e0 0 FUNC GLOBAL DEFAULT 13 _start
334 6: 00000000004001a8 21 FUNC GLOBAL DEFAULT 2 _start
393 39: 0000000000400400 0 FUNC GLOBAL DEFAULT 13 _start
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_info.py57 self._start = _current.start if _current else -1
69 return self._start
75 return self._start
120 fileinfo = FileInfo(self.filename, self._start)
158 self._start = start
165 self._current = TextInfo(text, self._start, end)
175 self._start = lno
/third_party/node/lib/
Dwasi.js108 const { _start, _initialize } = this[kInstance].exports;
110 validateFunction(_start, 'instance.exports._start');
114 _start();
133 const { _start, _initialize } = this[kInstance].exports;
135 validateUndefined(_start, 'instance.exports._start');
/third_party/node/test/fixtures/
Dout-of-bound.wat4 (export "_start" (func $_start))
5 (func $_start
/third_party/skia/infra/bots/
Dutils.py29 self._start = None
32 self._start = datetime.datetime.utcnow()
33 print('Task started at %s GMT' % str(self._start))
37 duration = (finish-self._start).total_seconds()
/third_party/node/test/wasi/
Dtest-wasi-start-validation.js70 _start() {},
93 get() { return { _start() {} }; },
137 _start() {},
Dtest-wasi-not-started.js20 instance.exports._start();
/third_party/node/deps/v8/tools/testrunner/testproc/
Dtimeout.py14 self._start = time.time()
27 if time.time() - self._start > self._duration_sec:
/third_party/elfio/tests/elf_examples/
Dasm.s5 global _start ;must be declared for linker (ld)
7 _start: ;tell linker entry point label
Dasm.lst5 5 global _start ;must be declared for linker (ld)
7 7 _start: ;tell linker entry point
Dasm64.lst5 5 global _start ;must be declared for linker (ld)
7 7 _start: ;tell linker entry point
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs207 this._start = 0;
226 this._start = this._start + this._delta;
228 if (this._start >= this._end || showAll) {
233 this._node.appendChild(DOM.text(this._string.substring(0, this._start)));
/third_party/icu/icu4c/source/test/cintltst/
Duformattedvaluetst.c163 int32_t _start, _limit; in AssertAllPartsEqual() local
164 ucfpos_getIndexes(ucfpos, &_start, &_limit, &status); in AssertAllPartsEqual()
166 assertIntEquals(AAPE_MSG("start"), start, _start); in AssertAllPartsEqual()
/third_party/node/doc/api/
Dwasi.md84 (func $main (export "_start")
160 `_start()` export. If `instance` does not contain a `_start()` export, or if
179 `_initialize()` export, if it is present. If `instance` contains a `_start()`
/third_party/lz4/tests/
Dfreestanding.c33 EXTERN_C void _start(void) { } in _start() function
229 EXTERN_C void _start(void) { in _start() function
/third_party/python/Lib/multiprocessing/
Dresource_sharer.py76 self._start()
122 def _start(self): member in _ResourceSharer
/third_party/FreeBSD/sys/kern/
Dbus_if.h28 rman_res_t _start,
63 rman_res_t _start, in BUS_ALLOC_RESOURCE() argument
70 return ((bus_alloc_resource_t *) _m)(_dev, _child, _type, _rid, _start, _end, _count, _flags); in BUS_ALLOC_RESOURCE()
/third_party/node/test/es-module/
Dtest-wasm-memory-out-of-bound.js10 results.instance.exports._start();
/third_party/node/test/async-hooks/
Dinit-hooks.js32 this._start = start;
150 const time = process.hrtime(this._start);

1234