HomeSort by relevance Sort by last modified time
    Searched refs:removed (Results 126 - 150 of 904) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/compiler/optimizing/
optimizing_unit_test.h 104 // removed in a diff.
105 static const std::string removed = ""; member in namespace:art
119 // Returns if the instruction is removed from the graph.
  /external/fio/
client.h 99 client_timed_out_op *removed; member in struct:client_ops
  /frameworks/base/libs/hwui/
CanvasState.h 48 virtual void onSnapshotRestored(const Snapshot& removed, const Snapshot& restored) = 0;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
terules.py 266 added, removed, matched = self._set_diff(left_list, right_list)
285 return added, removed, modified
289 added, removed, matched = self._set_diff(left_list, right_list)
301 return added, removed, modified
rbacrules.py 36 # role allows cannot be modified, only added/removed
112 added, removed, matched = self._set_diff(left_list, right_list)
124 return added, removed, modified
  /system/extras/pagecache/
pagecache.py 17 """Holds pagecache stats by accounting for pages added and removed.
73 print row_format.format('NAME', 'ADDED (MB)', 'REMOVED (MB)', 'SIZE (MB)')
77 removed = self._file_pages[filename][1]
80 print row_format.format(filename, self.pages_to_mb(added), self.pages_to_mb(removed), self.bytes_to_mb(filesize))
90 pad.addstr(0, 82, 'REMOVED (MB)'.ljust(14), curses.A_REVERSE)
96 removed = self._file_pages[filename][1]
101 pad.addstr(y, 80, self.pages_to_mb(removed).rjust(14))
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckAPI.java 638 TreeSet removed = (TreeSet)compareSet.clone(); local
639 removed.removeAll(results);
645 Iterator ri = removed.iterator();
665 removed = stripAndResort(removed);
693 bw.write("Removed from " + compareName);
697 if (removed.size() > 0) {
698 writeResults(removed, bw, false, true, false);
700 bw.write("<p>(no API removed)</p>");
744 bw.write("=== Removed from " + compareName + " ===")
    [all...]
  /art/dexdump/
Android.mk 17 # TODO(ajcbik): rename dexdump2 into dexdump when Dalvik version is removed
  /build/core/combo/arch/arm/
armv7-a-neon.mk 13 # hardware divide operations are generated. This should be removed and a
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
CHANGELOG.md 41 * Development files (e.g. `.travis.yml`, `.editorconfig`) are removed from NPM package.
  /external/libpng/projects/visualc71/
README_zlib.txt 13 NOTE: This project will be removed from libpng-1.5.0. It has
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 239 public boolean removed; field in class:ProcessCpuTracker.Stats
281 if (sta.removed != stb.removed) {
562 st.removed = true;
566 if (DEBUG) Slog.v(TAG, "Removed "
582 st.removed = true;
586 if (localLOGV) Slog.v(TAG, "Removed pid " + st.pid + ": " + st);
765 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
768 if (!st.removed && st.workingThreads != null) {
773 tst.added ? " +" : (tst.removed ? " -": " ")
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
CallbackRegistry.java 49 * A bit flag for the first 64 listeners that are removed during notification.
57 * Bit flags for the remaining callbacks that are removed during notification.
113 * Notify up to the first Long.SIZE callbacks that don't have a bit set in <code>removed</code>.
133 * long (64 callbacks) worth of information of which has been removed.
184 * for whether they have been removed or not. bits should be from mRemainderRemoved or
196 * @param bits A bit field indicating which callbacks have been removed and shouldn't
252 * on the bits set in removed.
254 * @param removed The bits indicating removal, where each bit is set for one callback
255 * to be removed.
257 private void removeRemovedCallbacks(int startIndex, long removed) {
    [all...]
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
CallbackRegistry.java 51 * A bit flag for the first 64 listeners that are removed during notification.
59 * Bit flags for the remaining callbacks that are removed during notification.
111 * Notify up to the first Long.SIZE callbacks that don't have a bit set in <code>removed</code>.
181 * for whether they have been removed or not. bits should be from mRemainderRemoved or
193 * @param bits A bit field indicating which callbacks have been removed and shouldn't
249 * on the bits set in removed.
252 * @param removed The bits indicating removal, where each bit is set for one callback
253 * to be removed.
255 private void removeRemovedCallbacks(int startIndex, long removed) {
261 if ((removed & bitMask) != 0)
    [all...]
  /system/extras/memtrack/
Android.mk 53 # removed.
  /system/update_engine/sample_images/
generate_images.sh 90 # removed: removed files that should not be listed.
93 sudo dd of="${mntdir}"/removed conv=fsync status=none
94 sudo rm "${mntdir}"/removed
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 362 NestedMapData removed = getChild(path); local
363 if (removed != null) {
364 removed.severNode();
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 220 wpa_printf(MSG_DEBUG, "RSN: removed the oldest idle "
265 int removed = 0; local
283 removed++;
289 if (removed)
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 155 protected void onServiceRemovedLocked(ManagedServiceInfo removed) {
156 if (removed == null) return;
159 if (!r.component.equals(removed.component)) continue;
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
GridActivity.java 271 int[] removed = new int[length]; local
272 System.arraycopy(mItemLengths, index, removed, 0, length);
279 return removed;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 272 public boolean removed = false; field in class:ProjectState.LibraryDifference
276 return removed || added;
286 * Removed libraries are removed from the state list, and added to the {@link LibraryDifference}
300 // if the order change it won't impact the java part, so instead try to detect removed/added
341 // whatever's left in oldLibraries is removed.
342 diff.removed = oldLibraries.size() > 0;
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 318 if (entry->removed)
906 this_inf->removed = 1;
1007 if (!cie_inf->removed)
1017 cie_inf->removed = 0;
1116 cie_inf->removed = 1;
    [all...]
  /external/autotest/server/site_tests/platform_ExternalUSBBootStress/
platform_ExternalUSBBootStress.py 58 removed = set_hub_power(False)
67 # be removed, otherwise they won't come back up. This means that the

Completed in 3505 milliseconds

1 2 3 4 56 7 8 91011>>