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

  /external/srtp/crypto/test/
cipher_driver.c 101 check_status(err_status_t s) { function
184 check_status(status);
187 check_status(status);
193 check_status(status);
196 check_status(status);
207 check_status(status);
214 check_status(status);
218 check_status(status);
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
errors.py 22 'check_status',
96 def check_status(status, expected, path, headers=None, function
cloudstorage_api.py 116 errors.check_status(status, [204], filename, resp_headers=resp_headers,
141 errors.check_status(status, [200], filename, resp_headers=headers,
185 errors.check_status(status, [200], src, metadata, resp_headers, body=content)
323 errors.check_status(status, [200], self._path, resp_headers=resp_headers,
storage_api.py 212 errors.check_status(status, [200], path, resp_headers=headers, body=content)
446 errors.check_status(status, [200, 206], self._path, headers,
661 errors.check_status(status, [201], path, headers, resp_headers,
835 errors.check_status(status, [expected], self._path, headers,
851 errors.check_status(status, [308], self._path, headers,
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 280 check_status=True):
290 check_status: A boolean indicating whether to check the exit status of the
297 CalledProcessError if check_status is True and the process exited with a
313 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():
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 205 def check_status(self): member in class:platform_ExternalUsbPeripherals
327 self.check_status()
  /external/chromium-trace/catapult/third_party/Paste/paste/
lint.py 159 check_status(status)
363 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
  /external/chromium-trace/catapult/third_party/webtest/webtest/
lint.py 187 check_status(status)
394 def check_status(status): function
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]
  /system/update_engine/update_manager/
chromeos_policy.cc 318 EvalStatus check_status = UpdateCheckAllowed(ec, state, error, &check_result); local
319 if (check_status == EvalStatus::kFailed)
321 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 663 milliseconds