Searched defs:subType (Results 1 - 25 of 30) sorted by relevance

12

/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
H A DForwardsInvocations.java62 private static boolean compatibleReturnTypes(Class<?> superType, Class<?> subType) { argument
63 return superType.equals(subType) || superType.isAssignableFrom(subType);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNetworkInfo.java31 public static NetworkInfo newInstance(NetworkInfo.DetailedState detailedState, int type, int subType, argument
37 info.setSubType(subType);
110 public void setSubType(int subType) { argument
111 this.connectionSubType = subType;
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyFieldDescriptor.java130 return subType;
238 this.subType = rubyDescriptor;
272 private IRubyObject subType; field in class:RubyFieldDescriptor
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
H A DLambdaDescriptor.java352 // `subType` is derived from `b`. Note that in the latter case we only check if
355 DexItemFactory factory, DexType subType, DexType superType) {
356 if (subType == superType || (subType.isClassType() && superType.isClassType())) {
360 if (subType.isArrayType()) {
364 subType.toArrayElementType(factory), superType.toArrayElementType(factory));
354 isSameOrDerived( DexItemFactory factory, DexType subType, DexType superType) argument
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp392 glu::VarType subType = glu::getVarType(type, vecIter.getPath()); local
395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType()));
401 int scalarSize = glu::getDataTypeScalarSize(subType.getBasicType());
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java1210 * @param subType is the message sybtype (eg. sdp)
1213 public void setMessageContent(String type, String subType, String messageContent) { argument
1216 ContentType ct = new ContentType(type, subType);
1272 * @param subType is the message subType.
1275 public void setMessageContent(String type, String subType, byte[] messageContent) { argument
1276 ContentType ct = new ContentType(type, subType);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DMeasureUnit.java63 protected final String subType; field in class:MeasureUnit
71 protected MeasureUnit(String type, String subType) { argument
73 this.subType = subType;
85 * Get the subType, such as “foot”.
88 return subType;
98 return 31 * type.hashCode() + subType.hashCode();
113 return type.equals(c.type) && subType.equals(c.subType);
121 return type + "-" + subType;
173 internalGetInstance(String type, String subType) argument
220 create(String type, String subType) argument
1082 private String subType; field in class:MeasureUnit.MeasureUnitProxy
1084 MeasureUnitProxy(String type, String subType) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java61 protected final String subType; field in class:MeasureUnit
68 protected MeasureUnit(String type, String subType) { argument
70 this.subType = subType;
84 * Get the subType, such as “foot”.
89 return subType;
101 return 31 * type.hashCode() + subType.hashCode();
118 return type.equals(c.type) && subType.equals(c.subType);
128 return type + "-" + subType;
184 internalGetInstance(String type, String subType) argument
228 create(String type, String subType) argument
1227 private String subType; field in class:MeasureUnit.MeasureUnitProxy
1229 MeasureUnitProxy(String type, String subType) argument
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp183 DIType *subType = Ty; local
187 subType = resolve(cast<DIDerivedType>(Ty)->getBaseType());
189 auto Elements = cast<DICompositeType>(subType)->getElements();
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp97 DIType subType = Ty; local
102 subType = DTy.getTypeDerivedFrom();
105 DICompositeType blockStruct = DICompositeType(subType);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc962 int32_t RTCPSender::SetApplicationSpecificData(uint8_t subType, argument
973 app_sub_type_ = subType;
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc3080 Channel::SendApplicationDefinedRTCPPacket(unsigned char subType, argument
3118 subType,
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 3375 milliseconds

12