/external/guice/core/src/com/google/inject/multibindings/ |
D | MapBinder.java | 101 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/ |
D | EnumBiMap.java | 43 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/ |
D | DexDataWriter.java | 161 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/ |
D | EnumBiMap.java | 47 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/ |
D | DexBackedEncodedValue.java | 50 int valueType = b & 0x1f; in readFrom() local 117 int valueType = b & 0x1f; in skipFrom() local
|
/external/guice/core/src/com/google/inject/internal/ |
D | RealMapBinder.java | 73 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/ |
D | ImmutableMultimapTypeAdapterFactory.java | 50 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/ |
D | MapEntryLite.java | 49 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()
|
D | MapEntry.java | 84 WireFormat.FieldType valueType, V defaultValue) { in MapEntry() 105 WireFormat.FieldType valueType, V defaultValue) { in newDefaultInstance()
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | ThrowingProviderBinder.java | 137 private final Type valueType; field in ThrowingProviderBinder.SecondaryBinder 146 public SecondaryBinder(Class<P> interfaceType, Type valueType) { in SecondaryBinder()
|
D | ProviderChecker.java | 20 Class<P> interfaceType, Optional<? extends Type> valueType) { in checkInterface()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
D | RepackagingTransform.java | 309 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/ |
D | target.py | 38 isHash, keyType, valueType, size): argument 126 isHash, keyType, valueType, size): argument
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | InternalNano.java | 396 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/ |
D | EncodedValue.java | 45 int valueType = valueArgType & 0x1f; in annotateEncodedValue() local
|
/external/guice/core/src/com/google/inject/util/ |
D | Types.java | 123 public static ParameterizedType mapOf(Type keyType, Type valueType) { in mapOf()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/ |
D | MappingNode.java | 70 public void setTypes(Class<? extends Object> keyType, Class<? extends Object> valueType) { in setTypes()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 138 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/ |
D | Representer.java | 212 Class<?> valueType = arguments[1]; in checkGlobalTag() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | OdexedFieldInstructionMapper.java | 249 Integer valueType = opcodeValueTypeMap.get(opcode); in isCompatible() local
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMessageBuilderContext.java | 146 IRubyObject valueType = args[2]; in map() local
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 799 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/ |
D | LocaleValidityChecker.java | 149 ValueType valueType = null; in isValidU() local
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanelExe.cpp | 179 DWORD valueType; in Register() member
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | LocaleValidityChecker.java | 154 ValueType valueType = null; in isValidU() local
|