HomeSort by relevance Sort by last modified time
    Searched defs:hashcode (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/base/tools/aapt/
ResourceIdCache.cpp 63 const uint32_t hashcode = hash(hashedName); local
64 std::map<uint32_t, CacheEntry>::iterator item = mIdMap.find(hashcode);
79 mIdMap.erase(hashcode);
91 const uint32_t hashcode = hash(hashedName); local
92 mIdMap[hashcode] = CacheEntry(hashedName, resId);
  /external/icu/icu4c/source/common/
uhash.h 58 * hashcode. During iteration an element may be deleted by calling
93 int32_t hashcode; member in struct:UHashElement
uhash.c 23 * (when two unequal keys have the same hashcode) we resolve this by
26 * hashcode. This increment is added to the initial hash value to
36 * then when we computed hashcode % length, we could get a negative
40 * empty or deleted slots with a negative hashcode.
43 * slot matching the given key and hashcode. If one is found, it
103 Invariants for hashcode values:
111 hashcodes; adjust these constants for other hashcode sizes.
142 int32_t hashcode,
173 e->hashcode = hashcode;
472 int32_t hashcode; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 159 public int hashCode() {
168 return predicateAST.getText().hashCode();
305 protected int hashcode; field in class:SemanticContext.CommutativePredicate
322 hashcode = calculateHashCode();
335 hashcode = calculateHashCode();
412 public int hashCode(){
413 return hashcode;
485 int hashcode = 0; local
487 hashcode = hashcode ^ context.hashCode()
533 int hashcode = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-sccvn.h 33 and hashcode is stored to avoid having to calculate it
42 hashval_t hashcode; member in struct:vn_nary_op_s
59 number of the operation, and hashcode is stored to avoid having to
67 hashval_t hashcode; member in struct:vn_phi_s
100 the resulting value number, and the hashcode. */
106 hashval_t hashcode; member in struct:vn_reference_s
119 hashval_t hashcode; member in struct:vn_constant_s
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h 37 long hashcode; /* -1 when unknown */ member in struct:__anon68320
54 long hashcode; \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h 37 long hashcode; /* -1 when unknown */ member in struct:__anon68443
54 long hashcode; \
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DigitList.java 848 public int hashCode() {
849 int hashcode = decimalAt; local
852 hashcode = hashcode * 37 + digits[i];
854 return hashcode;
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentValuesTest.java 152 assertEquals(0, mContentValues.hashCode());
156 assertTrue(0 != mContentValues.hashCode());
158 int hashcode = mContentValues.hashCode(); local
160 assertTrue(hashcode != mContentValues.hashCode());
163 assertTrue(hashcode == mContentValues.hashCode());
166 assertEquals(0, mContentValues.hashCode());
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
osgi-4.0.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 1256 milliseconds

1 2 3