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

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc309 std::string test_step = base::StringPrintf("test_step=%d", step); local
310 safe_browsing_service_->protocol_manager_->set_additional_query(test_step);
426 int test_step) {
429 "%s?client=chromium&appver=1.0&pver=3.0&test_step=%d&chunk_type=add",
430 kDBVerifyPath, test_step);
437 int test_step) {
439 "%s?client=chromium&appver=1.0&pver=3.0&test_step=%d",
440 kUrlVerifyPath, test_step);
449 int test_step) {
424 FetchDBToVerify( const net::SpawnedTestServer& test_server, int test_step) argument
435 FetchUrlsToVerify( const net::SpawnedTestServer& test_server, int test_step) argument
447 VerifyTestComplete( const net::SpawnedTestServer& test_server, int test_step) argument
[all...]
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_test.h92 // Returns whether |test_step| is a RESULT_* step.
93 static bool IsResult(const TestStep& test_step);
H A Dcdm_file_io_test.cc501 bool FileIOTest::IsResult(const TestStep& test_step) { argument
502 switch (test_step.type) {
537 TestStep test_step = test_steps_.front();
542 switch (test_step.type) {
560 file_io->Write(test_step.data, test_step.data_size);
/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);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c3882 static int test_step( function
5582 { "sqlite3_step", test_step ,0 },

Completed in 186 milliseconds