HomeSort by relevance Sort by last modified time
    Searched defs:GLOB (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/test/tsan/
write_in_reader_lock.cc 5 int GLOB;
12 GLOB++;
23 volatile int x = GLOB;
load_shared_lib.cc 35 int GLOB = 0;
40 GLOB++;
  /external/valgrind/none/tests/
bug234814.c 10 int GLOB = 3;
14 GLOB--;
26 while(GLOB) {
  /external/compiler-rt/test/asan/TestCases/Posix/
asan-symbolize-sanity-test.cc 52 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
56 GLOB[index]++;
shared-lib-test.cc 46 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
50 GLOB[index]++;
  /external/valgrind/none/tests/darwin/
bug228343.c 14 int GLOB=0;
45 GLOB++;
57 printf("\tGLOB=%d\n", GLOB);
  /external/clang/test/CodeGen/
vla.c 77 static int GLOB;
80 GLOB = 0;
82 // CHECK: [[tmp_1:%.*]] = load i32, i32* @GLOB, align 4
84 __typeof__(b[GLOB++]) c;
85 return GLOB;
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 40 void *GLOB;
43 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0);
48 char *p = (char*)GLOB;
50 CFAllocatorDeallocate(NULL, GLOB);
  /external/valgrind/drd/tests/
tsan_unittest.cpp 323 int GLOB = 0;
326 printf("\tGLOB=%d\n", GLOB);
334 int GLOB = 0;
336 GLOB = 1;
344 GLOB = 2;
348 FAST_MODE_INIT(&GLOB);
349 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test01. TP.");
350 ANNOTATE_TRACE_MEMORY(&GLOB);
353 const int tmp = GLOB;
362 int GLOB = 0
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 1245 milliseconds