OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BucketList
(Results
1 - 19
of
19
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
alphaindex.h
75
class
BucketList
;
223
friend class
BucketList
;
285
ImmutableIndex(
BucketList
*
bucketList
, Collator *collatorPrimaryOnly)
286
: buckets_(
bucketList
), collatorPrimaryOnly_(collatorPrimaryOnly) {}
288
BucketList
*buckets_;
687
BucketList
*createBucketList(UErrorCode &errorCode) const;
741
BucketList
*buckets_;
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
BucketList
Buckets;
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
BucketList
Buckets;
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
BucketList
Buckets;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
BucketList
Buckets;
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
BucketList
Buckets;
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
BucketList
Buckets;
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
BucketList
Buckets;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h
39
typedef std::vector<std::pair<uint32_t, uint32_t>>
BucketList
;
66
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
156
private
BucketList
<V> buckets;
172
private final
BucketList
<V> buckets;
175
private ImmutableIndex(
BucketList
<V>
bucketList
, Collator collatorPrimaryOnly) {
176
this.buckets =
bucketList
;
602
BucketList
<V> immutableBucketList;
663
buckets = null; // invalidate old
bucketlist
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java
156
private
BucketList
<V> buckets;
173
private final
BucketList
<V> buckets;
176
private ImmutableIndex(
BucketList
<V>
bucketList
, Collator collatorPrimaryOnly) {
177
this.buckets =
bucketList
;
622
BucketList
<V> immutableBucketList;
686
buckets = null; // invalidate old
bucketlist
[
all
...]
/external/icu/icu4c/source/i18n/
alphaindex.cpp
123
// The
BucketList
is not in the anonymous namespace because only Clang
126
class
BucketList
: public UObject {
128
BucketList
(UVector *
bucketList
, UVector *publicBucketList)
129
: bucketList_(
bucketList
), immutableVisibleList_(publicBucketList) {
138
virtual ~
BucketList
();
173
BucketList
::~
BucketList
() {
257
// In C++, the ImmutableIndex must own its copy of the
BucketList
,
262
LocalPointer<
BucketList
> immutableBucketList(createBucketList(errorCode))
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
BackgroundScanScheduler.java
248
private class
BucketList
{
259
BucketList
() {
362
private final
BucketList
mBuckets = new
BucketList
();
385
List<Bucket>
bucketList
= optimizeBuckets();
388
fixBuckets(
bucketList
, getMaxBuckets(), getMaxChannelsPerBucket());
436
private void createSchedule(List<Bucket>
bucketList
, int maxChannelsPerBucket) {
438
schedule.num_buckets =
bucketList
.size();
439
schedule.buckets = new WifiNative.BucketSettings[
bucketList
.size()];
446
for (Bucket bucket :
bucketList
) {
[
all
...]
/frameworks/base/config/
compiled-classes-phone
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 314 milliseconds