Home
last modified time | relevance | path

Searched refs:SAMPLE_DIR (Results 1 – 6 of 6) sorted by relevance

/external/v8/testing/gtest/scripts/test/
DMakefile18 SAMPLE_DIR = ../../samples macro
51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
/external/protobuf/gtest/scripts/test/
DMakefile18 SAMPLE_DIR = ../../samples macro
49 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
52 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
53 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
54 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
/external/google-breakpad/src/testing/gtest/scripts/test/
DMakefile18 SAMPLE_DIR = ../../samples macro
51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/test/
DMakefile18 SAMPLE_DIR = ../../samples macro
51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
/external/googletest/googletest/scripts/test/
DMakefile18 SAMPLE_DIR = ../../samples macro
51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
/external/toolchain-utils/cwp/
Ddemo_pipeline.sh7 SAMPLE_DIR=${DATA_DIR}samples/
12 mkdir -p ${SAMPLE_DIR}
34 rm ${SAMPLE_DIR}*
40 python ${INTERPRETER_DIR}app_engine_pull.py --output_dir=${SAMPLE_DIR}
43 python ${INTERPRETER_DIR}symbolizer.py --in=${SAMPLE_DIR} --out=${REPORT_DIR} --cache=${SYMBOL_CACH…