HomeSort by relevance Sort by last modified time
    Searched defs:removed (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium/chrome/browser/net/
chrome_cookie_notification_details.h 17 removed(is_removed),
22 bool removed; member in struct:ChromeCookieDetails
  /external/chromium_org/chrome/browser/net/
chrome_cookie_notification_details.h 20 removed(is_removed),
25 bool removed; member in struct:ChromeCookieDetails
  /external/chromium_org/net/quic/
blocked_list.h 37 // There is potentially ordering unfairness should a session be removed and
48 // Walk the list to find the first object which was not removed from the
53 int removed = object_set_.erase(object); local
54 if (removed > 0) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.cc 92 talk_base::MessageList removed; local
93 worker_thread_->Clear(this, 0, &removed);
94 ASSERT(removed.size() == 1);
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 27 * Prints HTML containing removed and added files.
52 Set<LoadedClass> removed = new TreeSet<LoadedClass>(); local
67 if (!clazz.preloaded) removed.add(clazz);
79 out.println("<p><a href=\"#removed\">Removed</a>");
82 out.println("<a name=\"removed\"/><h2>Removed</h2>");
83 printTable(out, root.baseline, removed);
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context_set.cc 119 ContextSet removed; local
128 removed.insert(*it);
133 return removed;
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java 65 int removed; local
67 removed = entries[numEntries - 1];
77 return removed;
  /external/chromium/base/
file_path_unittest.cc 850 FilePath removed = path.RemoveExtension(); local
    [all...]
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 86 bool removed = NotificationUIManagerImpl::CancelAllBySourceOrigin(source); local
87 return balloon_collection_->RemoveBySourceOrigin(source) || removed;
92 bool removed = NotificationUIManagerImpl::CancelAllByProfile(profile); local
93 return balloon_collection_->RemoveByProfile(profile) || removed;
notification_ui_manager_impl.cc 142 bool removed = false; local
151 removed = true;
153 return removed;
158 bool removed = false; local
167 removed = true;
169 return removed;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 35 # - Domain has been removed
36 # - Command has been removed
38 # - Required response parameter was removed or changed to optional
39 # - Event has been removed
40 # - Required event parameter was removed or changed to optional
64 def removed(reverse): function
67 return "removed"
85 errors.append("%s: domain has been %s" % (name, removed(reverse)))
97 errors.append("%s.%s: command has been %s" % (domain_1["domain"], name, removed(reverse)))
106 errors.append("%s.%s: event has been %s" % (domain_1["domain"], name, removed(reverse))
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
addressmap_unittest.cc 119 ValueT removed; local
120 CHECK(map.FindAndRemove(p, &removed));
121 CHECK_EQ(removed.first, i + N);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
addressmap_unittest.cc 119 ValueT removed; local
120 CHECK(map.FindAndRemove(p, &removed));
121 CHECK_EQ(removed.first, i + N);
  /external/qemu/memcheck/
memcheck_malloc_map.c 273 int removed = 0; local
276 removed++;
282 return removed;
memcheck_mmrange_map.c 222 int removed = 0; local
226 removed++;
229 return removed;
  /libcore/luni/src/main/java/java/util/prefs/
FilePreferencesImpl.java 57 //cache for removed prefs key-value pair
58 private Set<String> removed = new HashSet<String>(); field in class:FilePreferencesImpl
119 //if removed, return
126 Iterator<String> it = removed.iterator();
130 removed.clear();
183 removed.add(key);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 42 /** The list of apps that have been removed since the last notify() call. */
43 public ArrayList<ApplicationInfo> removed = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
74 removed.clear();
108 removed.add(info);
122 // Find disabled/removed activities and remove them from data and add them
123 // to the removed list.
129 removed.add(applicationInfo);
158 removed.add(applicationInfo);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 42 /** The list of apps that have been removed since the last notify() call. */
43 public ArrayList<AppInfo> removed = new ArrayList<AppInfo>(); field in class:AllAppsList
80 removed.clear();
114 removed.add(info);
128 // Find disabled/removed activities and remove them from data and add them
129 // to the removed list.
135 removed.add(applicationInfo);
164 removed.add(applicationInfo);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractCollectionTest.java 136 final String[] removed = new String[3]; local
153 removed[index - 1] = values[index - 1];
167 for (String r : removed) {
169 fail("an unexpected element was removed");
178 final String[] removed = new String[1]; local
195 removed[index - 1] = values[index - 1];
209 assertEquals("0", removed[0]);
247 fail("an unexpected element was removed");
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 122 bool removed = false; local
127 removed = true;
133 return balloon_collection_->RemoveBySourceOrigin(source) || removed;
  /external/chromium_org/base/files/
file_path_unittest.cc 863 FilePath removed = path.RemoveExtension(); local
    [all...]
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.cc 72 bool removed = false; local
77 removed = true;
81 if (removed)
83 return removed;
  /external/chromium_org/jingle/glue/
thread_wrapper_unittest.cc 217 talk_base::MessageList removed; local
218 thread_->Clear(handler_ptr, talk_base::MQID_ANY, &removed);
219 DCHECK_EQ(0U, removed.size());
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 88 bool removed = false; local
94 removed = true;
101 return removed;
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 150 unsigned removed; local
158 // Up to 2 branches are removed.
159 // Note that indirect branches are not removed.
160 for(removed = 0; I != REnd && removed < 2; ++I, ++removed)
166 return removed;
243 // Return if the last instruction cannot be removed.

Completed in 3694 milliseconds

1 2 3 4 5 6 7 8 9