OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_step
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc
314
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
));
[
all
...]
/external/e2fsprogs/e2fsck/
crc32.c
488
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 829 milliseconds