/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1166.js | 32 function observe(x, y) { return x; } function 34 function test(x) { return observe(1, ((false || false), x + 1)); }
|
regress-1237.js | 32 function observe(x, y) { return x; } function 34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
|
regress-1210.js | 35 function observe(x, y) { return x; } function 43 return observe(a, arguments[side_effect(a), a + 0]);
|
regress-1167.js | 40 // OSR (after deoptimization) is used to observe the stack height mismatch. 66 function observe(x, y) { return x; } function 68 return observe(this, 69 (((side_effect.observe <= side_effect.side_effect) !== false),
|
/external/v8/test/mjsunit/regress/ |
regress-1166.js | 32 function observe(x, y) { return x; } function 34 function test(x) { return observe(1, ((false || false), x + 1)); }
|
regress-1237.js | 32 function observe(x, y) { return x; } function 34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
|
regress-1210.js | 35 function observe(x, y) { return x; } function 43 return observe(a, arguments[side_effect(a), a + 0]);
|
regress-1167.js | 40 // OSR (after deoptimization) is used to observe the stack height mismatch. 66 function observe(x, y) { return x; } function 68 return observe(this, 69 (((side_effect.observe <= side_effect.side_effect) !== false),
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-3218915.js | 36 // A function to observe the value of its first argument. 37 function observe(x, y) { try {} finally {} return x; } function 42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
|
/external/v8/test/mjsunit/compiler/ |
regress-3218915.js | 36 // A function to observe the value of its first argument. 37 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/chromeos/ |
update_browsertest.cc | 111 chromeos::UpdateObserver* observe = local 113 lib->AddObserver(observe);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementObserver.cpp | 58 void CustomElementObserver::observe(Element* element) function in class:WebCore::CustomElementObserver
|
/frameworks/av/media/libmediaplayerservice/ |
HDCP.cpp | 167 static_cast<HDCP *>(me)->observe(msg, ext1, ext2); 170 void HDCP::observe(int msg, int ext1, int ext2) { function in class:android::HDCP
|
/external/chromium_org/base/android/javatests/src/org/chromium/base/ |
ObserverListTest.java | 20 void observe(int x); method in interface:ObserverListTest.Observer 32 public void observe(int x) { method in class:ObserverListTest.Foo 38 * An observer which add a given Observer object to the list when observe is called. 50 public void observe(int x) { method in class:ObserverListTest.FooAdder 56 * An observer which removes a given Observer object from the list when observe is called. 68 public void observe(int x) { method in class:ObserverListTest.FooRemover 95 obs.observe(10); 105 obs.observe(10); 107 // observe should be called twice on a. 109 // observe should be called twice on b [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 60 public void observe() { method in class:ShortcutManager
|
PhoneWindowManager.java | 513 void observe() { method in class:PhoneWindowManager.SettingsObserver 514 // Observe all users' changes [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
object-observe.js | 112 // Object.observe 113 assertThrows(function() { Object.observe("non-object", observer.callback); }, 115 assertThrows(function() { Object.observe(obj, nonFunction); }, TypeError); 116 assertThrows(function() { Object.observe(obj, frozenFunction); }, TypeError); 117 assertEquals(obj, Object.observe(obj, observer.callback, [1])); 118 assertEquals(obj, Object.observe(obj, observer.callback, [true])); 119 assertEquals(obj, Object.observe(obj, observer.callback, ['foo', null])); 120 assertEquals(obj, Object.observe(obj, observer.callback, [undefined])); 121 assertEquals(obj, Object.observe(obj, observer.callback, 123 assertEquals(obj, Object.observe(obj, observer.callback, [])) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MutationObserver.cpp | 74 void MutationObserver::observe(Node* node, const Dictionary& optionsDictionary, ExceptionState& exceptionState) function in class:WebCore::MutationObserver
|
/frameworks/base/core/java/android/os/ |
FileObserver.java | 88 observe(m_fd); 133 private native void observe(int fd); method in class:FileObserver.ObserverThread
|
/frameworks/base/services/java/com/android/server/ |
NetworkTimeUpdateService.java | 123 mSettingsObserver.observe(mContext); 298 void observe(Context context) { method in class:NetworkTimeUpdateService.SettingsObserver
|
NotificationManagerService.java | 1257 void observe() { method in class:SettingsObserver [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMExtension.js | 584 observe: function(element, config) 587 this._observer.observe(element, config);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar | |
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | |
/external/chromium_org/remoting/webapp/ |
jscompiler_hacks.js | 71 MutationObserver.prototype.observe = function(element, options) {};
|