OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Protection
(Results
1 - 5
of
5
) sorted by null
/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()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
scsi.h
255
UINT8
Protection
;
/external/autotest/frontend/afe/
models.py
486
protection
: indicates what can be done to this host during repair
507
Protection
= host_protections.
Protection
622
host.
protection
= host_protections.
Protection
.DO_NOT_REPAIR
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Scsi.h
347
UINT8
Protection
;
/external/clang/lib/CodeGen/
CodeGenFunction.h
812
CodeGenFunction::PeepholeProtection
Protection
;
858
data.
Protection
= CGF.protectFromPeepholes(rv);
873
CGF.unprotectFromPeepholes(
Protection
);
[
all
...]
Completed in 1798 milliseconds