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

1 2 3 4 5 6 7

  /external/lldb/test/functionalities/inline-stepping/
Makefile 3 CXX_SOURCES := calling.cpp
  /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
  /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/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/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.
regexp-static.js 159 // Check that calling with no argument is the same as calling with undefined.
  /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
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-with-undefined-reject.js 9 // debug even calling the (undefined) custom rejected closure.
throw-with-undefined-reject.js 11 // 2) when calling the undefined custom reject closure in MyPromise throws.
  /external/chromium_org/v8/test/webkit/
call-apply-crash.js 24 description("Test to ensure that the registerfile is grown correctly when calling apply");
static-scope-object.js 24 description('This test ensures that the correct "this" object is used when calling named function expressions or exceptions.');
  /external/mesa3d/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
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 113 // calling the callback.
124 console.log('calling getTree() callback');
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 50 print '; function calling convention. Microsoft\'s'
63 print '; the decorated names, even though the calling convention'
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 77 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/mesa3d/src/mapi/glapi/gen/
mesadef.py 50 print '; function calling convention. Microsoft\'s'
63 print '; the decorated names, even though the calling convention'
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 23 // - V8 throws a TypeError when calling setSelectionRange for a non-text

Completed in 540 milliseconds

1 2 3 4 5 6 7