Searched defs:call (Results 1 - 25 of 462) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/x86/
H A Dtronical.S84 call VG_SYM_ASM(printf)
97 call VG_SYM_ASM(malloc)
99 call set define
100 call get
/external/llvm/test/MC/Hexagon/instructions/
H A Dj.s6 call 0 label
8 if (p3) call 0
10 if (!p3) call 0
/external/llvm/test/MC/X86/
H A Dintel-syntax-ptr-sized.s7 call [eax] label
17 call [eax] label
/external/llvm/test/Object/Inputs/
H A Delfver.S15 call _puts@PLT label
/external/strace/
H A Dsocketcall.c33 const unsigned int call = tcp->u_arg[0]; local
34 const char *str = xlookup(socketcalls, call);
39 tprintf("%d", call);
H A Dipc.c33 unsigned int call = tcp->u_arg[0]; local
34 unsigned int version = call >> 16;
35 call &= 0xffff;
36 const char *str = xlookup(ipccalls, call);
44 tprintf("%u", call);
/external/clang/test/CodeGenCXX/
H A Ddelayed-template-parsing.cpp12 void call() { function in namespace:ClassScopeSpecialization
14 // CHECK: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
15 // X64: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
H A Dinstantiate-temporaries.cpp17 void call() { function
22 // CHECK: call void @_ZN1Y3getEv
23 // CHECK-NEXT: call void @_ZN1XD1Ev
25 template void call<int>();
33 // CHECK: call void @_ZN1XC1Ev
34 // CHECK-NEXT: call void @_ZN2X2D1Ev
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DCallable.java25 V call() throws Exception; method in interface:Callable
/external/llvm/test/MC/ELF/
H A Dweak-diff.s26 call f2 label
/external/syslinux/com32/lib/pci/
H A Dbios.c5 uint32_t __pci_read_write_bios(uint32_t call, uint32_t v, pciaddr_t a) argument
9 rs.eax.w[0] = call;
/external/adhd/cras/src/server/
H A Dcras_telephony.h14 * call - standard call status indicator, where
15 * 0: no call active
16 * 1: call is active
17 * callsetup - call set up status indicator.
18 * 0: not currently in call set up
19 * 1: an incoming call prcess ongoing
20 * 2: an outgoing call set up is ongoing
21 * callhold - call hold status indicator.
22 * 0: no call hol
31 int call; member in struct:cras_telephony_handle
[all...]
/external/guice/core/src/com/google/inject/internal/
H A DContextualCallable.java23 T call(InternalContext context) throws ErrorsException; method in interface:ContextualCallable
/external/v8/src/compiler/
H A Dtail-call-optimization.cc5 #include "src/compiler/tail-call-optimization.h"
19 // The value which is returned must be the result of a potential tail call,
22 Node* const call = NodeProperties::GetValueInput(node, 1); local
23 if (call->opcode() == IrOpcode::kCall &&
24 CallDescriptorOf(call->op())->SupportsTailCalls() &&
25 NodeProperties::GetEffectInput(node) == call &&
26 !NodeProperties::IsExceptionalCall(call)) {
29 // the CallDescriptor, otherwise the tail call transformation is invalid.
32 call->OwnedBy(node, control) && control->OwnedBy(node)) {
68 DCHECK_EQ(call, NodePropertie
[all...]
/external/webrtc/talk/app/webrtc/
H A Dfakemediacontroller.h39 webrtc::Call* call)
40 : channel_manager_(channel_manager), call_(call) {
38 FakeMediaController(cricket::ChannelManager* channel_manager, webrtc::Call* call) argument
/external/googletest/
H A Drun_tests.py32 def call(cmd, *args, **kwargs): function
33 """Proxy for subprocess.call with logging."""
35 logger().info('call `%s`', ' '.join(cmd))
36 return subprocess.call(cmd, *args, **kwargs)
74 if call(cmd) != 0:
79 if call(cmd) != 0:
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
H A DTarget02.java21 public Void call() throws Exception { method in class:Target02
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of11.pass.cpp37 static void call() function in struct:test_invoke_result
55 test_invoke_result<T, U>::call();
/external/ltp/testcases/kernel/syscalls/socketcall/
H A Dsocketcall01.c20 * This is a basic test for the socketcall(2) system call.
35 #define socketcall(call, args) syscall(__NR_socketcall, call, args)
38 int call; member in struct:test_case_t
50 TEST(socketcall(TC[i].call, TC[i].args));
/external/mesa3d/src/compiler/glsl/
H A Dir_function_can_inline.cpp27 * Determines if we can inline a function call using ir_function_inlining.cpp.
58 can_inline(ir_call *call) argument
61 const ir_function_signature *callee = call->callee;
/external/python/cpython3/Tools/scripts/
H A Drun_tests.py52 from subprocess import call namespace
53 sys.exit(call(args))
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/util/
H A DFunction.java7 R call(Class<?> theClass, T value, Object[] params); method in interface:Function
/external/strace/linux/x86_64/
H A Dget_scno.c117 unsigned long call, rip = x86_64_regs.rip; local
121 call = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)rip, (char *)0);
124 switch (call & 0xffff) {
137 (int)call, tcp->pid);
/external/autotest/client/cros/video/
H A Dhelper_logger.py74 def call(*args, **kwargs): function in function:video_log_wrapper
84 return call
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DTrialRunLoop.java79 @Override public TrialResult call() throws TrialFailureException, IOException { method in class:TrialRunLoop

Completed in 3057 milliseconds

1234567891011>>