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

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h45 None enumerator in enum:mcld::DiagnosticEngine::Severity
100 State() : numArgs(0), ID(-1), severity(None), file(NULL) { }
106 severity = None;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityModel.java37 None, // No security enabled enum constant in enum:KeyguardSecurityModel.SecurityMode
83 SecurityMode mode = SecurityMode.None;
97 SecurityMode.PIN : SecurityMode.None;
103 SecurityMode.Password : SecurityMode.None;
H A DKeyguardSecurityContainer.java84 if (mCurrentSecuritySelection != SecurityMode.None) {
91 if (mCurrentSecuritySelection != SecurityMode.None) {
97 if (mCurrentSecuritySelection != SecurityMode.None) {
103 if (mCurrentSecuritySelection != SecurityMode.None) {
212 case None:
375 } else if (SecurityMode.None == mCurrentSecuritySelection) {
379 if (SecurityMode.None == securityMode) {
398 if (securityMode != SecurityMode.None) {
436 if (securityMode != SecurityMode.None) {
454 securityMode != SecurityMode.None
[all...]
H A DKeyguardViewBase.java144 if (mSecurityContainer.getCurrentSecuritySelection() != SecurityMode.None) {
264 if (securityMode == KeyguardSecurityModel.SecurityMode.None) {
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h41 None, enumerator in enum:android::SoftwareRenderer::YUVMode
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp54 { 0, DiagnosticEngine::None, 0, 0}
72 { 0, DiagnosticEngine::None, 0, 0}
84 DiagStaticInfo key = { static_cast<uint16_t>(pID), DiagnosticEngine::None, 0, 0 };
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h57 * 0000 None - no reserved entry
64 None = 0, enumerator in enum:mcld::AArch64Relocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h41 * 0000 None - no reserved entry
48 None = 0, enumerator in enum:mcld::ARMRelocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h48 * 0000 None - no reserved entry
55 None = 0, enumerator in enum:mcld::HexagonRelocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h28 None = 0, // no reserved entry enumerator in enum:mcld::MipsRelocator::ReservedEntryType
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp136 if ((pConfig.getOptimizationLevel() == llvm::CodeGenOpt::None)) {
169 if (mTarget->getOptLevel() == llvm::CodeGenOpt::None) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h44 * 0000 None - no reserved entry
51 None = 0, enumerator in enum:mcld::X86Relocator::ReservedEntryType
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp132 case llvm::ExceptionHandling::None:
174 (TM->getOptLevel() == CodeGenOpt::None &&
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp44 mYUVMode(None),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java221 return mKeyguardView == null || mKeyguardView.getSecurityMode() != SecurityMode.None;
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp153 case '0': config->setOptimizationLevel(llvm::CodeGenOpt::None); break;
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp183 case '0': config->setOptimizationLevel(llvm::CodeGenOpt::None); break;
/frameworks/compile/slang/
H A Drs_cc_options.cpp229 OptLevel == 0 ? llvm::CodeGenOpt::None : llvm::CodeGenOpt::Aggressive;
H A Dslang_backend.cpp185 OptLevel = llvm::CodeGenOpt::None;

Completed in 329 milliseconds