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

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug453.go 12 func formula() float32 { func
34 x := formula()
  /prebuilts/go/linux-x86/test/fixedbugs/
bug453.go 12 func formula() float32 { func
34 x := formula()
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
ConstraintFormulaTest.java 26 * From Collections.singleton("hi"), we have the constraint formula ?"hi" ? ??.
27 * Through reduction, this will become the constraint formula: ?String <: ??.
36 ExpressionCompatibleWithType formula = new ExpressionCompatibleWithType(typeSolver, e, inferenceVariable); local
38 ConstraintFormula.ReductionResult res1 = formula.reduce(BoundSet.empty());
63 // * formula ?ArrayList<?> ? List<Thread>?. Through reduction, this will become the constraint formula ?? <= Thread?,
  /packages/apps/ExactCalculator/src/com/android/calculator2/
DragController.java 80 // There is something in the formula field. There may or may not be
86 public void setDisplayFormula(CalculatorFormula formula) {
87 mDisplayFormula = formula;
114 final AlignedTextView formula = vh.getFormula(); local
122 mAnimationController.initializeScales(formula, result);
124 mAnimationController.initializeColorAnimators(formula, result);
126 mAnimationController.initializeFormulaTranslationX(formula);
128 mAnimationController.initializeFormulaTranslationY(formula, result);
140 formula.setScaleX(mAnimationController.getFormulaScale(yFraction));
141 formula.setScaleY(mAnimationController.getFormulaScale(yFraction))
    [all...]
Calculator.java 17 // TODO: Copy & more general paste in formula? Note that this requires
18 // great care: Currently the text version of a displayed formula
19 // is not directly useful for re-evaluating the formula later, since
22 // formula window, we may eventually want to support generation of a
100 INPUT, // Result and formula both visible, no evaluation requested,
109 RESULT, // Result displayed, formula invisible.
110 // If we are in RESULT state, the formula was evaluated without
112 // The current formula is now also the last history entry.
113 ERROR // Error displayed: Formula visible, result shows error message.
376 mFormulaText = (CalculatorFormula) findViewById(R.id.formula);
884 SpannableStringBuilder formula local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 203 milliseconds