Home
last modified time | relevance | path

Searched refs:tps (Results 1 – 25 of 29) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
D1-1.c19 time_t tps; variable
32 tps = mktime(&tm_ptr); in main()
34 if (tps != -1) { in main()
35 printf("%s", ctime(&tps)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c200 long tsa, tss, tps; in scenar_init() local
206 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
212 output(" TPS: %li\n", tps); in scenar_init()
257 if (tps > 0) { in scenar_init()
281 if (tps > 0) { in scenar_init()
333 if (tps > 0) { in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c214 long tsa, tss, tps; in scenar_init() local
220 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
226 output(" TPS: %li\n", tps); in scenar_init()
273 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
298 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
354 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
159 output(" TPS: %li\n", tps); in scenar_init()
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
159 output(" TPS: %li\n", tps); in scenar_init()
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/external/blktrace/btt/
Dbt_timeline.c120 double tps, dt_input = tv2dbl(&tve) - tv2dbl(&tvs); in process() local
122 tps = (double)n_traces / dt_input; in process()
126 n_traces, tps/1000.0, in process()
/external/turbine/java/com/google/turbine/binder/
DCanonicalTypeBinder.java117 ImmutableMap<TyVarSymbol, TyVarInfo> tps = in methods() local
128 tps, in methods()
161 Map<TyVarSymbol, TyVarInfo> tps) { in typeParameters() argument
163 for (Map.Entry<TyVarSymbol, TyVarInfo> e : tps.entrySet()) { in typeParameters()
DTypeBinder.java88 private final ImmutableMap<String, ? extends Symbol> tps; field in TypeBinder.MapScope
90 public MapScope(ImmutableMap<String, ? extends Symbol> tps) { in MapScope() argument
91 this.tps = tps; in MapScope()
96 Symbol sym = tps.get(lookupKey.first().value()); in lookup()
/external/autotest/client/tests/sysbench/
Dsysbench.py153 tps = 0
163 tps = tps_re.group(1)
166 out.write('threads=%s\ntps=%s' % (threads, tps))
/external/dnsmasq/src/
Dutil.c270 static long tps = 0; in dnsmasq_time() local
272 if (tps == 0) tps = sysconf(_SC_CLK_TCK); in dnsmasq_time()
274 return (time_t)(times(&dummy) / tps); in dnsmasq_time()
/external/u-boot/arch/arm/dts/
Dam335x-bone-common.dtsi229 tps: tps@24 { label
296 &tps {
309 * &tps { /delete-property/ ti,pmic-shutdown-controller; }
Dda850-evm.dts66 tps: tps@48 { label
193 &tps {
Dtps6507x.dtsi14 &tps {
Dtps65217.dtsi14 &tps {
Dtps65910.dtsi14 &tps {
Dam335x-pxm2.dtsi200 tps: tps@2d { label
262 &tps {
Dam335x-pdu001.dts287 tps: tps@2d { label
432 &tps {
Dam335x-rut.dts255 tps: tps@24 { label
343 &tps {
Dam335x-icev2.dts267 tps: power-controller@2d { label
281 &tps {
Dam437x-idk-evm.dts278 tps: tps62362@60 { label
419 cpu0-supply = <&tps>;
Dam335x-evmsk.dts458 tps: tps@2d { label
545 &tps {
Dam335x-evm.dts388 tps: tps@2d { label
598 &tps {
Dam437x-sk-evm.dts397 tps@24 {
/external/f2fs-tools/tools/
Df2fs_io_parse.c35 struct tps { struct
40 struct tps trace_points[] = { argument
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java95 ImmutableMap<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tps = in hello() local
182 tps, in hello()

12