HomeSort by relevance Sort by last modified time
    Searched full:no_check (Results 1 - 10 of 10) sorted by null

  /external/autotest/server/site_tests/display_SwitchMode/
display_SwitchMode.py 42 def set_mode_and_check(self, test_mirrored, no_check):
46 @param no_check: True to skip the screen check.
50 if not no_check:
55 def run_once(self, host, repeat, no_check=False):
82 self.set_mode_and_check(True, no_check)
83 self.set_mode_and_check(False, no_check)
control.fast_switch 28 job.run_test("display_SwitchMode", host=host, repeat=repeat, no_check=True)
  /external/v8/src/arm64/
instructions-arm64.h 387 enum CheckAlignment { NO_CHECK, CHECK_ALIGNMENT };
392 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize));
399 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize));
disasm-arm64.cc     [all...]
  /toolchain/binutils/binutils-2.27/
Makefile.def 111 host_modules= { module= zlib; no_install=true; no_check=true;
118 host_modules= { module= libtermcap; no_check=true;
123 host_modules= { module= utils; no_check=true; };
153 target_modules = { module= libgcc; bootstrap=true; no_check=true; };
159 target_modules = { module= libtermcap; no_check=true;
165 target_modules = { module= libgloss; no_check=true; };
Makefile.tpl     [all...]
  /external/boringssl/src/crypto/x509v3/
v3_purp.c 99 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
122 {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, (char *)"Any Purpose",
792 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) function
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 763 NO_CHECK = 0,
  /toolchain/binutils/binutils-2.27/gold/
powerpc.cc 6212 enum {no_check, check_lo, check_ha} insn_check; enumerator in enum:__anon4468::__anon4470
6853 enum {no_check, check_lo, check_ha} insn_check; enumerator in enum:__anon4468::__anon4471
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf64-ppc.c 9104 enum {no_check, check_lo, check_ha} insn_check; enumerator in enum:__anon4055
    [all...]

Completed in 203 milliseconds