Searched refs:Level (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidConfig.java19 import java.util.logging.Level;
39 rootLogger.setLevel(Level.INFO);
42 Logger.getLogger("org.apache").setLevel(Level.WARNING);
H A DAndroidHandler.java28 import java.util.logging.Level;
140 public void publish(Logger source, String tag, Level level, String message) {
161 static int getAndroidLevel(Level level) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c87 int Level, LevelCode, LevelPrefix, LevelSuffix, LevelSuffixSize; local
114 Level = -1;
118 Level = +1;
120 pLevel[i] = (OMX_S16)Level;
122 DEBUG_PRINTF_2("Level[%d] = %d\n", i, pLevel[i]);
164 /* Level magnitude can't be 1 */
170 Level = (-LevelCode-1)>>1;
175 Level = (LevelCode+2)>>1;
177 pLevel[i] = (OMX_S16)Level;
179 DEBUG_PRINTF_2("Level[
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h29 enum Level { enum in class:mcld::Assignment
43 Assignment(Level pLevel,
52 Level level() const { return m_Level; }
75 Level m_Level;
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h84 enum Level { enum in struct:android::ADebug
98 // - <level> is 0-5 corresponding to ADebug::Level
103 static Level GetDebugLevelFromProperty(
104 const char *name, const char *propertyName, Level def = kDebugNone);
105 static Level GetDebugLevelFromString(
106 const char *name, const char *value, Level def = kDebugNone);
/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp34 ADebug::Level ADebug::GetDebugLevelFromString(
35 const char *name, const char *value, ADebug::Level def) {
80 def = (Level)min(level, maxLevel);
86 ADebug::Level ADebug::GetDebugLevelFromProperty(
87 const char *name, const char *propertyName, ADebug::Level def) {
/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h49 llvm::CodeGenOpt::Level mOptLevel;
91 inline llvm::CodeGenOpt::Level getOptimizationLevel() const
93 inline void setOptimizationLevel(llvm::CodeGenOpt::Level pOptLvl)
/frameworks/base/tools/aapt/
H A DSourcePos.cpp13 enum Level { enum in struct:ErrorPos
22 Level level;
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev)
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp42 clang::DiagnosticsEngine::Level DiagLevel,
H A Dslang_diagnostic_buffer.h45 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
H A Dslang_rs_context.h244 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, argument
247 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
251 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, argument
257 DiagEngine->getCustomDiagID(Level, Message));
H A Drs_cc_options.h93 llvm::CodeGenOpt::Level mOptimizationLevel;
H A Dslang.h234 void setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel);
H A Dslang.cpp467 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) {
H A Dslang_backend.cpp183 llvm::CodeGenOpt::Level OptLevel = llvm::CodeGenOpt::Default;
H A Dslang_rs_reflection.cpp1257 unsigned Level = 0; local
1263 Level++;
1266 IndexVarName.append(llvm::utostr_32(Level));
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DTargetMachine.h73 llvm::CodeGenOpt::Level,
83 llvm::CodeGenOpt::Level,
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
H A DLVREV.h109 LVM_UINT16 Level; /* Level, 0 to 100 representing percentage of reverb */ member in struct:__anon188
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_SetControlParameters.c73 if (pNewParams->Level > LVREV_MAX_LEVEL)
H A DLVREV_ApplyNewSettings.c375 (pPrivate->NewParams.Level != pPrivate->CurrentParams.Level) ||
472 Index=((32767*100)/(100+pPrivate->NewParams.Level));
520 if( (pPrivate->NewParams.Level != pPrivate->CurrentParams.Level) &&
523 pPrivate->BypassMixer.Target2 = ((LVM_INT32)(pPrivate->NewParams.Level * 32767)/100)<<16;
525 if ((pPrivate->NewParams.Level == 0) && (pPrivate->bFirstControl == LVM_FALSE))
529 if (pPrivate->NewParams.Level != 0)
539 pPrivate->BypassMixer.Target2 = ((LVM_INT32)(pPrivate->NewParams.Level * 32767)/100)<<16;
544 if (pPrivate->NewParams.Level
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp27 Assignment::Assignment(Level pLevel,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp832 params.Level = 0;
1015 ActiveParams.Level, level);
1045 //ALOGV("\tReverbSetReverbLevel just Got -> %d\n", ActiveParams.Level);
1052 ActiveParams.Level = ReverbConvertLevel(CombinedLevel);
1054 //ALOGV("\tReverbSetReverbLevel() Trying to set -> %d\n", ActiveParams.Level);
1059 //ALOGV("\tReverbSetReverbLevel() just Set -> %d\n", ActiveParams.Level);
1090 //ALOGV("\tReverbGetReverbLevel() just Got -> %d\n", ActiveParams.Level);
1099 //ALOGV("\tReverbGetReverbLevel(): ActiveParams.Level: %d, pContext->SavedReverbLevel: %d, "
1101 //ActiveParams.Level, pContext->SavedReverbLevel,pContext->SavedRoomLevel, CombinedLevel,level);
1103 if(ActiveParams.Level !
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp180 const llvm::CodeGenOpt::Level script_opt_level =
181 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel());
/frameworks/av/media/libstagefright/tests/
H A DUtils_test.cpp111 #define LVL(x) (ADebug::Level)(x)
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp194 CodeGenOpt::Level pOptLvl,

Completed in 537 milliseconds

12