HomeSort by relevance Sort by last modified time
    Searched full:deletion (Results 151 - 175 of 1577) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Car/Settings/src/com/android/car/settings/users/
RemoveUserErrorDialog.java 31 * Dialog to inform that user deletion failed and offers to retry.
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DeletionHelperSettings.java 51 * Settings screen for the deletion helper, which manually removes data which is not recently used.
254 // bytesFreeable is the number of bytes freed by a single deletion type. If it is non-zero,
256 // getTotalFreeableSpace to check all deletion types.
284 // This should be fine as long as there is only one extra deletion feature.
AppDeletionType.java 136 * Set a package to be checked for deletion, if the apps are cleared.
171 * Returns if a given package is slated for deletion.
DownloadsDeletionType.java 174 /** Returns the number of bytes that would be cleared if the deletion tasks runs. */
194 * Return if a given file is checked for deletion.
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/accounts/
AccountStateChangedListener.java 68 * Forces an immediate deletion of user's data.
  /external/autotest/client/bin/result_tools/
throttler_lib.py 14 # deletion, trimming or compression.
39 # modified by deletion, deduping, trimming or compression.
  /external/deqp/doc/testspecs/GLES2/
stress.long.txt 97 - Don't re-use texture, but delay its deletion until memory limit is hit
98 - Don't re-use buffer, but delay its deletion until memory limit is hit
  /external/libchrome/base/memory/
linked_ptr.h 18 // will happen (double deletion).
30 // - is thread safe for copying and deletion
  /external/skia/tests/
TracingTest.cpp 36 // deletion, and snapshots. However: It's convenient to put creation and deletion in the
  /external/skqp/tests/
TracingTest.cpp 36 // deletion, and snapshots. However: It's convenient to put creation and deletion in the
  /external/strace/
ioctlsort.c 118 * for deletion.
140 * We've reached the first element marked for deletion.
  /frameworks/base/packages/ExtServices/src/android/ext/services/autofill/
EditDistanceScorer.java 116 int deletion = d[i - 1][j] + 1; local
119 d[i][j] = Math.min(deletion, Math.min(insertion, substitution));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
mmap.so 
  /system/nvram/core/include/nvram/core/
persistence.h 79 // * On space deletion, the deleted space's index is removed from
81 // gets written, followed by the space deletion. If we crash in between ,
  /external/libnl/lib/route/
class.c 96 * @name Addition/Modification/Deletion
183 * Build netlink message requesting the deletion of a traffic class
231 * Builds a \c RTM_DELTCLASS netlink message requesting the deletion
cls.c 119 * @name Addition/Modification/Deletion
238 * Build netlink message requesting the deletion of a classifier
270 * Builds a \c RTM_DELTFILTER netlink message requesting the deletion
  /external/skia/tools/gpu/
GrContextFactory.cpp 57 // TODO: Look into keeping a dependency dag for contexts and deletion order
78 // TODO: Look into keeping a dependency dag for contexts and deletion order
98 // TODO: Look into keeping a dependency dag for contexts and deletion order
  /external/skqp/tools/gpu/
GrContextFactory.cpp 57 // TODO: Look into keeping a dependency dag for contexts and deletion order
78 // TODO: Look into keeping a dependency dag for contexts and deletion order
98 // TODO: Look into keeping a dependency dag for contexts and deletion order
  /external/tensorflow/tensorflow/python/ops/
session_ops.py 109 """Force the deletion of this persistent tensor."""
244 tensor handle and the second is a deletion operation.
299 """Return a deletion subgraph for this handle."""
  /cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
MetadataTests.java 88 assertTrue("Config deletion time should be about " + TTL_TIME_SEC +
  /development/tools/repo_diff/
repo_diff_trees.py 90 'deletion': 0,
121 'deletion': 0,
463 'Line Deletions': stat['deletion'],
464 'Line Changes': stat['insertion'] + stat['deletion'],
  /external/adhd/cras/src/common/
cras_file_wait.h 56 * After the file is found future deletion and creation events for the file can
  /external/autotest/contrib/
remove_old_tests_in_tko.sql 20 -- Deletion for these records is done in a different while loop to make the
  /external/flac/libFLAC/include/private/
bitreader.h 49 * construction, deletion, initialization, etc functions
bitwriter.h 46 * construction, deletion, initialization, etc functions

Completed in 1292 milliseconds

1 2 3 4 5 67 8 91011>>