/external/python/cpython2/Demo/tkinter/matt/ |
animation-w-velocity-ctrl.py | 9 class Test(Frame): 42 test = Test() variable 44 test.mainloop()
|
canvas-gridding.py | 8 class Test(Frame): 59 test = Test() variable 61 test.mainloop()
|
canvas-with-scrollbars.py | 8 class Test(Frame): 58 test = Test() variable 60 test.mainloop()
|
dialog-box.py | 7 class Test(Frame): 63 test = Test() variable 64 test.mainloop()
|
killing-window-w-wm.py | 12 class Test(Frame): 41 test = Test() variable 42 test.mainloop()
|
rubber-line-demo-1.py | 3 class Test(Frame): 49 test = Test() variable 51 test.mainloop()
|
slider-demo-1.py | 6 class Test(Frame): 35 test = Test() variable 36 test.mainloop()
|
window-creation-more.py | 6 class Test(Frame): 34 test = Test() variable 35 test.mainloop()
|
window-creation-simple.py | 5 class Test(Frame): 30 test = Test() variable 31 test.mainloop()
|
window-creation-w-location.py | 18 class Test(Frame): 44 test = Test() variable 45 test.mainloop()
|
/external/python/cpython2/Lib/ctypes/test/ |
test_array_in_pointer.py | 19 class Test(unittest.TestCase): 20 def test(self): member in class:Test
|
test_cast.py | 2 from ctypes.test import need_symbol 6 class Test(unittest.TestCase):
|
/external/python/cpython3/Lib/ctypes/test/ |
test_array_in_pointer.py | 19 class Test(unittest.TestCase): 20 def test(self): member in class:Test
|
/external/tensorflow/tensorflow/core/platform/ |
mutex_test.cc | 17 #include "tensorflow/core/platform/test.h" 25 // at the end of Test() when we destruct the mutex_lock, if the compiler isn't 29 void Test() { mutex_lock lock = GetLock(); } 34 void Test() { tf_shared_lock lock = GetLock(); }
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
norm_op_test.py | 27 from tensorflow.python.platform import test as test_lib 30 def _AddTest(test, test_name, fn): 31 test_name = "_".join(["test", test_name]) 32 if hasattr(test, test_name): 33 raise RuntimeError("Test %s defined more than once" % test_name) 34 setattr(test, test_name, fn) 85 def Test(self): 99 return Test
|
/external/tensorflow/tensorflow/python/ops/ |
matmul_benchmark_test.py | 28 from tensorflow.python.platform import test as googletest 34 def Test(self): 43 return Test 48 def Test(self): 57 return Test
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
templated_class_with_local_class_requires_trace.cpp | 16 class Test { 18 static void test() function in class:blink::Test
|
/dalvik/dx/tests/140-ssa-phi-overlap/ |
Test$A.class | |
Test$B.class | |
Test$C.class | |
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammarHelper.cs | 33 namespace Antlr3.Runtime.Test.BuildOptions
|
ProfileTreeGrammarHelper.cs | 33 namespace Antlr3.Runtime.Test.BuildOptions
|
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
CommonToken.pm | 1 package Test::ANTLR::Runtime::CommonToken; 3 use Test::More; 9 BEGIN { extends 'My::Test::Class' } 11 sub constructor : Test(1) { 22 sub same : Test(2) { 27 sub not_same : Test(2) { 32 sub bool_eof : Test(1) {
|
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/ |
Test.pm | 1 package ANTLR::Runtime::Test; 6 use base 'Test::Builder::Module'; 71 # write test program file 72 my $test_program_file = File::Spec->catfile($tmpdir, 'test.pl'); 94 # run test program
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
retry_util_unittest.py | 22 def Test(retries=None): 28 self.assertEqual(Test(), 'OK!') 33 def Test(retries=None): 40 Test() 50 def Test(retries=None): 57 Test() 62 def Test(retries=None): 68 Test(retries=10) 74 def Test(retries=None): 83 self.assertEqual(Test(), 'OK!' [all...] |