/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/ |
D | 1-1.c | 19 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/ |
D | threads_scenarii.c | 200 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/ |
D | threads_scenarii.c | 214 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/ |
D | threads_scenarii.c | 147 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/ |
D | threads_scenarii.c | 147 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/ |
D | bt_timeline.c | 120 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/ |
D | CanonicalTypeBinder.java | 117 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()
|
D | TypeBinder.java | 88 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/ |
D | sysbench.py | 153 tps = 0 163 tps = tps_re.group(1) 166 out.write('threads=%s\ntps=%s' % (threads, tps))
|
/external/dnsmasq/src/ |
D | util.c | 270 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/ |
D | am335x-bone-common.dtsi | 229 tps: tps@24 { label 296 &tps { 309 * &tps { /delete-property/ ti,pmic-shutdown-controller; }
|
D | da850-evm.dts | 66 tps: tps@48 { label 193 &tps {
|
D | tps6507x.dtsi | 14 &tps {
|
D | tps65217.dtsi | 14 &tps {
|
D | tps65910.dtsi | 14 &tps {
|
D | am335x-pxm2.dtsi | 200 tps: tps@2d { label 262 &tps {
|
D | am335x-pdu001.dts | 287 tps: tps@2d { label 432 &tps {
|
D | am335x-rut.dts | 255 tps: tps@24 { label 343 &tps {
|
D | am335x-icev2.dts | 267 tps: power-controller@2d { label 281 &tps {
|
D | am437x-idk-evm.dts | 278 tps: tps62362@60 { label 419 cpu0-supply = <&tps>;
|
D | am335x-evmsk.dts | 458 tps: tps@2d { label 545 &tps {
|
D | am335x-evm.dts | 388 tps: tps@2d { label 598 &tps {
|
D | am437x-sk-evm.dts | 397 tps@24 {
|
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 35 struct tps { struct 40 struct tps trace_points[] = { argument
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 95 ImmutableMap<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tps = in hello() local 182 tps, in hello()
|