HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 426 - 450 of 987) sorted by null

<<11121314151617181920>>

  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 32 import java.util.logging.Level;
228 logger.log(Level.SEVERE, "Could not get jar location.", e);
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
MemoryTest.c 28 Perform the memory test base on the memory test intensive level,
31 @param Level The memory test intensive level.
39 IN EXTENDMEM_COVERAGE_LEVEL Level
108 Level,
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PchScc.asl 194 Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, , , ) {45} // eMMC 4.41 IRQ
289 Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, , , ) {44} // eMMC 4.5 IRQ
384 Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, , , ) {46} // SDIO IRQ
557 Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, , , ) {47} // SD Card IRQ
Platform.asl 345 Name(BRQD, 0x00) // This is used to determine if DPTF display participant requested Brightness level change
479 Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive, ,, ) {0x9} // Was 9
573 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , , ) {49}
640 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , , ) {48}
663 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , , ) {50}
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 54 unsigned Level = --Self.HandlingTopLevelDecls;
55 if (Level == 0 && EmitDeferred)
  /external/conscrypt/openjdk-benchmarks/src/jmh/java/org/conscrypt/benchmarks/
ServerSocketThroughputBenchmark.java 45 import org.openjdk.jmh.annotations.Level;
65 @Setup(Level.Iteration)
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 35 import java.util.logging.Level;
179 logger.log(Level.WARNING,
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 10 import java.util.logging.Level;
67 logger.log(Level.FINER, "Exception ", exception);
  /external/mesa3d/src/egl/main/
eglconfig.h 56 EGLint Level;
104 ATTRIB_MAP(EGL_LEVEL, Level);
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 34 import java.util.logging.Level;
160 Logger.getLogger(MockWebServer.class.getName()).setLevel(Level.WARNING);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 25 import java.util.logging.Level;
182 logger.log(Level.INFO, "Callback failure for " + toLoggableString(), e);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 39 CodeGenOpt::Level OptLevel,
58 RTDyldMemoryManager *MM, CodeGenOpt::Level OptLevel,
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 93 DiagnosticIDs::Level level = getErrorLevel() == DiagnosticsEngine::Error local
96 unsigned id = diagnostic().getDiagnosticIDs()->getCustomDiagID(level, err);
263 // Used in really low level threading code that probably shouldn't be out of
347 DiagnosticsEngine::Level ChromeClassTester::getErrorLevel() {
  /external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h 34 int(SuppressionLevel level));
84 int(int level));
92 int(int level));
138 int(Level level));
139 MOCK_CONST_METHOD0(level,
140 Level());
  /frameworks/base/core/java/org/apache/http/conn/ssl/
AbstractVerifier.java 47 import java.util.logging.Level;
70 * This contains a list of 2nd-level domains that aren't allowed to
247 .log(Level.FINE, "Error parsing certificate.", cpe);
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 29 import java.util.logging.Level;
700 LOGGER.log(Level.FINE, "(" + x0 + "," + y0 + ")-(" + x1 + "," + y1
713 LOGGER.log(Level.FINE, "unit space (" + x0p + "," + y0p + ")-(" + x1p
723 LOGGER.log(Level.FINE, " Points are coincident");
728 LOGGER.log(Level.FINE, "Points are too far apart " + dsq);
748 LOGGER.log(Level.FINE, "eta0 = Math.atan2( " + (y0p - cy) + " , "
752 LOGGER.log(Level.FINE, "eta1 = Math.atan2( " + (y1p - cy) + " , "
769 Level.FINE,
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLoggerTest.java 25 import java.util.logging.Level;
140 pLog.setLevel(Level.CONFIG);
176 // verify two level root.parent
182 // create three level child
  /packages/apps/Messaging/src/com/android/messaging/util/
LogSaver.java 34 import java.util.logging.Level;
44 * lines will include a timestamp, pid, tid, level, and tag.
53 * @param level The log level to use
57 public abstract void log(int level, String tag, String msg);
97 * Record to store a single log entry. Stores timestamp, tid, level, tag, and message.
110 void set(int tid, int level, long time, String tag, String message) {
115 this.mLevelString = getLevelString(level);
145 public void log(int level, String tag, String msg) {
151 rec.set(Process.myTid(), level, System.currentTimeMillis(), tag, msg) local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 25 import java.util.logging.Level;
186 private int tables = 0; // table nesting level
296 logger.setLevel(Level.FINEST);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
batclass.h 26 typedef NTSTATUS (BCLASS_QUERY_INFORMATION_CALLBACK) (PVOID Context, ULONG BatteryTag, BATTERY_QUERY_INFORMATION_LEVEL Level, LONG AtRate, PVOID Buffer, ULONG BufferLength, PULONG ReturnedLength);
39 typedef NTSTATUS (BCLASS_SET_INFORMATION_CALLBACK) (PVOID Context, ULONG BatteryTag, BATTERY_SET_INFORMATION_LEVEL Level, PVOID Buffer);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 56 new StdLogger(StdLogger.Level.VERBOSE));
116 new StdLogger(StdLogger.Level.VERBOSE));
  /test/vts/web/dashboard/src/main/java/com/android/vts/servlet/
DashboardMainServlet.java 41 import java.util.logging.Level;
188 logger.log(Level.SEVERE, "Servlet Excpetion caught : ", e);
ShowPreferencesServlet.java 39 import java.util.logging.Level;
155 logger.log(Level.SEVERE, "Servlet Exception caught : ", e);
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
ExecutionListBenchmark.java 38 import java.util.logging.Level;
326 log.log(Level.SEVERE, "RuntimeException while executing runnable "
375 log.log(Level.SEVERE, "RuntimeException while executing runnable "
446 log.log(Level.SEVERE, "RuntimeException while executing runnable "
571 log.log(Level.SEVERE, "RuntimeException while executing runnable "
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
130 radeon_mipmap_level *lvl = &mt->levels[level];
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
161 GLuint curOffset, i, face, level; local
168 for(i = 0, level = mt->baseLevel; i < mt->numLevels; i++, level++) {
169 mt->levels[level].valid = 1;
170 mt->levels[level].width = minify(mt->width0, i)
304 GLuint level = texImage->Level; local
487 unsigned int level; local
573 unsigned face, level; local
    [all...]

Completed in 675 milliseconds

<<11121314151617181920>>