Home
last modified time | relevance | path

Searched refs:proto_out (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/csharp/codegen/
H A Dcsharp_codegen_base_namespace_test.sh33 PROTO_OUT=./proto_out
48 ls -lR ./proto_out
85 ls -lR ./proto_out
118 ls -lR ./proto_out
H A Dcsharp_codegen_simple_test.sh33 PROTO_OUT=./proto_out
46 ls -l ./proto_out
H A Dcsharp_codegen_deprecated_test.sh33 PROTO_OUT=./proto_out
48 ls -l ./proto_out
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c108 int proto_out[3]; variable
113 proto_out[0] = bpf_core_type_exists(func_proto_typedef___match); in core_relo_proto()
114 proto_out[1] = bpf_core_type_exists(func_proto_typedef___doesnt_match); in core_relo_proto()
115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1); in core_relo_proto()
H A Dcore_kern_overflow.c12 int proto_out; variable
17 proto_out = bpf_core_type_exists(func_proto_typedef_nested2); in core_relo_proto()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcore_kern.c22 ASSERT_TRUE(skel->bss->proto_out[0], "bpf_core_type_exists"); in test_core_kern_lskel()
23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists"); in test_core_kern_lskel()
24 ASSERT_TRUE(skel->bss->proto_out[2], "bpf_core_type_exists. nested"); in test_core_kern_lskel()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/csharp/codegen/
Dcsharp_codegen_simple_test.sh33 PROTO_OUT=./proto_out
46 ls -l ./proto_out
Dcsharp_codegen_deprecated_test.sh33 PROTO_OUT=./proto_out
48 ls -l ./proto_out
/aosp_15_r20/external/crosvm/crosvm_control/
H A Dbuild.rs53 let proto_out = output_dir.join(REGISTERED_EVENTS_PROTO_FILENAME); in main() localVariable
55 fs::copy(proto_src, proto_out).context("couldn't copy proto to OUT_DIR")?; in main()
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/PluginTest/
H A Dplugin_test.sh25 PROTO_OUT=./proto_out
H A Dplugin_option_test.sh27 PROTO_OUT=./proto_out