HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 201 - 225 of 690) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 32 import java.util.logging.Level;
394 if (logger.isLoggable(Level.FINER)) {
436 logger.log(Level.WARNING, "start() Registration exception ", exception);
457 if (logger.isLoggable(Level.FINE)) {
469 if (logger.isLoggable(Level.FINER)) {
492 if (logger.isLoggable(Level.FINER)) {
504 logger.log(Level.WARNING, "closeMulticastSocket() Close socket exception ", exception);
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
XMLFormatterTest.java 29 import java.util.logging.Level;
48 lr = new LogRecord(Level.SEVERE, "pattern");
100 assertTrue(output.indexOf("<level>SEVERE</level>") >= 0);
121 assertTrue(output.indexOf("<level>SEVERE</level>") >= 0);
176 lr = new LogRecord(Level.SEVERE, null);
188 LogRecord logRecord = new LogRecord(Level.INFO, "message:<init>&");
FileHandlerTest.java 35 import java.util.logging.Level;
74 r = new LogRecord(Level.CONFIG, "msg");
81 props.put("java.util.logging.FileHandler.level", "FINE");
172 assertEquals(handler.getLevel(), Level.FINE);
198 assertEquals(handler.getLevel(), Level.ALL);
321 rs[i] = new LogRecord(Level.SEVERE, "msg" + i);
327 rs[i] = new LogRecord(Level.SEVERE, "msg" + i);
340 rs[i] = new LogRecord(Level.SEVERE, "msg" + i);
346 rs[i] = new LogRecord(Level.SEVERE, "msg" + i);
381 props.put("java.util.logging.FileHandler.level", "null")
    [all...]
  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 60 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 123 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /external/clang/lib/Basic/
Diagnostic.cpp 351 Level DiagLevel = storedDiag.getLevel();
369 // Figure out the diagnostic level of this message.
370 DiagnosticIDs::Level DiagLevel
375 // Emit the diagnostic regardless of suppression level.
398 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
    [all...]
OperatorPrecedence.cpp 18 prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator,
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 96 /// A diagnostic severity level.
133 /// The diagnostic level.
134 DiagLevel Level;
200 Diag(Location Loc, DiagLevel Level, const char *Message)
201 : Loc(Loc), Level(Level), Message(Message), NumArgs(0), NumRanges(0) {}
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 381 private Level level; field in class:LocaleMatcher.LocalePatternMatcher
395 level = region != null ? Level.region : script != null ? Level.script : Level.language;
421 public Level getLevel() {
422 return level;
439 if (level != Level.language)
492 final Level level; field in class:LocaleMatcher.ScoreData
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 388 private Level level; field in class:LocaleMatcher.LocalePatternMatcher
402 level = region != null ? Level.region : script != null ? Level.script : Level.language;
428 public Level getLevel() {
429 return level;
446 if (level != Level.language)
499 final Level level; field in class:LocaleMatcher.ScoreData
    [all...]
  /external/llvm/include/llvm-c/
TargetMachine.h 94 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 43 CodeGenOpt::Level OL)
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 54 CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 55 CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 29 CodeGenOpt::Level OL)
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.c 90 DBG("%s: alloc obj %p level %d %dx%dx%d using object's miptree %p\n",
91 __FUNCTION__, texobj, image->Level,
100 * whole object since our level didn't fit what was there
105 DBG("%s: alloc obj %p level %d %dx%dx%d using new miptree %p\n",
106 __FUNCTION__, texobj, image->Level,
125 int level; local
128 for (level = 0; level < levels; level++) {
129 struct gl_texture_image *const texImage = texObj->Image[face][level];
    [all...]
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
LocLoggerTest.java 62 log4jRoot.setLevel(org.apache.log4j.Level.TRACE);
  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 109 LVM_UINT16 Level; /* Level, 0 to 100 representing percentage of reverb */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_SetControlParameters.c 73 if (pNewParams->Level > LVREV_MAX_LEVEL)
LVREV_ApplyNewSettings.c 375 (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 == 0
    [all...]
  /frameworks/compile/slang/
rs_cc_options.h 99 // The optimization level used in CodeGen, and encoded in emitted bitcode.
100 llvm::CodeGenOpt::Level mOptimizationLevel;
  /libcore/ojluni/src/main/java/java/util/logging/
LogRecord.java 90 * @serial Logging message level
92 private Level level; field in class:LogRecord
161 * Construct a LogRecord with the given level and message values.
173 * @param level a logging level value
176 public LogRecord(Level level, String msg) {
177 // Make sure level isn't null, by calling random method.
178 level.getClass()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 42 import java.util.logging.Level;
97 sLogger.log(Level.INFO, String.format("Testing sample %s for target %s", name,
125 sLogger.log(Level.SEVERE,
228 sLogger.log(Level.SEVERE, "expected build event never happened?");
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 180 CodeGenOpt::Level OL, bool isLittle)
252 CodeGenOpt::Level OL, bool isLittle)
266 CodeGenOpt::Level OL)
275 CodeGenOpt::Level OL)
284 CodeGenOpt::Level OL, bool isLittle)
295 CodeGenOpt::Level OL)
304 CodeGenOpt::Level OL)
  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 67 void SourceCoverageView::renderIndent(raw_ostream &OS, unsigned Level) {
68 for (unsigned I = 0; I < Level; ++I)
72 void SourceCoverageView::renderViewDivider(unsigned Level, unsigned Length,
74 assert(Level != 0 && "Cannot render divider at top level");
75 renderIndent(OS, Level - 1);

Completed in 480 milliseconds

1 2 3 4 5 6 7 891011>>