/external/sfntly/cpp/ |
D | CMakeLists.txt | 45 file(GLOB SFNTLY_CORE_FILES src/sfntly/*.h src/sfntly/*.cc) 46 file(GLOB SFNTLY_PORT_FILES src/sfntly/port/*.h src/sfntly/port/*.cc) 47 file(GLOB SFNTLY_DATA_FILES src/sfntly/data/*.h src/sfntly/data/*.cc) 48 file(GLOB SFNTLY_MATH_FILES src/sfntly/math/*.h src/sfntly/math/*.cc) 49 file(GLOB SFNTLY_TABLE_COMMON_FILES src/sfntly/table/*.h src/sfntly/table/*.cc) 50 file(GLOB SFNTLY_TABLE_BITMAP_FILES src/sfntly/table/bitmap/*.h src/sfntly/table/bitmap/*.cc) 51 file(GLOB SFNTLY_TABLE_CORE_FILES src/sfntly/table/core/*.h src/sfntly/table/core/*.cc) 52 file(GLOB SFNTLY_TABLE_TTF_FILES src/sfntly/table/truetype/*.h src/sfntly/table/truetype/*.cc) 77 file(GLOB TINYXML src/test/tinyxml/*.cpp) 80 file(GLOB TEST_CASES src/test/*.cc src/test/autogenerated/*.cc) [all …]
|
/external/tensorflow/tensorflow/lite/tools/cmake/modules/gemmlowp/ |
D | CMakeLists.txt | 33 file(GLOB GEMMLOWP_EIGHTBITINT_HEADERS 36 file(GLOB GEMMLOWP_EIGHTBITINT_SOURCES 39 file(GLOB GEMMLOWP_FIXEDPOINT_HEADERS "${GEMMLOWP_SOURCE_DIR}/fixedpoint/*.h") 40 file(GLOB GEMMLOWP_INTERNAL_HEADERS "${GEMMLOWP_SOURCE_DIR}/internal/*.h") 41 file(GLOB GEMMLOWP_META_HEADERS "${GEMMLOWP_SOURCE_DIR}/meta/*.h") 42 file(GLOB GEMMLOWP_PROFILING_HEADERS "${GEMMLOWP_SOURCE_DIR}/profiling/*.h") 43 file(GLOB GEMMLOWP_PUBLIC_HEADERS "${GEMMLOWP_SOURCE_DIR}/public/*.h")
|
/external/zstd/build/cmake/lib/ |
D | CMakeLists.txt | 23 file(GLOB CommonSources ${LIBRARY_DIR}/common/*.c) 24 file(GLOB CompressSources ${LIBRARY_DIR}/compress/*.c) 25 file(GLOB DecompressSources ${LIBRARY_DIR}/decompress/*.c) 26 file(GLOB DictBuilderSources ${LIBRARY_DIR}/dictBuilder/*.c) 27 file(GLOB DeprecatedSources ${LIBRARY_DIR}/deprecated/*.c) 36 file(GLOB CommonHeaders ${LIBRARY_DIR}/common/*.h) 37 file(GLOB CompressHeaders ${LIBRARY_DIR}/compress/*.h) 38 file(GLOB DecompressHeaders ${LIBRARY_DIR}/decompress/*.h) 39 file(GLOB DictBuilderHeaders ${LIBRARY_DIR}/dictBuilder/*.h) 40 file(GLOB DeprecatedHeaders ${LIBRARY_DIR}/deprecated/*.h)
|
/external/oboe/samples/RhythmGame/third_party/glm/ |
D | CMakeLists.txt | 1 file(GLOB ROOT_SOURCE *.cpp) 2 file(GLOB ROOT_INLINE *.inl) 3 file(GLOB ROOT_HEADER *.hpp) 4 file(GLOB ROOT_TEXT ../*.txt) 5 file(GLOB ROOT_MD ../*.md) 6 file(GLOB ROOT_NAT ../util/glm.natvis)
|
/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/llvm-project/clang/test/CodeGen/ |
D | vla.c | 78 static int GLOB; variable 81 GLOB = 0; in test2() 85 __typeof__(b[GLOB++]) c; in test2() 86 return GLOB; in test2()
|
/external/bcc/tools/ |
D | CMakeLists.txt | 1 file(GLOB C_FILES *.c) 2 file(GLOB PY_FILES *.py) 3 file(GLOB SH_FILES *.sh) 4 file(GLOB TXT_FILES *.txt)
|
/external/bcc/examples/tracing/ |
D | CMakeLists.txt | 1 file(GLOB C_FILES *.c) 2 file(GLOB PY_FILES *.py) 3 file(GLOB TXT_FILES *.txt)
|
/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/llvm-project/compiler-rt/test/tsan/ |
D | write_in_reader_lock.cpp | 5 int GLOB; variable 12 GLOB++; in Thread1() 23 volatile int x = GLOB; in main()
|
D | load_shared_lib.cpp | 35 int GLOB = 0; variable 40 GLOB++; in write_glob()
|
/external/llvm-project/lldb/bindings/ |
D | CMakeLists.txt | 1 file(GLOB SWIG_INTERFACES interface/*.i) 3 file(GLOB SWIG_HEADERS 7 file(GLOB SWIG_PRIVATE_HEADERS
|
/external/perfetto/src/trace_processor/metrics/chrome/ |
D | chrome_processes.sql | 73 ON name GLOB original_name_pattern; 93 AND t.name GLOB "Cr*Main"; 118 WHEN thread.name GLOB "Cr*Main" THEN "CrProcessMain"
|
/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/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cpp | 39 void *GLOB; variable 42 GLOB = CFAllocatorAllocate(NULL, 100, /*hint*/0); in CFAllocatorAllocateToGlob() 47 char *p = (char*)GLOB; in CFAllocatorDeallocateFromGlob() 49 CFAllocatorDeallocate(NULL, GLOB); in CFAllocatorDeallocateFromGlob()
|
/external/bcc/examples/lua/ |
D | CMakeLists.txt | 1 file(GLOB C_FILES *.c) 2 file(GLOB LUA_FILES *.lua)
|
/external/bcc/tools/lib/ |
D | CMakeLists.txt | 1 file(GLOB PY_FILES *.py) 2 file(GLOB TXT_FILES *.txt)
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | shared-lib-test.cpp | 45 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 49 GLOB[index]++; in inc()
|
D | asan-symbolize-sanity-test.cpp | 53 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 57 GLOB[index]++; in inc()
|
/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/grpc-grpc/tools/dockerfile/grpc_clang_format/ |
D | clang_format_all_the_things.sh | 22 GLOB="*.h *.c *.cc *.m *.mm" 30 for glob in $GLOB
|
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_clang_format/ |
D | clang_format_all_the_things.sh | 22 GLOB="*.h *.c *.cc *.m *.mm" 30 for glob in $GLOB
|
/external/llvm-project/llvm/cmake/modules/ |
D | LLVMProcessSources.cmake | 23 file(GLOB tds *.td) 32 file(GLOB hds ${glob}) 87 file(GLOB globbed 90 file(GLOB globbed *.c *.cpp)
|