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

  /cts/tools/signature-tools/src/signature/compare/
Main.java 94 String toType = args[++at];
143 IApi toApi = getApi(toType, nameTo, toFiles, packages);
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
TypeTextActionIntegrationTest.java 90 String toType = "honeybadger doesn't care";
92 .perform(scrollTo(), typeText(toType), pressImeActionButton());
95 .check(matches(withText(containsString(toType))));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 399 SVGLengthType toType = unitType();
403 || toType == 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) {
424 length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress));
437 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
442 length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress))
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 278 int toType = hasTo ? tvTo.type : 0;
288 (hasTo && (toType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
289 (toType <= TypedValue.TYPE_LAST_COLOR_INT))) {
294 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
427 * @param toType The type of "valueTo".
430 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
443 if (toType == TypedValue.TYPE_DIMENSION) {
453 if (toType == TypedValue.TYPE_DIMENSION) {
473 if (toType == TypedValue.TYPE_DIMENSION) {
475 } else if ((toType >= TypedValue.TYPE_FIRST_COLOR_INT) &
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 89 return "Symbol[" + name + "," + toBind() + "," + toType() + "]";
104 private String toType() {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
sisu-guice-3.1.3-no_aop.jar 
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 653 milliseconds