OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:longCount
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/util/
BitSet.java
55
private transient int
longCount
;
58
* Updates '
longCount
' by inspecting 'bits'. Assumes that the new
longCount
is <= the current
59
*
longCount
, to avoid scanning large tracts of empty array. This means it's safe to call
62
* made a new highest set bit. In that case, you'd need to set '
longCount
' to a conservative
66
int i =
longCount
- 1;
70
this.
longCount
= i + 1;
91
this.
longCount
= 0;
96
this.
longCount
= bits.length;
123
if (this.
longCount
!= lhs.longCount)
[
all
...]
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
Completed in 71 milliseconds