/cts/suite/audio_quality/test_description/processing/ |
calc_thd.py | 57 thd = calc_thd(data, signalFrequency, samplingRate, 0.02) variable 58 print "THD", thd
|
/external/jemalloc/test/integration/ |
thread_tcache_enabled.c | 96 thd_t thd; local 98 thd_create(&thd, thd_start, NULL); 99 thd_join(thd, NULL);
|
allocated.c | 108 thd_t thd; local 110 thd_create(&thd, thd_start, NULL); 111 thd_join(thd, NULL);
|
/external/jemalloc/test/unit/ |
tsd.c | 88 thd_t thd; local 91 thd_create(&thd, thd_start, (void *)THREAD_DATA); 92 thd_join(thd, NULL);
|
stats.c | 136 thd_t thd; local 138 thd_create(&thd, thd_start, NULL); 139 thd_join(thd, NULL);
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
IconTest.java | 201 final HandlerThread thd = new HandlerThread("testAsync"); local 202 thd.start(); 203 final Handler h = new Handler(thd.getLooper()); 204 L(TAG, "asyncTest: dispatching load to thread: " + thd);
|
/external/ltp/testcases/misc/math/float/ |
main.c | 327 int thd; local 379 for (thd = 0; thd < indice; thd++) { 384 "%d)", thd, indice); 386 pthread_cancel(threads[thd]);
|
/external/curl/tests/server/ |
sockfilt.c | 683 HANDLE thread; /* the internal threads handle (indexed by thd) */ 697 DWORD nfd = 0, thd = 0, wsa = 0; local 759 data[thd].thread = handle; 760 thd++; 784 data[thd].thread = handle; 785 thd++; 885 for(idx = 0; idx < thd; idx++) { [all...] |