HomeSort by relevance Sort by last modified time
    Searched defs:test_method (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
exceptions-seh-filter-captures.cpp 36 void test_method(void);
39 void S::test_method() { function in class:S
48 // CHECK-LABEL: define void @"\01?test_method@S@@QEAAXXZ"(%struct.S* %this)
53 // CHECK-LABEL: define internal i32 @"\01?filt$0@0@test_method@S@@"(i8* %exception_pointers, i8* %frame_pointer)
54 // CHECK: %[[fp:[^ ]*]] = call i8* @llvm.x86.seh.recoverfp(i8* bitcast (void (%struct.S*)* @"\01?test_method@S@@QEAAXXZ" to i8*), i8* %frame_pointer)
55 // CHECK: %[[l1_i8:[^ ]*]] = call i8* @llvm.localrecover(i8* bitcast (void (%struct.S*)* @"\01?test_method@S@@QEAAXXZ" to i8*), i8* %[[fp]], i32 0)
  /external/tensorflow/tensorflow/contrib/py2tf/impl/
api_test.py 49 def test_method(self, x, s, a): member in class:ApiTest.test_decorator_recurses.TestClass
56 x = tc.test_method(
69 def test_method(self, x, s, a): member in class:ApiTest.test_decorator_does_not_recurse.TestClass
76 x = tc.test_method(
90 def test_method(self, x, s, a): member in class:ApiTest.test_decorator_calls_converted.TestClass
97 x = tc.test_method(
113 def test_method(self, x, s, a): member in class:ApiTest.test_decorator_calls_decorated.TestClass
120 x = tc.test_method(
135 def test_method(self, x, s, a): member in class:ApiTest.test_convert_call_site_decorator.TestClass
142 x = tc.test_method(
155 def test_method(self, x, s, a): member in class:ApiTest.test_graph_ready_call_site_decorator.TestClass
    [all...]
  /external/tensorflow/tensorflow/python/util/
decorator_utils_test.py 35 def test_method(self): member in class:GetQualifiedNameTest
37 "GetQualifiedNameTest.test_method",
38 decorator_utils.get_qualified_name(GetQualifiedNameTest.test_method))
103 def test_method(self): member in class:ValidateCallableTest
104 decorator_utils.validate_callable(self.test_method, "test")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_docxmlrpc.py 42 def test_method(self, arg): member in class:server.TestClass
test_repr.py 289 def test_method(self): function
test_gc.py 111 def test_method(self): member in class:GCTests
  /external/python/cpython2/Lib/test/
test_docxmlrpc.py 35 def test_method(self, arg): member in class:make_server.TestClass
test_repr.py 297 def test_method(self): function
test_tokenize.py 472 def test_method(self): function
test_gc.py 117 def test_method(self): member in class:GCTests
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_docxmlrpc.py 42 def test_method(self, arg): member in class:server.TestClass
test_repr.py 289 def test_method(self): function
test_gc.py 117 def test_method(self): member in class:GCTests
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_docxmlrpc.py 42 def test_method(self, arg): member in class:server.TestClass
test_repr.py 289 def test_method(self): function
test_gc.py 117 def test_method(self): member in class:GCTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 42 def test_method(self, arg): member in class:server.TestClass
test_repr.py 289 def test_method(self): function
test_gc.py 117 def test_method(self): member in class:GCTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 42 def test_method(self, arg): member in class:server.TestClass
test_repr.py 289 def test_method(self): function
test_gc.py 117 def test_method(self): member in class:GCTests
  /external/python/cpython3/Lib/test/
test_docxmlrpc.py 35 def test_method(self, arg): member in class:make_server.TestClass
test_reprlib.py 327 def test_method(self): function
test_tokenize.py 564 def test_method(self): function
    [all...]

Completed in 610 milliseconds

1 2