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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_test.cc 309 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) {
    [all...]
  /external/chromium_org/third_party/skia/tests/
CanvasTest.cpp 31 * invocation of the TEST_STEP macro, which generates a class and
34 * TEST_STEP(MyTestStep, MyTestStepFunction)
275 #define TEST_STEP(NAME, FUNCTION) \
301 TEST_STEP(NAME, NAME##TestStep )
309 TEST_STEP(NAME, NAME##TestStep )
384 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
395 TEST_STEP(SaveLayer, SaveLayerStep);
406 TEST_STEP(BoundedSaveLayer, BoundedSaveLayerStep);
417 TEST_STEP(PaintSaveLayer, PaintSaveLayerStep);
429 TEST_STEP(TwoClipOps, TwoClipOpsStep)
    [all...]
  /external/skia/tests/
CanvasTest.cpp 31 * invocation of the TEST_STEP macro, which generates a class and
34 * TEST_STEP(MyTestStep, MyTestStepFunction)
275 #define TEST_STEP(NAME, FUNCTION) \
301 TEST_STEP(NAME, NAME##TestStep )
309 TEST_STEP(NAME, NAME##TestStep )
386 TEST_STEP(SaveMatrix, SaveMatrixStep);
402 TEST_STEP(SaveClip, SaveClipStep);
418 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
429 TEST_STEP(SaveLayer, SaveLayerStep);
440 TEST_STEP(BoundedSaveLayer, BoundedSaveLayerStep)
    [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.cc 501 bool FileIOTest::IsResult(const TestStep& test_step) {
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);
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 349 milliseconds