/frameworks/base/tests/CoreTests/android/core/ |
MiscRegressionTest.java | 33 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/log/ |
Logger.java | 37 delegate.fine(message); 42 return delegate.isLoggable(Level.FINE);
|
/external/chromium_org/native_client_sdk/src/getting_started/part2/ |
example.js | 9 // in the plugin, so it is fine to hide it.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
PerCollectionSizeTestSuiteBuilder.java | 70 logger.fine(" Testing: " + name); 82 logger.fine(" Sizes: " + formatFeatureSet(sizesToTest));
|
FeatureSpecificTestSuiteBuilder.java | 181 logger.fine(" Testing: " + name); 182 logger.fine("Features: " + formatFeatureSet(features)); 186 logger.fine("Expanded: " + formatFeatureSet(features));
|
/frameworks/base/services/java/com/android/server/location/ |
LocationFudger.java | 38 * the coarse location permission from receiving a fine location. 202 private Location createCoarseLocked(Location fine) { 203 Location coarse = new Location(fine); 262 if (D) Log.d(TAG, "fudged " + fine + " to " + coarse);
|
/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/chromium_org/chrome/common/extensions/docs/server2/ |
PRESUBMIT.py | 63 Yes? Ok fine. Ignore this warning.
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_resize_buffers.spec | 37 its internal data structors accordingly. This normally works fine
|
/external/chromium_org/v8/test/webkit/ |
dfg-to-string-toString-becomes-bad.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered."
|
dfg-to-string-toString-in-string.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is fine but we define our own on the String object itself."
|
dfg-to-string-valueOf-in-string.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is fine but we define our own on the String object itself."
|
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js | 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered, and was a dictionary all along."
|
/external/mesa3d/docs/ |
MESA_resize_buffers.spec | 37 its internal data structors accordingly. This normally works fine
|
/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);
|
/external/chromium_org/content/test/data/media/ |
webrtc_test_audio.js | 39 // seems to work fine on a nexus 7.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-closures-with-eval.js | 30 // Verifies that closures in presence of eval work fine.
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces-custom-lazy.js | 38 // function right before calling error.stack should be fine.
|
strict-mode-eval.js | 35 // Verify the code compiles just fine in non-strict mode
|
/external/v8/test/mjsunit/compiler/ |
regress-closures-with-eval.js | 30 // Verifies that closures in presence of eval work fine.
|
/external/v8/test/mjsunit/ |
strict-mode-eval.js | 35 // Verify the code compiles just fine in non-strict mode
|
/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/chromium_org/v8/test/mjsunit/regress/ |
regress-52801.js | 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine
|
/external/v8/test/mjsunit/regress/ |
regress-52801.js | 28 // Whenever we enter a with-scope, we copy the context. This in itself is fine
|