/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/opencv3/3rdparty/libwebp/ |
D | CMakeLists.txt | 10 file(GLOB lib_srcs dec/*.c dsp/*.c enc/*.c mux/*.c utils/*.c webp/*.c) 11 file(GLOB lib_hdrs dec/*.h dsp/*.h enc/*.h mux/*.h utils/*.h webp/*.h) 21 file(GLOB cpuf_s cpu-features/*.c) 22 file(GLOB cpuf_h cpu-features/*.h)
|
/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/opencv3/samples/gpu/performance/ |
D | CMakeLists.txt | 3 file(GLOB sources "performance/*.cpp") 4 file(GLOB headers "performance/*.h") 38 file(GLOB CUDA_FILES performance/*.cpp performance/*.h)
|
/external/opencv3/3rdparty/libjasper/ |
D | CMakeLists.txt | 12 file(GLOB lib_srcs *.c) 13 file(GLOB lib_hdrs *.h) 14 file(GLOB lib_ext_hdrs jasper/*.h)
|
/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/opencv3/samples/tapi/ |
D | CMakeLists.txt | 38 file(GLOB all_samples RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) 42 file(GLOB sample_srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${sample}.*) 48 file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd )
|
/external/opencv3/data/ |
D | CMakeLists.txt | 1 file(GLOB HAAR_CASCADES haarcascades/*.xml) 2 file(GLOB LBP_CASCADES lbpcascades/*.xml)
|
/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/opencv3/samples/gpu/ |
D | CMakeLists.txt | 82 file(GLOB all_samples RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) 86 file(GLOB sample_srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${sample}.*) 94 file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd )
|
/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/*.c) 17 file( GLOB LIBCXX_WIN32_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../include/support/win32/*.h)
|
/external/opencv3/modules/core/ |
D | CMakeLists.txt | 16 file(GLOB lib_cuda_hdrs "include/opencv2/${name}/cuda/*.hpp" "include/opencv2/${name}… 17 file(GLOB lib_cuda_hdrs_detail "include/opencv2/${name}/cuda/detail/*.hpp" "include/opencv2/${name}…
|
/external/opencv3/apps/createsamples/ |
D | CMakeLists.txt | 14 file(GLOB SRCS *.cpp) 15 file(GLOB HDRS *.h*)
|
/external/opencv3/apps/traincascade/ |
D | CMakeLists.txt | 14 file(GLOB SRCS *.cpp) 15 file(GLOB HDRS *.h*)
|
/external/llvm/cmake/modules/ |
D | LLVMProcessSources.cmake | 23 file(GLOB tds *.td) 32 file(GLOB hds ${glob}) 72 file(GLOB globbed *.c *.cpp)
|
/external/opencv3/3rdparty/libpng/ |
D | CMakeLists.txt | 14 file(GLOB lib_srcs *.c) 15 file(GLOB lib_hdrs *.h)
|
/external/opencv3/samples/directx/ |
D | CMakeLists.txt | 38 file(GLOB all_samples RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) 42 file(GLOB sample_srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${sample}.*)
|
/external/opencv3/modules/imgcodecs/ |
D | CMakeLists.txt | 58 file(GLOB grfmt_hdrs ${CMAKE_CURRENT_LIST_DIR}/src/grfmt*.hpp) 59 file(GLOB grfmt_srcs ${CMAKE_CURRENT_LIST_DIR}/src/grfmt*.cpp) 77 file(GLOB imgcodecs_ext_hdrs
|
/external/opencv3/3rdparty/libjpeg/ |
D | CMakeLists.txt | 9 file(GLOB lib_srcs *.c) 10 file(GLOB lib_hdrs *.h)
|