HomeSort by relevance Sort by last modified time
    Searched refs:entryValue (Results 1 - 25 of 57) sorted by null

1 2 3

  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LimitedMultiSelectDialogFragment.java 98 final String entryValue = (String) parent.getItemAtPosition(position);
100 if (selectedValues.contains(entryValue)) {
102 selectedValues.remove(entryValue);
103 adapter.removeSelected(entryValue);
106 selectedValues.add(entryValue);
107 adapter.addSelected(entryValue);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 99 Relocation::DWord entryValue);
MipsRelocator.cpp 557 Relocation::DWord entryValue) {
565 Fragment* got_entry = got.lookupLocalEntry(rsym, entryValue);
577 got.setEntryValue(got_entry, entryValue);
579 got.recordLocalEntry(rsym, entryValue, got_entry);
  /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/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 740 String entryValue = (String) entry.getValue();
744 printStream.print(substitutePredefinedEntries(entryValue));
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
Camera3Device.h 386 int32_t entryValue;
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/vogar/lib/
guava.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 

Completed in 761 milliseconds

1 2 3