Searched defs:computeDigest (Results 1 - 9 of 9) sorted by relevance

/external/apache-http/android/src/android/net/http/
H A DRequestHandle.java326 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
364 private String computeDigest( method in class:RequestHandle
367 HttpLog.v("computeDigest(): QOP: " + QOP);
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h296 static uint32_t computeDigest(ImutAVLTree *L, ImutAVLTree *R, function in class:llvm::ImutAVLTree
301 digest += L->computeDigest();
309 digest += R->computeDigest();
314 uint32_t computeDigest() { function in class:llvm::ImutAVLTree
320 uint32_t X = computeDigest(getLeft(), getRight(), getValue());
349 factory->Cache[factory->maskCacheIndex(computeDigest())] = next;
615 unsigned digest = TNew->computeDigest();
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h297 uint32_t computeDigest(ImutAVLTree* L, ImutAVLTree* R, value_type_ref V) { function in class:llvm::ImutAVLTree
301 digest += L->computeDigest();
309 digest += R->computeDigest();
314 inline uint32_t computeDigest() { function in class:llvm::ImutAVLTree
320 uint32_t X = computeDigest(getLeft(), getRight(), getValue());
349 factory->Cache[computeDigest()] = next;
612 unsigned digest = TNew->computeDigest();
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 149 milliseconds