Searched refs:test_cpp (Results 1 – 9 of 9) sorted by relevance
| /external/clang/www/ |
| D | make_cxx_dr_status | 36 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/llvm-project/clang/www/ |
| D | make_cxx_dr_status | 36 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/ |
| D | BUILD | 108 "test_cpp.proto", 118 name = "test_cpp", 119 srcs = ["test_cpp.cc"],
|
| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | .gitignore | 40 test_cpp
|
| D | Makefile | 74 test_lirc_mode2_user xdping test_cpp 321 $(OUTPUT)/test_cpp: test_cpp.cpp $(BPFOBJ)
|
| /external/protobuf/conformance/ |
| D | README.md | 25 $ cd conformance && make test_cpp
|
| D | Makefile.am | 335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
|
| /external/protobuf/objectivec/DevTools/ |
| D | full_mac_build.sh | 229 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
|
| /external/protobuf/ |
| D | tests.sh | 27 cd conformance && make test_cpp && cd ..
|