Home
last modified time | relevance | path

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

1234

/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/libkmsxx/kms++/
DCMakeLists.txt7 file(GLOB SRCS "src/*.cpp" "src/*.h")
8 file(GLOB PUB_HDRS "inc/kms++/*.h")
11 file(GLOB OMAP_SRCS "src/omap/*.cpp" "src/omap/*.h")
12 file(GLOB OMAP_PUB_HDRS "inc/kms++/omap/*.h")
/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/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/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/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DLLVMProcessSources.cmake23 file(GLOB tds *.td)
32 file(GLOB hds ${glob})
78 file(GLOB globbed
81 file(GLOB globbed *.c *.cpp)
/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/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/libkmsxx/kms++util/
DCMakeLists.txt1 file(GLOB SRCS "src/*.cpp" "src/*.h")
2 file(GLOB PUB_HDRS "inc/kms++util/*.h")
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_stream_executor.cmake55 file(GLOB tf_stream_executor_srcs
65 file(GLOB tf_stream_executor_gpu_srcs
69 file(GLOB tf_stream_executor_gpu_tests
/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.txt5 file(GLOB LIBCXX_SOURCES ../src/*.cpp)
7 file(GLOB LIBCXX_WIN32_SOURCES ../src/support/win32/*.cpp)
10 file(GLOB LIBCXX_SOLARIS_SOURCES ../src/support/solaris/*.cpp)
18 file( GLOB LIBCXX_WIN32_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../include/support/win32/*.h)
343 file(GLOB LIBCXX_EXPERIMENTAL_SOURCES ../src/experimental/*.cpp)
364 file(GLOB LIBCXX_EXTERNAL_THREADING_SUPPORT_SOURCES ../test/support/external_threads.cpp)
/external/google-benchmark/src/
DCMakeLists.txt9 file(GLOB
14 file(GLOB BENCHMARK_MAIN "benchmark_main.cc")
/external/libcxx/utils/google-benchmark/src/
DCMakeLists.txt9 file(GLOB
14 file(GLOB BENCHMARK_MAIN "benchmark_main.cc")
/external/tensorflow/tensorflow/contrib/android/cmake/
DCMakeLists.txt51 file(GLOB tensorflow_inference_sources
53 file(GLOB java_api_native_sources
/external/jsoncpp/include/
DCMakeLists.txt1 FILE(GLOB INCLUDE_FILES "json/*.h")
/external/eigen/unsupported/Eigen/src/EulerAngles/
DCMakeLists.txt1 FILE(GLOB Eigen_EulerAngles_SRCS "*.h")

1234