HomeSort by relevance Sort by last modified time
    Searched refs:actual_hash (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/cert/
ct_log_response_parser_unittest.cc 59 char actual_hash[kSthRootHashLength + 1]; local
60 memcpy(actual_hash, tree_head.sha256_root_hash, kSthRootHashLength);
61 actual_hash[kSthRootHashLength] = '\0';
64 ASSERT_STREQ(expected_sha256_root_hash.c_str(), actual_hash);
  /external/chromium_org/components/component_updater/
component_patcher_operation.cc 120 uint8_t actual_hash[crypto::kSHA256Length] = {0};
123 hasher->Finish(actual_hash, sizeof(actual_hash));
124 if (memcmp(actual_hash, &expected_hash[0], sizeof(actual_hash)))
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 47 def __init__(self, download_url, expected_hash, actual_hash):
50 self.actual_hash = actual_hash
54 self.actual_hash, self.expected_hash, self.download_url)
320 raise HashError(actual_hash=tar_hash, expected_hash=hash_val,
  /external/skia/platform_tools/android/bin/
download_utils.py 47 def __init__(self, download_url, expected_hash, actual_hash):
50 self.actual_hash = actual_hash
54 self.actual_hash, self.expected_hash, self.download_url)
320 raise HashError(actual_hash=tar_hash, expected_hash=hash_val,
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 350 std::string actual_hash; variable
351 if (!context->GetValueHash(*context->current_node(), &actual_hash) ||
352 actual_hash != hashed_value_)
368 std::string actual_hash; variable
369 if (context->GetValueHash(*context->current_node(), &actual_hash) &&
370 actual_hash == hashed_value_)
395 std::string actual_hash; variable
397 if (!context->GetValueHash(*context->current_node(), &actual_hash) ||
399 actual_hash != stored_hash)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
build_jsdoc_validator_jar.py 131 actual_hash = actual_hashes.get(name)
132 if expected_hash != actual_hash:
133 results.append((name, expected_hash, actual_hash))
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_server.py 183 - actual_hash = the actual hash value
184 - is_rebaselined = True if actual_hash is what is currently in the expected
189 expected_hash, actual_hash,
194 self.actual_hash = actual_hash
355 expectation.actual_hash)
409 expectation_hash = expectation.actual_hash if is_actual else\
  /external/skia/tools/skpdiff/
skpdiff_server.py 183 - actual_hash = the actual hash value
184 - is_rebaselined = True if actual_hash is what is currently in the expected
189 expected_hash, actual_hash,
194 self.actual_hash = actual_hash
355 expectation.actual_hash)
409 expectation_hash = expectation.actual_hash if is_actual else\
  /external/chromium_org/content/shell/browser/
webkit_test_controller.h 65 void PrintImageHeader(const std::string& actual_hash,
webkit_test_controller.cc 82 const std::string& actual_hash,
86 *output_ << "\nActualHash: " << actual_hash << "\n";

Completed in 2721 milliseconds