Home
last modified time | relevance | path

Searched refs:check_status (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/kernel/mem/vma/
Dvma01.c64 static void check_status(int status);
137 check_status(WEXITSTATUS(status)); in check_vma()
183 static void check_status(int status) in check_status() function
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py428 shell=False, env=None, check_status=True): argument
456 check_status=check_status)
459 check_status=True): argument
494 if check_status and process.returncode:
Dcmd_helper_test.py231 mock_proc, 'mock_proc', check_status=False),
/external/tensorflow/tensorflow/examples/label_image/
Dmain.cc359 Status check_status = CheckTopLabel(outputs, 653, &expected_matches); in main() local
360 if (!check_status.ok()) { in main()
361 LOG(ERROR) << "Running check failed: " << check_status; in main()
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc390 Status check_status = CheckTopLabel(outputs, 866, &expected_matches); in main() local
391 if (!check_status.ok()) { in main()
392 LOG(ERROR) << "Running check failed: " << check_status; in main()
/external/python/cpython2/Lib/wsgiref/
Dvalidate.py165 check_status(status)
367 def check_status(status): function
/external/python/cpython3/Lib/wsgiref/
Dvalidate.py170 check_status(status)
375 def check_status(status): function
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dactive_call.rb24 def check_status method in Struct.BatchResult
181 recv_status_batch_result.check_status
Dbidi_call.rb209 batch_result.check_status
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py238 def check_status(self): member in platform_ExternalUsbPeripherals
398 self.check_status()
/external/autotest/server/cros/faft/
Dfirmware_test.py1165 def _call_action(self, action_tuple, check_status=False): argument
1181 return all([self._call_action(action, check_status=check_status)
1208 if check_status and not ret:
1286 self._call_action(func, check_status=True)
/external/autotest/site_utils/
Dlabel_cleaner.py176 if options.check_status and not is_primary_server():
/external/u-boot/drivers/usb/host/
Dohci-hcd.c1062 static void check_status(td_t *td_list) in check_status() function
1107 check_status(td_list); in dl_reverse_done_list()
/external/clang/bindings/python/clang/
Dcindex.py3651 def set_compatibility_check(check_status): argument
3672 Config.compatibility_check = check_status