Searched refs:valueType (Results 1 - 25 of 48) sorted by last modified time

12

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java656 * @param valueType
662 protected XMPProperty getProperty(String schemaNS, String propName, int valueType) argument
673 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
679 final Object value = evaluateNodeValue(valueType, propNode);
722 * @param valueType
725 * <code>valueType</code>.
729 protected Object getPropertyObject(String schemaNS, String propName, int valueType) argument
740 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
746 return evaluateNodeValue(valueType, propNode);
1378 * @param valueType
1385 evaluateNodeValue(int valueType, final XMPNode propNode) argument
[all...]
/external/svox/pico/lib/
H A Dpicotok.c642 static void tok_checkLimits (picodata_ProcessingUnit this, picoos_uint32 * value, picoos_uint32 min, picoos_uint32 max, picoos_uchar valueType[]) argument
645 picoos_emRaiseWarning(this->common->em, PICO_ERR_MARKUP_VALUE_OUT_OF_RANGE, (picoos_char*)"", (picoos_char*)"attempt to set illegal value %i for %s", *value, valueType);
658 static void tok_checkRealLimits (picodata_ProcessingUnit this, picoos_single * value, picoos_single min, picoos_single max, picoos_uchar valueType[])
661 picoos_emRaiseWarning(this->common->em, PICO_ERR_MARKUP_VALUE_OUT_OF_RANGE, (picoos_char*)"", (picoos_char*)"attempt to set illegal value %f for %s", *value, valueType);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractReferenceMap.java108 protected int valueType; field in class:AbstractReferenceMap
135 * @param valueType the type of reference to use for values;
142 protected AbstractReferenceMap(int keyType, int valueType, int capacity, float loadFactor, boolean purgeValues) { argument
145 verify("valueType", valueType);
147 this.valueType = valueType;
590 if (parent.valueType != HARD) {
591 refValue = toReference(parent.valueType, value, hashCode); // the key hashCode is passed in deliberately
614 return (parent.valueType > HAR
[all...]
H A DReferenceMap.java88 * @param valueType the type of reference to use for values;
91 public ReferenceMap(int keyType, int valueType) { argument
92 super(keyType, valueType, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, false);
101 * @param valueType the type of reference to use for values;
106 public ReferenceMap(int keyType, int valueType, boolean purgeValues) { argument
107 super(keyType, valueType, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, purgeValues);
117 * @param valueType the type of reference to use for values;
122 public ReferenceMap(int keyType, int valueType, int capacity, float loadFactor) { argument
123 super(keyType, valueType, capacity, loadFactor, false);
133 * @param valueType th
140 ReferenceMap(int keyType, int valueType, int capacity, float loadFactor, boolean purgeValues) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DEncodedValue.java45 int valueType = valueArgType & 0x1f;
47 switch (valueType) {
49 out.annotate(1, "valueArg = %d, valueType = 0x%x: byte", valueArg, valueType);
54 out.annotate(1, "valueArg = %d, valueType = 0x%x: short", valueArg, valueType);
59 out.annotate(1, "valueArg = %d, valueType = 0x%x: char", valueArg, valueType);
64 out.annotate(1, "valueArg = %d, valueType = 0x%x: int", valueArg, valueType);
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
H A DDexBackedEncodedValue.java50 int valueType = b & 0x1f;
53 switch (valueType) {
105 throw new ExceptionWithContext("Invalid encoded_value type: 0x%x", valueType);
117 int valueType = b & 0x1f;
119 switch (valueType) {
147 throw new ExceptionWithContext("Invalid encoded_value type: 0x%x", valueType);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexDataWriter.java161 public void writeEncodedValueHeader(int valueType, int valueArg) throws IOException { argument
162 write(valueType | (valueArg << 5));
165 public void writeEncodedInt(int valueType, int value) throws IOException { argument
179 writeEncodedValueHeader(valueType, index-1);
183 public void writeEncodedLong(int valueType, long value) throws IOException { argument
197 writeEncodedValueHeader(valueType, index-1);
201 public void writeEncodedUint(int valueType, int value) throws IOException { argument
207 writeEncodedValueHeader(valueType, index-1);
211 public void writeEncodedFloat(int valueType, float value) throws IOException { argument
212 writeRightZeroExtendedInt(valueType, Floa
215 writeRightZeroExtendedInt(int valueType, int value) argument
228 writeEncodedDouble(int valueType, double value) argument
232 writeRightZeroExtendedLong(int valueType, long value) argument
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java376 int valueType,
379 switch (valueType)
375 argumentAsString(ProgramClass programClass, int valueType, int argument) argument
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/lldb/include/lldb/Core/
H A DValueObject.h869 GetDynamicValue (lldb::DynamicValueType valueType);
H A DValueObjectConstResult.h125 GetDynamicValue (lldb::DynamicValueType valueType);
H A DValueObjectSyntheticFilter.h64 GetDynamicValue (lldb::DynamicValueType valueType);
/external/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp114 ValueObjectSynthetic::GetDynamicValue (lldb::DynamicValueType valueType) argument
118 if (IsDynamic() && GetDynamicValueType() == valueType)
120 return m_parent->GetDynamicValue(valueType);
/external/guava/guava/src/com/google/common/collect/
H A DEnumBiMap.java42 private transient Class<V> valueType; field in class:EnumBiMap
49 * @param valueType the value type
52 create(Class<K> keyType, Class<V> valueType) { argument
53 return new EnumBiMap<K, V>(keyType, valueType);
73 private EnumBiMap(Class<K> keyType, Class<V> valueType) { argument
75 WellBehavedMap.wrap(new EnumMap<V, K>(valueType)));
77 this.valueType = valueType;
93 return ((EnumBiMap<?, V>) map).valueType;
105 public Class<V> valueType() { method in class:EnumBiMap
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumBiMap.java38 private transient Class<V> valueType; field in class:EnumBiMap
45 * @param valueType the value type
48 create(Class<K> keyType, Class<V> valueType) { argument
49 return new EnumBiMap<K, V>(keyType, valueType);
69 private EnumBiMap(Class<K> keyType, Class<V> valueType) { argument
71 WellBehavedMap.wrap(new EnumMap<V, K>(valueType)));
73 this.valueType = valueType;
89 return ((EnumBiMap<?, V>) map).valueType;
101 public Class<V> valueType() { method in class:EnumBiMap
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DEnumBiMapTest.java112 assertEquals(Country.class, bimap.valueType());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1390 milliseconds

12