OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arcenabled
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/cros/
arc_util.py
171
# Return early if a managed user has
ArcEnabled
set to false.
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
606
const bool
ARCEnabled
;
738
ARCEnabled
(usesARC),
807
bool isARCEnabled() const { return
ARCEnabled
; }
809
bool isARCorGCEnabled() const { return GCEnabled ||
ARCEnabled
; }
[
all
...]
Completed in 102 milliseconds