/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 851 denied = ResourceDenied("Resource '%s' is not available" % resource_name) 866 sys.stderr.write(denied.args[0] + "\n") 867 raise denied [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 851 denied = ResourceDenied("Resource '%s' is not available" % resource_name) 866 sys.stderr.write(denied.args[0] + "\n") 867 raise denied [all...] |
/external/libmicrohttpd/doc/ |
libmicrohttpd.texi | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
Dhcp4Io.c | 743 Message = (UINT8 *) "Lease is denied upon received ACK";
753 Message = (UINT8 *) "Lease is denied upon entering bound";
[all...] |
/external/autotest/docs/ |
user-doc.md | 170 inside the `setup()` function will lead to **access denied failures**, because 678 ### Q6: I created a test, added it into ebuild, emerged it, and I?m getting access denied failures. What did I do wrong?
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
nftw.c | 642 fprintf(temp, "flags) when search permission is denied for any\n"); 655 fprintf(temp, "flags) when read permission is denied for path.\n\n");
|
nftw64.c | 666 fprintf(temp, "flags) when search permission is denied for any\n"); 680 fprintf(temp, "flags) when read permission is denied for path.\n\n");
|
/frameworks/av/media/libaudioclient/ |
AudioRecord.cpp | 682 // After fast request is denied, we will request again if IAudioRecord is re-created. 703 ALOGW("AUDIO_INPUT_FLAG_FAST denied, incompatible transfer = %s", [all...] |
/libcore/ojluni/src/main/java/sun/net/ftp/ |
FtpClient.java | 238 * denied the authorization to connect to the destination. 251 * denied the authorization to connect to the destination. [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
TelecomServiceImpl.java | [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
TestingCamera.java | 374 log("Camera permission denied, can't do anything"); 381 log("Recording permission " + permissions[i] + " denied"); [all...] |
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
libsqlite.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
libsqlite.so | |
/system/core/adb/ |
test_device.py | [all...] |
/external/curl/tests/python_dependencies/impacket/ |
nt_errors.py | 245 0xC0000022: ("STATUS_ACCESS_DENIED","{Access Denied} A process has requested access to an object but has not been granted those access rights.") [all...] |
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/ |
UsePermissionTest23.java | 66 // New permission model is denied by default
|
/cts/tests/tests/content/src/android/content/cts/ |
ContextWrapperTest.java | 630 // Denied because no IPC is active. [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
RoutingTest.java | 777 // device in case of permission denied when switching input device.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
socket.py | 111 errorTab[10013] = "Permission denied."
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
infback.c | 156 /* Assure that some input is available. If input is requested, but denied,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
socket.py | 107 errorTab[10013] = "Permission denied."
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
infback.c | 147 /* Assure that some input is available. If input is requested, but denied,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
Print.c | 930 if (Status == EFI_ACCESS_DENIED) { Desc = (CHAR8 *) "Access Denied"; } else
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
ArpMain.c | 558 // Check whether the software address is in the denied table.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/ |
PrintLibInternal.c | 43 "Access Denied", // RETURN_ACCESS_DENIED = 15 | MAX_BIT
[all...] |