OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXIMUM_MIN_INDEX
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
ExpressionDB.java
177
// Never allocate new negative indicees (row ids) >=
MAXIMUM_MIN_INDEX
.
178
public static final long
MAXIMUM_MIN_INDEX
= -10;
199
// Expressions with index [
MAXIMUM_MIN_INDEX
.. 0] are not stored.
200
private static final long GAP = -
MAXIMUM_MIN_INDEX
+ 1;
262
mMinIndex =
MAXIMUM_MIN_INDEX
;
264
mMinIndex = Math.min(minResult.getLong(0),
MAXIMUM_MIN_INDEX
);
279
if (mMaxIndex != 0L || mMinIndex !=
MAXIMUM_MIN_INDEX
) {
373
mMinIndex =
MAXIMUM_MIN_INDEX
;
477
* In that case it will be smaller than any existing index and smaller than
MAXIMUM_MIN_INDEX
.
Evaluator.java
[
all
...]
Completed in 67 milliseconds