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

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 124 self.called = False
126 self.called = True
130 # deref it. Then delete it, and check that the callback gets called and
136 self.assertTrue(self.called)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 124 self.called = False
126 self.called = True
130 # deref it. Then delete it, and check that the callback gets called and
136 self.assertTrue(self.called)
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 45 // For x86 there are no register arguments and the stack pointer will point directly to the called
310 // Lazily resolve a method for portable. Called by stub code.
311 extern "C" const void* artPortableResolutionTrampoline(mirror::ArtMethod* called,
322 if (called->IsRuntimeMethod()) {
375 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type);
377 CHECK(!called->CheckIncompatibleClassChange(invoke_type));
378 // Refine called method based on receiver.
380 called = receiver->GetClass()->FindVirtualMethodForVirtual(called);
382 called = receiver->GetClass()->FindVirtualMethodForInterface(called)
    [all...]
  /external/chromium_org/remoting/webapp/
host_plugin_proto.js 28 /** @param {function(string):void} callback Callback to be called with the
35 * @param {function(string):void} callback Callback to be called with the hash
40 /** @param {function(string, string):void} callback Callback to be called
51 * is called.
55 * Callback to be called when finished.
60 /** @param {function(string):void} callback Callback to be called with
65 /** @param {function(string):void} callback Callback to be called with
71 * called with the consent.
77 * Callback to be called when finished.
83 * Callback to be called when finished
    [all...]
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 27 self.called = False
29 self.called = True
36 self.failUnlessEqual(should_call, self.called, message)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
signals.py 11 self.called = False
21 if self.called:
23 self.called = True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
signals.py 11 self.called = False
35 if self.called:
37 self.called = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
signals.py 11 self.called = False
35 if self.called:
37 self.called = True
  /external/chromium/base/win/
wrapped_window_proc_unittest.cc 36 bool called() { function in class:__anon4248::TestWrappedExceptionFiter
76 EXPECT_TRUE(wrapper.called());
  /external/chromium_org/base/win/
wrapped_window_proc_unittest.cc 36 bool called() { function in class:__anon6445::TestWrappedExceptionFiter
76 EXPECT_TRUE(wrapper.called());
  /external/qemu/
Android.mk 1 # the following test is made to detect that we were called
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper_unittest.cc 103 bool called() const { return called_; } function in class:ppapi::proxy::__anon11854::TestCallback
186 bool called() const { return called_; } function in class:ppapi::proxy::__anon11854::TestMonitorDeviceChange
266 EXPECT_TRUE(callback.called());
313 EXPECT_TRUE(helper.called() && helper.same_as_expected());
336 EXPECT_TRUE(helper.called() && helper.same_as_expected());
366 EXPECT_TRUE(helper2.called() && helper2.same_as_expected());
367 EXPECT_FALSE(helper.called());
381 EXPECT_FALSE(helper2.called());
382 EXPECT_FALSE(helper.called());
405 EXPECT_FALSE(helper2.called());
    [all...]
  /external/chromium_org/v8/test/mjsunit/
function-caller.js 37 // Check called from function.
43 // Check called from top-level.
46 // Check called from eval.
49 // Check called from builtin functions. Only show the initially called
  /external/v8/test/mjsunit/
function-caller.js 37 // Check called from function.
43 // Check called from top-level.
46 // Check called from eval.
49 // Check called from builtin functions. Only show the initially called
  /external/chromium_org/chrome/browser/net/
dns_probe_runner_unittest.cc 34 bool called() const { return called_; } function in class:chrome_browser_net::__anon7766::TestDnsProbeRunnerCallback
66 EXPECT_TRUE(callback.called());
105 EXPECT_TRUE(callback.called());
  /external/chromium_org/net/disk_cache/
disk_cache_test_util.cc 28 static bool called = false; local
29 if (!called) {
30 called = true;
104 // Quits the message loop when all callbacks are called or we've been waiting
  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 29 port::AtomicPointer called (NULL);
30 env_->Schedule(&SetBool, &called);
32 ASSERT_TRUE(called.NoBarrier_Load() != NULL);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
mockpeerconnectionobservers.h 55 bool called() const { return called_; } function in class:webrtc::MockCreateSessionDescriptionObserver
82 bool called() const { return called_; } function in class:webrtc::MockSetSessionDescriptionObserver
125 bool called() const { return called_; } function in class:webrtc::MockStatsObserver
  /external/chromium_org/tools/perf/metrics/
smoothness.js 53 throw new Error('Start not called.');
56 throw new Error('Stop was not called.');
63 throw new Error('Start not called.');
66 throw new Error('Stop was not called.');
73 throw new Error('Start not called.');
76 throw new Error('Stop was not called.');
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
31 // Test that accessors added to the prototype chain are called
43 // called.
51 // that gets called too.
64 // accessors added to the prototype chain are called instead of
75 // The accessor should be called for o2.
bug-2337.js 37 var called = 0; variable
41 if (called != 2) {
42 called++;
53 assertTrue(called == 2);
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
31 // Test that accessors added to the prototype chain are called
43 // called.
51 // that gets called too.
64 // accessors added to the prototype chain are called instead of
75 // The accessor should be called for o2.
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 436 // Lazily resolve a method for quick. Called by stub code.
437 extern "C" const void* artQuickResolutionTrampoline(mirror::ArtMethod* called,
448 // Compute details about the called method (avoid GCs)
454 if (called->IsRuntimeMethod()) {
517 dex_file = &MethodHelper(called).GetDexFile();
518 dex_method_idx = called->GetDexMethodIndex();
527 if (called->IsRuntimeMethod()) {
528 called = linker->ResolveMethod(dex_method_idx, caller, invoke_type);
533 CHECK(!called->CheckIncompatibleClassChange(invoke_type));
534 // Refine called method based on receiver
    [all...]
  /external/chromium_org/content/browser/resources/gpu/
gpu_internals.js 11 * Main entry point. called once the page has loaded.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2336.js 38 var called = false; variable
42 if (!called) {
43 called = true;
53 assertTrue(called);

Completed in 1330 milliseconds

12 3 4 5 6 7 8 91011>>