Searched refs:SOURCE_FILES (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/deps/nvmap_compactor/src/ |
D | Makefile | 9 SOURCE_FILES = nvmap_carveout_compactor.c macro 13 $(GCC) -lEGL -lGLESv2 $(CFLAGS) $(SOURCE_FILES) -o $(OUT)
|
/external/deqp/scripts/src_util/ |
D | check_license.py | 38 SOURCE_FILES = ["*.py", "*.java", "*.c", "*.h", "*.cpp", "*.hpp"] variable 72 for ptrn in SOURCE_FILES:
|
/external/libcxx/utils/google-benchmark/src/ |
D | CMakeLists.txt | 10 SOURCE_FILES 16 list(REMOVE_ITEM SOURCE_FILES "${item}") 19 add_library(benchmark ${SOURCE_FILES})
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | CMakeLists.txt | 10 SOURCE_FILES 16 list(REMOVE_ITEM SOURCE_FILES "${item}") 19 add_library(benchmark ${SOURCE_FILES})
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | CMakeLists.txt | 10 SOURCE_FILES 16 list(REMOVE_ITEM SOURCE_FILES "${item}") 19 add_library(benchmark ${SOURCE_FILES})
|
/external/google-benchmark/src/ |
D | CMakeLists.txt | 11 SOURCE_FILES 17 list(REMOVE_ITEM SOURCE_FILES "${item}") 20 add_library(benchmark ${SOURCE_FILES})
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer_test.cc | 184 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 229 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 288 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 379 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 418 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 449 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 491 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 543 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 670 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F() 788 ReadDebugEventProtos(writer, DebugEventFileType::SOURCE_FILES, &actuals); in TEST_F()
|
D | debug_events_writer.cc | 171 TF_RETURN_IF_ERROR(InitNonMetadataFile(SOURCE_FILES)); in Init() 204 return SerializeAndWriteDebugEvent(&debug_event, SOURCE_FILES); in WriteSourceFile() 534 case SOURCE_FILES: in SelectWriter() 556 case SOURCE_FILES: in GetSuffix()
|
D | debug_events_writer.h | 36 SOURCE_FILES, enumerator
|
/external/tensorflow/tensorflow/python/client/ |
D | debug_events_writer_wrapper.cc | 50 tfdbg::DebugEventFileType::SOURCE_FILES); in PYBIND11_MODULE()
|
/external/catch2/contrib/ |
D | ParseAndAddCatchTests.cmake | 23 # file(GLOB SOURCE_FILES "*.cpp") # 24 # add_executable(${PROJECT_NAME} ${SOURCE_FILES}) #
|