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

<<11121314151617181920>>

  /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;
699 LOGGER.log(Level.FINE, "(" + x0 + "," + y0 + ")-(" + x1 + "," + y1
712 LOGGER.log(Level.FINE, "unit space (" + x0p + "," + y0p + ")-(" + x1p
722 LOGGER.log(Level.FINE, " Points are coincident");
727 LOGGER.log(Level.FINE, "Points are too far apart " + dsq);
747 LOGGER.log(Level.FINE, "eta0 = Math.atan2( " + (y0p - cy) + " , "
751 LOGGER.log(Level.FINE, "eta1 = Math.atan2( " + (y1p - cy) + " , "
768 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 31 typedef NTSTATUS (*PBCLASS_QUERY_INFORMATION_CALLBACK)(PVOID Context,ULONG BatteryTag,BATTERY_QUERY_INFORMATION_LEVEL Level,LONG AtRate,PVOID Buffer,ULONG BufferLength,PULONG ReturnedLength);
34 typedef NTSTATUS (*PBCLASS_SET_INFORMATION_CALLBACK)(PVOID Context,ULONG BatteryTag,BATTERY_SET_INFORMATION_LEVEL Level,PVOID Buffer);
adomd.h 48 typedef struct Level Level;
    [all...]
  /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));
  /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...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 1207 Level level = (Level)values[index]; local
1222 Level level = (Level)values[index]; local
1232 Level level = new Level(levelBitsList >> 4, shift + (levelBitsList & 0xf)); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 1205 Level level = (Level)values[index]; local
1220 Level level = (Level)values[index]; local
1230 Level level = new Level(levelBitsList >> 4, shift + (levelBitsList & 0xf)); local
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 81 import java.util.logging.Level;
200 NanoHTTPD.LOG.log(Level.FINE, "Communication with the client broken", e);
445 NanoHTTPD.LOG.log(Level.WARNING, "could not delete file ", ignored);
624 NanoHTTPD.LOG.log(Level.FINE, "no protocol version specified, strange. Assuming HTTP/1.1.");
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 241 * Given the size of a mipmap image, try to compute the size of the level=0
245 * For example, if level=1 and width=40 then the level=0 width may be 80 or 81.
251 GLuint width, GLuint height, GLuint depth, GLuint level,
258 if (level > 0) {
259 /* Guess the size of the base level.
265 width <<= level; local
270 /* We can't make a good guess here, because the base level dimensions
276 width <<= level; local
277 height <<= level; local
282 width <<= level; local
283 height <<= level; local
293 width <<= level; local
294 height <<= level; local
295 depth <<= level; local
416 const GLuint level = texImage->Level; local
502 const GLuint level = texImage->Level; local
1279 GLuint level; local
1317 GLint level; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
40 // Handle provisional api levels; the provisional level will always be the highest possible level
41 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
42 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
78 + "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("class") + "\" or higher in its manifest
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
74 + "and be compiled against a version of the library that supports an equal or higher API Level. To reveal this "
75 + "document, change the value of the API Level filter above.</p>"
76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
91 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher")
    [all...]
  /external/llvm/lib/IR/
Module.cpp 202 /// the top-level PointerType, which represents the address of the global.
327 /// represents module-level flags. This method returns null if there are no
328 /// module-level flags.
334 /// represents module-level flags. If module-level flags aren't found, it
340 /// addModuleFlag - Add a module-level flag to the module-level flags
341 /// metadata. It will create the module-level flags named metadata if it doesn't
463 PICLevel::Level Module::getPICLevel() const {
464 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level"));
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 71 property_get("vidc.debug.level", property_value, "1");
242 /* set the profile and level */
    [all...]
  /art/tools/checker/
checker.py 101 Logger.Verbosity = Logger.Level.Error
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
OutputFileDumper.java 19 import static java.util.logging.Level.SEVERE;
ResultsUploader.java 19 import static java.util.logging.Level.SEVERE;
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 141 void PragmaWarningPush(SourceLocation Loc, int Level) override;
482 int Level) {
486 if (Level >= 0)
487 OS << ", " << Level;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 277 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 78 CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 87 CodeGenOpt::Level OL) {

Completed in 3073 milliseconds

<<11121314151617181920>>