HomeSort by relevance Sort by last modified time
    Searched refs:calling (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/lldb/test/functionalities/inline-stepping/
Makefile 3 CXX_SOURCES := calling.cpp
  /external/valgrind/main/drd/tests/
sigaltstack.stderr.exp 0 calling sigaltstack, stack base is 0x........
tc12_rwl_trivial.stderr.exp 2 Reader-writer lock not locked by calling thread: rwlock 0x.........
tc10_rec_lock.stderr.exp 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
  /external/valgrind/main/memcheck/tests/
sigaltstack.stderr.exp 0 calling sigaltstack, stack base is 0x........
  /external/libunwind/doc/
unw_backtrace.tex 8 \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/
script_context_set.cc 57 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
  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 49 ClassLoader calling = VMStack.getCallingClassLoader(); local
50 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) {
281 * Parks the calling thread for the specified amount of time,
  /bionic/libc/arch-x86_64/bionic/
__bionic_clone.S 40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 32 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/
RewriteRuleNodeStream.as 22 // we dup every node, so don't have to worry about calling dup; short-
  /bionic/libc/arch-x86/bionic/
syscall.S 22 # Load all the arguments from the calling frame.
  /external/chromium-libpac/test/js-unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
10 throw "exception from calling toString()";
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
10 throw "exception from calling toString()";
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 7 permission in the manifest file (or calling
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
sources.mak 14 # - In bridge mode, mapi provides entry points calling into glapi. To use
  /external/iptables/extensions/
libext.mk 6 # LOCAL_MODULE_CLASS must be defined before calling $(local-generated-sources-dir)
  /external/mesa3d/src/mapi/mapi/
sources.mak 14 # - In bridge mode, mapi provides entry points calling into glapi. To use
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
  /external/valgrind/main/callgrind/
callgrind_annotate.in 166 # 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,$fn_name} . "x)"
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-iteration.js 45 // Use specified object as this object when calling the function.
84 // Use specified object as this object when calling the function.
126 // Use specified object as this object when calling the function.
165 // Use specified object as this object when calling the function.
201 // Use specified object as this object when calling the function.
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 35 #error Need to convert float array to SkScalar array before calling the following function.
Shader.cpp 45 #error Need to convert float array to SkScalar array before calling the following function.
104 #error Need to convert float array to SkScalar array before calling the following function.
148 #error Need to convert float array to SkScalar array before calling the following function.
187 #error Need to convert float array to SkScalar array before calling the following function.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 72 If dpy and drawable are the display and drawable for the calling
75 may be issued immediately after calling glXCopySubBufferMESA, but

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 9