/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 20 class Test(unittest.TestCase): 106 # machines. The test replaces '<' with '>' on big endian machines.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_byteswap.py | 16 class Test(unittest.TestCase):
|
test_pep3118.py | 20 class Test(unittest.TestCase): 106 # machines. The test replaces '<' with '>' on big endian machines.
|
/art/runtime/gc/accounting/ |
space_bitmap-inl.h | 46 DCHECK(Test(obj)); 50 DCHECK(Test(obj)); 55 inline bool SpaceBitmap<kAlignment>::Test(const mirror::Object* obj) const { 71 if (Test(obj)) { 173 DCHECK_EQ(Test(obj), kSetBit);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 5 require 'antlr3/test/core-extensions' 6 require 'antlr3/test/grammar' 7 require 'antlr3/test/call-stack' 9 require 'test/unit' 13 module Test 76 # quickly as test cases are run, instead of waiting a few minutes 88 # anonymous subclasses, of the actual test class, which messes up the 89 # assumptions made in the test code. Grammars are stored in @grammars belonging 90 # to the test class, so in 1.9, this method is called with @grammars = {} 98 # An index of grammar file objects created in the test clas [all...] |
grammar.rb | 5 require 'antlr3/test/core-extensions' 6 require 'antlr3/test/call-stack' 16 module Test 29 dependencies << path if test( ?f, path ) 36 not test( ?f, target ) or 37 dependencies.any? { |dep| test( ?>, dep, target ) } 55 GLOBAL_DEPENDENCIES << path if test( ?f, path ) 193 if test( ?f, target ) 221 test( ?f, f ) and File.delete( f ) 307 test( ?d, output_directory ) or Dir.mkdir( output_directory [all...] |
/external/chromium_org/third_party/skia/src/xml/ |
SkJS.cpp | 206 void SkJS::Test(void* hwnd) {
|
/external/chromium_org/third_party/skia/tests/ |
Test.h | 21 class Test; 30 void startTest(Test*); 32 void endTest(Test*); 40 virtual void onStart(Test*) {} 42 virtual void onEnd(Test*) {} 50 class Test { 52 Test(); 53 virtual ~Test(); 79 class GpuTest : public Test{ 81 GpuTest() : Test(), fGrContextFactory(NULL) { [all...] |
/external/chromium_org/tools/telemetry/telemetry/ |
test.py | 28 class Test(command_line.Command): 29 """Base class for a Telemetry test or benchmark. 31 A test packages a PageTest/PageMeasurement and a PageSet together. 49 group = optparse.OptionGroup(parser, '%s test options' % cls.Name()) 66 """Run this test with the given options.""" 69 test = self.PageTestClass()() 70 test.__name__ = self.__class__.__name__ 73 test._disabled_strings = self._disabled_strings 75 test._enabled_strings = self._enabled_strings 84 results = page_runner.Run(test, ps, expectations, args [all...] |
/external/chromium_org/ui/message_center/views/ |
message_center_view_unittest.cc | 33 class Test { 40 Test* test); 48 Test* test_; 55 Test* test) 57 test_(test) { 81 /* Test fixture ***************************************************************/ 83 class MessageCenterViewTest : public testing::Test, 84 public MockNotificationView::Test, [all...] |
/external/chromium_org/v8/test/cctest/ |
test-alloc.cc | 32 #include "test/cctest/cctest.h" 83 // Test that we can allocate in old pointer space and code space. 94 static Handle<Object> Test() { 99 TEST(StressHandles) { 103 Handle<Object> o = Test(); 114 info.GetReturnValue().Set(v8::Utils::ToLocal(Test())); 134 TEST(StressJS) { 171 // CodeRange test. 198 TEST(CodeRange) {
|
/external/clang/test/CXX/except/except.spec/ |
p14.cpp | 131 struct Test {
|
/external/clang/test/CXX/special/class.copy/ |
p12-0x.cpp | 192 struct Test : HasImplicitlyDeletedCopyCtor { 193 Test(const Test&) = default; 194 Test(Test&&) = default; 197 static_assert(__has_trivial_copy(Test), ""); 199 static_assert(!__is_trivially_constructible(Test, const Test &), ""); 201 static_assert(!__is_trivially_constructible(Test, Test &&), "") [all...] |
/external/clang/test/CXX/special/class.ctor/ |
p6-0x.cpp | 89 struct Test {
|
/external/clang/test/SemaTemplate/ |
dependent-expr.cpp | 6 void Test(Iterator it) { 67 template <class _CharT> int test(_CharT t) function in namespace:PR8795 83 // Regression test for crasher in r194540.
|
instantiate-static-var.cpp | 36 void test() { function 69 void Test() {
|
/external/llvm/utils/lit/lit/ |
run.py | 20 import lit.Test 23 # Test Execution Implementation 50 # Create a shared queue to provide the test indices. 65 # Otherwise take the next test. 83 test = self.run_instance.tests[test_index] 85 self.run_instance.execute_test(test) 91 self.consumer.update(test_index, test) 98 def update(self, test_index, test): 101 self.display.update(test) 118 def update(self, test_index, test) [all...] |
/external/skia/src/xml/ |
SkJS.cpp | 206 void SkJS::Test(void* hwnd) {
|
/external/skia/tests/ |
Test.h | 21 class Test; 30 void startTest(Test*); 32 void endTest(Test*); 40 virtual void onStart(Test*) {} 42 virtual void onEnd(Test*) {} 50 class Test { 52 Test(); 53 virtual ~Test(); 79 class GpuTest : public Test{ 81 GpuTest() : Test(), fGrContextFactory(NULL) { [all...] |
/external/vixl/tools/ |
presubmit.py | 142 class Test: 169 def AddTest(self, test): 170 self.tests.append(test) 174 for test in self.tests: 175 test.Run() 176 if test.status != PASSED: result = FAILED 177 test.PrintOutcome() 181 for test in self.tests: 182 if test.status == FAILED: 183 test.PrintOutput() [all...] |
/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
multiclass_pa.cpp | 224 float MulticlassPA::Test(const vector<pair<vector<float>, int> >& data) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pkg.py | 0 # Test packages (dotted-name import) 8 from test import test_support 29 # XXX Things to test 45 class Test(unittest.TestCase): 54 if self.root: # Only clean if the test was actually run
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pkg.py | 0 # Test packages (dotted-name import) 8 from test import test_support 29 # XXX Things to test 45 class Test(unittest.TestCase): 54 if self.root: # Only clean if the test was actually run
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageQueueTest.java | 27 import android.test.AndroidTestCase; 37 TestLooperThread looperThread = new TestLooperThread(Test.ADD_IDLE_HANDLER); 50 TestLooperThread looperThread = new TestLooperThread(Test.REMOVE_IDLE_HANDLER); 62 private enum Test {ADD_IDLE_HANDLER, REMOVE_IDLE_HANDLER}; 65 * {@link HandlerThread} that adds or removes an idle handler depending on the {@link Test} 73 private final Test mTestMode; 77 TestLooperThread(Test testMode) { 93 if (mTestMode == Test.ADD_IDLE_HANDLER) { 229 * Helper class used to test sending message to message queue. 278 throw new RuntimeException("test timed out") [all...] |
/external/chromium_org/components/url_matcher/ |
url_matcher_factory_unittest.cc | 19 TEST(URLMatcherFactoryTest, CreateFromURLFilterDictionary) { 66 // Test wrong condition name passed. 73 // Test wrong datatype in hostSuffix. 80 // Test invalid regex in urlMatches. 93 // Test success. 117 TEST(URLMatcherFactoryTest, UpperCase) { 161 // This class wraps a case sensitivity test for a single UrlFilter condition. 167 // |use_list_of_strings| should be true. In |url| is the URL to test against. 188 void Test() const; 204 // Test the condition |condition_key_| = |value| against |url_| [all...] |