Home
last modified time | relevance | path

Searched refs:GLOB (Results 1 – 25 of 48) sorted by relevance

12

/external/valgrind/drd/tests/
Dtsan_unittest.cpp323 int GLOB = 0; variable
326 printf("\tGLOB=%d\n", GLOB); in Run()
334 int GLOB = 0; variable
336 GLOB = 1; in Worker()
344 GLOB = 2; in Parent()
348 FAST_MODE_INIT(&GLOB); in Run()
349 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test01. TP."); in Run()
350 ANNOTATE_TRACE_MEMORY(&GLOB); in Run()
353 const int tmp = GLOB; in Run()
362 int GLOB = 0; variable
[all …]
/external/sfntly/cpp/
DCMakeLists.txt43 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/clang/test/CodeGen/
Dvla.c77 static int GLOB; variable
80 GLOB = 0; in test2()
84 __typeof__(b[GLOB++]) c; in test2()
85 return GLOB; in test2()
/external/valgrind/none/tests/
Dbug234814.c10 int GLOB = 3; variable
14 GLOB--; in mysigbus()
26 while(GLOB) { in main()
/external/compiler-rt/test/tsan/
Dwrite_in_reader_lock.cc5 int GLOB; variable
12 GLOB++; in Thread1()
23 volatile int x = GLOB; in main()
Dload_shared_lib.cc35 int GLOB = 0; variable
40 GLOB++; in write_glob()
/external/valgrind/none/tests/darwin/
Dbug228343.c14 int GLOB=0; variable
45 GLOB++; in SignalHandlerWithSpinlock()
57 printf("\tGLOB=%d\n", GLOB); in main()
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc40 void *GLOB; variable
43 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0); in CFAllocatorAllocateToGlob()
48 char *p = (char*)GLOB; in CFAllocatorDeallocateFromGlob()
50 CFAllocatorDeallocate(NULL, GLOB); in CFAllocatorDeallocateFromGlob()
/external/compiler-rt/test/asan/TestCases/Posix/
Dshared-lib-test.cc46 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable
50 GLOB[index]++; in inc()
Dasan-symbolize-sanity-test.cc52 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable
56 GLOB[index]++; in inc()
/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMProcessSources.cmake22 file(GLOB tds *.td)
32 file(GLOB hds *.h *.def)
81 file(GLOB globbed *.cpp)
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake23 file(GLOB tds *.td)
32 file(GLOB hds ${glob})
72 file(GLOB globbed *.c *.cpp)
/external/swiftshader/third_party/subzero/
DCMakeLists.txt14 file(GLOB pnacl_llvm_SRCS "pnacl-llvm/*.cpp")
25 file(GLOB pnacl_sz_SRCS "src/*.cpp")
/external/libcxx/lib/
DCMakeLists.txt4 file(GLOB LIBCXX_SOURCES ../src/*.cpp)
6 file(GLOB LIBCXX_WIN32_SOURCES ../src/support/win32/*.cpp)
9 file(GLOB LIBCXX_SOLARIS_SOURCES ../src/support/solaris/*.cpp)
17 file( GLOB LIBCXX_WIN32_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../include/support/win32/*.h)
273 file(GLOB LIBCXX_EXPERIMENTAL_SOURCES ../src/experimental/*.cpp)
275 file(GLOB LIBCXX_FILESYSTEM_SOURCES ../src/experimental/filesystem/*.cpp)
297 file(GLOB LIBCXX_EXTERNAL_THREADING_SUPPORT_SOURCES ../test/support/external_threads.cpp)
/external/jsoncpp/include/
DCMakeLists.txt1 FILE(GLOB INCLUDE_FILES "json/*.h")
/external/compiler-rt/lib/builtins/Darwin-excludes/
DCMakeLists.txt1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
/external/compiler-rt/lib/builtins/macho_embedded/
DCMakeLists.txt1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
/external/eigen/unsupported/Eigen/src/EulerAngles/
DCMakeLists.txt1 FILE(GLOB Eigen_EulerAngles_SRCS "*.h")
/external/eigen/doc/examples/
DCMakeLists.txt1 file(GLOB examples_SRCS "*.cpp")
/external/eigen/unsupported/doc/examples/
DCMakeLists.txt1 FILE(GLOB examples_SRCS "*.cpp")
/external/eigen/Eigen/
DCMakeLists.txt4 file(GLOB Eigen_directory_files "*")
/external/eigen/doc/snippets/
DCMakeLists.txt1 file(GLOB snippets_SRCS "*.cpp")
/external/eigen/unsupported/doc/snippets/
DCMakeLists.txt1 FILE(GLOB snippets_SRCS "*.cpp")
/external/libjpeg-turbo/cmakescripts/
Dtestclean.cmake1 file(GLOB FILES
/external/libpcap/tests/
DCMakeLists.txt10 file(GLOB PROJECT_SOURCE_LIST_WIN32_C

12