OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Calculator
(Results
1 - 14
of
14
) sorted by null
/packages/apps/Calculator/tests/
Android.mk
14
LOCAL_INSTRUMENTATION_FOR :=
Calculator
/build/target/product/
large_emu_hw.mk
28
Calculator
\
generic_no_telephony.mk
27
Calculator
\
sdk.mk
21
Calculator
\
/packages/apps/Calculator/
Android.mk
28
LOCAL_PACKAGE_NAME :=
Calculator
/packages/apps/Calculator/src/com/android/calculator2/
Persist.java
32
private static final String FILE_NAME = "
calculator
.data";
63
Calculator
.log("" + e);
65
Calculator
.log("" + e);
78
Calculator
.log("" + e);
ColorButton.java
46
Calculator
calc = (
Calculator
) context;
56
private void init(
Calculator
calc) {
EventListener.java
59
if (mPager != null && mPager.getCurrentItem() ==
Calculator
.ADVANCED_PANEL) {
60
mPager.setCurrentItem(
Calculator
.BASIC_PANEL);
91
//
Calculator
.log("KEY " + keyCode + "; " + action);
Calculator.java
39
public class
Calculator
extends Activity implements PanelSwitcher.Listener, Logic.Listener,
54
private static final String LOG_TAG = "
Calculator
";
/packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java
35
import com.android.calculator2.
Calculator
;
44
public class CalculatorHitSomeButtons extends ActivityInstrumentationTestCase <
Calculator
>{
47
Calculator
mActivity = null;
51
super("com.android.calculator2",
Calculator
.class);
/external/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/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/bison/tests/
testsuite
381
70;calc.at:550;
Calculator
;;
382
71;calc.at:552;
Calculator
%defines;;
383
72;calc.at:553;
Calculator
%locations;;
384
73;calc.at:554;
Calculator
%name-prefix="calc";;
385
74;calc.at:555;
Calculator
%verbose;;
386
75;calc.at:556;
Calculator
%yacc;;
387
76;calc.at:557;
Calculator
%error-verbose;;
388
77;calc.at:559;
Calculator
%pure-parser %locations;;
389
78;calc.at:560;
Calculator
%error-verbose %locations;;
390
79;calc.at:562;
Calculator
%error-verbose %locations %defines %name-prefix="calc" %verbose %yacc;
[
all
...]
Completed in 1242 milliseconds