HomeSort by relevance Sort by last modified time
    Searched refs:observe (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/policy/
profile_policy_connector.cc 125 // First, apply the profile policies and observe if interesting policies
127 ObservingPolicyStoreInterface observe(store);
130 rv = profile_policy_provider_->Provide(&observe);
137 !observe.IsProxyPolicyApplied());
  /external/v8/test/mjsunit/regress/
regress-1237.js 32 function observe(x, y) { return x; } function
34 return observe(1, ((x? observe(observe.prototype.x): 'c'), x + 1));
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),
regress-1166.js 32 function observe(x, y) { return x; } function
34 function test(x) { return observe(1, ((false || false), x + 1)); }
regress-1210.js 35 function observe(x, y) { return x; } function
43 return observe(a, arguments[side_effect(a), a + 0]);
regress-969.js 33 // assignment was lingering). This is hard to observe in the unoptimized
38 // function calls to observe an extra value.
  /frameworks/base/core/java/android/os/
FileObserver.java 88 observe(m_fd);
133 private native void observe(int fd); method in class:FileObserver.ObserverThread
  /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/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 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/chromium/chrome/browser/chromeos/
update_browsertest.cc 111 chromeos::UpdateObserver* observe = local
113 lib->AddObserver(observe);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ShortcutManager.java 60 public void observe() { method in class:ShortcutManager
PhoneWindowManager.java 555 void observe() { method in class:PhoneWindowManager.SettingsObserver
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 115 mSettingsObserver.observe(mContext);
290 void observe(Context context) { method in class:NetworkTimeUpdateService.SettingsObserver
NotificationManagerService.java 556 void observe() { method in class:NotificationManagerService.SettingsObserver
631 observer.observe();
    [all...]
ConnectivityService.java 546 mSettingsObserver.observe(mContext);
2892 void observe(Context context) { method in class:ConnectivityService.SettingsObserver
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/v8/test/mjsunit/
object-define-property.js 1080 // Regression test: We should never observe the hole value.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 565 milliseconds