/aosp12/frameworks/native/libs/math/include/math/ |
H A D | HashCombine.h | 22 static inline void hashCombineSingleHashed(size_t& combinedHash, size_t hash) { in hashCombineSingleHashed() 27 static inline void hashCombineSingle(size_t& combinedHash, const T& val) { in hashCombineSingle() 33 size_t hash = 0; in hashCombine() local
|
/aosp12/system/libziparchive/ |
H A D | zip_cd_entry_map.cc | 27 static uint32_t RoundUpPower2(uint32_t val) { in RoundUpPower2() 46 const uint32_t hash = ComputeHash(name); in GetCdEntryOffset() local 62 const uint64_t hash = ComputeHash(name); in AddToMap() local
|
/aosp12/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | ProtoLogViewerConfigReader.java | 98 int hash = Integer.parseInt(key); in loadViewerConfig() local 99 JSONObject val = messages.getJSONObject(key); in loadViewerConfig() local
|
/aosp14/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | ProtoLogViewerConfigReader.java | 98 int hash = Integer.parseInt(key); in loadViewerConfig() local 99 JSONObject val = messages.getJSONObject(key); in loadViewerConfig() local
|
/aosp12/system/core/libcutils/ |
H A D | str_parms.cpp | 63 uint32_t hash = 5381; in str_hash_fn() local 285 int str_parms_get_str(struct str_parms *str_parms, const char *key, char *val, in str_parms_get_str() 296 int str_parms_get_int(struct str_parms *str_parms, const char *key, int *val) in str_parms_get_int() 313 float *val) in str_parms_get_float()
|
/aosp14/system/core/libcutils/ |
H A D | str_parms.cpp | 63 uint32_t hash = 5381; in str_hash_fn() local 285 int str_parms_get_str(struct str_parms *str_parms, const char *key, char *val, in str_parms_get_str() 296 int str_parms_get_int(struct str_parms *str_parms, const char *key, int *val) in str_parms_get_int() 313 float *val) in str_parms_get_float()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | grpc-context-1.19.0.jar | ... implements java.lang.Runnable {
final synthetic Runnable val$r
final synthetic io.grpc.Context this ... |
H A D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/aosp12/frameworks/base/core/java/android/util/ |
H A D | SparseArray.java | 227 Object val = values[i]; in gc() local 546 int hash = 0; in contentHashCode() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | SparseArray.java | 227 Object val = values[i]; in gc() local 547 int hash = 0; in contentHashCode() local
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | ... {
final synthetic java.lang.reflect.Method val$method
final synthetic Object[] val$args ... |
/aosp12/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardEntry.java | 92 public void setStarred(boolean val) { in setStarred() 257 int hash = 0; in hashCode() local 373 int hash = mType; in hashCode() local 463 int hash = mType; in hashCode() local 677 int hash = mType; in hashCode() local 838 int hash = mType; in hashCode() local 941 int hash = mType; in hashCode() local 1042 int hash = mFormat != null ? mFormat.hashCode() : 0; in hashCode() local 1417 int hash = mType; in hashCode() local 1528 int hash = mMimeType != null ? mMimeType.hashCode() : 0; in hashCode() local
|
/aosp12/system/bt/btif/src/ |
H A D | btif_storage.cc | 249 std::string val; in prop2cfg() local 1317 int val; in btif_storage_get_remote_addr_type() local 1839 void btif_storage_set_gatt_cl_db_hash(const RawAddress& bd_addr, Octet16 hash) { in btif_storage_set_gatt_cl_db_hash() 1841 [](const RawAddress& bd_addr, Octet16 hash) { in btif_storage_set_gatt_cl_db_hash() 1856 Octet16 hash; in btif_storage_get_gatt_cl_db_hash() local
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | auto-value-1.5.3.jar | ... implements java.lang.Runnable {
final synthetic String val$var
final synthetic com.google.auto. ... |
/aosp12/art/runtime/ |
H A D | class_linker.cc | 2520 size_t hash = ComputeModifiedUtf8Hash(descriptor); in FinishCoreArrayClassSetup() local 2647 size_t hash, in FindClassInSharedLibraries() 2802 size_t hash, in FindClassInBaseDexClassLoaderClassPath() 2849 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass() local 3070 size_t hash, in DefineClass() 4457 size_t hash, in LookupClassesVisitor() 4484 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in LookupClasses() local 4939 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in CreateProxyClass() local 6408 uint32_t hash = ComputeModifiedUtf8Hash(name); in Add() local 6591 uint32_t hash = (j < mirror::Object::kVTableLength) in LinkVirtualMethods() local [all …]
|
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 724 size_t hash = 0; in sizeNamePools() local 1212 uint32_t hash = djbhash % nbucket; in emitGNUHashTab() local 1227 uint32_t val = ((djbhash >> shift1) & ((maskbits >> shift1) - 1)); in emitGNUHashTab() local
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageUtils.java | 1200 TypedValue val = sa.peekValue( in parseUsesPermission() local 1469 TypedValue val = sa.peekValue(R.styleable.AndroidManifestUsesSdk_minSdkVersion); in parseUsesSdk() local 1696 final String hash = sa.getNonConfigurationString( in parseRestrictUpdateHash() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackageUtils.java | 1247 int val = defaultValue; in parseMinOrMaxSdkVersion() local 1546 TypedValue val = sa.peekValue(R.styleable.AndroidManifestUsesSdk_minSdkVersion); in parseUsesSdk() local 1707 final String hash = sa.getNonConfigurationString( in parseRestrictUpdateHash() local
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okhttp-3.12.1.jar | ... .Source {
boolean cacheRequestClosed
final synthetic okio.BufferedSource val$source
final synthetic okhttp3.internal.cache. ... |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
H A D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |