/external/chromium_org/content/browser/ |
notification_service_impl_unittest.cc | 17 class TestSource {}; 47 TestSource test_source; 48 TestSource other_source; 51 EXPECT_TRUE(Source<TestSource>(&test_source) == 52 Source<TestSource>(&test_source)); 53 EXPECT_TRUE(Source<TestSource>(&test_source) != 54 Source<TestSource>(&other_source)); 64 Source<TestSource>(&test_source), 72 Source<TestSource>(&test_source)); 74 Source<TestSource>(&test_source)) [all...] |
/external/chromium_org/ash/shelf/ |
scoped_observer_with_duplicated_sources_unittest.cc | 19 class TestSource { 21 TestSource() : observer_count_(0) {} 22 ~TestSource() {} 38 DISALLOW_COPY_AND_ASSIGN(TestSource); 43 TestSource source1; 44 TestSource source2; 46 ScopedObserverWithDuplicatedSources<TestSource, TestObserver> 57 // AddObserver of TestSource is called only once.
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testrecognizers.py | 31 class TestSource(antlr3.TokenSource): 45 src = TestSource()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-recognizers.rb | 14 class TestSource 27 src = TestSource.new
|
/external/chromium_org/v8/test/preparser/ |
testcfg.py | 73 testsource = source 76 testsource = testsource.replace("$" + key, replacement[key]); 77 Test(testname, testsource, expectation)
|
/external/v8/test/preparser/ |
testcfg.py | 114 testsource = source 117 testsource = testsource.replace("$"+key, replacement[key]); 118 Test(testname, testsource, expectation)
|
/external/chromium/chrome/browser/printing/ |
print_job_unittest.cc | 17 class TestSource : public printing::PrintedPagesSource { 103 TestSource source;
|
/external/chromium_org/chrome/browser/printing/ |
print_job_unittest.cc | 17 class TestSource : public printing::PrintedPagesSource { 106 TestSource source;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
plurults.cpp | 21 void setupResult(const int32_t testSource[], char result[], int32_t* max); 259 void setupResult(const int32_t testSource[], char result[], int32_t* max) { 264 while (curIndex < testSource[i]) { 269 } while(testSource[++i]>0);
|
/external/chromium_org/chrome/browser/profile_resetter/ |
brandcode_config_fetcher.cc | 21 "<request version=\"1.3.17.0\" protocol=\"3.0\" testsource=\"dev\" "
|
/external/icu4c/test/intltest/ |
plurults.cpp | 23 void setupResult(const int32_t testSource[], char result[], int32_t* max); 232 void setupResult(const int32_t testSource[], char result[], int32_t* max) { 237 while (curIndex < testSource[i]) { 242 } while(testSource[++i]>0);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_doctest.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest.py | [all...] |
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 159 <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" testsource="crxdocs">
|
/external/chromium/chrome/browser/history/ |
expire_history_backend_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/history/ |
expire_history_backend_unittest.cc | 858 const GURL url("www.testsource.com"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
doctest.py | 91 'testsource', 2604 def testsource(module, name): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
doctest.py | 91 'testsource', 2604 def testsource(module, name): function [all...] |