Home
last modified time | relevance | path

Searched refs:test_cpp (Results 1 – 8 of 8) sorted by relevance

/external/clang/www/
Dmake_cxx_dr_status36 for test_cpp in os.listdir(dr_test_dir):
37 if not test_cpp.endswith('.cpp'):
39 test_cpp = os.path.join(dr_test_dir, test_cpp) variable
41 for match in re.finditer(status_re, file(test_cpp, 'r').read()):
45 print >> sys.stderr, "warning:%s: no '// dr123: foo' comments in this file" % test_cpp
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
DBUILD108 "test_cpp.proto",
118 name = "test_cpp",
119 srcs = ["test_cpp.cc"],
/external/linux-kselftest/tools/testing/selftests/bpf/
D.gitignore40 test_cpp
DMakefile74 test_lirc_mode2_user xdping test_cpp
321 $(OUTPUT)/test_cpp: test_cpp.cpp $(BPFOBJ)
/external/protobuf/conformance/
DREADME.md25 $ cd conformance && make test_cpp
DMakefile.am335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
/external/protobuf/objectivec/DevTools/
Dfull_mac_build.sh229 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
/external/protobuf/
Dtests.sh27 cd conformance && make test_cpp && cd ..