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

  /cts/tools/signature-tools/src/signature/compare/
Main.java 58 String fromType = args[++at];
142 IApi fromApi = getApi(fromType, nameFrom, fromFiles, packages);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 400 SVGLengthType fromType = from->unitType();
402 || fromType == LengthTypeUnknown
404 || (!from->isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage)
405 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage)
406 || (!from->isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
411 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) {
418 if (fromType == toType || from->isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.cpp 50 const Cursor& Cursor::fromType(Cursor::Type type)
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 275 int fromType = hasFrom ? tvFrom.type : 0;
286 if ((hasFrom && (fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
287 (fromType <= TypedValue.TYPE_LAST_COLOR_INT)) ||
294 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
425 * @param fromType The type of "valueFrom".
430 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
437 if (fromType == TypedValue.TYPE_DIMENSION) {
464 if (fromType == TypedValue.TYPE_DIMENSION) {
466 } else if ((fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
467 (fromType <= TypedValue.TYPE_LAST_COLOR_INT))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 430 // Type Setting: fromType + fromTypeWidth
439 unsigned int fromType;
441 fromType = NVPTX::PTXLdStInstCode::Signed;
443 fromType = NVPTX::PTXLdStInstCode::Float;
445 fromType = NVPTX::PTXLdStInstCode::Unsigned;
479 getI32Imm(vecType), getI32Imm(fromType),
508 getI32Imm(vecType), getI32Imm(fromType),
562 getI32Imm(vecType), getI32Imm(fromType),
614 getI32Imm(vecType), getI32Imm(fromType),
656 // Type Setting: fromType + fromTypeWidt
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 294 milliseconds