Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3tokenstream.c328 setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER debugger) in setDebugListener()
352 tokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) in tokLT()
420 pANTLR3_TOKEN_STREAM ts; in consumeInitialHiddenTokens() local
437 dbgTokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) in dbgTokLT()
497 get (pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 i) in get()
507 getTokenSource (pANTLR3_TOKEN_STREAM ts) in getTokenSource()
513 setTokenSource ( pANTLR3_TOKEN_STREAM ts, in setTokenSource()
520 toString (pANTLR3_TOKEN_STREAM ts) in toString()
535 toStringSS(pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 start, ANTLR3_UINT32 stop) in toStringSS()
580 toStringTT (pANTLR3_TOKEN_STREAM ts, pANTLR3_COMMON_TOKEN start, pANTLR3_COMMON_TOKEN stop) in toStringTT()
[all …]
/external/skia/tests/
DPathOpsLineIntersectionTest.cpp88 const SkIntersections& ts, bool nearAllowed) { in check_results()
123 SkIntersections ts; in testOne() local
130 SkIntersections ts; in testOne() local
137 SkIntersections ts; in testOne() local
144 SkIntersections ts; in testOne() local
155 SkIntersections ts; in testOneCoincident() local
166 SkIntersections ts; in testOneCoincident() local
175 SkIntersections ts; in testOneCoincident() local
184 SkIntersections ts; in testOneCoincident() local
193 SkIntersections ts; in testOneCoincident() local
[all …]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTimeStampParser.java85 float ts = Float.parseFloat(s); in parse() local
88 long ts = Long.parseLong(firstNumber); in parse() local
110 float ts = Float.parseFloat(s); in parse() local
113 int ts = Integer.parseInt(firstNumber); in parse() local
/external/fio/
Dstat.c21 struct thread_stat *ts = &td->ts; in update_rusage_stat() local
314 static void stat_calc_lat(struct thread_stat *ts, double *dst, in stat_calc_lat()
334 void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat) in stat_calc_lat_u()
339 void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat) in stat_calc_lat_m()
363 static void show_ddir_status(struct group_run_stats *rs, struct thread_stat *ts, in show_ddir_status()
488 static void show_latencies(struct thread_stat *ts) in show_latencies()
500 static void show_thread_status_normal(struct thread_stat *ts, in show_thread_status_normal()
601 static void show_ddir_status_terse(struct thread_stat *ts, in show_ddir_status_terse()
673 static void add_ddir_status_json(struct thread_stat *ts, in add_ddir_status_json()
784 static void show_thread_status_terse_v2(struct thread_stat *ts, in show_thread_status_terse_v2()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/utils/
Dlog2pcap.py19 def pcap_addpacket(pcap_file, ts, data): argument
45 ts = float(m.group(2)) variable
47 ts = 0 variable
/external/strace/tests-mx32/
Dutimensat.c44 print_ts(const struct timespec *ts) in print_ts()
63 struct timespec ts[2]; in main() local
Dthreads-execve.c129 struct timespec ts = { .tv_nsec = 100000000 }; in thread() local
179 struct timespec ts = { .tv_nsec = 1 }; in main() local
215 struct timespec ts = { .tv_sec = 123 }; in main() local
/external/strace/tests-m32/
Dutimensat.c44 print_ts(const struct timespec *ts) in print_ts()
63 struct timespec ts[2]; in main() local
Dthreads-execve.c129 struct timespec ts = { .tv_nsec = 100000000 }; in thread() local
179 struct timespec ts = { .tv_nsec = 1 }; in main() local
215 struct timespec ts = { .tv_sec = 123 }; in main() local
/external/strace/tests/
Dutimensat.c44 print_ts(const struct timespec *ts) in print_ts()
63 struct timespec ts[2]; in main() local
Dthreads-execve.c129 struct timespec ts = { .tv_nsec = 100000000 }; in thread() local
179 struct timespec ts = { .tv_nsec = 1 }; in main() local
215 struct timespec ts = { .tv_sec = 123 }; in main() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c135 SVGA3dTextureState *ts; in update_tss_binding() local
204 SVGA3dTextureState *ts; in svga_reemit_tss_bindings() local
249 SVGA3dTextureState ts[PIPE_MAX_SAMPLERS*SVGA3D_TS_MAX]; member
327 SVGA3dTextureState *ts; in update_tss() local
/external/libxml2/python/tests/
Dthread2.py60 ts = [] variable
76 ts = [] variable
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Drendering_frame_unittest.py33 def AddSendEvent(self, ts=0, duration=1): argument
39 def AddBeginMainFrameEvent(self, ts=0, duration=1): argument
47 def _CreateEvent(self, event_name, ts, duration): argument
/external/blktrace/btt/
Daqd.c59 void aqd_issue(void *info, double ts) in aqd_issue()
69 void aqd_complete(void *info, double ts) in aqd_complete()
/external/v8/src/base/platform/
Dtime.cc189 TimeDelta TimeDelta::FromMachTimespec(struct mach_timespec ts) { in FromMachTimespec()
199 struct mach_timespec ts; in ToMachTimespec() local
212 TimeDelta TimeDelta::FromTimespec(struct timespec ts) { in FromTimespec()
222 struct timespec ts; in ToTimespec() local
355 Time Time::FromTimespec(struct timespec ts) { in FromTimespec()
371 struct timespec ts; in ToTimespec() local
Dcondition-variable.cc45 struct timespec ts; in ~ConditionVariable() local
82 struct timespec ts; in WaitFor() local
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py165 def splitQuadraticAtT(pt1, pt2, pt3, *ts):
181 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts):
197 def _splitQuadraticAtT(a, b, c, *ts):
222 def _splitCubicAtT(a, b, c, d, *ts):
/external/linux-kselftest/tools/testing/selftests/timers/
Dleap-a-day.c82 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add()
223 struct timespec ts; in main() local
248 struct timespec ts; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D16-1.c79 struct timespec ts; in main() local
123 struct timespec ts; in main() local
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc90 double MakeTime(struct timespec const& ts) { in MakeTime()
131 struct timespec ts; in ThreadCPUUsage() local
/external/google-benchmark/src/
Dtimers.cc90 double MakeTime(struct timespec const& ts) { in MakeTime()
131 struct timespec ts; in ThreadCPUUsage() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp8.cpp25 int (*ts)() = &S::ts; in f() local
35 template<typename T> constexpr T S::ts() { return T(); } in ts() function in S
/external/clang/test/OpenMP/
Ddeclare_target_ast_print.cpp40 static T ts; member
68 T C<T>::ts = 1; member in C<T>
/external/clang/test/SemaCXX/
Dwarn-large-by-value-copy.cpp35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} in tf()
38 TS<300> ts; in g() local

12345678910>>...22