/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 323 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/ |
D | 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/clang/test/CodeGen/ |
D | vla.c | 77 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/ |
D | bug234814.c | 10 int GLOB = 3; variable 14 GLOB--; in mysigbus() 26 while(GLOB) { in main()
|
/external/compiler-rt/test/tsan/ |
D | write_in_reader_lock.cc | 5 int GLOB; variable 12 GLOB++; in Thread1() 23 volatile int x = GLOB; in main()
|
D | load_shared_lib.cc | 35 int GLOB = 0; variable 40 GLOB++; in write_glob()
|
/external/valgrind/none/tests/darwin/ |
D | bug228343.c | 14 int GLOB=0; variable 45 GLOB++; in SignalHandlerWithSpinlock() 57 printf("\tGLOB=%d\n", GLOB); in main()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cc | 40 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/ |
D | shared-lib-test.cc | 46 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 50 GLOB[index]++; in inc()
|
D | asan-symbolize-sanity-test.cc | 52 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/ |
D | LLVMProcessSources.cmake | 22 file(GLOB tds *.td) 32 file(GLOB hds *.h *.def) 81 file(GLOB globbed *.cpp)
|
/external/llvm/cmake/modules/ |
D | LLVMProcessSources.cmake | 23 file(GLOB tds *.td) 32 file(GLOB hds ${glob}) 72 file(GLOB globbed *.c *.cpp)
|
/external/swiftshader/third_party/subzero/ |
D | CMakeLists.txt | 14 file(GLOB pnacl_llvm_SRCS "pnacl-llvm/*.cpp") 25 file(GLOB pnacl_sz_SRCS "src/*.cpp")
|
/external/libcxx/lib/ |
D | CMakeLists.txt | 4 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/ |
D | CMakeLists.txt | 1 FILE(GLOB INCLUDE_FILES "json/*.h")
|
/external/compiler-rt/lib/builtins/Darwin-excludes/ |
D | CMakeLists.txt | 1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
|
/external/compiler-rt/lib/builtins/macho_embedded/ |
D | CMakeLists.txt | 1 file(GLOB filter_files ${CMAKE_CURRENT_SOURCE_DIR}/*.txt)
|
/external/eigen/unsupported/Eigen/src/EulerAngles/ |
D | CMakeLists.txt | 1 FILE(GLOB Eigen_EulerAngles_SRCS "*.h")
|
/external/eigen/doc/examples/ |
D | CMakeLists.txt | 1 file(GLOB examples_SRCS "*.cpp")
|
/external/eigen/unsupported/doc/examples/ |
D | CMakeLists.txt | 1 FILE(GLOB examples_SRCS "*.cpp")
|
/external/eigen/Eigen/ |
D | CMakeLists.txt | 4 file(GLOB Eigen_directory_files "*")
|
/external/eigen/doc/snippets/ |
D | CMakeLists.txt | 1 file(GLOB snippets_SRCS "*.cpp")
|
/external/eigen/unsupported/doc/snippets/ |
D | CMakeLists.txt | 1 FILE(GLOB snippets_SRCS "*.cpp")
|
/external/libjpeg-turbo/cmakescripts/ |
D | testclean.cmake | 1 file(GLOB FILES
|
/external/libpcap/tests/ |
D | CMakeLists.txt | 10 file(GLOB PROJECT_SOURCE_LIST_WIN32_C
|