Searched refs:Level (Results 1 - 25 of 26) 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.h27 enum Level { enum in class:mcld::Assignment
36 Assignment(Level pLevel, Type pType, SymOperand& pSymbol, RpnExpr& pRpnExpr);
42 Level level() const { return m_Level; }
64 Level m_Level;
/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/compile/slang/
H A Dslang_diagnostic_buffer.h47 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
H A Dslang_diagnostic_buffer.cpp36 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.h96 llvm::CodeGenOpt::Level mOptimizationLevel;
H A Dslang.h248 void setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel);
H A Dslang_rs_reflection.cpp1271 unsigned Level = 0; local
1277 Level++;
1280 IndexVarName.append(llvm::utostr_32(Level));
H A Dslang.cpp428 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) {
H A Dslang_backend.cpp196 llvm::CodeGenOpt::Level OptLevel = llvm::CodeGenOpt::Default;
/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/av/include/media/stagefright/foundation/
H A DADebug.h109 enum Level { enum in struct:android::ADebug
123 // - <level> is 0-5 corresponding to ADebug::Level
133 // same for ADebug::Level - performs clamping to valid debug ranges
134 static Level GetDebugLevelFromProperty(
135 const char *name, const char *propertyName, Level def = kDebugNone);
/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp98 ADebug::Level ADebug::GetDebugLevelFromProperty(
99 const char *name, const char *propertyName, ADebug::Level def) {
101 return (Level)min(max(level, (long)kDebugNone), (long)kDebugMax);
/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:__anon196
/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/base/core/java/org/apache/http/conn/ssl/
H A DAbstractVerifier.java47 import java.util.logging.Level;
248 .log(Level.FINE, "Error parsing certificate.", cpe);
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp30 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.cpp71 const llvm::CodeGenOpt::Level script_opt_level =
72 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel());
/frameworks/av/media/libstagefright/tests/
H A DUtils_test.cpp111 #define LVL(x) (ADebug::Level)(x)
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp555 static const webrtc::NoiseSuppression::Level kNsDefaultLevel = webrtc::NoiseSuppression::kModerate;

Completed in 1673 milliseconds

12