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

  /external/compiler-rt/test/tsan/
write_in_reader_lock.cc 6 int GLOB;
13 GLOB++;
23 volatile int x = GLOB;
load_shared_lib.cc 33 int GLOB = 0;
38 GLOB++;
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 319 int GLOB = 0;
322 printf("\tGLOB=%d\n", GLOB);
330 int GLOB = 0;
332 GLOB = 1;
340 GLOB = 2;
344 FAST_MODE_INIT(&GLOB);
345 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test01. TP.");
346 ANNOTATE_TRACE_MEMORY(&GLOB);
349 const int tmp = GLOB;
358 int GLOB = 0
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
shared-lib-test.cc 46 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
50 GLOB[index]++;
asan-symbolize-sanity-test.cc 51 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
55 GLOB[index]++;
  /external/clang/test/CodeGen/
vla.c 77 static int GLOB;
80 GLOB = 0;
82 // CHECK: [[tmp_1:%.*]] = load i32* @GLOB, align 4
84 __typeof__(b[GLOB++]) c;
85 return GLOB;
  /external/sfntly/cpp/
CMakeLists.txt 43 file(GLOB SFNTLY_CORE_FILES src/sfntly/*.h src/sfntly/*.cc)
44 file(GLOB SFNTLY_PORT_FILES src/sfntly/port/*.h src/sfntly/port/*.cc)
45 file(GLOB SFNTLY_DATA_FILES src/sfntly/data/*.h src/sfntly/data/*.cc)
46 file(GLOB SFNTLY_MATH_FILES src/sfntly/math/*.h src/sfntly/math/*.cc)
47 file(GLOB SFNTLY_TABLE_COMMON_FILES src/sfntly/table/*.h src/sfntly/table/*.cc)
48 file(GLOB SFNTLY_TABLE_BITMAP_FILES src/sfntly/table/bitmap/*.h src/sfntly/table/bitmap/*.cc)
49 file(GLOB SFNTLY_TABLE_CORE_FILES src/sfntly/table/core/*.h src/sfntly/table/core/*.cc)
50 file(GLOB SFNTLY_TABLE_TTF_FILES src/sfntly/table/truetype/*.h src/sfntly/table/truetype/*.cc)
75 file(GLOB TINYXML src/test/tinyxml/*.cpp)
78 file(GLOB TEST_CASES src/test/*.cc src/test/autogenerated/*.cc
    [all...]
  /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/chromium_org/third_party/sqlite/src/src/
test8.c 1157 ** Implementation of "GLOB" function on the echo module. Pass
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 60 LIKE GLOB {NOT LIKE}

Completed in 259 milliseconds