Searched refs:test_base (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Darray-bounds-check-removal.js55 function test_base(a, base, condition) { function
90 test_base(a, 1, true);
91 test_base(a, 2, true);
92 test_base(a, 1, false);
93 test_base(a, 2, false);
94 %OptimizeFunctionOnNextCall(test_base);
95 test_base(a, 3, true);
97 test_base(a, 3, false);
102 test_base(dictionary_map_array, 5, true);
103 test_base(dictionary_map_arra
[all...]
/external/e2fsprogs/tests/
H A Dtest_one.in56 test_base=`echo $test_name | sed -e 's/_.*//'`
57 default_script=$SRCDIR/defaults/${test_base}_script
59 . $SRCDIR/defaults/${test_base}_script
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_delegate_unittest.cc87 std::string test_base = base_path(); local
88 model_->AddURL(bb_node, 0, ASCIIToUTF16("a"), GURL(test_base + "a"));
90 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
92 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
97 GURL(test_base + "oa"));
100 model_->AddURL(of1, 0, ASCIIToUTF16("of1a"), GURL(test_base + "of1a"));
H A Dbookmark_editor_view_unittest.cc134 std::string test_base = base_path(); local
135 model_->AddURL(bb_node, 0, ASCIIToUTF16("a"), GURL(test_base + "a"));
137 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
139 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
144 GURL(test_base + "oa"));
147 model_->AddURL(of1, 0, ASCIIToUTF16("of1a"), GURL(test_base + "of1a"));
H A Dbookmark_context_menu_unittest.cc109 std::string test_base = "file:///c:/tmp/"; local
110 model_->AddURL(bb_node, 0, ASCIIToUTF16("a"), GURL(test_base + "a"));
112 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
115 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
119 model_->AddURL(f4, 0, ASCIIToUTF16("f4a"), GURL(test_base + "f4a"));
H A Dbookmark_bar_view_test.cc357 std::string test_base = "file:///c:/tmp/"; local
359 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
361 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
365 GURL(test_base + "f" + base::IntToString(i)));
368 model_->AddURL(bb_node, 1, ASCIIToUTF16("a"), GURL(test_base + "a"));
369 model_->AddURL(bb_node, 2, ASCIIToUTF16("b"), GURL(test_base + "b"));
370 model_->AddURL(bb_node, 3, ASCIIToUTF16("c"), GURL(test_base + "c"));
371 model_->AddURL(bb_node, 4, ASCIIToUTF16("d"), GURL(test_base + "d"));
373 model_->AddURL(bb_node, 6, ASCIIToUTF16("d"), GURL(test_base + "d"));
376 GURL(test_base
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_context_menu_controller_unittest.cc81 std::string test_base = "file:///c:/tmp/"; local
82 model->AddURL(bb_node, 0, ASCIIToUTF16("a"), GURL(test_base + "a"));
84 model->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
86 model->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
90 model->AddURL(f4, 0, ASCIIToUTF16("f4a"), GURL(test_base + "f4a"));
/external/e2fsprogs/misc/
H A Dbadblocks.c730 unsigned char *test_base, *save_base, *read_base; local
767 test_base = blkbuf + (blocks_at_once * block_size);
810 pattern_fill(test_base, pattern[pat_idx],
816 test_ptr = test_base;
916 test_ptr = test_base;
958 test_ptr = test_base;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dsingle_test_runner.py101 test_base = self._port.lookup_virtual_test_base(self._test_name)
102 if test_base:
108 test_name = test_base
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc69 PPAPITestBase::InfoBarObserver::InfoBarObserver(PPAPITestBase* test_base) argument
70 : test_base_(test_base),
H A Dppapi_test.h62 explicit InfoBarObserver(PPAPITestBase* test_base);
/external/clang/test/SemaCXX/
H A Doverload-call.cpp224 void test_base(A* a) { function
241 void test_base(A& a) { function

Completed in 297 milliseconds