Home
last modified time | relevance | path

Searched defs:return_code (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dsendfile.rs226 let return_code = unsafe { localVariable
269 let return_code = unsafe { localVariable
315 let return_code = unsafe { localVariable
345 let return_code = unsafe { localVariable
/aosp_15_r20/system/update_engine/common/
H A Dsubprocess_unittest.cc93 int return_code, in ExpectedResults()
100 void ExpectedEnvVars(int return_code, const string& output) { in ExpectedEnvVars()
116 int return_code, in ExpectedDataOnPipe()
230 void CallbackBad(int return_code, const string& output) { in CallbackBad()
H A Dsubprocess.cc270 int* return_code, in SynchronousExec()
281 int* return_code, in SynchronousExecFlags()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp690 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in analyze_profiles() local
832 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in dump_profiles() local
906 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in copy_system_profile() local
1559 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in get_class_loader_context_dex_paths() local
2183 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in reconcile_secondary_dex_file() local
2631 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in create_app_profile_snapshot() local
2741 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in create_boot_image_profile_snapshot() local
2842 int return_code = wait_child_with_timeout(pid, kShortTimeoutMs); in prepare_app_profile() local
/aosp_15_r20/external/stg/
H A Ddwarf_wrappers.cc140 const int return_code = in GetCompilationUnits() local
160 int return_code = dwarf_child(&die, &child.die); in GetChildren() local
/aosp_15_r20/external/cronet/testing/scripts/
H A Drun_performance_tests.py235 def write_simple_test_results(return_code, output_filepath, benchmark_name): argument
263 def upload_simple_test_results(return_code, benchmark_name): argument
/aosp_15_r20/art/profman/
H A Dprofile_assistant_test.cc2086 int return_code = ProcessProfiles({profile1.GetFd(), profile2.GetFd(), profile3.GetFd()}, in TEST_F() local
2101 int return_code = ProcessProfiles({profile1.GetFd(), profile2.GetFd(), profile3.GetFd()}, in TEST_F() local
2146 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F() local
2172 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F() local
2198 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F() local
2223 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F() local
/aosp_15_r20/system/update_engine/
H A Dtest_http_server.cc76 HttpResponseCode return_code{kHttpResponseOk}; member
178 HttpResponseCode return_code) { in WriteHeaders()
/aosp_15_r20/external/aws-crt-java/src/native/
H A Dmqtt_connection.c165 enum aws_mqtt_connect_return_code return_code, in s_on_connection_complete()
246 enum aws_mqtt_connect_return_code return_code, in s_on_connection_success()
301 enum aws_mqtt_connect_return_code return_code, in s_on_connection_resumed()
/aosp_15_r20/external/pytorch/test/inductor/
H A Dopinfo_harness.py21 return_code = popen.wait() variable
/aosp_15_r20/external/cronet/base/test/
H A Dtest_child_process.cc29 int return_code = 0; in main() local
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_child_process.cc29 int return_code = 0; in main() local
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libuv/examples/
H A Dhelloworld.cc52 int return_code; in HelloWorld() local
H A Didle-basic.cc61 int return_code; in IdleBasic() local
H A Duvcat.cc74 int return_code; in UVCat() local
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/include/
Dconstants.hpp22 const return_code_e return_code = return_code_e::E_OK; variable
/aosp_15_r20/external/vboot_reference/utility/
H A Dverify_data.c37 int return_code = 1; /* Default to error. */ in main() local
/aosp_15_r20/external/openscreen/util/crypto/
H A Dopenssl_util.cc66 Error GetSSLError(const SSL* ssl, int return_code) { in GetSSLError()
/aosp_15_r20/external/tcpdump/
H A Dprint-someip.c93 uint8_t return_code; in someip_print() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/val/
H A Dval.cpp83 int return_code = 0; in main() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/val/
Dval.cpp83 int return_code = 0; in main() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/val/
H A Dval.cpp83 int return_code = 0; in main() local
/aosp_15_r20/external/coreboot/src/drivers/i2c/tpm/
H A Dtis_atmel.c24 uint32_t return_code; member
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dframe_crypto.cc51 const int return_code = AES_set_encrypt_key( local
/aosp_15_r20/system/update_engine/stable/
H A Dupdate_engine_stable_client.cc52 [[noreturn]] int Exit(int return_code) { in Exit()

1234