HomeSort by relevance Sort by last modified time
    Searched refs:fine (Results 26 - 50 of 186) sorted by null

12 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/net/
dnsname_test.go 51 // 253 is fine:
  /prebuilts/go/darwin-x86/src/runtime/
msan.go 30 // on the system stack. The other msan functions are fine.
  /prebuilts/go/linux-x86/src/net/
dnsname_test.go 51 // 253 is fine:
  /prebuilts/go/linux-x86/src/runtime/
msan.go 30 // on the system stack. The other msan functions are fine.
  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 95 private static final int FINE = 500;
109 FINE,
127 PlatformLogger.FINE, PlatformLogger.CONFIG, PlatformLogger.INFO,
138 // finest, fine, finer, info first
140 case PlatformLogger.FINE : return Level.FINE;
363 * Logs a FINE message.
365 public void fine(String msg) { method in class:PlatformLogger
366 loggerProxy.doLog(Level.FINE, msg);
369 public void fine(String msg, Throwable t) method in class:PlatformLogger
373 public void fine(String msg, Object... params) { method in class:PlatformLogger
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_test.py 86 "--key=this is 'fine' too", '''--key="this is 'fine' too"''')
115 'chrome --foo --bar="a b" --baz=true --fine="ok"',
116 ['--foo', '--bar=a b', '--baz=true', '--fine=ok'])
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java 123 logger1.fine(this.getName() + ".run() JmDNS " + this.getTaskDescription() + " " + info.getQualifiedName());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
MediaDataBox.java 172 LOG.fine("Even mapping just 10MB of the source file into the memory failed. " + e1);
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 7 // used to manually fine-tune the threshold constant. The
intmarsh.go 64 // fine with the TextMarshaler only.
  /prebuilts/go/darwin-x86/test/
nil.go 72 // Looping over indices is fine.
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 7 // used to manually fine-tune the threshold constant. The
intmarsh.go 64 // fine with the TextMarshaler only.
  /prebuilts/go/linux-x86/test/
nil.go 72 // Looping over indices is fine.
  /external/opencv/cv/src/
cvsmooth.cpp 538 * "coarse" level) is 4 bit wide and the second tier (known as the "fine" level)
539 * is 8 bit wide. Pixels inserted in the fine level also get inserted into the
540 * coarse bucket designated by the 4 MSBs of the fine bucket value.
549 ushort fine[16][16]; variable
558 *((ushort*) h.fine + x) op;
723 histogram_muladd( 2*r+1, &h_fine[16*n*(16*c+k)], &H[c].fine[k][0] );
746 memset( &H[c].fine[k], 0, 16 * sizeof(ushort) );
748 histogram_add( &h_fine[16*(n*(16*c+k)+luc[c][k])], H[c].fine[k] );
751 histogram_muladd( j+r+1 - n, &h_fine[16*(n*(16*c+k)+(n-1))], &H[c].fine[k][0] );
757 histogram_sub( &h_fine[16*(n*(16*c+k)+MAX(luc[c][k]-2*r-1,0))], H[c].fine[k] )
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 31 import static java.util.logging.Level.FINE;
105 if (logger.isLoggable(FINE)) logger.fine(format("<< CONNECTION %s", connectionPreface.hex()));
137 if (logger.isLoggable(FINE)) logger.fine(formatHeader(true, streamId, length, type, flags));
398 if (logger.isLoggable(FINE)) {
399 logger.fine(format(">> CONNECTION %s", CONNECTION_PREFACE.hex()));
567 if (logger.isLoggable(FINE)) logger.fine(formatHeader(false, streamId, length, type, flags));
634 if (logger.isLoggable(FINE)) logger.fine(formatHeader(true, streamId, length, type, flags))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 29 // Newline is like a semicolon; other space characters are fine.
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 92 // Linear search is fine. Choose perfect fit over approximate.
  /prebuilts/go/darwin-x86/src/os/
env.go 15 // ${} is all ASCII, so bytes are fine for this operation.
  /prebuilts/go/darwin-x86/src/os/user/
user_test.go 107 // NOTE(rsc): Maybe the group isn't defined. That's fine.
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage_test.go 109 // Assume the percentage itself is implemented fine during GC,
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 29 // Newline is like a semicolon; other space characters are fine.
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 92 // Linear search is fine. Choose perfect fit over approximate.
  /prebuilts/go/linux-x86/src/os/
env.go 15 // ${} is all ASCII, so bytes are fine for this operation.
  /prebuilts/go/linux-x86/src/os/user/
user_test.go 107 // NOTE(rsc): Maybe the group isn't defined. That's fine.

Completed in 1441 milliseconds

12 3 4 5 6 7 8