HomeSort by relevance Sort by last modified time
    Searched defs:check_status (Results 1 - 9 of 9) 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/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 221 def check_status(self): member in class:platform_ExternalUsbPeripherals
357 self.check_status()
  /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
  /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
  /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
  /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...]

Completed in 145 milliseconds