/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | parsed_trace_events.py | 53 self.tids = None 78 if self.tids: 79 return self.tids 80 tids = set() 83 tids.add(e["tid"]) 84 self.tids = list(tids) 85 return self.tids
|
/external/linux-kselftest/tools/testing/selftests/powerpc/math/ |
D | fpu_signal.c | 83 pthread_t *tids; in test_signal_fpu() local 86 tids = malloc(threads * sizeof(pthread_t)); in test_signal_fpu() 87 FAIL_IF(!tids); in test_signal_fpu() 92 rc = pthread_create(&tids[i], NULL, signal_fpu_c, NULL); in test_signal_fpu() 105 pthread_kill(tids[j], SIGUSR1); in test_signal_fpu() 114 pthread_join(tids[i], &rc_p); in test_signal_fpu() 128 free(tids); in test_signal_fpu()
|
D | fpu_preempt.c | 62 pthread_t *tids; in test_preempt_fpu() local 65 tids = malloc((threads) * sizeof(pthread_t)); in test_preempt_fpu() 66 FAIL_IF(!tids); in test_preempt_fpu() 71 rc = pthread_create(&tids[i], NULL, preempt_fpu_c, NULL); in test_preempt_fpu() 94 pthread_join(tids[i], &rc_p); in test_preempt_fpu() 106 free(tids); in test_preempt_fpu()
|
D | vmx_signal.c | 101 pthread_t *tids; in test_signal_vmx() local 104 tids = malloc(threads * sizeof(pthread_t)); in test_signal_vmx() 105 FAIL_IF(!tids); in test_signal_vmx() 110 rc = pthread_create(&tids[i], NULL, signal_vmx_c, NULL); in test_signal_vmx() 126 pthread_kill(tids[j], SIGUSR1); in test_signal_vmx() 135 pthread_join(tids[i], &rc_p); in test_signal_vmx() 149 free(tids); in test_signal_vmx()
|
D | vmx_preempt.c | 62 pthread_t *tids; in test_preempt_vmx() local 65 tids = malloc(threads * sizeof(pthread_t)); in test_preempt_vmx() 66 FAIL_IF(!tids); in test_preempt_vmx() 71 rc = pthread_create(&tids[i], NULL, preempt_vmx_c, NULL); in test_preempt_vmx() 94 pthread_join(tids[i], &rc_p); in test_preempt_vmx()
|
D | vsx_preempt.c | 97 pthread_t *tids; in test_preempt_vsx() local 100 tids = malloc(threads * sizeof(pthread_t)); in test_preempt_vsx() 101 FAIL_IF(!tids); in test_preempt_vsx() 106 rc = pthread_create(&tids[i], NULL, preempt_vsx_c, NULL); in test_preempt_vsx() 129 pthread_join(tids[i], &rc_p); in test_preempt_vsx()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/ |
D | 2-1.c | 37 timer_t *tids; in main() local 49 tids = malloc(max * sizeof(timer_t)); in main() 50 if (tids == NULL) { in main() 65 tids[i] = tid; in main() 66 if (lfind(&tid, tids, &i, sizeof(timer_t), compare) != NULL) { in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | halt_on_error-torture.cc | 64 pthread_t *tids = new pthread_t[nthreads]; in main() local 67 if (0 != pthread_create(&tids[i], 0, run, (void *)i)) { in main() 74 if (0 != pthread_join(tids[i], 0)) { in main() 84 delete [] tids; in main()
|
/external/ltp/testcases/realtime/func/matrix_mult/ |
D | matrix_mult.c | 64 static int *tids; variable 208 tids = malloc(sizeof(int) * numcpus); in main_thread() 209 if (!tids) { in main_thread() 213 memset(tids, 0, numcpus); in main_thread() 259 tids[j] = create_fifo_thread(concurrent_thread, NULL, PRIO); in main_thread() 260 if (tids[j] == -1) { in main_thread()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 187 std::vector<int> tids; in RunThread() local 189 tids.push_back( in RunThread() 192 args->registry->StartThread(tids[i], 0, (void*)args->shard); in RunThread() 194 args->registry->FinishThread(tids[i]); in RunThread() 196 args->registry->JoinThread(tids[i], (void*)args->shard); in RunThread()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_allow_buffered_frames/ |
D | format | 11 field:u16 tids; offset:46; size:2; signed:0; 16 …0x%.4x frames:%d reason:%d more:%d", REC->wiphy_name, REC->sta_addr, REC->tids, REC->num_frames, R…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_release_buffered_frames/ |
D | format | 11 field:u16 tids; offset:46; size:2; signed:0; 16 …0x%.4x frames:%d reason:%d more:%d", REC->wiphy_name, REC->sta_addr, REC->tids, REC->num_frames, R…
|
/external/bcc/tools/ |
D | runqlat.py | 222 if args.pids or args.tids: 225 if args.tids:
|
D | cpudist.py | 138 if args.pids or args.tids: 141 if args.tids:
|
D | cpudist_example.txt | 297 -L, --tids print a histogram per thread ID
|
D | runqlat_example.txt | 569 -L, --tids print a histogram per thread ID
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | mtb_unittest.py | 571 tids = displacements.keys() 572 tids.sort() 573 tid = tids[0]
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | map_test.py | 911 tids = [] 913 tids.append(script_ops.py_func(_get_tid, [], dtypes.int64)) 914 return tids 919 tids = self.evaluate(get_next()) 920 self.assertTrue(all(tids[0] == tid for tid in tids))
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/ |
D | touch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log | 27 S'pct of incorrect cases (%)--tids'
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log | 27 S'pct of incorrect cases (%)--tids'
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log | 27 S'pct of incorrect cases (%)--tids'
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log | 27 S'pct of incorrect cases (%)--tids'
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log | 27 S'pct of incorrect cases (%)--tids'
|
/external/e2fsprogs/po/ |
D | da.po | 6482 msgstr "Kunne ikke fortolke dato/tids-angiveren: %s" 7007 msgstr "Oprettet tids-UUID: %s\n" 7018 msgstr[0] "Oprettet tids UUID %s og efterfølgende UUID\n" 7019 msgstr[1] "Oprettet tids UUID %s og %d efterfølgende UUID'er\n"
|
D | sv.po | 7242 msgstr "Genererade tids-UUID: %s\n" 7253 msgstr[0] "Genererade tids-UUID %s och efterföljande UUID\n" 7254 msgstr[1] "Genererade tids-UUID %s och %d efterföljande UUID:er\n"
|