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

1 2 3 4 5 6 7 8 9

  /external/autotest/client/site_tests/platform_SecureEraseFile/
control 14 This test checks that secure_erase_file erases a file on eMMC storage.
  /development/gsi/gsi_util/gsi_util/commands/
flash_gsi.py 25 Also erases userdata/metadata partition and disables
32 fastboot_utils.erase() # erases userdata/cache partition
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multimap.h 245 * The dtor only erases the elements, and note that if the elements
582 * @brief Erases an element from a %multimap.
588 * This function erases an element, pointed to by the given iterator,
589 * from a %multimap. Note that this function only erases the element,
605 * @brief Erases an element from a %multimap.
608 * This function erases an element, pointed to by the given iterator,
609 * from a %multimap. Note that this function only erases the element,
620 * @brief Erases elements according to the provided key.
624 * This function erases all elements located by the given key from a
626 * Note that this function only erases the element, and that i
    [all...]
stl_multiset.h 523 * @brief Erases an element from a %multiset.
529 * This function erases an element, pointed to by the given iterator,
530 * from a %multiset. Note that this function only erases the element,
541 * @brief Erases an element from a %multiset.
544 * This function erases an element, pointed to by the given iterator,
545 * from a %multiset. Note that this function only erases the element,
556 * @brief Erases elements according to the provided key.
560 * This function erases all elements located by the given key from a
562 * Note that this function only erases the element, and that if
574 * @brief Erases a [first,last) range of elements from a %multiset
    [all...]
stl_set.h 537 * @brief Erases an element from a %set.
543 * This function erases an element, pointed to by the given iterator,
544 * from a %set. Note that this function only erases the element, and
555 * @brief Erases an element from a %set.
558 * This function erases an element, pointed to by the given iterator,
559 * from a %set. Note that this function only erases the element, and
570 * @brief Erases elements according to the provided key.
574 * This function erases all the elements located by the given key from
576 * Note that this function only erases the element, and that if
588 * @brief Erases a [__first,__last) range of elements from a %set
    [all...]
unordered_map.h 434 * @brief Erases an element from an %unordered_map.
440 * This function erases an element, pointed to by the given iterator,
442 * Note that this function only erases the element, and that if the
457 * @brief Erases elements according to the provided key.
461 * This function erases all the elements located by the given key from
464 * Note that this function only erases the element, and that if the
473 * @brief Erases a [__first,__last) range of elements from an
481 * This function erases a sequence of elements from an %unordered_map.
482 * Note that this function only erases the elements, and that if
491 * Erases all elements in an %unordered_map
    [all...]
unordered_set.h 408 * @brief Erases an element from an %unordered_set.
414 * This function erases an element, pointed to by the given iterator,
415 * from an %unordered_set. Note that this function only erases the
431 * @brief Erases elements according to the provided key.
435 * This function erases all the elements located by the given key from
438 * Note that this function only erases the element, and that if
447 * @brief Erases a [__first,__last) range of elements from an
455 * This function erases a sequence of elements from an %unordered_set.
456 * Note that this function only erases the element, and that if
465 * Erases all elements in an %unordered_set. Note that this function onl
    [all...]
stl_map.h 251 * The dtor only erases the elements, and note that if the elements
677 * @brief Erases an element from a %map.
683 * This function erases an element, pointed to by the given
684 * iterator, from a %map. Note that this function only erases
700 * @brief Erases an element from a %map.
703 * This function erases an element, pointed to by the given
704 * iterator, from a %map. Note that this function only erases
715 * @brief Erases elements according to the provided key.
719 * This function erases all the elements located by the given key from
721 * Note that this function only erases the element, and that i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_multimap.h 245 * The dtor only erases the elements, and note that if the elements
582 * @brief Erases an element from a %multimap.
588 * This function erases an element, pointed to by the given iterator,
589 * from a %multimap. Note that this function only erases the element,
605 * @brief Erases an element from a %multimap.
608 * This function erases an element, pointed to by the given iterator,
609 * from a %multimap. Note that this function only erases the element,
620 * @brief Erases elements according to the provided key.
624 * This function erases all elements located by the given key from a
626 * Note that this function only erases the element, and that i
    [all...]
