Home
last modified time | relevance | path

Searched refs:None (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardSecurityModel.java32 None, // No security enabled enumConstant
79 SecurityMode mode = SecurityMode.None; in getSecurityMode()
90 SecurityMode.PIN : SecurityMode.None; in getSecurityMode()
96 SecurityMode.Password : SecurityMode.None; in getSecurityMode()
DKeyguardHostView.java724 if (SecurityMode.None == securityMode) { in showNextSecurityScreenIfPresent()
735 if (SecurityMode.None == mCurrentSecuritySelection) { in showNextSecurityScreenOrFinish()
739 if (SecurityMode.None == securityMode) { in showNextSecurityScreenOrFinish()
758 if (securityMode != SecurityMode.None) { in showNextSecurityScreenOrFinish()
976 if (securityMode == SecurityMode.None) { in showSecurityScreen()
1046 case None: in isSecure()
1058 showSecurityScreen(SecurityMode.None); in wakeWhenReadyTq()
1070 if (securityMode == KeyguardSecurityModel.SecurityMode.None) { in verifyUnlock()
1090 case None: return R.id.keyguard_selector_view; in getSecurityViewIdForMode()
1104 case None: return R.layout.keyguard_selector_view; in getLayoutIdFor()
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagnosticEngine.h48 None enumerator
102 State() : numArgs(0), ID(-1), severity(None), file(NULL) { } in State()
108 severity = None; in reset()
/frameworks/compile/mclinker/lib/LD/
DDiagnosticInfos.cpp52 { 0, DiagnosticEngine::None, 0, 0}
67 { 0, DiagnosticEngine::None, 0, 0}
79 DiagStaticInfo key = { static_cast<uint16_t>(pID), DiagnosticEngine::None, 0, 0 }; in getDiagInfo()
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt48 None.
52 None.
76 EGL_FRAMEBUFFER_TARGET_ANDROID EGL_DONT_CARE Exact None
DEGL_ANDROID_image_native_buffer.txt47 None.
51 None.
DEGL_ANDROID_recordable.txt47 None.
51 None.
74 EGL_RECORDABLE_ANDROID EGL_DONT_CARE Exact None
DEGL_ANDROID_presentation_time.txt62 None.
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg28 build_top = getattr(config, 'build_top', None)
29 if build_top is None:
49 if os.getenv('TARGET_BUILD_TYPE', None) == 'debug':
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h41 None, enumerator
/frameworks/base/tools/layoutlib/
DREADME4 None of the com.android.* or android.* classes in layoutlib run on devices.
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg30 build_top = getattr(config, 'build_top', None)
31 if build_top is None:
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp139 if ((pConfig.getOptimizationLevel() == llvm::CodeGenOpt::None)) { in config()
182 if (mTarget->getOptLevel() == llvm::CodeGenOpt::None) { in runLTO()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h30 None = 0, // no reserved entry enumerator
/frameworks/compile/mclinker/lib/CodeGen/
DMCLDTargetMachine.cpp130 case llvm::ExceptionHandling::None: in addPassesToHandleExceptions()
171 (TM->getOptLevel() == CodeGenOpt::None && in addPassesToGenerateCode()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h80 None = 0, enumerator
/frameworks/compile/slang/lit-tests/
Dlit.cfg19 config.test_source_root = None
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h64 None = 0, enumerator
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp539 None, enumerator
549 cl::init(icf::None),
551 clEnumValN(icf::None, "none",
1133 case icf::None: in ProcessLinkerOptionsFromCommand()
1337 case '0': OLvl = CodeGenOpt::None; break; in main()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp198 case '0': config->setOptimizationLevel(llvm::CodeGenOpt::None); break; in ConfigCompiler()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp39 mYUVMode(None), in SoftwareRenderer()
/frameworks/compile/slang/
Dslang_backend.cpp186 OptLevel = llvm::CodeGenOpt::None; in CreateCodeGenPasses()
Dllvm-rs-cc.cpp314 Opts.mOptimizationLevel = OptLevel == 0 ? llvm::CodeGenOpt::None in ParseArguments()
/frameworks/base/docs/html/tools/help/
Dandroid.jd64 <td>None</td>
74 <td>None</td>
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp204 case '0': config->setOptimizationLevel(llvm::CodeGenOpt::None); break; in ConfigCompiler()

12