OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protections
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/display/
output_configurator.cc
328
// No
protections
for these types. Do nothing.
351
DisplayProtections
protections
;
local
358
protections
[it2->first] |= it2->second;
362
ApplyProtections(
protections
);
401
// No
protections
for these types. Do nothing.
409
// Don't reveal
protections
requested by other clients.
429
DisplayProtections
protections
;
438
protections
[it2->first] |= it2->second;
441
protections
[display_id] |= desired_method_mask;
443
if (!ApplyProtections(
protections
))
[
all
...]
/ndk/build/core/
build-binary.mk
185
# Toolchain by default provides relro and GOT
protections
.
186
# If LOCAL_DISABLE_RELRO is true, we disable the
protections
.
195
# If LOCAL_DISABLE_FORMAT_STRING_CHECKS is true, we disable the
protections
.
Completed in 71 milliseconds