HomeSort by relevance Sort by last modified time
    Searched refs:Protection (Results 1 - 25 of 27) sorted by null

1 2

  /external/autotest/client/common_lib/
host_protections.py 5 # Adding a protection level to the enum requires you to append your change to
8 # Removing a protection level from the enum requires a database migration to
10 # protection to a default protection level.
11 # IF THIS IS NOT DONE HOSTS' PROTECTION LEVELS WILL BE CHANGED RANDOMLY.
13 Protection = enum.Enum('No protection', # Repair can do anything to
36 default = Protection.get_value(default_protection)
43 choices = Protection.choices()
  /external/autotest/frontend/migrations/
010_add_protection_to_hosts.py 11 default_protection_value = host_protections.Protection.get_value(
15 ADD COLUMN protection INT NOT NULL
19 ALTER COLUMN protection
24 DROP COLUMN protection"""
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 172 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
183 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
194 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
205 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
216 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
236 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
256 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
272 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
285 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
296 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONL
    [all...]
mtp-detect-asus-memo-pad7_2.txt 107 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
118 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
129 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
140 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
151 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
171 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
191 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
207 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
220 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONLY
231 dc03: Protection Status UINT16 data type ANY 16BIT VALUE form READ ONL
    [all...]
  /external/autotest/scheduler/
monitor_db_cleanup_test.py 36 self.hosts[2].protection = host_protections.Protection.DO_NOT_VERIFY
62 self.hosts[2].protection = host_protections.Protection.DO_NOT_VERIFY
prejob_task.py 71 if self.host.protection == host_protections.Protection.DO_NOT_VERIFY:
227 do_not_verify_protection = host_protections.Protection.DO_NOT_VERIFY
230 and self.host.protection != do_not_verify_protection)
439 protection = host_protections.Protection.get_string(
440 task.host.protection)
441 # normalize the protection name
442 protection = host_protections.Protection.get_attr_name(protection
    [all...]
monitor_db_cleanup.py 238 protection=host_protections.Protection.DO_NOT_VERIFY)
scheduler_models.py 404 'invalid', 'protection', 'locked_by_id', 'lock_time', 'dirty',
    [all...]
monitor_db_functional_test.py 600 queue_entry.host.protection = host_protections.Protection.DO_NOT_VERIFY
649 host.protection = host_protections.Protection.DO_NOT_VERIFY
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
scsi.h 255 UINT8 Protection;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Scsi.h 303 UINT8 Protection;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 159 ULONG_PTR Protection :5;
  /device/google/marlin/marlin/
BoardConfig.mk 190 # Enable MDTP (Mobile Device Theft Protection)
  /device/google/marlin/sailfish/
BoardConfig.mk 180 # Enable MDTP (Mobile Device Theft Protection)
  /external/autotest/cli/
host.py 40 protections = host_protections.Protection.names
262 'lock_time', 'lock_reason', 'protection',])
351 self.parser.add_option('-p', '--protection', type='choice',
352 help=('Set the protection level on a host. '
397 if options.protection:
398 self.data['protection'] = options.protection
399 self.messages.append('Protection set to "%s"' % options.protection)
499 --protection <protection_type
    [all...]
  /external/autotest/frontend/afe/
models.py 441 protection: indicates what can be done to this host during repair
462 Protection = host_protections.Protection
496 host.protection = host_protections.Protection.DO_NOT_REPAIR
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 605 '200 Protection level set to P'
652 # Though RFC-2228 defines four possible protection levels,
    [all...]
  /external/python/cpython2/Lib/
ftplib.py 629 '200 Protection level set to P'
688 # Though RFC-2228 defines four possible protection levels,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 615 '200 Protection level set to P'
662 # Though RFC-2228 defines four possible protection levels,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 615 '200 Protection level set to P'
662 # Though RFC-2228 defines four possible protection levels,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 615 '200 Protection level set to P'
662 # Though RFC-2228 defines four possible protection levels,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 615 '200 Protection level set to P'
662 # Though RFC-2228 defines four possible protection levels,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 812 CodeGenFunction::PeepholeProtection Protection;
858 data.Protection = CGF.protectFromPeepholes(rv);
873 CGF.unprotectFromPeepholes(Protection);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go     [all...]

Completed in 1324 milliseconds

1 2