OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logic
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditable.java
26
private
Logic
mLogic;
28
private CalculatorEditable(CharSequence source,
Logic
logic
) {
30
mLogic =
logic
;
78
if (text ==
Logic
.MINUS && prevChar ==
Logic
.MINUS) {
83
if (
Logic
.isOperator(text)) {
84
while (
Logic
.isOperator(prevChar) &&
85
(text !=
Logic
.MINUS || prevChar == '+')) {
92
if (start == 0 &&
Logic
.isOperator(text) && text != Logic.MINUS)
[
all
...]
CalculatorDisplay.java
48
private
Logic
mLogic;
82
protected void setLogic(
Logic
logic
) {
83
mLogic =
logic
;
104
Editable.Factory factory = new CalculatorEditable.Factory(
logic
);
/system/bluetooth/data/
blacklist.conf
1
// Do NOT change this file format without updating the parsing
logic
in
auto_pairing.conf
1
// Do NOT change this file format without updating the parsing
logic
in
/external/clearsilver/ports/rpm/
clearsilver.spec
80
separation between presentation code and application
logic
which makes
/build/core/
cleanbuild.mk
103
# build configurations are built in the same tree. The following
logic
158
# installclean
logic
/external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js
123
// the
logic
should match iso's 8601 standard.
/external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js
123
// the
logic
should match iso's 8601 standard.
/external/zlib/
make_vms.com
387
$! All the "brains" of this
logic
was suggested by Hartmut Becker
/external/icu4c/data/
makedata.mak
187
# the following
logic
is much easier if UCM_SOURCE is never empty.
Completed in 1935 milliseconds