HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 76 - 100 of 14805) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/android/java/src/org/chromium/ui/
OnColorChangedListener.java 7 * The callback used to indicate the user changed the color.
  /external/chromium_org/ui/app_list/
app_list_model_observer.h 14 // Invoked when AppListModel's status has changed.
search_box_view_delegate.h 16 // Invoked when query text has changed by the user.
  /external/chromium_org/ui/views/controls/combobox/
combobox_listener.h 13 // has changed.
  /external/skia/src/images/
SkMovie.cpp 61 bool changed = false; local
65 changed = this->onSetTime(time);
66 fNeedBitmap |= changed;
68 return changed;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_long.py 19 node.changed()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_long.py 19 node.changed()
  /dalvik/vm/alloc/
WriteBarrier.h 27 * The address within the Object has been written, and perhaps changed.
35 * All of the Object may have changed.
45 * and perhaps changed.
  /external/chromium_org/ash/system/chromeos/network/
network_detailed_view.h 34 // Called when network manager state has changed.
38 // Called when the contents of the network list have changed.
42 // Called when a network service property has changed.
  /external/chromium_org/base/power_monitor/
power_monitor_source.cc 37 bool changed = false; local
42 changed = true;
47 if (changed)
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_listener.h 10 // Called by a provider as a notification that something has changed.
11 // |updated_matches| should be true iff the matches have changed in some
12 // way (they may not have changed if, for example, the provider did an
  /external/chromium_org/net/quic/crypto/
channel_id_test.cc 43 false // F (3 - S changed)
53 false // F (2 - R changed)
63 false // F (4 - Q changed)
93 false // F (2 - R changed)
103 false // F (4 - Q changed)
113 false // F (1 - Message changed)
123 false // F (3 - S changed)
133 false // F (2 - R changed)
143 false // F (3 - S changed)
153 false // F (1 - Message changed)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
autocompletion-fire-onchange.html 5 window.changed = false;
11 if (!window.changed && document.getElementById("field").value != "")
35 <p><input type="text" name="field" id="field" value="" onchange="window.changed = true"/></p>
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
http-auth-private-mode-changed.html 3 <p>Both http-auth-private-mode-changed.html and http-auth-private-mode-changed.php must be served over http.</p>
8 2. Press <a href="http-auth-private-mode-changed.php">Start test here</a>.<br>
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c
18 grep "^Last Changed Date" .svninfo >> tdb.c
  /packages/apps/Camera/src/com/android/camera/ui/
LayoutNotifyView.java 44 protected void onLayout(boolean changed, int l, int t, int r, int b) {
45 super.onLayout(changed, l, t, r, b);
46 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RightAlignedHorizontalScrollView.java 35 protected void onLayout(boolean changed, int l, int t, int r, int b) {
36 super.onLayout(changed, l, t, r, b);
37 if (changed) {
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLMessages.java 36 private static ListResourceBundle XSLTBundle = new XSLTErrorResources(); // android-changed
50 // BEGIN android-changed
53 // END android-changed
68 // BEGIN android-changed
71 // END android-changed
  /external/iptables/include/linux/netfilter/
nf_conntrack_common.h 27 /* It's an expected connection: bit 0 set. This bit never changed */
43 /* Connection needs src nat in orig dir. This bit never changed. */
47 /* Connection needs dst nat in orig dir. This bit never changed. */
87 IPCT_ASSURED, /* connection status has changed to assured */
88 IPCT_PROTOINFO, /* protocol information has changed */
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
transform.rs 24 int changed;
57 toChild.changed = 0;
65 toChild.changed = 1;
82 if (parent->changed) {
83 toChild.changed = 1;
  /libcore/luni/src/main/java/java/beans/
PropertyChangeEvent.java 24 * changed.
42 * the changed bean.
44 * the changed property, or <code>null</code> to indicate an
45 * unspecified set of the properties has changed.
65 * Returns the name of the property that has changed. If an unspecified set
66 * of properties has changed it returns null.
68 * @return the name of the property that has changed, or null.
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
RangeManip.cpp 108 bool changed; local
110 do { // re-run if changed in last run
111 changed=0;
113 for (int i=0;i<(((int)list.size())-1) && !changed ;i++)
115 for (int j=i+1;j<(int)list.size() && !changed ;j++)
121 changed=1;
125 } while (changed);
  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 219 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet()); local
221 didMutate(changed ? PropertyChanged : NoChanges);
223 if (changed) {
240 bool changed = m_propertySet->removeProperty(propertyID, &result); local
242 didMutate(changed ? PropertyChanged : NoChanges);
244 if (changed)
264 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet()); local
266 didMutate(changed ? PropertyChanged : NoChanges);
268 if (changed)
289 bool changed = m_propertySet->setVariableValue(name, value) local
300 bool changed = m_propertySet->removeVariable(name); local
312 bool changed = m_propertySet->clearVariables(); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
DigestFactory.java 99 // BEGIN android-changed
101 // END android-changed
105 // BEGIN android-changed
107 // END android-changed
117 // BEGIN android-changed
119 // END android-changed
123 // BEGIN android-changed
125 // END android-changed
129 // BEGIN android-changed
131 // END android-changed
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
network_unittest.cc 53 bool* changed ) {
54 network_manager.MergeNetworkList(list, changed);
177 bool changed; local
178 MergeNetworkList(manager, list, &changed);
179 EXPECT_TRUE(changed);
190 MergeNetworkList(manager, list, &changed);
191 EXPECT_TRUE(changed);
203 MergeNetworkList(manager, list, &changed);
204 EXPECT_TRUE(changed);
218 MergeNetworkList(manager, list, &changed);
269 bool changed = false; local
291 bool changed = false; local
339 bool changed = false; local
364 bool changed = false; local
422 bool changed = false; local
    [all...]

Completed in 1977 milliseconds

1 2 34 5 6 7 8 91011>>