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

  /external/chromium_org/v8/test/mjsunit/
array-bounds-check-removal.js 55 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_array, 6, true)
    [all...]
  /external/e2fsprogs/tests/
test_one.in 56 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/
bookmark_menu_delegate_unittest.cc 87 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"));
bookmark_editor_view_unittest.cc 133 std::string test_base = base_path(); local
134 model_->AddURL(bb_node, 0, ASCIIToUTF16("a"), GURL(test_base + "a"));
136 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
138 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
143 GURL(test_base + "oa"));
146 model_->AddURL(of1, 0, ASCIIToUTF16("of1a"), GURL(test_base + "of1a"));
bookmark_context_menu_unittest.cc 110 std::string test_base = "file:///c:/tmp/"; local
111 model_->AddURL(bb_node, 0, ASCIIToUTF16("a"), GURL(test_base + "a"));
113 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
116 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
120 model_->AddURL(f4, 0, ASCIIToUTF16("f4a"), GURL(test_base + "f4a"));
bookmark_bar_view_test.cc 359 std::string test_base = "file:///c:/tmp/"; local
361 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
363 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
367 GURL(test_base + "f" + base::IntToString(i)));
370 model_->AddURL(bb_node, 1, ASCIIToUTF16("a"), GURL(test_base + "a"));
371 model_->AddURL(bb_node, 2, ASCIIToUTF16("b"), GURL(test_base + "b"));
372 model_->AddURL(bb_node, 3, ASCIIToUTF16("c"), GURL(test_base + "c"));
373 model_->AddURL(bb_node, 4, ASCIIToUTF16("d"), GURL(test_base + "d"));
375 model_->AddURL(bb_node, 6, ASCIIToUTF16("d"), GURL(test_base + "d"));
378 GURL(test_base + "oa"))
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller_unittest.cc 82 std::string test_base = "file:///c:/tmp/"; local
83 model->AddURL(bb_node, 0, ASCIIToUTF16("a"), GURL(test_base + "a"));
85 model->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a"));
87 model->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
91 model->AddURL(f4, 0, ASCIIToUTF16("f4a"), GURL(test_base + "f4a"));
  /external/chromium_org/chrome/test/ppapi/
ppapi_test.h 62 explicit InfoBarObserver(PPAPITestBase* test_base);
ppapi_test.cc 69 PPAPITestBase::InfoBarObserver::InfoBarObserver(PPAPITestBase* test_base)
70 : test_base_(test_base),
  /external/e2fsprogs/misc/
badblocks.c 730 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;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 100 test_base = self._port.lookup_virtual_test_base(self._test_name)
101 if test_base:
107 test_name = test_base
  /external/clang/test/SemaCXX/
overload-call.cpp 224 void test_base(A* a) { function
241 void test_base(A& a) { function

Completed in 187 milliseconds