Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 20 of 20) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEnumBiMap.java38 private transient Class<V> valueType; field in EnumBiMap
48 create(Class<K> keyType, Class<V> valueType) { in create()
69 private EnumBiMap(Class<K> keyType, Class<V> valueType) { in EnumBiMap()
101 public Class<V> valueType() { in valueType() method in EnumBiMap
/external/smack/src/org/jivesoftware/smack/util/collections/
DReferenceMap.java91 public ReferenceMap(int keyType, int valueType) { in ReferenceMap()
106 public ReferenceMap(int keyType, int valueType, boolean purgeValues) { in ReferenceMap()
122 public ReferenceMap(int keyType, int valueType, int capacity, float loadFactor) { in ReferenceMap()
140 …public ReferenceMap(int keyType, int valueType, int capacity, float loadFactor, boolean purgeValue… in ReferenceMap()
DAbstractReferenceMap.java108 protected int valueType; field in AbstractReferenceMap
142 …protected AbstractReferenceMap(int keyType, int valueType, int capacity, float loadFactor, boolean… in AbstractReferenceMap()
/external/guava/guava/src/com/google/common/collect/
DEnumBiMap.java42 private transient Class<V> valueType; field in EnumBiMap
52 create(Class<K> keyType, Class<V> valueType) { in create()
73 private EnumBiMap(Class<K> keyType, Class<V> valueType) { in EnumBiMap()
105 public Class<V> valueType() { in valueType() method in EnumBiMap
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexDataWriter.java161 public void writeEncodedValueHeader(int valueType, int valueArg) throws IOException { in writeEncodedValueHeader()
165 public void writeEncodedInt(int valueType, int value) throws IOException { in writeEncodedInt()
183 public void writeEncodedLong(int valueType, long value) throws IOException { in writeEncodedLong()
201 public void writeEncodedUint(int valueType, int value) throws IOException { in writeEncodedUint()
211 public void writeEncodedFloat(int valueType, float value) throws IOException { in writeEncodedFloat()
215 protected void writeRightZeroExtendedInt(int valueType, int value) throws IOException { in writeRightZeroExtendedInt()
228 public void writeEncodedDouble(int valueType, double value) throws IOException { in writeEncodedDouble()
232 protected void writeRightZeroExtendedLong(int valueType, long value) throws IOException { in writeRightZeroExtendedLong()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DDexBackedEncodedValue.java50 int valueType = b & 0x1f; in readFrom() local
117 int valueType = b & 0x1f; in skipFrom() local
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js477 axs.constants.ARIA_PROPERTIES = {activedescendant:{type:"property", valueType:"idref"}, atomic:{def… property
478 describedby:{type:"property", valueType:"idref_list"}, disabled:{defaultValue:"false", type:"state"… property
479 "undefined"]}, haspopup:{defaultValue:"false", type:"property", valueType:"boolean"}, hidden:{defau… property
480 multiline:{defaultValue:"false", type:"property", valueType:"boolean"}, multiselectable:{defaultVal… property
481 type:"property", valueType:"boolean"}, relevant:{defaultValue:"additions text", type:"property", va… property
482 "other"]}, valuemax:{type:"property", valueType:"decimal"}, valuemin:{type:"property", valueType:"d… property
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DEncodedValue.java45 int valueType = valueArgType & 0x1f; in annotateEncodedValue() local
/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp114 ValueObjectSynthetic::GetDynamicValue (lldb::DynamicValueType valueType) in GetDynamicValue()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java682 TypeId<T> valueType = TypeId.get(source); in notMethod() local
723 TypeId<T> valueType = TypeId.get(source); in negateMethod() local
961 TypeId<V> valueType = TypeId.get(valueClass); in instanceSwapMethod() local
1044 TypeId<V> valueType = TypeId.get(valueClass); in staticSwapMethod() local
1484 TypeId<T> valueType, int nanValue) throws Exception { in floatingPointCompareMethod()
1552 private <T> Method arrayLengthMethod(TypeId<T> valueType) throws Exception { in arrayLengthMethod()
1594 private <T> Method newArrayMethod(TypeId<T> valueType) throws Exception { in newArrayMethod()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAndroidProtocolHandler.java107 int valueType = getValueType(context, fieldId); in openResource() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h95 …orInheritance(ParseTypeFromStringType parseTypeFromString, AnimatedPropertyValueType valueType, An… in adjustForInheritance()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java376 int valueType, in argumentAsString()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp590 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local
DCGAtomic.cpp931 QualType valueType = atomics.getValueType(); in EmitAtomicLoad() local
DCGExprAgg.cpp607 QualType valueType = E->getType(); in VisitCastExpr() local
/external/svox/pico/lib/
Dpicotok.c642 …ngUnit this, picoos_uint32 * value, picoos_uint32 min, picoos_uint32 max, picoos_uchar valueType[]) in tok_checkLimits()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp243 ValueType valueType; member
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h618 ValueType valueType() const { return ValType; } in valueType() function
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp424 ValueType valueType; member