Home
last modified time | relevance | path

Searched refs:words (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DBitSet.java92 private long[] words; field in BitSet
119 assert(wordsInUse == 0 || words[wordsInUse - 1] != 0); in checkInvariants()
120 assert(wordsInUse >= 0 && wordsInUse <= words.length); in checkInvariants()
121 assert(wordsInUse == words.length || words[wordsInUse] == 0); in checkInvariants()
133 if (words[i] != 0) in recalculateWordsInUse()
166 words = new long[wordIndex(nbits-1) + 1]; in initWords()
173 private BitSet(long[] words) { in BitSet() argument
174 this.words = words; in BitSet()
175 this.wordsInUse = words.length; in BitSet()
222 long[] words = new long[n]; in valueOf() local
[all …]
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_zh_CN.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_zh_TW.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_fr.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_it.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_de.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_es.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_ja.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_ko.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_pt_BR.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_sv.properties29 # The following ALL CAPS words should be translated.
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
/libcore/
DLICENSE331 the words "Oracle designates this particular file as subject to the "Classpath"
/libcore/ojluni/
DNOTICE617 the words "Oracle designates this particular file as subject to the "Classpath"