HomeSort by relevance Sort by last modified time
    Searched refs:Calculator (Results 1 - 14 of 14) sorted by null

  /packages/apps/Calculator/
Android.mk 28 LOCAL_PACKAGE_NAME := Calculator
  /build/target/product/
core.mk 26 Calculator \
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorExpressionEvaluator.java 58 callback.onEvaluate(expr, null, Calculator.INVALID_RES_ID);
75 callback.onEvaluate(expr, resultString, Calculator.INVALID_RES_ID);
Calculator.java 48 public class Calculator extends Activity
51 private static final String NAME = Calculator.class.getName();
78 mEvaluator.evaluate(editable, Calculator.this);
  /art/oatdump/
Android.mk 90 .PHONY: dump-oat-Calculator
92 dump-oat-Calculator: $(TARGET_OUT_APPS)/Calculator.odex $(DEFAULT_DEX_PREOPT_BUILT_IMAGE) $(OATDUMP)
93 $(OATDUMP) --oat-file=$< --output=$(ART_DUMP_OAT_PATH)/Calculator.oatdump.txt
94 @echo Output in $(ART_DUMP_OAT_PATH)/Calculator.oatdump.txt
  /external/chromium_org/v8/test/mjsunit/
top-level-assignments.js 82 function Calculator(x, y) {
87 Calculator.prototype.sum = function() { return this.x + this.y; };
88 Calculator.prototype.difference = function() { return this.x - this.y; };
89 Calculator.prototype.product = function() { return this.x * this.y; };
90 Calculator.prototype.quotient = function() { return this.x / this.y; };
92 var calc = new Calculator(20, 10);
  /external/chromium_org/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 31 class MathCalculatorImpl : public InterfaceImpl<math::Calculator> {
69 explicit MathCalculatorUIImpl(math::CalculatorPtr calculator)
70 : calculator_(calculator.Pass()),
115 explicit SelfDestructingMathCalculatorUIImpl(math::CalculatorPtr calculator)
116 : calculator_(calculator.Pass()),
266 a = MakeProxy<math::Calculator>(pipe.handle0.Pass());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
TimelineGrid.js 51 * @param {!WebInspector.TimelineGrid.Calculator} calculator
54 WebInspector.TimelineGrid.calculateDividerOffsets = function(calculator)
59 var clientWidth = calculator.computePosition(calculator.maximumBoundary());
61 var gridSliceTime = calculator.boundarySpan() / dividersCount;
62 var pixelsPerTime = clientWidth / calculator.boundarySpan();
76 var firstDividerTime = Math.ceil((calculator.minimumBoundary() - calculator.zeroTime()) / gridSliceTime) * gridSliceTime + calculator.zeroTime()
    [all...]
FlameChart.js 58 this._calculator = new WebInspector.FlameChart.Calculator();
318 * @implements {WebInspector.TimelineGrid.Calculator}
320 WebInspector.FlameChart.Calculator = function()
325 WebInspector.FlameChart.Calculator.prototype = {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 255 /* Calculator Type */
265 * Checks the result if it is a calculator result.
267 * @return {boolean} Whether or not the element is a calculator result.
276 * Speak a calculator search result.
277 * @param {Element} result Calculator result to be spoken.
  /external/oprofile/events/i386/nehalem/
unit_masks 321 0x01 clear Counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end
322 0x02 bad_target Counts number of Branch Address Calculator clears (BACLEAR) asserted due to conditional branch instructions in which there was a target hit but the direction was wrong
events 72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 735 lexer = Calculator::Lexer.new(source_input)
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 160 0121 HP49g+ Calculator
    [all...]

Completed in 320 milliseconds