HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 176 - 200 of 12504) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/android_webview/tools/
known_issues.py 7 There are a number of directories in the Chromium tree which should be removed
17 after things have been removed from the tree - it can no longer see the
18 README.chromium files for previously-removed directories, but they may have
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h 41 // displayed or in the queue. Returns true if anything was removed.
51 // extension ID). Returns true if anything was removed.
54 // Removes notifications matching |profile|. Returns true if any were removed.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.h 22 // Invoked before the specified items are removed from the bookmark model.
26 // Invoked after the items have been removed from the model.
90 // Should the menu close when a node is removed.
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.idl 49 // FIXME: This is a temporary flag and should be removed once accelerated
53 // FIXME: This is a temporary flag and should be removed once squashing is
59 // be removed or moved onto internals.runtimeFlags:
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java 65 int removed; local
67 removed = entries[numEntries - 1];
77 return removed;
  /libcore/luni/src/main/java/java/security/acl/
Owner.java 50 * the owner to be removed.
51 * @return {@code true} if the owner was removed, {@code false} if it was not an owner.
55 * if the owner to be removed is the last owner and hence removing it
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service.cc 89 // |removed| is a list of namespaces that were present in the previous
90 // schema and have been removed in the updated version.
92 scoped_ptr<PolicyNamespaceList> removed);
193 scoped_ptr<PolicyNamespaceList> removed) {
194 // Purge any components that have been removed.
206 if (removed) {
207 for (size_t i = 0; i < removed->size(); ++i)
208 updater_->CancelUpdate((*removed)[i]);
322 PolicyNamespaceList removed; local
324 empty->GetChanges(current_schema_map_, &removed, &added)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_info.c 60 { 0, 0, 0, 0, 0, 0, NONE, "", 20 }, /* removed */
62 { 0, 0, 0, 0, 0, 0, NONE, "", 22 }, /* removed */
63 { 0, 0, 0, 0, 0, 0, NONE, "", 23 }, /* removed */
72 { 0, 0, 0, 0, 0, 0, NONE, "", 32 }, /* removed */
115 { 1, 1, 0, 0, 0, 1, NONE, "", 75 }, /* removed */
116 { 0, 1, 0, 0, 0, 1, NONE, "", 76 }, /* removed */
119 { 1, 0, 0, 0, 1, 0, NONE, "", 79 }, /* removed */
120 { 0, 0, 0, 0, 1, 0, NONE, "", 80 }, /* removed */
128 { 0, 0, 0, 0, 0, 0, NONE, "", 88 }, /* removed */
144 { 0, 0, 0, 0, 0, 0, NONE, "", 104 }, /* removed */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.c 60 { 0, 0, 0, 0, 0, 0, NONE, "", 20 }, /* removed */
62 { 0, 0, 0, 0, 0, 0, NONE, "", 22 }, /* removed */
63 { 0, 0, 0, 0, 0, 0, NONE, "", 23 }, /* removed */
72 { 0, 0, 0, 0, 0, 0, NONE, "", 32 }, /* removed */
115 { 1, 1, 0, 0, 0, 1, NONE, "", 75 }, /* removed */
116 { 0, 1, 0, 0, 0, 1, NONE, "", 76 }, /* removed */
119 { 1, 0, 0, 0, 1, 0, NONE, "", 79 }, /* removed */
120 { 0, 0, 0, 0, 1, 0, NONE, "", 80 }, /* removed */
128 { 0, 0, 0, 0, 0, 0, NONE, "", 88 }, /* removed */
144 { 0, 0, 0, 0, 0, 0, NONE, "", 104 }, /* removed */
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 20 // BEGIN android-removed
23 // END android-removed
36 // BEGIN android-removed
38 // END android-removed
40 // BEGIN android-removed
43 // END android-removed
45 // BEGIN android-removed
48 // END android-removed
60 // BEGIN android-removed
62 // END android-removed
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseCipherSpi.java 21 // BEGIN android-removed
24 // END android-removed
42 // BEGIN android-removed
45 // END android-removed
  /external/chromium/chrome/browser/
remove_rows_table_model.h 19 // Returns whether or not the rows can be removed.
  /external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window.h 21 // Informs the window that an underlay surface has been added/removed. The
  /external/chromium/net/base/
escape_icu.cc 16 // TODO(brettw) bug 1201094: this function should be removed, this "SKIP"
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/
LICENSE.md 19 3. This notice may not be removed or altered from any source distribution
  /external/chromium_org/base/test/
scoped_path_override.cc 27 CHECK(result) << "The override seems to have been removed already!";
  /external/chromium_org/base/third_party/dmg_fp/
vs2013-optimization.patch 12 +// This should be removed after RTM. See http://crbug.com/288948.
  /external/chromium_org/cc/animation/
animation_delegate.h 16 // CSS animations and transitions in Blink is removed.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NativePage.java 24 * Called after a page has been removed from the view hierarchy and will no longer be used.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/
InfoBarTest.java 66 assertTrue("InfoBar not removed.", mListener.removeInfoBarAnimationFinished());
91 assertTrue("InfoBar not removed.", mListener.removeInfoBarAnimationFinished());
111 // Navigate back and ensure the InfoBar has been removed.
129 assertTrue("InfoBar not removed.", mListener.removeInfoBarAnimationFinished());
  /external/chromium_org/chrome/browser/android/
dev_tools_server.h 20 // usage removed in the Chrome for Android code.
  /external/chromium_org/chrome/browser/chromeos/
device_hierarchy_observer.h 10 // Observers receive notifications when a device has been added/removed.
  /external/chromium_org/chrome/browser/download/
download_history.h 110 // Schedule a record to be removed from |history_| the next time
131 // |GetId()|s of items that were removed while they were being added, so that
132 // they can be removed when the database finishes adding them.
133 // TODO(benjhayden) Can this be removed now that it doesn't need to wait for
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_action_constants.h 24 // A string used as a placeholder for URLs which have been removed from the
  /external/chromium_org/chrome/browser/
remove_rows_table_model.h 18 // Returns whether or not the rows can be removed.

Completed in 990 milliseconds

1 2 3 4 5 6 78 91011>>