HomeSort by relevance Sort by last modified time
    Searched refs:check_status (Results 1 - 18 of 18) sorted by null

  /packages/services/BuiltInPrintService/jni/include/
ifc_print_job.h 56 status_t (*check_status)(const struct ifc_print_job_st *this_p); member in struct:ifc_print_job_st
  /external/ltp/testcases/kernel/mem/vma/
vma01.c 63 static void check_status(int status);
137 check_status(WEXITSTATUS(status));
184 static void check_status(int status) function
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 386 shell=False, check_status=True):
398 check_status: A boolean indicating whether to check the exit status of the
404 CalledProcessError if check_status is True and the process exited with a
412 check_status=check_status)
415 check_status=True):
450 if check_status and process.returncode:
  /external/libmojo/third_party/catapult/devil/devil/utils/
cmd_helper.py 282 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/autotest/site_utils/
label_cleaner.py 164 parser.add_argument('-s', dest='check_status', action='store_true',
180 if options.check_status and not is_primary_server():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
validate.py 165 check_status(status)
367 def check_status(status): function
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 221 def check_status(self): member in class:platform_ExternalUsbPeripherals
357 self.check_status()
  /external/python/cpython2/Lib/wsgiref/
validate.py 165 check_status(status)
367 def check_status(status): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
validate.py 165 check_status(status)
367 def check_status(status): function
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
validate.py 165 check_status(status)
367 def check_status(status): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 165 check_status(status)
367 def check_status(status): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 165 check_status(status)
367 def check_status(status): function
  /packages/services/BuiltInPrintService/jni/lib/
printer.c 249 .enable_timeout = _enable_timeout, .check_status = _check_status,};
lib_wprint.c 923 if (jq->print_ifc->check_status) {
924 if (jq->print_ifc->check_status(jq->print_ifc) == ERROR) {
    [all...]
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]
  /system/update_engine/update_manager/
chromeos_policy.cc 351 EvalStatus check_status = UpdateCheckAllowed(ec, state, error, &check_result); local
352 if (check_status == EvalStatus::kFailed)
354 bool is_check_due = (check_status == EvalStatus::kSucceeded &&
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 243 def executeLocal(self, cmd, check_status = True):
247 if status != 0 and check_status:
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 740 milliseconds