/external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/ |
RouterNanoHTTPD.java | 48 import java.util.logging.Level; 398 LOG.log(Level.SEVERE, error, e);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
FramedConnection.java | 36 import java.util.logging.Level; 650 logger.log(Level.INFO, "StreamHandler failure for " + hostName, e);
|
/external/testng/src/main/java/org/testng/internal/ |
Utils.java | 24 import java.util.logging.Level; 373 * Logs the the message to System.out if level is greater than 380 * @param level the logging level of the message. 383 public static void log(String cls, int level, String msg) { 385 if (TestRunner.getVerbose() >= level) { 457 fh.setLevel(Level.INFO);
|
/prebuilts/misc/common/swig/include/2.0.11/gcj/ |
javaprims.i | 356 class Level;
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
voyager.h | 325 __u8 Level;
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
ExperimentingCaliperRun.java | 17 import static java.util.logging.Level.WARNING;
|
/external/clang/lib/Tooling/ |
CompilationDatabase.cpp | 159 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCTargetDesc.cpp | 206 CodeGenOpt::Level OL) {
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 165 CodeGenOpt::Level OL) {
|
/external/llvm/tools/llc/ |
llc.cpp | 71 // Determine optimization level. 74 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] " 271 CodeGenOpt::Level OLvl = CodeGenOpt::Default; 274 errs() << argv[0] << ": invalid optimization level.\n";
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
voyager.h | 325 __u8 Level;
|
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 677 DiagnosticsEngine::Level Level, 686 emitDiagnosticLoc(Loc, PLoc, Level, Ranges, *SM); 691 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors, 694 /*IsSupplemental*/ Level == DiagnosticsEngine::Note, 701 DiagnosticsEngine::Level Level, 706 switch (Level) { 717 switch (Level) { 774 DiagnosticsEngine::Level Level [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Futures.java | 56 import java.util.logging.Level; 110 log.log(Level.SEVERE, "RuntimeException while executing runnable " [all...] |
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
NanoWSD.java | 48 import java.util.logging.Level; 151 NanoWSD.LOG.log(Level.FINE, "close failed", e); 158 NanoWSD.LOG.log(Level.FINE, "close failed", e); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d8.h | [all...] |
/external/clang/lib/Format/ |
ContinuationIndenter.cpp | 78 State.Stack.push_back(ParenState(FirstIndent, Line->Level, FirstIndent, 514 // Any break on this level means that the parent level has been broken [all...] |
/external/icu/icu4c/source/i18n/ |
rulebasedcollator.cpp | 776 * Abstract iterator for identical-level string comparisons. 1414 Collation::Level level; member in class:__anon12796::PartLevelCallback 1434 Collation::Level level = (Collation::Level)state[0]; local [all...] |