Searched
full:fine (Results
351 -
375 of
2753) sorted by null
<<11121314151617181920>>
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
bandwidth_estimator.h | 77 /* returns 0 if everything went fine, -1 otherwise */ 91 /* returns 0 if everything went fine, -1 otherwise */
|
/libcore/ojluni/src/main/java/java/util/logging/ |
package.html | 84 <LI> <I>Filter</I>: Provides fine-grained control over what gets logged, 110 methods in the Logger class (the config, entering, exiting, fine, finer, finest,
|
/packages/apps/TV/usbtuner/res/values-it/ |
strings.xml | 67 <item msgid="979481834388007277">"Fine"</item> 74 <item msgid="6784975565864102291">"Fine"</item>
|
/prebuilts/go/darwin-x86/src/html/template/ |
content.go | 26 // and a template escaped by this package are fine for use with HTML. 48 // JSStr("foo\\nbar") is fine, but JSStr("foo\\\nbar") is not.
|
/prebuilts/go/darwin-x86/test/ |
escape_array.go | 35 // BAD: need fine-grained analysis to track u[0] and u[1] differently. 48 // BAD: need fine-grained analysis to track x[0] and x[1] differently.
|
/prebuilts/go/linux-x86/src/html/template/ |
content.go | 26 // and a template escaped by this package are fine for use with HTML. 48 // JSStr("foo\\nbar") is fine, but JSStr("foo\\\nbar") is not.
|
/prebuilts/go/linux-x86/test/ |
escape_array.go | 35 // BAD: need fine-grained analysis to track u[0] and u[1] differently. 48 // BAD: need fine-grained analysis to track x[0] and x[1] differently.
|
/prebuilts/misc/common/swig/include/2.0.11/chicken/ |
tinyclos-multi-generic.patch | 1 # This patch is against chicken 1.92, but it should work just fine 7 # so chicken versions above 1.92 work fine.
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ConsoleHandlerTest.java | 100 p.put("java.util.logging.ConsoleHandler.level", "FINE"); 110 "java.util.logging.ConsoleHandler.level"), "FINE"); 114 assertSame(h.getLevel(), Level.parse("FINE")); 356 p.put("java.util.logging.ConsoleHandler.level", "FINE"); 362 assertSame(h.getLevel(), Level.FINE);
|
LoggerTest.java | [all...] |
FormatterTest.java | 42 r = new LogRecord(Level.FINE, MSG);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/ |
test_highlevel.py | 477 # Try the main key. Should be fine. 711 # work fine now. 746 # Assert if everything is fine so far 765 # Assert if everything is fine so far 785 # Assert if everything is fine so far 799 # Assert if everything is fine so far 818 # Assert if everything is fine so far
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 251 LOG.fine("Found startcode at " + (pos -4) + " Type: " + nal_unit_type + " ref idc: " + nal_ref_idc + " (size " + size + ")"); 276 LOG.fine("Adding sample with size " + bb.capacity() + " and header " + sh); 363 LOG.fine("Access unit delimiter type: " + type); 422 LOG.fine("Access unit delimiter: " + (data[1] >> 5)); 547 LOG.fine("Marking with " + i + " at " + pos); 555 LOG.fine("Resetting to " + markPos + " (pos is " + pos + ") which makes the buffersize " + diff); 703 LOG.fine(this.toString());
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
seccomp_bpf_tests.c | 591 /* Should work just fine. */ 612 /* Should work just fine. */ 635 /* Should work just fine. */ 654 /* Should work just fine. */ 673 /* Should work just fine. */ 690 /* Should work just fine. */ 706 /* Should work just fine. */ 720 /* Should work just fine. */ 735 /* Should work just fine. */ [all...] |
/external/chromium-trace/catapult/dashboard/docs/ |
admin-tasks.md | 48 It?s fine to add a new sheriff rotation any time a team wants alerts 49 to go to a new email address. It?s fine to make a temporary sheriff 59 Most sheriff rotations don?t have a URL, and if not it?s fine to leave
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilder.java | 183 logger.fine(" Testing: " + name); 184 logger.fine("Features: " + formatFeatureSet(features)); 188 logger.fine("Expanded: " + formatFeatureSet(features));
|
/external/guice/core/src/com/google/inject/internal/ |
BytecodeGen.java | 136 logger.fine("Creating a bridge ClassLoader for " + typeClassLoader); 203 logger.fine("Loading " + type + " FastClass with " + generator.getClassLoader()); 215 logger.fine("Loading " + type + " Enhancer with " + enhancer.getClassLoader());
|
/external/libvorbis/doc/ |
vorbis.html | 85 <li><a href="residuals.html">MDCT-domain fine structure</a></li> 177 <li><a href="residuals.html">MDCT-domain fine structure</a>: Production, 178 quantization and massaging of MDCT-spectrum fine structure</li>
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/ |
py_grabcut.markdown | 21 iteratively to get the best result. Done. But in some cases, the segmentation won't be fine, like, 23 do fine touch-ups. Just give some strokes on the images where some faulty results are there. Strokes 114 give there a fine touchup with 1-pixel (sure foreground). At the same time, Some part of ground has
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
LocationManagerTest.java | 257 // No worries, everything is fine... 272 // No worries, everything is fine... 284 // No worries, everything is fine...
|
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/ |
SLF4JBridgeHandler.java | 51 * FINE -> DEBUG 74 * julLogger.fine("hello world"); // this will get redirected to SLF4J</pre> 106 private static final int DEBUG_LEVEL_THRESHOLD = Level.FINE.intValue();
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_csqrt.c | 81 * The remaining special case (b is NaN) is handled just fine by
|
s_csqrtf.c | 72 * The remaining special case (b is NaN) is handled just fine by
|
s_csqrtl.c | 81 * The remaining special case (b is NaN) is handled just fine by
|
/cts/tests/tests/media/src/android/media/cts/ |
TestMediaDataSource.java | 98 // Note: it's fine to keep using this data source after closing it.
|
Completed in 1147 milliseconds
<<11121314151617181920>>