stl_multiset.h 523 * @brief Erases an element from a %multiset.
529 * This function erases an element, pointed to by the given iterator,
530 * from a %multiset. Note that this function only erases the element,
541 * @brief Erases an element from a %multiset.
544 * This function erases an element, pointed to by the given iterator,
545 * from a %multiset. Note that this function only erases the element,
556 * @brief Erases elements according to the provided key.
560 * This function erases all elements located by the given key from a
562 * Note that this function only erases the element, and that if
574 * @brief Erases a [first,last) range of elements from a %multiset
    [all...]
stl_set.h 537 * @brief Erases an element from a %set.
543 * This function erases an element, pointed to by the given iterator,
544 * from a %set. Note that this function only erases the element, and
555 * @brief Erases an element from a %set.
558 * This function erases an element, pointed to by the given iterator,
559 * from a %set. Note that this function only erases the element, and
570 * @brief Erases elements according to the provided key.
574 * This function erases all the elements located by the given key from
576 * Note that this function only erases the element, and that if
588 * @brief Erases a [__first,__last) range of elements from a %set
    [all...]
unordered_map.h 434 * @brief Erases an element from an %unordered_map.
440 * This function erases an element, pointed to by the given iterator,
442 * Note that this function only erases the element, and that if the
457 * @brief Erases elements according to the provided key.
461 * This function erases all the elements located by the given key from
464 * Note that this function only erases the element, and that if the
473 * @brief Erases a [__first,__last) range of elements from an
481 * This function erases a sequence of elements from an %unordered_map.
482 * Note that this function only erases the elements, and that if
491 * Erases all elements in an %unordered_map
    [all...]
unordered_set.h 408 * @brief Erases an element from an %unordered_set.
414 * This function erases an element, pointed to by the given iterator,
415 * from an %unordered_set. Note that this function only erases the
431 * @brief Erases elements according to the provided key.
435 * This function erases all the elements located by the given key from
438 * Note that this function only erases the element, and that if
447 * @brief Erases a [__first,__last) range of elements from an
455 * This function erases a sequence of elements from an %unordered_set.
456 * Note that this function only erases the element, and that if
465 * Erases all elements in an %unordered_set. Note that this function onl
    [all...]
stl_map.h 251 * The dtor only erases the elements, and note that if the elements
677 * @brief Erases an element from a %map.
683 * This function erases an element, pointed to by the given
684 * iterator, from a %map. Note that this function only erases
700 * @brief Erases an element from a %map.
703 * This function erases an element, pointed to by the given
704 * iterator, from a %map. Note that this function only erases
715 * @brief Erases elements according to the provided key.
719 * This function erases all the elements located by the given key from
721 * Note that this function only erases the element, and that i
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
PhysicalPresenceStrings.uni 28 #string TPM_WARNING_CLEAR #language en-US "WARNING: Clearing erases information stored on the TPM. You will lose all created keys and access to data encrypted by these keys. "
  /external/autotest/server/site_tests/network_WiFi_SecChange/
network_WiFi_SecChange.py 39 # This deconfig erases the state stored in the router around WPA.
  /external/skia/tools/
picture_utils.h 36 // erases the pixels to transparent black.
  /external/skqp/tools/
picture_utils.h 36 // erases the pixels to transparent black.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
def_use_manager.h 92 // erases both the uses of |id| and the information of this |id|-generating
95 // Turns the given instruction |inst| to a Nop. This method erases the
120 // Erases the records that a given instruction uses its operand ids.
  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 76 """Erases the blacklist file if it exists."""
  /external/libbrillo/brillo/
secure_blob.h 17 // SecureBlob erases the contents on destruction. It does not guarantee erasure
  /external/libese/apps/weaver/card/src/com/android/weaver/
Slots.java 58 /** Erases the key and value of all slots. */
  /external/libmojo/third_party/catapult/devil/devil/android/
device_blacklist.py 67 """Erases the blacklist file if it exists."""
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.h 45 // If true, erases all "_noinline" attributes from user-defined functions.
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
PhysicalPresenceStrings.uni 37 #string TPM_WARNING_CLEAR #language en-US "WARNING: Clearing erases information stored on the TPM. You will lose all created keys and access to data encrypted by these keys. "
41 #string TPM_WARNING_CHANGE_EPS_1 #language en-US "WARNING: Clearing erases information stored on the TPM. You will lose all created keys and access to data encrypted with these keys.\n\n"

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 9