Home
last modified time | relevance | path

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

12345

/external/sfntly/cpp/
DCMakeLists.txt45 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/
DCMakeLists.txt33 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/
DCMakeLists.txt23 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/
DCMakeLists.txt1 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/
Dvla.c77 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/
Dvla.c78 static int GLOB; variable
81 GLOB = 0; in test2()
85 __typeof__(b[GLOB++]) c; in test2()
86 return GLOB; in test2()
/external/bcc/tools/
DCMakeLists.txt1 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/
DCMakeLists.txt1 file(GLOB C_FILES *.c)
2 file(GLOB PY_FILES *.py)
3 file(GLOB TXT_FILES *.txt)
/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/llvm-project/compiler-rt/test/tsan/
Dwrite_in_reader_lock.cpp5 int GLOB; variable
12 GLOB++; in Thread1()
23 volatile int x = GLOB; in main()
Dload_shared_lib.cpp35 int GLOB = 0; variable
40 GLOB++; in write_glob()
/external/llvm-project/lldb/bindings/
DCMakeLists.txt1 file(GLOB SWIG_INTERFACES interface/*.i)
3 file(GLOB SWIG_HEADERS
7 file(GLOB SWIG_PRIVATE_HEADERS
/external/perfetto/src/trace_processor/metrics/chrome/
Dchrome_processes.sql73 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/
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/llvm-project/compiler-rt/lib/asan/tests/
Dasan_mac_test.cpp39 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/
DCMakeLists.txt1 file(GLOB C_FILES *.c)
2 file(GLOB LUA_FILES *.lua)
/external/bcc/tools/lib/
DCMakeLists.txt1 file(GLOB PY_FILES *.py)
2 file(GLOB TXT_FILES *.txt)
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dshared-lib-test.cpp45 int GLOB[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable
49 GLOB[index]++; in inc()
Dasan-symbolize-sanity-test.cpp53 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/
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/grpc-grpc/tools/dockerfile/grpc_clang_format/
Dclang_format_all_the_things.sh22 GLOB="*.h *.c *.cc *.m *.mm"
30 for glob in $GLOB
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_clang_format/
Dclang_format_all_the_things.sh22 GLOB="*.h *.c *.cc *.m *.mm"
30 for glob in $GLOB
/external/llvm-project/llvm/cmake/modules/
DLLVMProcessSources.cmake23 file(GLOB tds *.td)
32 file(GLOB hds ${glob})
87 file(GLOB globbed
90 file(GLOB globbed *.c *.cpp)

12345