Searched defs:testfiles (Results 1 - 6 of 6) sorted by relevance

/external/clang/utils/TestUtils/
H A Dpch-test.pl10 sub testfiles($$) { subroutine
57 testfiles("c", "c");
59 testfiles("m", "objective-c");
/external/elfutils/tests/
H A Dtest-subr.sh47 testfiles() function
/external/libxml2/
H A DtestThreads.c30 static const char *testfiles[] = { variable
100 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
113 (void *) testfiles[i]);
130 printf("Thread %d handling %s failed\n", i, testfiles[i]);
141 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
157 tid[i] = spawn_thread(thread_specific_data, "xmlTestThread", B_NORMAL_PRIORITY, (void *) testfiles[i]);
177 printf("Thread %d handling %s failed\n", i, testfiles[i]);
H A DtestThreadsWin32.c20 static char *testfiles[] = { variable
89 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
108 thread_specific_data, testfiles[i], 0, &useless);
133 printf("Thread %d handling %s failed\n", i, testfiles[i]);
H A Druntest.c3933 static const char *testfiles[] = { variable
4016 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
4036 (void *) testfiles[i], 0,
4063 i, testfiles[i]);
4081 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]);
4096 B_NORMAL_PRIORITY, (void *) testfiles[i]);
4116 printf("Thread %d handling %s failed\n", i, testfiles[i]);
4134 unsigned int num_threads = sizeof(testfiles) / sizeo
[all...]
/external/ltp/testcases/kernel/syscalls/swapon/
H A Dswapon03.c57 int testfiles = 3; variable
248 for (j = 0; j < testfiles; j++)
279 for (j = 0; j < testfiles; j++) {

Completed in 2008 milliseconds