Searched refs:test_step (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc314 std::string test_step = StringPrintf("test_step=%d", step); local
315 safe_browsing_service_->protocol_manager_->set_additional_query(test_step);
451 GURL url(StringPrintf("http://%s:%d%s?test_step=0",
467 int test_step) {
470 "client=chromium&appver=1.0&pver=2.2&test_step=%d&"
472 host, port, kDBVerifyPath, test_step));
478 int test_step) {
480 "client=chromium&appver=1.0&pver=2.2&test_step=%d",
481 host, port, kUrlVerifyPath, test_step));
466 FetchDBToVerify(const char* host, int port, int test_step) argument
477 FetchUrlsToVerify(const char* host, int port, int test_step) argument
488 VerifyTestComplete(const char* host, int port, int test_step) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dcrc32.c488 static __u32 test_step(__u32 init, unsigned char *buf, size_t len) function
555 crc1 = test_step(INIT1, buf1, i);
556 crc2 = test_step(INIT2, buf2, i);
558 crc3 = test_step(INIT1 ^ INIT2, buf3, i);

Completed in 87 milliseconds