Home
last modified time | relevance | path

Searched refs:test_call (Results 1 – 25 of 38) sorted by relevance

12

/external/autotest/client/common_lib/cros/
Ddev_server_unittest.py87 self.test_call = 'http://nothing/test'
112 urllib2.urlopen(mox.StrContains(self.test_call)).AndReturn(
115 urllib2.urlopen(mox.StrContains(self.test_call)).AndReturn(
118 response = dev_server.ImageServerBase.run_call(self.test_call)
133 utils.run(mox.StrContains(self.test_call),
136 utils.run(mox.StrContains(self.test_call),
140 response = dev_server.ImageServerBase.run_call(self.test_call)
150 urllib2.urlopen(mox.StrContains(self.test_call)).AndReturn(
153 response = dev_server.ImageServerBase.run_call(self.test_call)
162 urllib2.urlopen(mox.StrContains(self.test_call)).AndReturn(
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dnone-macho-v4t.ll6 define void @test_call() {
9 ; CHECK-LABEL: test_call:
Dvfp-libcalls.ll5 define float @test_call(float %a, float %b) {
Darm-cgp-phis-calls-ret.ll227 ; CHECK-COMMON-LABEL: test_call:
230 define i16 @test_call(i8 zeroext %arg) {
Dfp16-promote.ll107 ; CHECK-ALL-LABEL: test_call:
113 define half @test_call(half %a, half %b) #0 {
/external/llvm/test/CodeGen/ARM/
Dnone-macho-v4t.ll6 define void @test_call() {
9 ; CHECK-LABEL: test_call:
Dvfp-libcalls.ll5 define float @test_call(float %a, float %b) {
Dfp16-promote.ll107 ; CHECK-ALL-LABEL: test_call:
113 define half @test_call(half %a, half %b) #0 {
/external/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll20 ; CHECK-LABEL: test_call
24 define void @test_call() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcast-call-combine-prof.ll10 ; CHECK-LABEL: @test_call()
12 define void @test_call() {
Dmemcpy-addrspace.ll44 ; CHECK-LABEL: test_call
49 define void @test_call(i32 addrspace(1)* %out, i64 %x) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll20 ; CHECK-LABEL: test_call
24 define void @test_call() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dunsupported-calls.ll24 ; R600: in function test_call{{.*}}: unsupported call to function defined_function
25 define amdgpu_kernel void @test_call(i32 addrspace(1)* %out, i32 addrspace(1)* %in) {
72 ; R600: in function test_call{{.*}}: unsupported call to function defined_function
/external/llvm/test/CodeGen/AMDGPU/
Dcall.ll6 ; CHECK: in function test_call{{.*}}: unsupported call to function defined_function
27 define void @test_call(i32 addrspace(1)* %out, i32 addrspace(1)* %in) {
/external/swiftshader/third_party/LLVM/test/CodeGen/PTX/
Dsimple-call.ll9 define ptx_device float @test_call(float %x, float %y) {
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dblocks_test.py270 def test_call(self): member in _ResidualInnerTest
279 def test_call(self): member in _BottleneckResidualInner
Drevnet_test.py73 def test_call(self): member in RevNetTest
/external/tensorflow/tensorflow/python/platform/
Dflags_test.py103 def test_call(self): member in FlagsTest
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py261 def test_call(self): member in _Test
/external/tensorflow/tensorflow/python/keras/layers/
Dkernelized_test.py113 def test_call(self, initializer, trainable): member in RandomFourierFeaturesTest
/external/python/cpython2/Lib/test/
Dtest_sys_settrace.py447 def test_call(self): member in RaisingTraceFuncTestCase
/external/llvm/test/CodeGen/AArch64/
Df16-instructions.ll82 ; CHECK-LABEL: test_call:
88 define half @test_call(half %a, half %b) #0 {
/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py518 def test_call(self): member in RaisingTraceFuncTestCase
/external/python/mock/mock/tests/
Dtesthelpers.py233 def test_call(self): member in CallTest
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py231 def test_call(self): member in CallTest

12