Searched refs:check_status (Results 1 - 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/mem/vma/
H A Dvma01.c64 static void check_status(int status);
137 check_status(WEXITSTATUS(status));
183 static void check_status(int status) function
/external/chromium-trace/catapult/devil/devil/utils/
H A Dcmd_helper.py406 shell=False, env=None, check_status=True):
420 check_status: A boolean indicating whether to check the exit status of the
426 CalledProcessError if check_status is True and the process exited with a
434 check_status=check_status)
437 check_status=True):
472 if check_status and process.returncode:
H A Dcmd_helper_test.py231 mock_proc, 'mock_proc', check_status=False),
/external/tensorflow/tensorflow/examples/label_image/
H A Dmain.cc358 Status check_status = CheckTopLabel(outputs, 653, &expected_matches); local
359 if (!check_status.ok()) {
360 LOG(ERROR) << "Running check failed: " << check_status;
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dcmd_helper_test.py105 check_status=False), 1):
H A Dcmd_helper.py282 check_status=True):
292 check_status: A boolean indicating whether to check the exit status of the
299 CalledProcessError if check_status is True and the process exited with a
315 if check_status and process.returncode:
/external/python/cpython2/Lib/wsgiref/
H A Dvalidate.py165 check_status(status)
367 def check_status(status): function
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
H A Dlabel_image.cc390 Status check_status = CheckTopLabel(outputs, 866, &expected_matches); local
391 if (!check_status.ok()) {
392 LOG(ERROR) << "Running check failed: " << check_status;
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
H A Dplatform_ExternalUsbPeripherals.py207 def check_status(self): member in class:platform_ExternalUsbPeripherals
360 self.check_status()
/external/python/cpython3/Lib/wsgiref/
H A Dvalidate.py170 check_status(status)
375 def check_status(status): function
/external/autotest/site_utils/
H A Dlabel_cleaner.py176 if options.check_status and not is_primary_server():
262 dest='check_status',
/external/autotest/server/cros/faft/
H A Dfirmware_test.py1066 def _call_action(self, action_tuple, check_status=False):
1075 @param check_status: Check the return value of action function. If not
1079 @raise TestFail: When check_status=True, action function not succeed.
1082 return all([self._call_action(action, check_status=check_status)
1109 if check_status and not ret:
1173 Wrapper around _call_action with check_status set to True. This is a
1175 calling _call_action with check_status=True.
1191 self._call_action(func, check_status=True)
/external/clang/bindings/python/clang/
H A Dcindex.py3651 def set_compatibility_check(check_status):
3672 Config.compatibility_check = check_status

Completed in 1555 milliseconds