HomeSort by relevance Sort by last modified time
    Searched full:entryvalue (Results 1 - 25 of 27) sorted by null

1 2

  /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...]
BstRangeOps.java 60 accum += aggregate.entryValue(root);
TreeMultiset.java 415 public int entryValue(Node<Object> entry) {
433 public int entryValue(Node<Object> entry) {
  /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/ARM/
ARMRelocator.h 54 /** \enum EntryValue
59 enum EntryValue {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 70 /** \enum EntryValue
75 enum EntryValue {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 61 /** \enum EntryValue
66 enum EntryValue {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 57 /** \enum EntryValue
62 enum EntryValue {
  /system/core/include/utils/
LruCache.h 28 template<typename EntryKey, typename EntryValue>
32 virtual void operator()(EntryKey& key, EntryValue& value) = 0;
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstTesting.java 104 public int entryValue(SimpleNode entry) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 94 Relocation::DWord entryValue);
MipsRelocator.cpp 614 Relocation::DWord entryValue)
623 Fragment* got_entry = got.lookupLocalEntry(rsym, entryValue);
635 got.setEntryValue(got_entry, entryValue);
637 got.recordLocalEntry(rsym, entryValue, got_entry);
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
Camera3Device.h 342 int32_t entryValue;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 411 public int entryValue(Node<Object> entry) {
429 public int entryValue(Node<Object> 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/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 653 Object entryValue = entry.getValue(); // convert to hard reference
654 if ((entryKey == null) || (entryValue == null)) {
659 return parent.isEqualKey(entryKey, getKey()) && parent.isEqualValue(entryValue, getValue());
    [all...]
AbstractHashedMap.java 704 protected V entryValue(HashEntry<K, V> entry) {
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 740 String entryValue = (String) entry.getValue();
744 printStream.print(substitutePredefinedEntries(entryValue));
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /prebuilts/sdk/tools/lib/
lint.jar 

Completed in 936 milliseconds

1 2