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

1 2 3 4 5 6 7 8 91011>>

  /external/libnl/lib/route/
qdisc.c 85 * @name Addition / Modification / Deletion
261 * Build netlink message requesting the deletion of a qdisc
316 * Builds a \c RTM_NEWQDISC netlink message requesting the deletion
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 67 /// Candidates for deletion.
223 DEBUG(dbgs() << "MCP: Copy is a deletion candidate: "; MI->dump());
225 // Copy is now a candidate for deletion.
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Elements.py 147 # Temporary files deletion
229 # Temporary files deletion
307 # Temporary files deletion
  /external/selinux/mcstrans/src/
mcstransd.c 345 /* Setup pollfd for deletion later. */
358 /* Set the pollfd up for deletion later. */
368 /* Set the pollfd up for deletion later. */
  /external/swiftshader/src/OpenGL/libGLESv2/
Texture.h 197 // the count drops to zero, but will not cause deletion of the Renderbuffer.
267 // the count drops to zero, but will not cause deletion of the Renderbuffer.
324 // the count drops to zero, but will not cause deletion of the Renderbuffer.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 263 // If a deletion is made by a package that is not the package that inserted the voicemail,
265 // the database until after the server has been notified of the deletion. To ensure this,
269 // If the deletion is being made by the package that inserted the voicemail or by
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 24 // This is a hybrid barrier that combines a Yuasa-style deletion
154 // profile logging; that's safe only because this deletion barrier exists.
155 // If we remove the deletion barrier, we'll have to work out
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 24 // This is a hybrid barrier that combines a Yuasa-style deletion
154 // profile logging; that's safe only because this deletion barrier exists.
155 // If we remove the deletion barrier, we'll have to work out
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.c     [all...]
  /system/nvram/core/tests/
nvram_manager_test.cpp 456 // Successful deletion.
477 // Deletion should fail if correct secret is not provided.
505 // Put the space data back into place to simulate a half-completed deletion.
536 // Make space deletion fail.
574 // Header write on deletion will fail.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserString.py 169 # the extended slice assignment/deletion algorithm here...
185 raise TypeError, "invalid step in slicing deletion"
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserCredential2.h 278 @retval EFI_ACCESS_DENIED Current user profile does not permit deletion on the user profile handle.
281 @retval EFI_UNSUPPORTED This credential provider does not support deletion in the pre-OS.
  /external/libchrome/base/memory/
singleton.h 47 // the object. Registers automatic deletion at process exit.
63 // Set to true to automatically register deletion of the object on process
  /external/python/cpython2/Doc/library/
sunau.rst 115 on deletion.)
259 This method is called upon deletion.
  /external/python/cpython2/Lib/
UserString.py 169 # the extended slice assignment/deletion algorithm here...
185 raise TypeError, "invalid step in slicing deletion"
  /external/python/cpython3/Doc/library/
poplib.rst 167 Flag message number *which* for deletion. On most servers deletions are not
174 Remove any deletion marks for the mailbox.
  /external/python/cpython3/Doc/reference/
simple_stmts.rst 431 pair: deletion; target
432 triple: deletion; target; list
437 Deletion is recursively defined very similar to the way assignment is defined.
440 Deletion of a target list recursively deletes each target, from left to right.
446 Deletion of a name removes the binding of that name from the local or global
451 .. index:: pair: attribute; deletion
453 Deletion of attribute references, subscriptions and slicings is passed to the
454 primary object involved; deletion of a slicing is in general equivalent to
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/
README.md 9 * Creation and deletion of surfaces/displays
164 **Surface/Display Deletion** contain the id of the surface/display to be deleted
  /frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
trace_creator.py 51 print ("3. Add surface deletion")
53 print ("5. Add display deletion")
  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 287 // Keep canonicalization caches in sync after file deletion
316 // Keep canonicalization caches in sync after file deletion
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserString.py 169 # the extended slice assignment/deletion algorithm here...
185 raise TypeError, "invalid step in slicing deletion"
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserString.py 169 # the extended slice assignment/deletion algorithm here...
185 raise TypeError, "invalid step in slicing deletion"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 169 # the extended slice assignment/deletion algorithm here...
185 raise TypeError, "invalid step in slicing deletion"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 169 # the extended slice assignment/deletion algorithm here...
185 raise TypeError, "invalid step in slicing deletion"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 1061 DeleteEdit deletion = new DeleteEdit(startOffset, endOffset - startOffset); local
1105 DeleteEdit deletion = createDeletion(doc, startOffset, endOffset); local
1127 DeleteEdit deletion = createDeletion(doc, startOffset, endOffset); local
    [all...]

Completed in 3043 milliseconds

1 2 3 4 5 6 7 8 91011>>