Searched defs:None (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/packages/Osu/src/com/android/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/base/tools/aapt2/xml/
H A DXmlActionExecutor.h36 None, member in class:aapt::xml::XmlActionExecutorPolicy
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h25 None, // Disables the Daltonizer member in class:android::ColorBlindnessType
47 ColorBlindnessType mType = ColorBlindnessType::None;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
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";
H A DPasspointMatch.java7 None, enum constant in enum:PasspointMatch
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h46 None, enumerator in enum:android::SoftwareRenderer::YUVMode
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityModel.java33 None, // No security enabled enum constant in enum:KeyguardSecurityModel.SecurityMode
86 return SecurityMode.None;
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DCredential.java22 None, enum constant in enum:Credential.CredType
/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/ARM/
H A DARMRelocator.h40 * 0000 None - no reserved entry
47 None = 0, enumerator in enum:mcld::ARMRelocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h29 None = 0, // no reserved entry enumerator in enum:mcld::MipsRelocator::ReservedEntryType
/frameworks/base/libs/hwui/
H A DGlopBuilder.h39 None = 0, enumerator in enum:android::uirenderer::TextureFillFlags::__anon1065
H A DOutline.h30 None = 0, member in class:android::uirenderer::Outline::Type
38 , mType(Type::None)
86 mType = Type::None;
127 if (mType == Type::None || mType == Type::Empty) return nullptr;
H A DBakedOpState.h30 None = 0x0, enumerator in enum:android::uirenderer::OpClipSideFlags::__anon1059
82 return clipSideFlags != OpClipSideFlags::None
H A DGlop.h48 None = 0, enumerator in enum:android::uirenderer::VertexAttribFlags::__anon1063
64 None = 0, enumerator in enum:android::uirenderer::TransformFlags::__anon1064
H A DRecordingCanvas.h45 None, member in class:android::uirenderer::RecordingCanvas::DeferredBarrierType
312 DeferredBarrierType mDeferredBarrierType = DeferredBarrierType::None;
H A DTessellationCache.h57 None, member in class:android::uirenderer::TessellationCache::Description::Type
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DDomainMatcher.java14 public enum Match {None, Primary, Secondary} enum constant in enum:DomainMatcher.Match
24 mSubDomains = match == Match.None ? new HashMap<String, Label>() : null;
30 Label subLabel = new Label(Match.None);
68 mRoot = new Label(Match.None);
81 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
90 return Match.None;
91 } else if (label.getMatch() != Match.None) {
95 return Match.None; // Domain is a super domain
/frameworks/base/tools/aapt2/java/
H A DClassDefinition.h155 None, member in class:aapt::ClassQualifier
/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/Target/X86/
H A DX86Relocator.h43 * 0000 None - no reserved entry
50 None = 0, enumerator in enum:mcld::X86Relocator::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/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
/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;

Completed in 476 milliseconds

12