HomeSort by relevance Sort by last modified time
    Searched full:denied (Results 376 - 400 of 1168) sorted by null

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/
MainWearActivity.java 321 // Send 'denied' message to remote phone since it started Activity.
365 logToUi("User denied permission on remote device.");
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/
MainWearActivity.java 321 // Send 'denied' message to remote phone since it started Activity.
365 logToUi("User denied permission on remote device.");
  /development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
MainWearActivity.java 363 // Send 'denied' message to remote phone since it started Activity.
407 logToUi("User denied permission on remote device.");
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.h 226 EFI_ACCESS_DENIED - The service denied access to the file.
278 EFI_ACCESS_DENIED - The service denied access to the file.
  /external/autotest/server/hosts/
ssh_host.py 255 if "Permission denied." in result.stderr:
256 msg = "ssh permission denied"
  /external/libbrillo/brillo/http/
http_request.h 154 // Access denied
155 static const int Denied = 401;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HttpOverSpdyTest.java 225 RecordedRequest denied = server.takeRequest(); local
226 assertNull(denied.getHeader("Authorization"));
  /external/selinux/libselinux/include/selinux/
avc.h 254 * @errno set to %EACCES if any permissions are denied, or to another value
282 * are denied or to another value upon other errors.
  /external/selinux/python/semanage/
test-semanage.py 13 self.assertTrue('Permission denied' in err,
14 '"Permission denied" not found in %r' % err)
  /packages/apps/Dialer/java/com/android/dialer/logging/
dialer_impression.proto 269 // The user has permenantly denied a permission, so the user is being
278 // The user denied a permission.
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 110 EACCES Errno = 13 /* Permission denied */
236 EACCES: "Permission denied",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 110 EACCES Errno = 13 /* Permission denied */
236 EACCES: "Permission denied",
  /system/core/gatekeeperd/
gatekeeperd.cpp 349 ALOGE("%s: permission denied for [%d:%d]", __func__, calling_pid, calling_uid);
364 ALOGE("%s: permission denied for [%d:%d]", __func__, calling_pid, calling_uid);
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
connection.py 250 permission_denied = 'Permission denied' in error_string
252 raise Error('Permission denied.', result)
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDeviceStateMonitor.java 61 protected static final String PERM_DENIED_ERROR_PATTERN = "Permission denied";
310 CLog.w("Device %s mount check returned Permision Denied, "
  /bionic/libc/private/
bionic_errdefs.h 52 __BIONIC_ERRDEF( EACCES , 13, "Permission denied" )
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
CapturedActivity.java 149 throw new IllegalStateException("User denied screen sharing permission");
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 204 // Permission has been denied before. At this point we should show a dialog to
  /device/generic/goldfish/dhcp/server/
dhcpserver.cpp 127 // Request for something other than we offered, denied
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitActivity.java 133 Log.d(TAG, "permission denied for accessory "
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 62 #define EACCES 13 /* Permission denied */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_robotparser.py 133 bad = [] # Bug report says "/" should be denied, but that is not in the RFC
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
RmPkg.py 85 # removing readonly file on windows will get "Access is denied"
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Open.c 161 // read-write, then the access is denied.
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 65 #define EACCES __EACCES /* 13 Permission denied */

Completed in 1869 milliseconds

<<11121314151617181920>>