Home
last modified time | relevance | path

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

12

/external/guice/core/src/com/google/inject/multibindings/
DMapBinder.java101 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in newMapBinder()
111 Binder binder, Class<K> keyType, Class<V> valueType) { in newMapBinder()
120 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Annotation annotation) { in newMapBinder()
130 Binder binder, Class<K> keyType, Class<V> valueType, Annotation annotation) { in newMapBinder()
141 TypeLiteral<V> valueType, in newMapBinder()
154 Class<V> valueType, in newMapBinder()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEnumBiMap.java43 private transient Class<V> valueType; field in EnumBiMap
53 create(Class<K> keyType, Class<V> valueType) { in create()
74 private EnumBiMap(Class<K> keyType, Class<V> valueType) { in EnumBiMap()
106 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/guava/guava/src/com/google/common/collect/
DEnumBiMap.java47 private transient Class<V> valueType; field in EnumBiMap
57 create(Class<K> keyType, Class<V> valueType) { in create()
78 private EnumBiMap(Class<K> keyType, Class<V> valueType) { in EnumBiMap()
110 public Class<V> valueType() { in valueType() method in EnumBiMap
/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/guice/core/src/com/google/inject/internal/
DRealMapBinder.java73 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in newMapRealBinder()
88 Binder binder, TypeLiteral<K> keyType, TypeLiteral<V> valueType, Annotation annotation) { in newRealMapBinder()
106 TypeLiteral<V> valueType, in newRealMapBinder()
119 static <K, V> TypeLiteral<Map<K, V>> mapOf(TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOf()
126 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfProviderOf()
134 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfJavaxProviderOf()
144 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfSetOfProviderOf()
152 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfSetOfJavaxProviderOf()
161 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfCollectionOfProviderOf()
171 TypeLiteral<K> keyType, TypeLiteral<V> valueType) { in mapOfCollectionOfJavaxProviderOf()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/json/
DImmutableMultimapTypeAdapterFactory.java50 TypeToken<V> valueType = (TypeToken<V>) TypeToken.of(rawType.getActualTypeArguments()[1]); in getMapOfListsToken() local
62 TypeToken<V> valueType = (TypeToken<V>) TypeToken.of(rawType.getActualTypeArguments()[1]); in getMapOfSetsToken() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapEntryLite.java49 public final WireFormat.FieldType valueType; field in MapEntryLite.Metadata
54 WireFormat.FieldType valueType) { in Metadata()
80 WireFormat.FieldType valueType, V defaultValue) { in MapEntryLite()
111 WireFormat.FieldType valueType, V defaultValue) { in newDefaultInstance()
DMapEntry.java84 WireFormat.FieldType valueType, V defaultValue) { in MapEntry()
105 WireFormat.FieldType valueType, V defaultValue) { in newDefaultInstance()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java137 private final Type valueType; field in ThrowingProviderBinder.SecondaryBinder
146 public SecondaryBinder(Class<P> interfaceType, Type valueType) { in SecondaryBinder()
DProviderChecker.java20 Class<P> interfaceType, Optional<? extends Type> valueType) { in checkInterface()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DRepackagingTransform.java309 public Class<? extends PackageTransformation> valueType() { in valueType() method in RepackagingTransform.PackageTransformationConverter
327 public Class<? extends Path> valueType() { in valueType() method in RepackagingTransform.PathConverter
/external/bcc/src/cc/frontends/p4/compiler/
Dtarget.py38 isHash, keyType, valueType, size): argument
126 isHash, keyType, valueType, size): argument
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java396 int valueType, in mergeMapEntry()
442 Map<K, V> map, int number, int keyType, int valueType) in serializeMapField()
462 Map<K, V> map, int number, int keyType, int valueType) { in computeMapFieldSize()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DEncodedValue.java45 int valueType = valueArgType & 0x1f; in annotateEncodedValue() local
/external/guice/core/src/com/google/inject/util/
DTypes.java123 public static ParameterizedType mapOf(Type keyType, Type valueType) { in mapOf()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DMappingNode.java70 public void setTypes(Class<? extends Object> keyType, Class<? extends Object> valueType) { in setTypes()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp138 DataType getTransportType (DataType valueType) in getTransportType()
146 int getNumTransportLocations (DataType valueType) in getNumTransportLocations()
172 const DataType valueType = val.type.getBasicType(); in genVertexShader() local
260 const DataType valueType = val.type.getBasicType(); in genFragmentShader() local
311 const DataType valueType = val.type.getBasicType(); in specializeVertexShader() local
335 const DataType valueType = val.type.getBasicType(); in specializeVertexShader() local
389 const DataType valueType = val.type.getBasicType(); in specializeFragmentShader() local
447 const DataType valueType = val.type.getBasicType(); in generateVertexSpecialization() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DRepresenter.java212 Class<?> valueType = arguments[1]; in checkGlobalTag() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DOdexedFieldInstructionMapper.java249 Integer valueType = opcodeValueTypeMap.get(opcode); in isCompatible() local
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessageBuilderContext.java146 IRubyObject valueType = args[2]; in map() local
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java799 TypeId<T> valueType = TypeId.get(source); in notMethod() local
841 TypeId<T> valueType = TypeId.get(source); in negateMethod() local
1084 TypeId<V> valueType = TypeId.get(valueClass); in instanceSwapMethod() local
1168 TypeId<V> valueType = TypeId.get(valueClass); in staticSwapMethod() local
1687 TypeId<T> valueType, int nanValue) throws Exception { in floatingPointCompareMethod()
1757 private <T> Method arrayLengthMethod(TypeId<T> valueType) throws Exception { in arrayLengthMethod()
1800 private <T> Method newArrayMethod(TypeId<T> valueType) throws Exception { in newArrayMethod()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleValidityChecker.java149 ValueType valueType = null; in isValidU() local
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp179 DWORD valueType; in Register() member
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleValidityChecker.java154 ValueType valueType = null; in isValidU() local

12