/frameworks/base/telephony/java/com/android/internal/telephony/ |
IMms.aidl | 103 * @return true if deletion is successful, false otherwise 112 * @return true if deletion is successful, false otherwise 123 * @return true if deletion is successful, false otherwise
|
/frameworks/base/tools/aapt/ |
ZipEntry.h | 152 * Deletion flag. If set, the entry will be removed on the next 202 /* mark for deletion; used by ZipFile::remove() */ 214 bool mDeleted; // set if entry is pending deletion
|
ZipFile.h | 19 // writing to Zip archives, including deletion of existing entries. 155 * Does not return entries pending deletion. 162 * This will return an entry that is pending deletion.
|
/device/google/marlin/dataservices/datatop/src/ |
datatop_linked_list.c | 38 * and deletion of memory for linked list nodes.
|
/external/curl/docs/libcurl/ |
curl_mime_headers.3 | 41 replacement or mime structure deletion; in this case the list must not be
|
/external/iproute2/testsuite/tests/tc/ |
cls-testbed.t | 68 ts_tc "cls-testbed" "generic qdisc tree deletion" \
|
/external/libtextclassifier/util/java/ |
scoped_global_ref.h | 56 // The jvm_ stashed to use for deletion.
|
/external/libusb/libusb/ |
hotplug.h | 62 /** Callback is marked for deletion */
|
/external/libxml2/include/libxml/ |
list.h | 54 /* Creation/Deletion */
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/instances/ |
instance-event.tc | 3 # description: Test creation and deletion of trace instances while setting an event
|
/external/llvm/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 1 //===- LoopDeletion.cpp - Dead Loop Deletion Pass ---------------===// 10 // This file implements the Dead Loop Deletion Pass. This pass is responsible 251 INITIALIZE_PASS_BEGIN(LoopDeletionLegacyPass, "loop-deletion", 254 INITIALIZE_PASS_END(LoopDeletionLegacyPass, "loop-deletion",
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2012-03-26-LoadConstant.ll | 1 ; RUN: opt < %s -basicaa -globalopt -instcombine -loop-rotate -licm -instcombine -indvars -loop-deletion -constmerge -S | FileCheck %s
|
/external/llvm/test/Transforms/IndVarSimplify/ |
loop_evaluate_1.ll | 1 ; RUN: opt < %s -indvars -loop-deletion -simplifycfg -S | FileCheck %s
|
/external/llvm/test/Transforms/LICM/ |
AliasSetMemSet.ll | 1 ; RUN: opt < %s -loop-deletion -licm -loop-idiom -disable-output
|
/external/mesa3d/src/util/ |
set.h | 87 * This foreach function is safe against deletion, but not against
|
/external/python/cpython2/Misc/TextMate/Python-Dev.tmbundle/Commands/ |
2 to 3 - Module Deletion.tmCommand | 56 <string>2 to 3 - Module Deletion</string>
|
/external/swiftshader/src/OpenGL/common/ |
Object.hpp | 17 // that need to be reference counted for correct cross-context deletion.
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 1 //===- LoopDeletion.cpp - Dead Loop Deletion Pass ---------------===// 10 // This file implements the Dead Loop Deletion Pass. This pass is responsible 60 INITIALIZE_PASS_BEGIN(LoopDeletion, "loop-deletion", 67 INITIALIZE_PASS_END(LoopDeletion, "loop-deletion",
|
/external/tensorflow/tensorflow/core/platform/default/ |
notification.h | 33 // In case the notification is being used to synchronize its own deletion,
|
/external/webrtc/webrtc/base/ |
socketpool.h | 62 // We delegate stream creation and deletion to this pool.
|
win32regkey.h | 252 // Returns S_FALSE if key didn't exist, S_OK if deletion was successful, 258 // Returns S_FALSE if key didn't exist, S_OK if deletion was successful, 266 // Returns S_FALSE if key didn't exist, S_OK if deletion was successful, 280 // Returns true if this key name is 'safe' for deletion (doesn't specify a key
|
/external/webrtc/webrtc/system_wrappers/source/ |
aligned_malloc.cc | 64 // retreived for deletion, ergo the sizeof(uintptr_t).
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket_wrapper_unittest.cc | 52 // We can't test deletion of sockets without a socket manager.
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
dvr_deleter.h | 46 // deletion of DVR API objects.
|
/libcore/ojluni/src/main/java/java/io/ |
DeleteOnExitHook.java | 69 // reverse the list to maintain previous jdk deletion order.
|