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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_test.cc 306 std::string test_step = base::StringPrintf("test_step=%d", step); local
307 safe_browsing_service_->protocol_manager_->set_additional_query(test_step);
422 int test_step) {
425 "%s?client=chromium&appver=1.0&pver=3.0&test_step=%d&chunk_type=add",
426 kDBVerifyPath, test_step);
433 int test_step) {
435 "%s?client=chromium&appver=1.0&pver=3.0&test_step=%d",
436 kUrlVerifyPath, test_step);
445 int test_step) {
    [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.cc 342 bool FileIOTest::IsResult(const TestStep& test_step) {
343 switch (test_step.type) {
378 TestStep test_step = test_steps_.front();
383 switch (test_step.type) {
401 file_io->Write(test_step.data, test_step.data_size);
cdm_file_io_test.h 92 // Returns whether |test_step| is a RESULT_* step.
93 static bool IsResult(const TestStep& test_step);
  /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);
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 3882 static int test_step( function
    [all...]

Completed in 212 milliseconds