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

1 2 3 4 5 6 7 8 91011>>

  /external/curl/tests/data/
test1603 19 Internal hash add, retrieval, deletion testing
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
__init__.py 4 - domains creation and deletion
  /external/llvm/test/Transforms/LoopDeletion/
2007-07-23-InfiniteLoop.ll 1 ; RUN: opt < %s -loop-deletion -S | grep switch
multiple-exit-conditions.ll 1 ; RUN: opt < %s -loop-deletion -S | FileCheck %s
2 ; RUN: opt < %s -passes='require<scalar-evolution>,loop(loop-deletion)' -S | FileCheck %s
update-scev.ll 1 ; RUN: opt -S -analyze -scalar-evolution -loop-deletion -scalar-evolution < %s | FileCheck %s --check-prefix=SCEV-EXPRS
2 ; RUN: opt -S -loop-deletion < %s | FileCheck %s --check-prefix=IR-AFTER-TRANSFORM
3 ; RUN: opt -S -indvars -loop-deletion -indvars < %s | FileCheck %s --check-prefix=ORIGINAL-CRASH
5 ; Checking for a crash. Loop-deletion would change the loop
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
2007-07-23-InfiniteLoop.ll 1 ; RUN: opt < %s -loop-deletion -S | grep switch
multiple-exit-conditions.ll 1 ; RUN: opt < %s -loop-deletion -S | FileCheck %s
multiple-exits.ll 1 ; RUN: opt < %s -loop-deletion -S | FileCheck %s
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DeletionType.java 24 * Helper for the Deletion Helper which can query, clear out, and visualize deletable data.
46 * Resumes an operation, intended to be called when the deletion fragment resumes.
51 * Pauses the feature's operations, intended to be called when the deletion fragment is paused.
62 /** @return The number of items found that are available for deletion. */
65 /** @return The loading status of this deletion type. Can be any of {@link LoadingStatus}. */
88 * @param loadingStatus The state to set the deletion type to. Can be any of {@link
94 * Callback interface to listen for when a deletion feature's amount of freeable space updates.
101 * Updates the loading status of the deletion type based on whether content is available to
DeletionPreference.java 32 * Preference to handle the deletion of various data types in the Deletion Helper.
53 * Returns the number of bytes which can be cleared by the deletion service.
70 * Registers a deletion service to update the preference's information.
71 * @param deletionService A photo/video deletion service.
81 * Returns the deletion service powering the preference.
82 * @return The deletion service.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java 21 // FilterDeleteSet filters a base MediaSet to remove some deletion items (we
23 // add/remove deletion items:
49 private static class Deletion {
52 public Deletion(Path path, int index) {
65 private ArrayList<Deletion> mCurrent = new ArrayList<Deletion>();
88 // Gets the MediaItems whose (post-deletion) index are in the range [start,
122 Deletion d = mCurrent.get(i);
128 Deletion d = mCurrent.get(j);
137 Deletion d = mCurrent.get(m)
    [all...]
  /frameworks/base/libs/androidfw/tests/
BackupData_test.cpp 242 // read and verify deletion
245 << "wrong type from ReadNextHeader on deletion";
252 << "not recognizing deletion on second entity";
283 // read and verify deletion
286 << "wrong type from ReadNextHeader on deletion";
293 << "not recognizing deletion on second entity";
298 << "wrong type from ReadNextHeader after deletion";
335 // read and verify first deletion
338 << "wrong type from ReadNextHeader first deletion";
345 << "not recognizing deletion on first entity"
    [all...]
  /packages/apps/StorageManager/res/values/
strings.xml 21 <!-- Storage setting. Menu option for using the deletion helper. [CHAR LIMIT=30] -->
23 <!-- Activity title for deletion helper. [CHAR LIMIT=25] -->
33 <!-- Button which clears out storage in the deletion helper. [CHAR LIMIT=60]-->
36 <!-- Preference group title for the photos and videos deletion service. [CHAR LIMIT=40]-->
39 <!-- Summary string describing at least how old the photos must be in order to show in deletion helper [CHAR LIMIT=40]-->
45 <!-- Preference title for the downloads deletion service. [CHAR LIMIT=40]-->
54 <!-- Title of dialog warn the user before clearing space in the deletion helper. [CHAR LIMIT=NONE] -->
57 <!-- Message to warn the user before clearing space in the deletion helper. [CHAR LIMIT=NONE] -->
60 <!-- Button label for the dialog prompt for clearing data in deletion helper. [CHAR LIMIT=40] -->
72 <!-- Title for the apps category in the deletion helper. [CHAR LIMIT=40]--
    [all...]
  /external/python/cpython2/Misc/TextMate/Python-Dev.tmbundle/Snippets/
2 to 3 - Module Deletion (docs).tmSnippet 10 <string>2 to 3 - Module Deletion (docs)</string>
  /external/skia/tools/gpu/gl/debug/
GrProgramObj.cpp 20 // deleted if they were marked for deletion by a prior call to glDeleteShader
  /external/skqp/tools/gpu/gl/debug/
GrProgramObj.cpp 20 // deleted if they were marked for deletion by a prior call to glDeleteShader
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileDeleteStrategy.java 27 * directories if they are empty, or maybe to force deletion.
38 * The singleton instance for normal file deletion, which does not permit
39 * the deletion of directories that are not empty.
43 * The singleton instance for forced file deletion, which always deletes,
91 * @throws IOException if an error occurs during file deletion
95 throw new IOException("Deletion failed: " + fileToDelete);
104 * when deletion fails. The {@link #delete(File)} and {@link #deleteQuietly(File)}
113 * @throws IOException if an error occurs during file deletion
131 * Force file deletion strategy.
148 * @throws IOException if an error occurs during file deletion
    [all...]
  /compatibility/cdd/9_security-model/
9_12_data-deletion.md 1 ## 9.12\. Data Deletion
  /external/iproute2/testsuite/tests/tc/
dsmark.t 30 ts_tc "dsmark" "generic qdisc tree deletion" \
  /external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
loop_evaluate_1.ll 1 ; RUN: opt < %s -indvars -loop-deletion -simplifycfg -S | not grep br
  /frameworks/base/core/java/android/content/pm/
IPackageDataObserver.aidl 22 * Some usage scenarios include deletion of cache directory, generate
IPackageDeleteObserver.aidl 21 * API for deletion callbacks from the Package Manager.
IPackageStatsObserver.aidl 23 * Some usage scenarios include deletion of cache directory, generate
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 23 * Checks creation and deletion of a file.
  /packages/apps/Camera2/src/com/android/camera/data/
LocalFilmstripDataAdapter.java 102 * Executes the deletion task. Delete the data waiting in the deletion
110 * Undo a deletion. If there is any data waiting to be deleted in the queue,
111 * move it out of the deletion queue.

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>