Home
last modified time | relevance | path

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

12

/external/autotest/client/common_lib/cros/
Ddev_server_unittest.py85 self.test_call = 'http://nothing/test'
110 urllib.request.urlopen(mox.StrContains(self.test_call)).AndReturn(
113 urllib.request.urlopen(mox.StrContains(self.test_call)).AndReturn(
116 response = dev_server.ImageServerBase.run_call(self.test_call)
131 utils.run(mox.StrContains(self.test_call),
134 utils.run(mox.StrContains(self.test_call),
138 response = dev_server.ImageServerBase.run_call(self.test_call)
148 urllib.request.urlopen(mox.StrContains(self.test_call)).AndReturn(
151 response = dev_server.ImageServerBase.run_call(self.test_call)
160 urllib.request.urlopen(mox.StrContains(self.test_call)).AndReturn(
[all …]
/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-project/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) {
/external/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll20 ; CHECK-LABEL: test_call
24 define void @test_call() {
/external/llvm-project/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/llvm-project/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll20 ; CHECK-LABEL: test_call
26 define void @test_call() {
/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/llvm-project/llvm/test/CodeGen/PowerPC/
Dtest_call_aix.ll12 define void @test_call() {
22 ; CHECK-LABEL: test_call
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dunsupported-calls.ll25 ; R600: in function test_call{{.*}}: unsupported call to function defined_function
26 define amdgpu_kernel void @test_call(i32 addrspace(1)* %out, i32 addrspace(1)* %in) {
/external/python/cffi/testing/cffi1/
Dtest_pkgconfig.py59 def test_call(): function
/external/tensorflow/tensorflow/python/platform/
Dflags_test.py103 def test_call(self): member in FlagsTest
/external/llvm-project/llvm/test/Transforms/EarlyCSE/
Dgc_relocate.ll7 define i1 @test_call(i32 addrspace(1)* %in) gc "statepoint-example" {
8 ; CHECK-LABEL: @test_call(
/external/tensorflow/tensorflow/python/autograph/converters/
Dvariables_test.py190 def test_call(self): member in VariablesTest
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py261 def test_call(self): member in _Test
/external/llvm-project/llvm/test/Transforms/TypePromotion/ARM/
Dcalls.ll17 define i16 @test_call(i8 zeroext %arg) {
18 ; CHECK-LABEL: @test_call(
/external/tensorflow/tensorflow/python/keras/layers/
Dkernelized_test.py134 def test_call(self, initializer, trainable): member in RandomFourierFeaturesTest
/external/rust/crates/tinytemplate/src/
Dcompiler.rs612 fn test_call() { in test_call() function
Dtemplate.rs722 fn test_call() { in test_call() function
/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/jinja/tests/
Dtest_lexnparse.py319 def test_call(self, env): member in TestSyntax

12