HomeSort by relevance Sort by last modified time
    Searched defs:entryValue (Results 1 - 9 of 9) sorted by null

  /external/guava/guava/src/com/google/common/collect/
BstAggregate.java 32 * The total value on an entire subtree. Must be equal to the sum of the {@link #entryValue
33 * entryValue} of this node and all its descendants.
40 int entryValue(N entry);
MapMakerInternalMap.java     [all...]
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 492 Object entryValue = ref.get (); // convert the soft reference to a local strong one
495 if (entryValue != null)
512 entryValue = null;
  /external/opencv/cvaux/src/
cvtexture.cpp 446 double entryValue = matrix[ sideLoop1 ][ sideLoop2 ];
452 marginalProbability[ sideLoop1 ] += entryValue;
453 correlationMean += actualSideLoop1*entryValue;
455 maximumProbability = MAX( maximumProbability, entryValue );
459 descriptors[ CV_GLCMDESC_CONTRAST ] += sideLoopDifferenceSquared * entryValue;
462 descriptors[ CV_GLCMDESC_HOMOGENITY ] += entryValue / ( 1.0 + sideLoopDifferenceSquared );
464 if( entryValue > 0 )
466 descriptors[ CV_GLCMDESC_ENTROPY ] += entryValue * log( entryValue );
469 descriptors[ CV_GLCMDESC_ENERGY ] += entryValue*entryValue
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 738 String entryValue = (String) entry.getValue();
742 printStream.print(substitutePredefinedEntries(entryValue));
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/emma/lib/
emma.jar 

Completed in 64 milliseconds