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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 40 /** The list of apps that have been removed since the last notify() call. */
41 public ArrayList<ApplicationInfo> removed = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
72 removed.clear();
107 removed.add(info);
124 // Find disabled/removed activities and remove them from data and add them
125 // to the removed list.
132 removed.add(applicationInfo);
164 removed.add(applicationInfo);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 45 /** The list of apps that have been removed since the last notify() call. */
46 public ArrayList<AppInfo> removed = new ArrayList<AppInfo>(); field in class:AllAppsList
85 removed.clear();
118 removed.add(info);
156 // Find disabled/removed activities and remove them from data and add them
157 // to the removed list.
163 removed.add(applicationInfo);
188 removed.add(applicationInfo);
  /external/v8/src/
cancelable-task.cc 45 size_t removed = cancelable_tasks_.erase(id); local
46 USE(removed);
47 DCHECK_NE(0u, removed);
  /external/webrtc/webrtc/base/
asyncinvoker.cc 48 MessageList removed; local
49 thread->Clear(this, id, &removed);
50 for (MessageList::iterator it = removed.begin(); it != removed.end(); ++it) {
  /art/compiler/optimizing/
optimizing_unit_test.h 109 // removed in a diff.
110 static const std::string removed = ""; member in namespace:art
124 // Returns if the instruction is removed from the graph.
  /external/kmod/testsuite/
test-list.c 116 const char *v[] = { "v1", "v2", "v3", "v4", "v5" }, *removed; local
122 removed = v[N / 2];
123 list = kmod_list_remove_data(list, removed);
127 assert_return(l->data != removed, EXIT_FAILURE);
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_C40Encoder.cpp 54 CFX_WideString removed; local
58 backtrackOneCharacter(context, buffer, removed, lastCharSize, e);
67 backtrackOneCharacter(context, buffer, removed, lastCharSize, e);
176 CFX_WideString& removed,
183 lastCharSize = encodeChar(c, removed, e);
  /external/snakeyaml/src/test/java/examples/staticstate/
StaticFieldsTest.java 99 List<NodeTuple> removed = new ArrayList<NodeTuple>(); local
109 removed.add(tuple);
111 beanNode.setValue(removed);
  /system/chre/host/common/
socket_server.cc 212 bool removed = false; local
216 removed = true;
221 if (!removed) {
223 assert(removed);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
LruBitmapPool.java 150 final Bitmap removed = strategy.removeLast(); local
151 tracker.remove(removed);
152 currentSize -= strategy.getSize(removed);
153 removed.recycle();
156 Log.d(TAG, "Evicting bitmap=" + strategy.logBitmap(removed));
GroupedLinkedMap.java 53 V removed = last.removeLast(); local
54 if (removed != null) {
55 return removed;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMulticastLockManager.java 171 Multicaster removed = mMulticasters.remove(i); local
173 if (removed != null) {
174 removed.unlinkDeathRecipient();
  /art/tools/ahat/src/
DocString.java 109 * Adorn the given string to indicate it represents something removed relative
112 public static DocString removed(DocString str) { method in class:DocString
114 string.mStringBuilder.append("<span class=\"removed\">");
121 * Adorn the given string to indicate it represents something removed relative
124 public static DocString removed(String str) { method in class:DocString
125 return removed(text(str));
149 append(removed(format("%+,14d", 0 - baseline)));
155 append(removed(format("%+,14d", current - baseline)));
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestManagerRetriever.java 204 Object removed = null; local
210 removed = pendingRequestManagerFragments.remove(fm);
215 removed = pendingSupportRequestManagerFragments.remove(supportFm);
220 if (handled && removed == null && Log.isLoggable(TAG, Log.WARN)) {
  /external/google-breakpad/src/common/windows/
omap_internal.h 105 // It is possible for code to be removed from the original image. This happens
107 // but the spacing between items may be lost. This keeps track of any removed
109 DWORD removed; member in struct:google_breakpad::MappedRange
  /external/libchrome/base/files/
file_path_unittest.cc 878 FilePath removed = path.RemoveExtension(); local
887 FilePath removed = path.RemoveExtension(); local
    [all...]
  /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;
241 // Return if the last instruction cannot be removed.
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 335 // Return if the last instruction cannot be removed.
406 unsigned removed; local
414 // Up to 2 branches are removed.
415 // Note that indirect branches are not removed.
416 for(removed = 0; I != REnd && removed < 2; ++I, ++removed)
422 return removed;
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 147 /// be placed. It is recursively removed at the end of each test.
163 uint32_t removed; local
164 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), removed));
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 232 wpa_printf(MSG_DEBUG, "RSN: removed the oldest idle "
278 int removed = 0; local
296 removed++;
302 if (removed)
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 63 size_t removed = gObjectSet.erase(this); local
64 LOG_ALWAYS_FATAL_IF(removed != 1,
65 "stopTrackingObject removed %zd, is %p not being tracked?",
66 removed, this);
  /frameworks/support/compat/java/android/support/v4/util/
CircularArray.java 103 * @return The element removed.
118 * @return The element removed.
160 int removed = (end - mHead); local
161 numOfElements -= removed;
162 mHead = (mHead + removed) & mCapacityBitmask;
193 int removed = (mTail - start); local
194 numOfElements -= removed;
195 mTail = mTail - removed;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractCollectionTest.java 137 final String[] removed = new String[3]; local
155 removed[index - 1] = values[index - 1];
169 for (String r : removed) {
171 fail("an unexpected element was removed");
180 final String[] removed = new String[1]; local
198 removed[index - 1] = values[index - 1];
212 assertEquals("0", removed[0]);
251 fail("an unexpected element was removed");
  /external/glide/library/src/main/java/com/bumptech/glide/
Glide.java 253 * application. Any {@link android.graphics.Bitmap} added to the pool must be removed from the pool before it
258 * Note - To make effective use of the pool, any {@link android.graphics.Bitmap} removed from the pool must
453 ModelLoaderFactory<T, Y> removed = loaderFactory.register(modelClass, resourceClass, factory); local
454 if (removed != null) {
455 removed.teardown();
461 * {@link ModelLoaderFactory} is removed, its {@link ModelLoaderFactory#teardown()}} method will be called.
469 ModelLoaderFactory<T, Y> removed = loaderFactory.unregister(modelClass, resourceClass); local
470 if (removed != null) {
471 removed.teardown();

Completed in 1310 milliseconds

1 2 3 4 5 6 7 8 91011>>