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

1 2 3 45 6 7 8 91011>>

  /external/skia/tests/
PictureShaderTest.cpp 44 // Test that the SkPictureShader cache is purged on shader deletion.
  /external/skqp/tests/
PictureShaderTest.cpp 44 // Test that the SkPictureShader cache is purged on shader deletion.
  /external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
loop_evaluate11.ll 1 ; RUN: opt < %s -domfrontier -indvars -loop-deletion
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
dcetest.ll 4 ; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br
  /external/toolchain-utils/binary_search_tool/ndk/
PATCH1 12 1 file changed, 6 insertions(+), 1 deletion(-)
PATCH2 17 1 file changed, 1 insertion(+), 1 deletion(-)
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.h 49 // List of all HEnvironmentMarker instructions for quick iteration/deletion.
  /packages/apps/Camera2/src/com/android/camera/util/
FileUtil.java 32 * @return Whether The deletion was a success.
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
AutomaticStorageBroadcastReceiver.java 39 // Automatic deletion service
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
PackageDeletionTask.java 43 * Runs the deletion task and clears out the given packages. Upon completion, the callback
DownloadsDeletionPreferenceGroup.java 39 * downloads file deletion preferences.
64 * Set up a deletion type to get info for the preference group.
98 // If we have no deletion type, we have no files to toggle.
  /packages/apps/StorageManager/src/com/android/storagemanager/utils/
IconProvider.java 27 * implementation of IconUtils, but tailored for the Deletion Helper use-case. Useful for testing.
  /system/sepolicy/prebuilts/api/28.0/public/
postinstall_dexopt.te 29 # Suppress deletion denial (we do not want to update the profile).
  /system/sepolicy/public/
postinstall_dexopt.te 29 # Suppress deletion denial (we do not want to update the profile).
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
SharedObject.java 26 * In Java, memory management (deletion after last reference is gone)
186 // Deletion in Java is up to the garbage collector.
196 // Deletion in Java is up to the garbage collector.
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
SharedObject.java 25 * In Java, memory management (deletion after last reference is gone)
184 // Deletion in Java is up to the garbage collector.
194 // Deletion in Java is up to the garbage collector.
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libipc.c 90 tst_resm(TINFO, "WARNING: message queue deletion failed.");
132 tst_resm(TINFO, "WARNING: semaphore deletion failed.");
168 tst_resm(TINFO, "WARNING: shared memory deletion failed.");
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Configuration.py 32 Creation, renaming and deletion configuration testcases
45 - Testing configuration deletion error
162 # New domain deletion
163 log.I("End of test, new domain deletion")
275 # Testing domain deletion
276 log.I("End of test, new domain deletion")
291 Testing configuration deletion error
343 # Configurations deletion errors
383 # Testing domain deletion
384 log.I("End of test, new domain deletion")
    [all...]
  /external/tensorflow/tensorflow/python/framework/
c_api_util.py 28 """Wrapper around TF_Status that handles deletion."""
41 """Wrapper around TF_Graph that handles deletion."""
54 """Wrapper around TF_ImportGraphDefOptions that handles deletion."""
  /system/bt/btif/include/
btif_storage.h 137 * Returns BT_STATUS_SUCCESS if the deletion was successful,
149 * Returns BT_STATUS_SUCCESS if the deletion was successful,
192 * Returns BT_STATUS_SUCCESS if the deletion was successful,
  /system/timezone/tzdatacheck/
tzdatacheck.cpp 229 // Attempt the deletion.
242 * During deletion, this function first renames the directory to a temporary name. If the temporary
244 * rename, deletion of files and subdirs beneath the directory is performed on a "best effort"
300 LOG(WARNING) << "Deletion of install metadata " << dataUpdatesDirName
311 LOG(WARNING) << "Deletion of distro dir " << distroDirName << " was not successful";
330 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName
341 << " is not actually a directory. Attempting deletion.";
351 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName
374 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName
384 << " is not actually a directory. Attempting deletion."
    [all...]
  /build/make/tools/zipalign/
ZipEntry.h 148 * Deletion flag. If set, the entry will be removed on the next
203 /* mark for deletion; used by ZipFile::remove() */
215 bool mDeleted; // set if entry is pending deletion
ZipFile.h 19 // writing to Zip archives, including deletion of existing entries.
149 * Does not return entries pending deletion.
156 * This will return an entry that is pending deletion.
  /external/deqp/doc/testspecs/GLES2/
functional.lifetime.txt 49 These tests check that creation and deletion of objects adheres to the
89 deletion. Then the program is made non-current and the test checks that
98 checked. In OpenGL ES 2.0, shader objects must exist even after deletion
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.h 129 // Mark the HloValue with the given ID for deletion.
132 // Delete all HloValues marked for deletion. Should be called after
197 // Values marked for deletion during construction. We don't delete them

Completed in 4839 milliseconds

1 2 3 45 6 7 8 91011>>