OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numThreads
(Results
1 - 14
of
14
) sorted by null
/external/aac/libAACdec/src/
aacdec_drc_types.h
154
USHORT
numThreads
; /* The number of DRC data threads extracted from the found payload elements */
/external/icu4c/test/threadtest/
threadtest.cpp
158
int
numThreads
;
219
gRunInfo.
numThreads
= 2;
240
gRunInfo.
numThreads
= atoi(argv[argnum]);
241
if (gRunInfo.
numThreads
< 0)
400
if (gRunInfo.
numThreads
== 0)
407
gThreadInfo = new ThreadInfo[gRunInfo.
numThreads
];
409
for (threadNum=0; threadNum < gRunInfo.
numThreads
; threadNum++)
444
for (threadNum=0; threadNum < gRunInfo.
numThreads
; threadNum++)
456
for (threadNum=0; threadNum < gRunInfo.
numThreads
; threadNum++)
517
for (threadNum=0; threadNum < gRunInfo.
numThreads
; threadNum++)
[
all
...]
/libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java
41
private static final int
numThreads
= 10;
57
threadPool = new ThreadPool(
numThreads
);
116
* the database. Number of threads is defined by
numThreads
variable
121
for (int i = 0; i <
numThreads
; i++) {
128
* tables in the database. Number of threads is defined by
numThreads
142
*
numThreads
variable
197
* the database. Number of threads is defined by
numThreads
variable
216
for (int i = 0; i <
numThreads
; i++) {
222
double expectedVal = id +
numThreads
;
/dalvik/tools/dmtracedump/
CreateTestTrace.c
158
int
numThreads
= maxThreadId + 1;
163
callStack = (stack *) malloc(sizeof(stack) *
numThreads
);
165
for (ii = 0; ii <
numThreads
; ++ii) {
TraceDump.c
186
int
numThreads
;
756
pKeys->
numThreads
= count;
906
qsort(pKeys->threads, pKeys->
numThreads
, sizeof(pKeys->threads[0]),
995
printf("Threads (%d):\n", pKeys->
numThreads
);
996
for (i = 0; i < pKeys->
numThreads
; i++) {
[
all
...]
/external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java
267
final int
numThreads
= 3;
268
final Thread[] threads = new Thread[
numThreads
];
298
while (waitingThreads() !=
numThreads
- 1) {
314
for (int i = 0; i <
numThreads
; i++) {
349
final int
numThreads
= 10;
351
Thread[] threads = new Thread[
numThreads
];
352
for (int i = 0; i <
numThreads
; i++) {
368
assertEquals(
numThreads
* iterations + 1, (int) nonThreadSafe.get());
/libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java
116
int
numThreads
= initialThreadGroup.activeCount();
117
Thread[] listOfThreads = new Thread[
numThreads
];
120
assertEquals(
numThreads
, countThread);
/dalvik/dx/src/com/android/dx/command/dexer/
Main.java
323
if (args.
numThreads
> 1) {
324
threadPool = Executors.newFixedThreadPool(args.
numThreads
);
340
if (args.
numThreads
> 1) {
390
if (args.
numThreads
> 1) {
[
all
...]
/libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java
57
private static final int
numThreads
= 10;
238
ThreadPool threadPool = new ThreadPool(
numThreads
);
307
ThreadPool threadPool = new ThreadPool(
numThreads
);
359
// threadPool = new ThreadPool(
numThreads
);
392
ThreadPool threadPool = new ThreadPool(
numThreads
);
443
threadPool = new ThreadPool(
numThreads
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/prebuilts/sdk/tools/lib/
dx.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
Completed in 828 milliseconds