Searched refs:calling (Results 1 - 25 of 81) sorted by relevance

1234

/external/lldb/test/functionalities/inline-stepping/
H A DMakefile3 CXX_SOURCES := calling.cpp
/external/valgrind/main/drd/tests/
H A Dsigaltstack.stderr.exp0 calling sigaltstack, stack base is 0x........
H A Dtc12_rwl_trivial.stderr.exp2 Reader-writer lock not locked by calling thread: rwlock 0x.........
H A Dtc10_rec_lock.stderr.exp9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
/external/valgrind/main/memcheck/tests/
H A Dsigaltstack.stderr.exp0 calling sigaltstack, stack base is 0x........
/external/libunwind/doc/
H A Dunw_backtrace.tex8 \begin{Name}{3}{unw\_backtrace}{David Mosberger-Tang}{Programming Library}{unw\_backtrace}unw\_backtrace -- return backtrace for the calling program
24 the calling program. The routine fills up to \Var{size} addresses in the array
32 calling \Func{backtrace}() is linked against \Prog{libunwind}, it may end up
33 calling \Func{unw\_backtrace}().
/external/chromium_org/extensions/renderer/
H A Dscript_context_set.cc57 v8::Local<v8::Context> calling = isolate->GetCallingContext(); local
58 return calling.IsEmpty() ? NULL : GetByV8Context(calling);
77 // We copy the context list, because calling into javascript may modify it
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallWSRU.stderrB.exp32 set pc, calling from gdb a function in the debugged process, ...)
41 set pc, calling from gdb a function in the debugged process, ...)
50 set pc, calling from gdb a function in the debugged process, ...)
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as22 // we dup every node, so don't have to worry about calling dup; short-
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dsources.mak14 # - In bridge mode, mapi provides entry points calling into glapi. To use
/external/iptables/extensions/
H A Dlibext.mk6 # LOCAL_MODULE_CLASS must be defined before calling $(local-generated-sources-dir)
/external/mesa3d/src/mapi/mapi/
H A Dsources.mak14 # - In bridge mode, mapi provides entry points calling into glapi. To use
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in166 # hash( file:func => [ calling file:func ])
216 calling|both the called functions or both [none]
285 # --tree=none|caller|calling|both
286 } elsif ($arg =~ /^--tree=(none|caller|calling|both)$/) {
288 $tree_calling = 1 if ($1 eq "calling" || $1 eq "both");
912 foreach my $calling (keys %$tmp1) {
913 if (defined $call_counter{$calling,$fn_name}) {
914 print_CC($call_CCs{$calling,$fn_name}, $fn_CC_col_widths);
915 print" < $calling (";
916 print $call_counter{$calling,
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_copy_sub_buffer.spec72 If dpy and drawable are the display and drawable for the calling
75 may be issued immediately after calling glXCopySubBufferMESA, but
H A DMESA_swap_frame_usage.spec133 Missed frame swaps can be tracked by calling the following function:
146 calling the following function:
165 Frame tracking is disabled by calling the function
/external/mesa3d/docs/
H A DMESA_copy_sub_buffer.spec72 If dpy and drawable are the display and drawable for the calling
75 may be issued immediately after calling glXCopySubBufferMESA, but
H A DMESA_swap_frame_usage.spec133 Missed frame swaps can be tracked by calling the following function:
146 calling the following function:
165 Frame tracking is disabled by calling the function
/external/smali/baksmali/
H A DAndroid.mk26 #LOCAL_MODULE_CLASS and LOCAL_IS_HOST_MODULE must be defined before calling $(local-intermediates-dir)
/external/smali/smali/
H A DAndroid.mk26 #LOCAL_MODULE_CLASS and LOCAL_IS_HOST_MODULE must be defined before calling $(local-intermediates-dir)
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c77 Foo_fun1(1); // expected-warning{{calling function 'Foo_fun1' requires holding mutex 'mu2'}} \
78 expected-warning{{calling function 'Foo_fun1' requires holding mutex 'mu1' exclusively}}
103 set_value(&a_, 0); // expected-warning{{calling function 'set_value' requires holding mutex 'foo_.mu_' exclusively}}
104 get_value(b_); // expected-warning{{calling function 'get_value' requires holding mutex 'foo_.mu_'}}
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak7 # This project uses the Delphi (fastcall/register) calling convention:
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak7 # This project uses the Delphi (fastcall/register) calling convention:
/external/libpng/projects/owatcom/
H A Dpngconfig.mak69 # the required change to the calling convention.
71 # By default libpng is built to use the __cdecl calling convention on
148 $# of the OpenWatcom library calling convention.)

Completed in 576 milliseconds

1234