/external/autotest/client/common_lib/cros/ |
D | dev_server_unittest.py | 87 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/ |
D | none-macho-v4t.ll | 6 define void @test_call() { 9 ; CHECK-LABEL: test_call:
|
D | vfp-libcalls.ll | 5 define float @test_call(float %a, float %b) {
|
D | arm-cgp-phis-calls-ret.ll | 227 ; CHECK-COMMON-LABEL: test_call: 230 define i16 @test_call(i8 zeroext %arg) {
|
D | fp16-promote.ll | 107 ; CHECK-ALL-LABEL: test_call: 113 define half @test_call(half %a, half %b) #0 {
|
/external/llvm/test/CodeGen/ARM/ |
D | none-macho-v4t.ll | 6 define void @test_call() { 9 ; CHECK-LABEL: test_call:
|
D | vfp-libcalls.ll | 5 define float @test_call(float %a, float %b) {
|
D | fp16-promote.ll | 107 ; CHECK-ALL-LABEL: test_call: 113 define half @test_call(half %a, half %b) #0 {
|
/external/llvm/test/CodeGen/SPARC/ |
D | float-constants.ll | 20 ; CHECK-LABEL: test_call 24 define void @test_call() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | cast-call-combine-prof.ll | 10 ; CHECK-LABEL: @test_call() 12 define void @test_call() {
|
D | memcpy-addrspace.ll | 44 ; 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/ |
D | float-constants.ll | 20 ; CHECK-LABEL: test_call 24 define void @test_call() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | unsupported-calls.ll | 24 ; 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/ |
D | call.ll | 6 ; 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/ |
D | simple-call.ll | 9 define ptx_device float @test_call(float %x, float %y) {
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | blocks_test.py | 270 def test_call(self): member in _ResidualInnerTest 279 def test_call(self): member in _BottleneckResidualInner
|
D | revnet_test.py | 73 def test_call(self): member in RevNetTest
|
/external/tensorflow/tensorflow/python/platform/ |
D | flags_test.py | 103 def test_call(self): member in FlagsTest
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 261 def test_call(self): member in _Test
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | kernelized_test.py | 113 def test_call(self, initializer, trainable): member in RandomFourierFeaturesTest
|
/external/python/cpython2/Lib/test/ |
D | test_sys_settrace.py | 447 def test_call(self): member in RaisingTraceFuncTestCase
|
/external/llvm/test/CodeGen/AArch64/ |
D | f16-instructions.ll | 82 ; CHECK-LABEL: test_call: 88 define half @test_call(half %a, half %b) #0 {
|
/external/python/cpython3/Lib/test/ |
D | test_sys_settrace.py | 518 def test_call(self): member in RaisingTraceFuncTestCase
|
/external/python/mock/mock/tests/ |
D | testhelpers.py | 233 def test_call(self): member in CallTest
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testhelpers.py | 231 def test_call(self): member in CallTest
|