Home
last modified time | relevance | path

Searched refs:observe (Results 1 – 25 of 49) sorted by relevance

12

/external/v8/test/mjsunit/regress/
Dregress-1237.js32 function observe(x, y) { return x; } function
34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
Dregress-1167.js66 function observe(x, y) { return x; } function
68 return observe(this,
69 (((side_effect.observe <= side_effect.side_effect) !== false),
Dregress-1166.js32 function observe(x, y) { return x; } function
34 function test(x) { return observe(1, ((false || false), x + 1)); }
Dregress-1210.js35 function observe(x, y) { return x; } function
43 return observe(a, arguments[side_effect(a), a + 0]);
/external/v8/test/mjsunit/compiler/
Dregress-3218915.js37 function observe(x, y) { try {} finally {} return x; } function
42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
/external/chromium/chrome/browser/policy/
Dprofile_policy_connector.cc127 ObservingPolicyStoreInterface observe(store); in Provide() local
130 rv = profile_policy_provider_->Provide(&observe); in Provide()
137 !observe.IsProxyPolicyApplied()); in Provide()
/external/iproute2/examples/diffserv/
Dregression-testing11 generate all possible DSCPs and observe that they
19 and observe that they get marked as expected.
26 *observe that the metering/policing works correctly (and the marking
34 *observe that the metering/policing works correctly (and the marking
80 *observe that the metering/policing works correctly (and the marking
/external/chromium/chrome/browser/chromeos/
Dupdate_browsertest.cc111 chromeos::UpdateObserver* observe = in IN_PROC_BROWSER_TEST_F() local
113 lib->AddObserver(observe); in IN_PROC_BROWSER_TEST_F()
/external/dropbear/libtomcrypt/notes/
Dtech0002.txt8 A timing attack is when an attacker can observe a side channel of the device (in this case time). …
10 determine when a computation (such as a public key encryption) begins and ends but cannot observe t…
/external/linux-tools-perf/Documentation/
Dexamples.txt44 You can observe the statistical properties as well, by using the
157 Or you can observe the whole system's page allocations for 10
173 Or observe how fluctuating the page allocations are, via statistical
/external/valgrind/main/docs/internals/
Dm_syswrap.txt7 POST wrappers for syscalls. It is important to observe these, else
/external/libvpx/examples/
Dvp8cx_set_ref.txt73 to this example, and observe that no key-frame is generated.
Dvp8_set_maps.txt95 Use the `simple_decoder` example to decode this sample, and observe
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm622 …// Stop observing WebPreferencesChangedInternalNotification -- we only need to observe this when i…
637 …// Stop observing WebPreferencesChangedInternalNotification -- we only need to observe this when i…
648 …// While in the view hierarchy, observe WebPreferencesChangedInternalNotification so that we can s…
680 …// Remove WebPreferencesChangedInternalNotification observer -- we will observe once again when we…
/external/webkit/Source/WebKit2/PluginProcess/mac/
DPluginProcessShim.mm156 // Leak the two observers so that they observe notifications for the lifetime of the process.
/external/valgrind/main/helgrind/
DREADME_MSMProp2.txt65 With that observation in place, it is a short step to observe that
/external/iproute2/doc/
Darpd.sgml46 information, you can observe 1 second gaps in service. Not fatal, but
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js3764 Event.observe(element, 'click', this.onElementEvent.bind(this));
3767 Event.observe(element, 'change', this.onElementEvent.bind(this));
4006 observe: function(element, eventName, handler) {
4085 observe: Event.observe, property
4091 observe: Element.Methods.observe.methodize(), property
4116 Event.observe(window, "load", fireContentLoadedEvent);
Dconcat-jquery-mootools-prototype.js12143 Event.observe(element, 'click', this.onElementEvent.bind(this));
12146 Event.observe(element, 'change', this.onElementEvent.bind(this));
12385 observe: function(element, eventName, handler) {
12464 observe: Event.observe, property
12470 observe: Element.Methods.observe.methodize(), property
12495 Event.observe(window, "load", fireContentLoadedEvent);
/external/zlib/src/doc/
Dtxtvsbin.txt72 detection schemes observe the presence of non-ASCII codes from the range
/external/webkit/Source/WebKit/wince/
DChangeLog135 REGRESSION (WebKit2): Tab keys no longer observe Full Keyboard Access
142 this platform doesn't observe or have full keyboard access state.
/external/webkit/Source/WebKit/haiku/
DChangeLog117 REGRESSION (WebKit2): Tab keys no longer observe Full Keyboard Access
124 this platform doesn't observe or have full keyboard access state.
/external/chromium/chrome/browser/ui/cocoa/
Dhistory_menu_bridge.mm154 // All other notification types that we observe indicate that the history has
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.mm423 // FIXME 2573089: we can observe a notification for first responder changes
459 // FIXME 2573089: we can observe a notification for changes to the first responder
/external/webkit/Source/WebKit/qt/
DChangeLog1465 REGRESSION (WebKit2): Tab keys no longer observe Full Keyboard Access
1472 this platform doesn't observe or have full keyboard access state.

12