Home
last modified time | relevance | path

Searched refs:firstType (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DPlainInsn.java111 TypeBearer firstType = sources.get(0).getTypeBearer(); in withSourceLiteral() local
112 if (szSources == 2 && firstType.isConstant()) { in withSourceLiteral()
113 Constant cst = (Constant) firstType; in withSourceLiteral()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTypeAnimator.h120 …const typename AnimValType1::ContentType& firstType = castAnimatedPropertyToActualType<AnimValType… in constructFromBaseValues() local
123 …air<typename AnimValType1::ContentType, typename AnimValType2::ContentType>(firstType, secondType); in constructFromBaseValues()
/external/doclava/src/com/google/doclava/
DInfoBuilder.java705 boolean firstType = true; in buildFields()
709 if (firstType) { in buildFields()
710 firstType = false; in buildFields()
/external/clang/include/clang/AST/
DDecl.h2320 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()