Searched refs:None (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointMatch.java7 None, enum constant in enum:PasspointMatch
H A DAuthMatch.java5 * None means that there is a distinct mismatch, i.e. realm, method or parameter is defined
12 public static final int None = -1; field in class:AuthMatch
22 return "None";
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DDomainMatcher.java17 public enum Match {None, Primary, Secondary} enum constant in enum:DomainMatcher.Match
27 mSubDomains = match == Match.None ? new HashMap<String, Label>() : null;
33 Label subLabel = new Label(Match.None);
71 mRoot = new Label(Match.None);
83 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
92 return Match.None;
93 } else if (label.getMatch() != Match.None) {
97 return Match.None; // Domain is a super domain
H A DHomeSP.java100 return spMatch == PasspointMatch.None ? PasspointMatch.RoamingProvider : spMatch;
113 if (authMatch == AuthMatch.None) {
115 return PasspointMatch.None;
123 return spMatch == PasspointMatch.None ? PasspointMatch.RoamingProvider : spMatch;
197 if (match != DomainMatcher.Match.None) {
207 return roamingMatch ? PasspointMatch.RoamingProvider : PasspointMatch.None;
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h46 None enumerator in enum:mcld::DiagnosticEngine::Severity
98 State() : numArgs(0), ID(-1), severity(None), file(NULL) {}
104 severity = None;
/frameworks/base/libs/hwui/
H A DGlop.h47 None = 0, enumerator in enum:android::uirenderer::VertexAttribFlags::__anon1010
59 None = 0, enumerator in enum:android::uirenderer::TransformFlags::__anon1011
H A DProperties.cpp45 ProfileType Properties::sProfileType = ProfileType::None;
81 sProfileType = ProfileType::None;
149 return ProfileType::None;
H A DFrameInfoVisualizer.h69 ProfileType mType = ProfileType::None;
H A DProperties.h262 None, member in class:android::uirenderer::ProfileType
H A DFrameInfoVisualizer.cpp23 #define RETURN_IF_PROFILING_DISABLED() if (CC_LIKELY(mType == ProfileType::None)) return
24 #define RETURN_IF_DISABLED() if (CC_LIKELY(mType == ProfileType::None && !mShowDirtyRegions)) return
224 if (mType == ProfileType::None) {
H A DRenderProperties.h54 None = 0, member in class:android::uirenderer::LayerType
129 LayerType mType = LayerType::None;
184 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer;
608 return mLayerProperties.mType == LayerType::None
H A DRenderProperties.cpp41 setType(LayerType::None);
147 const bool isLayer = effectiveLayerType() != LayerType::None;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityModel.java33 None, // No security enabled enum constant in enum:KeyguardSecurityModel.SecurityMode
85 return SecurityMode.None;
H A DKeyguardSecurityContainer.java82 if (mCurrentSecuritySelection != SecurityMode.None) {
89 if (mCurrentSecuritySelection != SecurityMode.None) {
95 if (mCurrentSecuritySelection != SecurityMode.None) {
101 if (mCurrentSecuritySelection != SecurityMode.None) {
195 case None:
314 } else if (SecurityMode.None == mCurrentSecuritySelection) {
316 if (SecurityMode.None == securityMode) {
333 if (securityMode != SecurityMode.None
373 if (securityMode != SecurityMode.None) {
391 securityMode != SecurityMode.None
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp55 {0, DiagnosticEngine::None, 0, 0}};
73 {0, DiagnosticEngine::None, 0, 0}};
84 static_cast<uint16_t>(pID), DiagnosticEngine::None, 0, 0};
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DNAIRealmData.java62 int realmMatch = AuthMatch.None;
71 if (realmMatch == AuthMatch.None || mEAPMethods.isEmpty()) {
80 int best = AuthMatch.None;
H A DNAIRealmElement.java54 int best = AuthMatch.None;
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h46 None, enumerator in enum:android::SoftwareRenderer::YUVMode
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h40 * 0000 None - no reserved entry
47 None = 0, enumerator in enum:mcld::ARMRelocator::ReservedEntryType
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DCredential.java22 None, enum constant in enum:Credential.CredType
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvariant.cpp71 EmptyMDNode = llvm::MDNode::get(M.getContext(), llvm::None);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h41 * 0000 None - no reserved entry
48 None = 0, enumerator in enum:mcld::AArch64Relocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h47 * 0000 None - no reserved entry
54 None = 0, enumerator in enum:mcld::HexagonRelocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp62 m_ICF(ICF::None),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h28 None = 0, // no reserved entry enumerator in enum:mcld::MipsRelocator::ReservedEntryType

Completed in 251 milliseconds

12