OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BucketList
(Results
1 - 11
of
11
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
alphaindex.h
73
class
BucketList
;
221
friend class
BucketList
;
283
ImmutableIndex(
BucketList
*
bucketList
, Collator *collatorPrimaryOnly)
284
: buckets_(
bucketList
), collatorPrimaryOnly_(collatorPrimaryOnly) {}
286
BucketList
*buckets_;
685
BucketList
*createBucketList(UErrorCode &errorCode) const;
739
BucketList
*buckets_;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h
240
typedef std::vector<HashList>
BucketList
;
241
BucketList
Buckets;
/external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java
153
private
BucketList
<V> buckets;
169
private final
BucketList
<V> buckets;
172
private ImmutableIndex(
BucketList
<V>
bucketList
, Collator collatorPrimaryOnly) {
173
this.buckets =
bucketList
;
598
BucketList
<V> immutableBucketList;
659
buckets = null; // invalidate old
bucketlist
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java
153
private
BucketList
<V> buckets;
170
private final
BucketList
<V> buckets;
173
private ImmutableIndex(
BucketList
<V>
bucketList
, Collator collatorPrimaryOnly) {
174
this.buckets =
bucketList
;
618
BucketList
<V> immutableBucketList;
682
buckets = null; // invalidate old
bucketlist
[
all
...]
/external/icu/icu4c/source/i18n/
alphaindex.cpp
121
// The
BucketList
is not in the anonymous namespace because only Clang
124
class
BucketList
: public UObject {
126
BucketList
(UVector *
bucketList
, UVector *publicBucketList)
127
: bucketList_(
bucketList
), immutableVisibleList_(publicBucketList) {
136
virtual ~
BucketList
();
171
BucketList
::~
BucketList
() {
255
// In C++, the ImmutableIndex must own its copy of the
BucketList
,
260
LocalPointer<
BucketList
> immutableBucketList(createBucketList(errorCode))
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
BackgroundScanScheduler.java
249
private class
BucketList
{
260
BucketList
() {
363
private final
BucketList
mBuckets = new
BucketList
();
386
List<Bucket>
bucketList
= optimizeBuckets();
389
fixBuckets(
bucketList
, getMaxBuckets(), getMaxChannelsPerBucket());
437
private void createSchedule(List<Bucket>
bucketList
, int maxChannelsPerBucket) {
439
schedule.num_buckets =
bucketList
.size();
440
schedule.buckets = new WifiNative.BucketSettings[
bucketList
.size()];
448
for (Bucket bucket :
bucketList
) {
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 789 milliseconds