/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVAlg.hpp | 110 template<typename Tdata, class Tfunc, Ncv32u nThreads> 115 __shared__ Tdata _reduceArr[nThreads]; in subReduce() 120 if (nThreads >= 256 && threadIdx.x < 128) in subReduce() 126 if (nThreads >= 128 && threadIdx.x < 64) in subReduce() 134 if (nThreads >= 64) in subReduce() 138 if (nThreads >= 32 && threadIdx.x < 16) in subReduce()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetBasherTest.java | 66 int nThreads = 20; in testAddAndRemove() local 68 int nTasks = nThreads * tasksPerThread; in testAddAndRemove() 69 ExecutorService pool = Executors.newFixedThreadPool(nThreads); in testAddAndRemove()
|
D | MapMakerTest.java | 125 int nThreads = 100; in testRemovalNotification_clear_basher() local 138 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() 154 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderTest.java | 462 int nThreads = 100; in testRemovalNotification_clear_basher() local 476 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() 492 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher() 528 int nThreads = 100; in testRemovalNotification_get_basher() local 565 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher()
|
D | CacheLoadingTest.java | 2098 int nThreads, final CountDownLatch gettersStartedSignal) throws InterruptedException { in doConcurrentGet() argument 2100 final AtomicReferenceArray<Object> result = new AtomicReferenceArray<Object>(nThreads); in doConcurrentGet() 2101 final CountDownLatch gettersComplete = new CountDownLatch(nThreads); in doConcurrentGet() 2102 for (int i = 0; i < nThreads; i++) { in doConcurrentGet() 2135 List<Object> resultList = Lists.newArrayListWithExpectedSize(nThreads); in doConcurrentGet() 2136 for (int i = 0; i < nThreads; i++) { in doConcurrentGet()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 610 int32_t nThreads = threadCount; in TestTimeRoundTrip() local 681 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[nThreads]; in TestTimeRoundTrip() 683 for (i = 0; i < nThreads; i++) { in TestTimeRoundTrip() 690 for (i = 0; i < nThreads; i++) { in TestTimeRoundTrip() 697 for (i = 0; i < nThreads; i++) { in TestTimeRoundTrip()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 560 int nThreads = 100; in testModify_basher() local 568 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher()
|
/external/guice/core/test/com/google/inject/ |
D | ScopesTest.java | 825 SBarrierProvider(int nThreads) { 826 barrier = new CyclicBarrier(nThreads, new Runnable() {
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |