HomeSort by relevance Sort by last modified time
    Searched full:denied (Results 151 - 175 of 678) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/
ContactsFragment.java 46 * been granted (or denied) as part of the runtime permissions model. It is not relevant for the
  /external/openssh/openbsd-compat/
bsd-cray.c 151 * Cray access denied
358 printf("Bad authorization, access denied.\n");
369 printf("Access denied.\n");
553 "denied\n\n", acct_name);
  /external/openssh/
roaming_client.c 62 logit("Server denied roaming");
sftp-server.0 73 that change the state of the filesystem, will be denied.
sftp-server.8 135 the state of the filesystem, will be denied.
  /external/skia/include/gpu/
GrProcessor.h 113 * request to access the fragment position will be denied.
  /external/tcpdump/
print-vqp.c 82 { 0x03, "Access denied"},
  /external/tcpdump/win32/Include/
errno.h 16 #define EACCES 13 /* Permission denied */
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 93 ALOGE("Request denied by app op OP_RECORD_AUDIO");
  /frameworks/av/services/audiopolicy/service/
AudioPolicyClientImplLegacy.cpp 194 ALOGE("open_input() permission denied: capture not allowed");
  /frameworks/base/core/java/android/webkit/
GeolocationPermissions.java 32 * be either allowed or denied. This class uses Strings to represent
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 114 <string name="permlab_testDenied">Test Denied</string>
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 73 Log.d(TAG, "permission denied for accessory " + accessory);
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
SourceActivity.java 229 mLogger.logError("Accessory permission denied: " + accessory);
  /frameworks/native/libs/binder/
PermissionCache.cpp 106 granted?"granted":"denied", (int)ns2us(t));
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 129 Log.e(mName, "Permission denied!");
  /packages/apps/Browser/src/com/android/browser/
SystemAllowGeolocationOrigins.java 174 * If they are denied or not set, nothing is done.
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps2.java 154 TLog.i("Camera permission denied, not opening camera");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sysexits.h 109 #define EX_NOPERM 77 /* permission denied */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sysexits.h 109 #define EX_NOPERM 77 /* permission denied */
  /system/security/keystore/
keystore_cli.cpp 37 /* [PERMISSION_DENIED] = */ "Permission denied",
  /system/bt/embdrv/sbc/decoder/include/
oi_status.h 74 OI_STATUS_ACCESS_DENIED = 130, /**< Generic access denied error. */
240 OI_SDP_ACCESS_DENIED = 811, /**< SDP: Server denied access to server */
356 OI_SECMGR_DEVICE_NOT_TRUSTED = 1405, /**< SECMGR: l2cap access denied - device is not trusted */
357 OI_SECMGR_DEVICE_ENCRYPT_FAIL = 1407, /**< SECMGR: l2cap access denied - failed to start encryption */
358 OI_SECMGR_DISCONNECTED_FAIL = 1408, /**< SECMGR: l2cap access denied - disconnected */
    [all...]
  /docs/source.android.com/src/devices/tech/security/selinux/
implement.jd 209 <code>adb shell su -c dmesg | grep denied | audit2allow -p out/target/product/<em>board</em>/root/sepolicy</code>
212 <code>adb shell su -c dmesg | grep denied | audit2allow</code>
  /external/libselinux/include/selinux/
avc.h 250 * @errno set to %EACCES if any permissions are denied, or to another value
278 * are denied or to another value upon other errors.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 231 RecordedRequest denied = server.takeRequest(); local
232 assertNull(denied.getHeader("Authorization"));

Completed in 654 milliseconds

1 2 3 4 5 67 8 91011>>