Searched refs:fine (Results 1 - 25 of 30) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/log/
H A DLogger.java37 delegate.fine(message);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DPerCollectionSizeTestSuiteBuilder.java70 logger.fine(" Testing: " + name);
82 logger.fine(" Sizes: " + formatFeatureSet(sizesToTest));
H A DFeatureSpecificTestSuiteBuilder.java181 logger.fine(" Testing: " + name);
182 logger.fine("Features: " + formatFeatureSet(features));
186 logger.fine("Expanded: " + formatFeatureSet(features));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java251 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/mesa3d/docs/
H A DMESA_resize_buffers.spec37 its internal data structors accordingly. This normally works fine
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DDNSStateTask.java123 logger1.fine(this.getName() + ".run() JmDNS " + this.getTaskDescription() + " " + info.getQualifiedName());
/external/libvpx/examples/includes/geshi/geshi/
H A Dactionscript3.php342 //I know this is not a proper work-around, but should do just fine.
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java172 LOG.fine("Even mapping just 10MB of the source file into the memory failed. " + e1);
/external/opencv/cv/src/
H A Dcvsmooth.cpp538 * "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[
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSStatefulObject.java385 logger.fine("Wait for announced cancelled: " + this);
H A DJmDNSImpl.java458 logger.fine("openMulticastSocket() Set network interface exception: " + e.getMessage());
1019 logger.fine("registerService() JmDNS registered service as " + info);
1037 logger.fine("unregisterService() JmDNS unregistered service as " + info);
1092 logger.fine(this.getName() + ".registering service type: " + type + " as: " + name + (subtype.length() > 0 ? " subtype: " + subtype : ""));
1333 logger.fine(this.getName() + " handle response: " + newRecord);
1341 logger.fine(this.getName() + " handle response cached record: " + cachedRecord);
1446 logger.fine(this.getName() + ".handle query: " + in);
H A DDNSIncoming.java403 logger.fine("Unhandled Owner OPT version: " + ownerVersion + " sequence: " + ownerSequence + " MAC address: " + this._hexString(ownerPrimaryMacAddress)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatPackageWriterImpl.java174 LOG.fine("Removed track " + track);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DDefaultMp4Builder.java87 LOG.fine("Creating movie " + movie);
339 LOG.fine("Calculating chunk offsets for track_" + track.getTrackMetaData().getTrackId());
H A DSyncSampleIntersectFinderImpl.java217 LOG.fine("There are less than 50% of common sync samples in the given track. This is implausible but I'm ok to continue.");
H A DFragmentedMp4Builder.java157 LOG.fine("Creating movie " + movie);
708 LOG.fine("Creating Track " + track);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintHelper.java78 LOGGER.fine("Loading constraints.");
/external/linux-tools-perf/config/
H A Dutilities.mak111 # which can handle it just fine).
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureHelper.java471 LOGGER.fine(e.getLocalizedMessage());
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php817 Brad Choate is a fine hacker indeed. (<http://bradchoate.com/>)
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLoggerTest.java1342 * Test fine(String) with normal values.
1346 this.sharedLogger.fine("fine msg");
1351 assertEquals(r.getMessage(), "fine msg");
1361 this.sharedLogger.fine("fine again");
1366 * Test fine(String) with null values.
1375 child.fine(null);
1389 this.sharedLogger.fine(null);
/external/libvorbis/doc/
H A D01-introduction.tex231 The spectral residue is the fine structure of the audio spectrum
427 the resulting residue vectors represent the fine spectral detail
H A D08-residue.tex8 A residue vector represents the fine detail of the audio spectrum of
/external/mksh/src/
H A DBuild.sh1782 $e Please also read the sample file dot.mkshrc and the fine manual.
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java1157 logger.fine("shader link success");
1238 logger.fine("shader validate success");

Completed in 703 milliseconds

12