HomeSort by relevance Sort by last modified time
    Searched refs:calls (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/valgrind/main/callgrind/
threads.c 84 /* switches through all threads and calls func */
108 CLG_(init_call_stack)( &(t->calls) );
142 CLG_(copy_current_call_stack)( &(t->calls) );
166 CLG_(set_current_call_stack)( &(t->calls) );
  /external/chromium/chrome/browser/resources/shared/js/
util.js 11 // TODO(estade): This should be removed and calls replaced with cr.isMac
24 * Calls chrome.send with a callback and restores the original afterwards.
27 * @param {string} callbackName The name of the function that the backend calls.
  /external/v8/test/mjsunit/
regexp-multiline-stack-trace.js 28 // The flags below are to test the trace-calls functionality and the
30 // Flags: --trace-calls --preallocate-message-memory
string-split-cache.js 36 // Splitting by "" calls runtime StringToArray function that uses the
array-join.js 28 // Test that array join calls toString on subarrays.
for-in-special-cases.js 99 // If for-in returns elements in a different order on multiple calls, this
  /bootable/recovery/updater/
Android.mk 36 # gets #included by updater.c. It calls all those registration
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 53 using 'external' in the module allows direct calls into
  /external/v8/test/mjsunit/compiler/
optimized-function-calls.js 56 // Check that nested global function calls work.
regress-stacktrace-methods.js 30 // Test stack traces with method calls.
inline-two.js 30 // Test that we can inline a function that calls another function.
  /external/v8/test/mjsunit/regress/
regress-1106.js 48 // Test calls on functions defined in the prototype of the global object.
regress-784.js 28 // Test that CallApplyLazy, generating optimized code for apply calls of the
regress-1145.js 47 // Do lots of function calls and hope to be optimized.
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
multi-touch-grouped-targets.js 25 // Do not use the parameters (div_id, expectedTargetTouches) in shouldBe.. calls, as
  /dalvik/tools/dmtracedump/
TraceDump.c 102 "<th>1: # calls</th>\n"
103 "<th>2: # calls</th>\n"
111 "<th># calls</th>\n";
202 StackEntry calls[MAX_STACK_DEPTH]; member in struct:CallStack
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 42 * and control calls. It implements Phone interface.
88 // list of supported ringing calls
91 // list of supported background calls
94 // list of supported foreground calls
384 // There is no active Fg calls, the OFFHOOK state
553 * 3. both active and held calls from same phone, aka, swap
554 * 4. active and held calls from different phones, aka, phone swap
818 * Disconnects the subscriber from both calls
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 96 * getDirectory calls.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 150 // Wait for async calls to fire
168 // Wait for async calls to fire
186 // Wait for async calls to fire
204 // Wait for async calls to fire
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 529 // All calls to vfork() are insecure, issue a warning.
538 "Replace calls to vfork with calls to the safer "
  /external/valgrind/main/
glibc-2.X-drd.supp 226 drd-libQtCore-deref-that-calls-QThreadData-destructor
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementreplaceattributewithself.js 78 This test calls setAttributeNode to replace an attribute with itself.
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent11.js 81 The monitor should recieve only no handleEvent calls.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementreplaceattributewithself.js 78 This test calls setAttributeNode to replace an attribute with itself.
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent11.js 81 The monitor should recieve only no handleEvent calls.

Completed in 1701 milliseconds

1 23 4 5 6 7