HomeSort by relevance Sort by last modified time
    Searched defs:fromType (Results 1 - 9 of 9) 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 394 SVGLengthType fromType = from->unitType();
396 || fromType == LengthTypeUnknown
398 || (!from->isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage)
399 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage)
400 || (!from->isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
405 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) {
412 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)
  /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...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 322 int fromType = hasFrom ? tvFrom.type : 0;
333 if ((hasFrom && (fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
334 (fromType <= TypedValue.TYPE_LAST_COLOR_INT)) ||
341 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
472 * @param fromType The type of "valueFrom".
477 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
484 if (fromType == TypedValue.TYPE_DIMENSION) {
511 if (fromType == TypedValue.TYPE_DIMENSION) {
513 } else if ((fromType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
514 (fromType <= TypedValue.TYPE_LAST_COLOR_INT))
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 1173 milliseconds