HomeSort by relevance Sort by last modified time
    Searched defs:srcType (Results 1 - 12 of 12) sorted by null

  /dalvik/vm/native/
java_lang_System.cpp 229 char srcType = srcClass->descriptor[1];
236 bool srcPrim = (srcType != '[' && srcType != 'L');
239 if (srcPrim != dstPrim || srcType != dstType) {
245 srcType, dstArray->contents, dstPos,
248 switch (srcType) {
java_lang_reflect_Field.cpp 573 PrimitiveType srcType = dexGetPrimitiveTypeFromDescriptorChar(descriptor);
583 if (dvmConvertPrimitiveValue(srcType, fieldType->primitiveType,
  /dalvik/vm/reflect/
Reflect.cpp 899 int dvmConvertPrimitiveValue(PrimitiveType srcType,
911 assert((srcType != PRIM_VOID) && (srcType != PRIM_NOT));
918 conv = (srcType == dstType) ? OK4 : bad;
922 switch (srcType) {
930 switch (srcType) {
940 switch (srcType) {
951 switch (srcType) {
963 switch (srcType) {
1000 dexGetPrimitiveTypeDescriptor(srcType),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 144 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
169 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
175 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
183 QualType SrcType,
326 QualType srcType = src->getType();
327 if (!destType->isRecordType() && !srcType->isRecordType())
375 << CT << srcType << destType
452 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
461 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
473 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 945 ATSParser::SourceType srcType = srcTypes[i];
950 mTSParser->getSource(srcType).get());
954 srcType == ATSParser::VIDEO ? "video" : "audio");
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 262 * Determine whether we can convert "srcType" to "checkType", where
267 static bool canConvertTo1nr(RegType srcType, RegType checkType)
294 LOG_VFY("Unexpected checkType %d (srcType=%d)", checkType, srcType);
300 //printf("convTab[%d][%d] = %d\n", srcType, checkType,
301 // convTab[srcType-kRegType1nrSTART][checkType-kRegType1nrSTART]);
302 if (srcType >= kRegType1nrSTART && srcType <= kRegType1nrEND)
303 return (bool) convTab[srcType-kRegType1nrSTART][checkType-kRegType1nrSTART];
311 static bool canConvertTo2(RegType srcType, RegType checkType
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 897 private boolean invalidDim(int srcType, int srcDim, String srcClass,
902 if (srcType == NULL)
907 else if (isCast && srcDim == 0 && srcType == CLASS
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 717 milliseconds