Home
last modified time | relevance | path

Searched refs:SOURCE_FILES (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/deps/nvmap_compactor/src/
DMakefile9 SOURCE_FILES = nvmap_carveout_compactor.c macro
13 $(GCC) -lEGL -lGLESv2 $(CFLAGS) $(SOURCE_FILES) -o $(OUT)
/external/deqp/scripts/src_util/
Dcheck_license.py38 SOURCE_FILES = ["*.py", "*.java", "*.c", "*.h", "*.cpp", "*.hpp"] variable
72 for ptrn in SOURCE_FILES:
/external/libcxx/utils/google-benchmark/src/
DCMakeLists.txt10 SOURCE_FILES
16 list(REMOVE_ITEM SOURCE_FILES "${item}")
19 add_library(benchmark ${SOURCE_FILES})
/external/llvm-project/libcxx/utils/google-benchmark/src/
DCMakeLists.txt10 SOURCE_FILES
16 list(REMOVE_ITEM SOURCE_FILES "${item}")
19 add_library(benchmark ${SOURCE_FILES})
/external/llvm-project/llvm/utils/benchmark/src/
DCMakeLists.txt10 SOURCE_FILES
16 list(REMOVE_ITEM SOURCE_FILES "${item}")
19 add_library(benchmark ${SOURCE_FILES})
/external/google-benchmark/src/
DCMakeLists.txt11 SOURCE_FILES
17 list(REMOVE_ITEM SOURCE_FILES "${item}")
20 add_library(benchmark ${SOURCE_FILES})
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc184 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()
Ddebug_events_writer.cc171 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()
Ddebug_events_writer.h36 SOURCE_FILES, enumerator
/external/tensorflow/tensorflow/python/client/
Ddebug_events_writer_wrapper.cc50 tfdbg::DebugEventFileType::SOURCE_FILES); in PYBIND11_MODULE()
/external/catch2/contrib/
DParseAndAddCatchTests.cmake23 # file(GLOB SOURCE_FILES "*.cpp") #
24 # add_executable(${PROJECT_NAME} ${SOURCE_FILES}) #