Searched defs:return_code (Results 1 – 7 of 7) sorted by relevance
851 int return_code = wait_child(pid); in analyze_profiles() local1001 int return_code = wait_child(pid); in dump_profiles() local1071 int return_code = wait_child(pid); in copy_system_profile() local2249 int return_code = wait_child(pid); in reconcile_secondary_dex_file() local2674 int return_code = wait_child(pid); in create_app_profile_snapshot() local2754 int return_code = wait_child(pid); in create_boot_image_profile_snapshot() local2818 int return_code = wait_child(pid); in prepare_app_profile() local
156 def _adb_log_output(self, cmd, output, return_code): argument
201 const int return_code = state->response.ret_code; in SendAndReceive() local
607 Status<void> Endpoint::MessageReply(Message* message, int return_code) { in MessageReply()
250 optional int32 return_code = 2; field
677 optional int32 return_code = 1 [deprecated = true]; field
244 Status<void> Message::Reply(int return_code) { in Reply()