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

1 2 3 4 5 6 7 8

  /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/chromium_org/chrome/renderer/extensions/
chrome_v8_context_set.cc 68 v8::Local<v8::Context> calling = v8::Context::GetCalling(); local
69 return calling.IsEmpty() ? NULL : GetByV8Context(calling);
87 // 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())) {
295 * Parks the calling thread for the specified amount of time,
  /libcore/libdvm/src/main/java/sun/misc/
Unsafe.java 49 ClassLoader calling = VMStack.getCallingClassLoader(); local
50 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) {
307 * Parks the calling thread for the specified amount of time,
  /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 23 # Load all the arguments from the calling frame.
  /external/chromium/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-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/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/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dashboard_base.js 49 // FIXME: Have results.js fire off the loader and then the calling code passing in a callback
50 // for once everything is loaded and doesn't know about Loader at all. The calling code just
  /external/valgrind/main/callgrind/
callgrind_annotate.in 165 # hash( file:func => [ calling file:func ])
215 calling|both the called functions or both [none]
284 # --tree=none|caller|calling|both
285 } elsif ($arg =~ /^--tree=(none|caller|calling|both)$/) {
287 $tree_calling = 1 if ($1 eq "calling" || $1 eq "both");
905 foreach my $calling (keys %$tmp1) {
906 if (defined $call_counter{$calling,$fn_name}) {
907 print_CC($call_CCs{$calling,$fn_name}, $fn_CC_col_widths);
908 print" < $calling (";
909 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.
  /external/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.
  /external/iptables/extensions/
Android.mk 28 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
91 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
154 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 14 is the result of calling GetMulti on the missing keys for the object store.
  /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 1106 milliseconds

1 2 3 4 5 6 7 8