Home
last modified time | relevance | path

Searched refs:call_run (Results 1 – 25 of 61) sorted by relevance

123

/dports/textproc/py-xmldiff/xmldiff-2.4/tests/
H A Dtest_main.py76 def call_run(self, args, command=main.diff_command): member in MainCLITests
96 stdout, stderr = self.call_run([])
104 output, errors = self.call_run([file1, file2])
116 output, errors = self.call_run([file1, file2, '--formatter', 'xml'])
123 output, errors = self.call_run([file1, file2, '--keep-whitespace',
128 output, errors = self.call_run([file1, file2, '--pretty-print',
141 output2, errors = self.call_run([file1, file2, '--ratio-mode',
146 output, errors = self.call_run([file1, file2, '--ratio-mode',
151 output, errors = self.call_run([file1, file2, '--unique-attributes',
156 output, errors = self.call_run([file1, file2, '--unique-attributes'])
[all …]
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dcall.h146 void call_run( Reduce *rc, Compile *compile,
H A Dcall.c1618 call_run( Reduce *rc, Compile *compile, in call_run() function
H A Dreduce.c1277 (ActionFn) call_run, na, arg, in reduce_spine()
/dports/security/p11-kit/p11-kit-0.24.0/p11-kit/
H A Drpc-client.c111 call_run (rpc_client *module, in call_run() function
557 _ret = call_run (_mod, &_msg); \
791 ret = call_run (module, &msg); in rpc_C_Initialize()
829 ret = call_run (module, &msg); in rpc_C_Finalize()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/rpc-layer/
H A Dgkm-rpc-module.c537 call_run (CallState *cs) in call_run() function
986 _ret = call_run (_cs); \
1224 ret = call_run (cs); in rpc_C_Initialize()
1268 ret = call_run (cs); in rpc_C_Finalize()
/dports/net/c3270/suite3270-4.0/Common/
H A Dtask.c232 static void call_run(task_t *s);
1858 call_run(current_task); in run_taskq()
2596 call_run(task_t *s) in call_run() function
2633 call_run(current_task); in task_done()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dtask.c232 static void call_run(task_t *s);
1858 call_run(current_task); in run_taskq()
2596 call_run(task_t *s) in call_run() function
2633 call_run(current_task); in task_done()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dthread.hpp330 void call_run();
H A Dthread.cpp366 void Thread::call_run() { in call_run() function in Thread
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dthread.hpp473 void call_run();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp402 void call_run();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dthread.hpp477 void call_run();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dthread.hpp424 void call_run();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp402 void call_run();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dthread.hpp477 void call_run();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dthread.hpp477 void call_run();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/
H A Dos_windows.cpp555 thread->call_run(); in thread_native_entry()
561 thread->call_run(); in thread_native_entry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A Dos_windows.cpp543 thread->call_run(); in thread_native_entry()
549 thread->call_run(); in thread_native_entry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/aix/
H A Dos_aix.cpp744 thread->call_run(); in thread_native_entry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp666 thread->call_run(); in thread_native_entry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp652 thread->call_run(); in thread_native_entry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/aix/
H A Dos_aix.cpp740 thread->call_run(); in thread_native_entry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/bsd/
H A Dos_bsd.cpp749 thread->call_run(); in thread_native_entry()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp778 thread->call_run(); in thread_native_entry()

123