HomeSort by relevance Sort by last modified time
    Searched full:test_step (Results 1 - 4 of 4) 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/skia/tests/
CanvasTest.cpp 32 * invocation of the TEST_STEP macro, which generates a class and
35 * TEST_STEP(MyTestStep, MyTestStepFunction)
198 #define TEST_STEP(NAME, FUNCTION) \
213 TEST_STEP(NAME, NAME##TestStep )
221 TEST_STEP(NAME, NAME##TestStep )
304 TEST_STEP(DrawVerticesShader, DrawVerticesShaderTestStep);
317 TEST_STEP(DrawPicture, DrawPictureTestStep);
341 TEST_STEP(SaveRestore, SaveRestoreTestStep);
374 TEST_STEP(DrawLayer, DrawLayerTestStep);
    [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);
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_failed.txt 328 /sdcard/android/layout_tests/fast/xpath/4XPath/Core/test_step.html
    [all...]

Completed in 217 milliseconds