/frameworks/av/services/audioflinger/ |
FastThreadDumpState.cpp | 49 // so clearing reduces chance for dumpsys to read random uninitialized samples
|
/frameworks/base/graphics/java/android/graphics/ |
PaintFlagsDrawFilter.java | 21 * Subclass of DrawFilter that affects every paint by first clearing
|
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/ |
DeletionHelperFeatureProvider.java | 26 /** Creates a {@link DeletionType} for clearing out stored photos and videos on the device. */
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
MockitoHelper.java | 45 Log.v(this, "Clearing property %s", DEXCACHE);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
realmpfr.h | 32 responsible for initializing and clearing the MPFR parameter. */
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
tDomain_Rules.py | 76 - Clearing rule on a non-existent configuration 77 - Clearing rule on a non-existent domain 78 - Clearing rule with wrong parameters order 132 # Clearing rule errors 133 log.I("Clearing a rule on domain %s to a non-existent configuration" % (self.domain_name)) 136 assert err == None, "ERROR : command [clearRule] - Error while clearing rule on domain %s to a non-existent configuration" % (self.domain_name) 137 assert out != "Done", "ERROR : command [clearRule] - Error not detected while clearing rule on domain %s to a non-existent configuration" % (self.domain_name) 138 log.I("error correctly detected when clearing a rule to a non-existent configuration") 139 log.I("Clearing a rule on a non-existent domain") 142 assert err == None, "ERROR : command [clearRule] - Error while clearing rule on a non-existent domain [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
BlockedNumberBackupRestoreTest.java | 94 Log.i(TAG, "Clearing blocked numbers."); 124 Log.i(TAG, "Clearing blocked numbers.");
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
HardwareInterrupt.h | 7 this protocol is responsible for clearing the pending interrupt in the
9 for clearing interrupt sources from individual devices.
|
/external/e2fsprogs/tests/f_mmp/ |
script | 60 echo "tune2fs clearing EXT2_MMP_SEQ_FSCK failed" > $test_name.failed 69 echo "e2fsck after clearing EXT2_MMP_SEQ_FSCK failed"> $test_name.failed
|
/external/libcap-ng/libcap-ng-0.7/ |
ChangeLog | 28 - In capng_change_id, only retain setpcap if clearing the bounding set 70 - Reorder clearing of bounding set in capng_change_id
|
/external/pdfium/core/fxcrt/ |
string_pool_template_unittest.cpp | 47 // After clearing pool, storage was re-interned using second strings. 90 // After clearing pool, storage was re-interned using second strings.
|
/external/python/cpython3/Lib/test/ |
test_frame.py | 60 # Clearing the frame closes the generator 94 # Clearing the frame closes the generator
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
SharedInputHandler.java | 107 if (DEBUG) Log.d(TAG, "Back pressed. Clearing existing selection."); 121 if (DEBUG) Log.d(TAG, "ESC pressed. Clearing existing selection.");
|
/system/nvram/messages/include/nvram/messages/ |
nvram_messages.h | 43 // The wipe commands are provided as a utility for clearing NVRAM during 45 // by implementations to implement NVRAM clearing on full device reset.
|
/art/test/569-checker-pattern-replacement/src-multidex/ |
Derived.java | 43 // Clearing fields here doesn't help because the superclass constructor must
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
ClearApplicationDataTest.java | 58 assertTrue("Clearing application data took too long",
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationProviderTest.java | 38 // Work around b/11446702 by clearing the test provider before removing it
|
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/ |
WebViewSignInActivity.java | 52 if (DEBUG) Log.d(TAG, "Clearing WebView data");
|
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/ |
WebViewSignInActivity.java | 50 if (DEBUG) Log.d(TAG, "Clearing WebView data");
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/ |
arm_nor_psci_mem_protect.c | 24 * enables clearing of non secure memory when system boots. This variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
weakrefobject.h | 68 clearing the weakrefs can be delayed long after the target's refcount
|
/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/telemetry_UnitTestsServer/ |
telemetry_UnitTestsServer.py | 39 logging.info('Clearing client %s', self.CLIENT_BOTO_FILE)
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiImageClearingTests.hpp | 24 * \brief Vulkan Image Clearing Tests
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_change_id.3 | 29 This returns 0 on success and a negative number on failure. -1 means capng has not been initted properly, -2 means a failure requesting to keep capabilities across the uid change, -3 means that applying the intermediate capabilities failed, -4 means changing gid failed, -5 means dropping supplemental groups failed, -6 means changing the uid failed, -7 means dropping the ability to retain caps across a uid change failed, -8 means clearing the bounding set failed, -9 means dropping CAP_SETPCAP failed.
|