HomeSort by relevance Sort by last modified time
    Searched full:fine (Results 151 - 175 of 2753) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/guice/core/src/com/google/inject/internal/util/
Stopwatch.java 47 logger.fine(label + ": " + reset() + "ms");
  /external/hyphenation-patterns/
README.android 54 repository. Please, see README.android fine in the 'en-GB' directory.
  /external/iproute2/
README.decnet 26 be fine with 2.6 kernels as the routing code has been extensively
  /external/libchrome/sandbox/linux/syscall_broker/
broker_common.h 26 // over unix sockets just fine, so a receiver that would (incorrectly) look at
  /external/libunwind/include/tdep-ia64/
rse.h 8 * fine).
  /external/llvm/test/CodeGen/ARM/
2012-05-04-vmov.ll 16 ; but vmov.32 <dst>[<lane>], <src> is fine.
  /external/llvm/test/CodeGen/X86/
tail-call-legality.ll 5 ; both return {i32, i32, i32} (since i64 is illegal) which is fine for a tail
  /external/llvm/test/tools/llvm-profdata/
count-mismatch.proftext 26 # This one does match, so it should combine with the first just fine.
  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 32 # MSVC. mingw-w64 works fine.
  /external/skia/cmake/
README.md 10 $ cmake . -G Ninja # Other CMake generators should work fine.
  /external/skia/gm/
textblobuseaftergpufree.cpp 59 // This text should look fine
  /external/v8/tools/oom_dump/
README 30 If everything goes fine, oom_dump <path to minidump> should print
  /hardware/intel/common/utils/ituxd/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.
  /packages/apps/BasicSmsReceiver/res/values-it/
strings.xml 21 <string name="sms_done_button" msgid="4063239029747798890">"Fine"</string>
  /packages/apps/TV/common/res/values-it/
strings.xml 20 <string name="action_text_done" msgid="298287050387266501">"Fine"</string>
  /packages/inputmethods/LatinIME/java/res/values-it/
strings-action-keys.xml 26 <string name="label_done_key" msgid="7564866296502630852">"Fine"</string>
  /system/core/trusty/gatekeeper/
Android.mk 21 # are responsible for having their own logic, for fine-grained control.
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 342 // Calling out with a lock held is fine since if the system
355 // Calling out with a lock held is fine since if the system
368 // Calling out with a lock held is fine since if the system
380 // Calling out with a lock held is fine since if the system
384 // Calling out with a lock held is fine since if the system
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 90 // Receive location updates from the fine location provider (gps) only.
92 // Receive location updates from both the fine (gps) and coarse (network) location
164 // Set up fine and/or coarse location providers depending on whether the fine provider or
172 // Get fine location updates only.
176 // Request updates from just the fine (gps) provider.
182 // Get coarse and fine location updates.
185 // Request updates from both fine (gps) and coarse (network) providers.
225 // Callback method for the "fine provider" button.
  /external/gmock/test/
gmock-internal-utils_test.cc 189 // Unsigned => larger signed is fine.
192 // Unsigned => larger unsigned is fine.
196 // Signed => unsigned is not fine.
201 // Same size and same signedness: fine too.
209 // Same size, different signedness: not fine.
215 // Larger size => smaller size is not fine.
242 // Smaller size => larger size is fine.
247 // Same size: fine.
251 // Larger size => smaller size is not fine.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 80 props.put("java.util.logging.MemoryHandler.level", "FINE");
126 assertEquals(handler.getLevel(), Level.FINE);
141 record = new LogRecord(Level.FINE, "MSG2");
163 assertEquals(handler.getLevel(), Level.FINE);
260 assertEquals(handler.getLevel(), Level.FINE);
306 handler.setPushLevel(Level.FINE);
StreamHandlerTest.java 115 p.put("java.util.logging.StreamHandler.level", "FINE");
124 assertEquals("FINE", LogManager.getLogManager().getProperty(
129 assertSame(h.getLevel(), Level.parse("FINE"));
192 p.put("java.util.logging.StreamHandler.level", "FINE");
201 assertEquals("FINE", LogManager.getLogManager().getProperty(
207 assertSame(h.getLevel(), Level.parse("FINE"));
246 p.put("java.util.logging.StreamHandler.level", "FINE");
255 assertEquals("FINE", LogManager.getLogManager().getProperty(
274 p.put("java.util.logging.StreamHandler.level", "FINE");
283 assertEquals("FINE", LogManager.getLogManager().getProperty
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 52 protected static final Level dummyLevel = Level.FINE;
112 * Logs a message with <code>java.util.logging.Level.FINE</code>.
118 log(Level.FINE, String.valueOf(message), null);
123 * Logs a message with <code>java.util.logging.Level.FINE</code>.
130 log(Level.FINE, String.valueOf(message), exception);
218 return (getLogger().isLoggable(Level.FINE));
  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 99 public static final int FINE = 500;
113 FINE,
131 PlatformLogger.FINE, PlatformLogger.CONFIG, PlatformLogger.INFO,
142 // finest, fine, finer, info first
144 case PlatformLogger.FINE : return Level.FINE;
401 * Logs a FINE message.
403 public void fine(String msg) { method in class:PlatformLogger
404 loggerProxy.doLog(Level.FINE, msg);
407 public void fine(String msg, Throwable t) method in class:PlatformLogger
411 public void fine(String msg, Object... params) { method in class:PlatformLogger
    [all...]

Completed in 2247 milliseconds

1 2 3 4 5 67 8 91011>>