Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/www/
H A 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
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/test/
H A DBUILD107 srcs = ["test_cpp.proto"],
204 name = "test_cpp",
205 srcs = ["test_cpp.cc"],
H A Dtest_import_empty_srcs.proto13 import "upb/test/test_cpp.proto";
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/test/
DBUILD92 srcs = ["test_cpp.proto"],
156 name = "test_cpp",
157 srcs = ["test_cpp.cc"],
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A D.gitignore33 test_cpp
H A DMakefile85 test_lirc_mode2_user xdping test_cpp runqslower bench bpf_testmod.ko \
571 $(OUTPUT)/test_cpp: test_cpp.cpp $(OUTPUT)/test_core_extern.skel.h $(BPFOBJ)
/aosp_15_r20/external/protobuf/conformance/
H A DREADME.md25 $ cd conformance && make test_cpp
H A DMakefile.am335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A DREADME.md25 $ cd conformance && make test_cpp
H A DMakefile.am335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh229 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
/aosp_15_r20/external/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh229 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
/aosp_15_r20/external/protobuf/
H A Dtests.sh25 cd conformance && make test_cpp && cd ..
/aosp_15_r20/external/cronet/third_party/protobuf/
H A Dtests.sh25 cd conformance && make test_cpp && cd ..
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py1772 def test_cpp(self): member in TestJit