Searched refs:test_cpp (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/clang/www/ |
H A 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
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/test/ |
H A D | BUILD | 107 srcs = ["test_cpp.proto"], 204 name = "test_cpp", 205 srcs = ["test_cpp.cc"],
|
H A D | test_import_empty_srcs.proto | 13 import "upb/test/test_cpp.proto";
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/test/ |
D | BUILD | 92 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 | .gitignore | 33 test_cpp
|
H A D | Makefile | 85 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 D | README.md | 25 $ cd conformance && make test_cpp
|
H A D | Makefile.am | 335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | README.md | 25 $ cd conformance && make test_cpp
|
H A D | Makefile.am | 335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/DevTools/ |
H A D | full_mac_build.sh | 229 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
|
/aosp_15_r20/external/protobuf/objectivec/DevTools/ |
H A D | full_mac_build.sh | 229 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
|
/aosp_15_r20/external/protobuf/ |
H A D | tests.sh | 25 cd conformance && make test_cpp && cd ..
|
/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | tests.sh | 25 cd conformance && make test_cpp && cd ..
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 1772 def test_cpp(self): member in TestJit
|