HomeSort by relevance Sort by last modified time
    Searched refs:called (Results 76 - 100 of 557) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/callgrind/
callgrind_annotate.in 162 # hash( file:func => [ called file:func ])
168 # hash( file:func,line => [called file:func ])
180 # Print out the called functions
215 calling|both the called functions or both [none]
930 # Print called functions
933 foreach my $called (keys %$tmp2) {
934 if (defined $call_counter{$fn_name,$called}) {
935 print_CC($call_CCs{$fn_name,$called}, $fn_CC_col_widths);
936 print" > $called (";
937 print $call_counter{$fn_name,$called} . "x)"
    [all...]
  /external/chromium_org/remoting/webapp/
host_controller.js 76 // only called after the dispatcher is completely initialized.
82 * called when done.
83 * @param {function(remoting.Error):void} onError Callback to be called on
95 * @param {function():void} onDone Callback to be called when done.
96 * @param {function(remoting.Error):void} onError Callback to be called on
235 * @param {function():void} onDone Callback to be called when done.
236 * @param {function(remoting.Error):void} onError Callback to be called on
279 * @param {function():void} onDone Callback to be called when done.
280 * @param {function(remoting.Error):void} onError Callback to be called on
wcs_iq_client_proto.js 15 /** @param {function(Array.<string>): void} onMsg The function called when a
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-arguments.js 57 // Frame 0 - called with less parameters than arguments.
60 // Frame 1 - called with more parameters than arguments.
63 // Frame 2 - called with same number of parameters than arguments.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-186.js 28 // Make sure that eval can introduce a local variable called __proto__.
42 // Add property called __proto__ to the extension object.
51 // Add const property called __proto__ to the extension object.
  /external/v8/test/mjsunit/
debug-evaluate-arguments.js 57 // Frame 0 - called with less parameters than arguments.
60 // Frame 1 - called with more parameters than arguments.
63 // Frame 2 - called with same number of parameters than arguments.
  /external/v8/test/mjsunit/regress/
regress-186.js 28 // Make sure that eval can introduce a local variable called __proto__.
42 // Add property called __proto__ to the extension object.
51 // Add const property called __proto__ to the extension object.
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 27 console.log('viewFiles called: ' + selectedFiles.length +
35 console.log('selectFiles called: ' + selectedFiles.length +
43 console.log('selectFile called: ' + selectedFile + ', ' + index);
50 console.log('cancelDialog called');
  /external/chromium_org/chrome/browser/resources/file_manager/js/
async_util.js 143 * several times. The first call is always called immediately, and the next
144 * consecutive ones are aggregated and the closure is called only once once
179 * Runs a closure. Skips consecutive calls. The first call is called
183 // If recently called, then schedule the consecutive call with a delay.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
options.js 6 Grays out or [whatever the opposite of graying out is called] the option
  /external/chromium_org/chrome/renderer/resources/extensions/
unload_event.js 28 // dispatch() is called from C++.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 111 INVALID_OPERATION is generated if WindowPosMESA is called between
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingTestCase.java 47 private void called(String id) { method in class:ForwardingTestCase
62 * This invocation handler only registers that a method was called,
69 called(asString(method));
  /external/llvm/
llvm-device-build.mk 20 -fno-inline-functions-called-once \
  /external/mesa3d/docs/
MESA_window_pos.spec 111 INVALID_OPERATION is generated if WindowPosMESA is called between
  /external/yaffs2/yaffs2/
Kconfig 16 the module will be called yaffs2.
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 10 // the function gAllEventsOccured is called.
18 // Use this function to set a function that will be called once all expected
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 276 * matches a callback if calling that callback causes c to be called.
288 private boolean called = false; field in class:ServiceTest.MockCallback
290 public boolean isCalled() { return called; }
292 public void reset() { called = false; }
293 public void run(Type message) { called = true; }
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-funcaller.js 52 // Test when called from another function.
66 // Test when called from eval.
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 274 * matches a callback if calling that callback causes c to be called.
286 private boolean called = false; field in class:ServiceTest.MockCallback
288 public boolean isCalled() { return called; }
290 public void reset() { called = false; }
291 public void run(Type message) { called = true; }
  /external/v8/test/mjsunit/compiler/
regress-funcaller.js 52 // Test when called from another function.
66 // Test when called from eval.
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 33 -fno-inline-functions-called-once \
56 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mipsel-linux-android-4.7/
setup.mk 33 -fno-inline-functions-called-once \
56 # This function will be called to determine the target CFLAGS used to build
  /ndk/toolchains/mipsel-linux-android-4.8/
setup.mk 33 -fno-inline-functions-called-once \
56 # This function will be called to determine the target CFLAGS used to build
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 240 self.called = 0
243 self.called += 1
244 if self.called == 1:
262 # Make sure select was called again:
263 self.assertGreater(mock_select.called, 1)

Completed in 1485 milliseconds

1 2 34 5 6 7 8 91011>>