Home
last modified time | relevance | path

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

12345678910>>...27

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/ExecutionEngine/JITLink/RISCV/
H A DELF_pc_indirect.s42 # jitlink-check: decode_operand(test_call, 1) = ((external_func - test_call) + 0x800)[31:12]
43 # jitlink-check: decode_operand(test_call+4, 2)[11:0] = (external_func - test_call)[11:0]
44 .globl test_call
46 .type test_call,@function
47 test_call: label
50 .size test_call, .-test_call
/dports/devel/grpc134/grpc-1.34.1/test/core/iomgr/
H A Dstranded_event_test.cc92 void StartCall(TestCall* test_call) { in StartCall() argument
102 void* tag = test_call; in StartCall()
167 void* tag = test_call; in ReceiveInitialMetadata()
183 void FinishCall(TestCall* test_call) { in FinishCall() argument
199 void* tag = test_call; in FinishCall()
208 test_call->status = status; in FinishCall()
377 StartCall(test_call.get()); in TEST()
392 ReceiveInitialMetadata(test_call.get(), in TEST()
402 SendMessage(test_call->call, test_call->cq); in TEST()
403 ReceiveMessage(test_call->call, test_call->cq); in TEST()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/iomgr/
H A Dstranded_event_test.cc90 void StartCall(TestCall* test_call) { in StartCall() argument
100 void* tag = test_call; in StartCall()
165 void* tag = test_call; in ReceiveInitialMetadata()
181 void FinishCall(TestCall* test_call) { in FinishCall() argument
197 void* tag = test_call; in FinishCall()
206 test_call->status = status; in FinishCall()
375 StartCall(test_call.get()); in TEST()
390 ReceiveInitialMetadata(test_call.get(), in TEST()
400 SendMessage(test_call->call, test_call->cq); in TEST()
401 ReceiveMessage(test_call->call, test_call->cq); in TEST()
[all …]
/dports/textproc/xlhtml/xlhtml-0.5/cole/
H A Dolecod.c271 test_call (process_Root (stream_list, root), int); in __OLEcode()
389 test_call (add_stream_to_sbfile_and_SDepot ( in process_streams()
393 test_call (add_stream_to_Input_and_BDepot ( in process_streams()
804 test_call (generate_header (), int); in generate_ole2_file()
805 test_call (generate_recursive (&Input), int); in generate_ole2_file()
810 test_call (generate_SDepot (), int); in generate_ole2_file()
811 test_call (generate_Root (), int); in generate_ole2_file()
812 test_call (generate_BDepot (), int); in generate_ole2_file()
905 test_call (generate_real_file (list), int); in generate_recursive()
920 test_call (write_block_list (1, SDepot, 1), int); in generate_SDepot()
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/jingle/
H A Dstun-server.py195 def test_call(jp, q, bus, conn, stream, function
301 test_all_dialects(partial(test_call,
303 test_all_dialects(partial(test_call,
307 test_all_dialects(partial(test_call,
314 test_all_dialects(partial(test_call,
317 test_all_dialects(partial(test_call,
322 test_all_dialects(partial(test_call,
327 test_all_dialects(partial(test_call,
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-config/perl/
H A Dexample.pl113 &test_call;
153 &test_call;
219 sub test_call { subroutine
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3.inc1 .macro test_call,name
20 test_call \name
37 test_call \name
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3.inc1 .macro test_call,name
20 test_call \name
37 test_call \name
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3.inc1 .macro test_call,name
20 test_call \name
37 test_call \name
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3.inc1 .macro test_call,name
20 test_call \name
37 test_call \name
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3.inc1 .macro test_call,name
20 test_call \name
37 test_call \name
/dports/www/py-horizon/horizon-19.2.0/horizon/test/unit/utils/
H A Dtest_validators.py76 test_call = validators.validate_port_or_colon_separated_port_range
78 self.assertIsNone(test_call(prange))
81 self.assertRaises(ValidationError, test_call, prange)
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dremoting1.cs117 static long test_call (R1 o) in test_call() method in Test
161 lres = test_call (o2); in Main()
163 lres = test_call (o); in Main()
169 lres = test_call (o); in Main()
H A Djit-uint.cs3 public static uint test_call (uint a, uint b) { in test_call() method in TestJit
67 if (test_call (3, 5) != 8) in Main()
H A Djit-ulong.cs3 public static ulong test_call (ulong a, ulong b) { in test_call() method in TestJit
67 if (test_call (3, 5) != 8) in Main()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/optional/monadic/
H A Dor_else.cc66 test_call() in test_call() function
96 static_assert( test_call() );
102 test_call(); in main()
/dports/net-im/p5-Net-Jabber/Net-Jabber-2.0/t/
H A Dprotocol_rpc.t13 methodname=>"test_call",
19 is( $query1->GetXML(), "<query xmlns='jabber:iq:rpc'><methodCall><methodName>test_call</methodName>…
34 methodname=>"test_call",
44 methodname=>"test_call",
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcythonscope.pyx5 from cython cimport test_call, test_dep
140 test_call
143 test_call
147 test_call('second')
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcythonscope.pyx5 from cython cimport test_call, test_dep
140 test_call
143 test_call
147 test_call('second')
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dder_type.f9028 call test_call(def_init%i)
39 subroutine test_call (p) subroutine
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dder_type.f9028 call test_call(def_init%i)
39 subroutine test_call (p) subroutine
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dder_type.f9028 call test_call(def_init%i)
39 subroutine test_call (p) subroutine
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dder_type.f9028 call test_call(def_init%i)
39 subroutine test_call (p) subroutine
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dder_type.f9028 call test_call(def_init%i)
39 subroutine test_call (p) subroutine
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dder_type.f9028 call test_call(def_init%i)
39 subroutine test_call (p) subroutine

12345678910>>...27