/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_hashtable_size.h | 32 * @brief Collection of hashtable size traces. 48 /** @brief Hashtable size instrumentation trace producer. */ 55 { __id = "hashtable-size"; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_hashtable_size.h | 32 * @brief Collection of hashtable size traces. 48 /** @brief Hashtable size instrumentation trace producer. */ 55 { __id = "hashtable-size"; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_hashtable_size.h | 32 * @brief Collection of hashtable size traces. 48 /** @brief Hashtable size instrumentation trace producer. */ 55 { __id = "hashtable-size"; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_hashtable_size.h | 25 * @brief Collection of hashtable size traces. 41 /** @brief Hashtable size instrumentation trace producer. */ 48 { __id = "hashtable-size"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_hashtable_size.h | 32 * @brief Collection of hashtable size traces. 48 /** @brief Hashtable size instrumentation trace producer. */ 55 { __id = "hashtable-size"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_hashtable_size.h | 25 * @brief Collection of hashtable size traces. 41 /** @brief Hashtable size instrumentation trace producer. */ 48 { __id = "hashtable-size"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler_hashtable_size.h | 25 * @brief Collection of hashtable size traces. 41 /** @brief Hashtable size instrumentation trace producer. */ 48 { __id = "hashtable-size"; }
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/ |
X509Principal.java | 5 import java.util.Hashtable; 75 Hashtable attributes) 88 Hashtable attributes) 139 Hashtable lookUp,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
canittst.h | 45 UnicodeString collectionToString(Hashtable *col);
|
/external/icu4c/test/intltest/ |
canittst.h | 45 UnicodeString collectionToString(Hashtable *col);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Security2Test.java | 23 import java.util.Hashtable; 40 Hashtable allSupported = new Hashtable(); 130 private void addOrIncrementTable(Hashtable table, String key) { 215 Map filter = new Hashtable(); 227 filter = new Hashtable(); 241 filter = new Hashtable(); 254 filter = new Hashtable(); 265 filter = new Hashtable(); 274 filter = new Hashtable(); [all...] |
IdentityScope2Test.java | 26 import java.util.Hashtable; 42 Hashtable identities; 50 identities = new Hashtable(); 55 identities = new Hashtable(); 60 identities = new Hashtable(); 66 identities = new Hashtable();
|
/external/chromium_org/third_party/icu/source/common/ |
locutil.cpp | 21 static U_NAMESPACE_QUALIFIER Hashtable * LocaleUtility_cache = NULL; 181 const Hashtable* 192 Hashtable* cache; 198 cache = new Hashtable(status); 203 Hashtable* h; // set this to final LocaleUtility_cache value 220 Hashtable* htp; 222 htp = (Hashtable*) cache->get(bundleID); 226 htp = new Hashtable(status);
|
caniter.cpp | 264 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { 287 Hashtable subpermute(status); 310 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp))); 342 Hashtable result(status); 343 Hashtable permutations(status); 344 Hashtable basic(status); 386 // TODO: use the hashtable just to catch duplicates - store strings directly (somehow). 429 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) { 455 Hashtable remainder(status) [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
caniter.h | 33 class Hashtable; 128 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status); 186 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status); 187 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status); 195 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status); 196 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
|
/external/icu4c/common/ |
locutil.cpp | 21 static icu::Hashtable * LocaleUtility_cache = NULL; 181 const Hashtable* 192 Hashtable* cache; 198 cache = new Hashtable(status); 203 Hashtable* h; // set this to final LocaleUtility_cache value 220 Hashtable* htp; 222 htp = (Hashtable*) cache->get(bundleID); 226 htp = new Hashtable(status);
|
caniter.cpp | 265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { 288 Hashtable subpermute(status); 311 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp))); 343 Hashtable result(status); 344 Hashtable permutations(status); 345 Hashtable basic(status); 387 // TODO: use the hashtable just to catch duplicates - store strings directly (somehow). 430 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) { 456 Hashtable remainder(status) [all...] |
/external/icu4c/common/unicode/ |
caniter.h | 33 class Hashtable; 129 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status); 188 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status); 189 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status); 197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status); 198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ObjectReader.h | 16 #include <mcld/ADT/HashTable.h> 32 typedef HashTable<ResolveInfo, hash::StringHash<hash::ELF> > GroupSignatureMap;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
PathCache.h | 16 #include <mcld/ADT/HashTable.h> 30 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache;
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
currpinf.h | 27 class Hashtable; 206 void deleteHash(Hashtable* hTable); 215 Hashtable* initHash(UErrorCode& status); 225 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status); 236 Hashtable* fPluralCountToCurrencyUnitPattern;
|
tmutfmt.h | 36 class Hashtable; 220 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT]; 243 const char*, Hashtable*, UErrorCode&); 246 Hashtable* initHash(UErrorCode& status); 249 void deleteHash(Hashtable* htable); 252 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
/external/icu4c/i18n/unicode/ |
currpinf.h | 25 class Hashtable; 204 void deleteHash(Hashtable* hTable); 213 Hashtable* initHash(UErrorCode& status); 224 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status); 235 Hashtable* fPluralCountToCurrencyUnitPattern;
|
tmutfmt.h | 47 class Hashtable; 218 Hashtable* fTimeUnitToCountToPatterns[TimeUnit::UTIMEUNIT_FIELD_COUNT]; 242 const char*, Hashtable*, UErrorCode&); 245 Hashtable* initHash(UErrorCode& status); 248 void deleteHash(Hashtable* htable); 251 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
ErrorTracker.java | 15 import java.util.Hashtable; 40 private Hashtable platforms = new Hashtable(); 41 private Hashtable logFiles = new Hashtable(); 42 private Hashtable typesMap = new Hashtable();
|