HomeSort by relevance Sort by last modified time
    Searched full:granted (Results 51 - 75 of 17548) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ios.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
iso646.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
limits.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
locale.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
new 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
ostream.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
pthread_alloc 18 * Permission to use or copy this software for any purpose is hereby granted
20 * Permission to modify the code and to distribute modified code is granted,
signal.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
unordered_map 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
unordered_set 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_clocale.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
_csignal.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
_cstdarg.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
_cstring.h 8 * Permission to use or copy this software for any purpose is hereby granted
10 * Permission to modify the code and to distribute modified code is granted,
_stlport_version.h 9 * Permission to use or copy this software for any purpose is hereby granted
11 * Permission to modify the code and to distribute modified code is granted,
  /cts/tests/tests/permission2/src/android/permission2/cts/
PermissionMaxSdkVersionTest.java 35 * the permission is not being granted.
41 assertEquals("Permissions with maxSdkVersion in the past should not be granted",
48 * the permission is being granted.
54 assertEquals("Permissions with maxSdkVersion in the future should be granted",
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/lang/
IllegalAccessException.java 4 for any purpose with or without fee is hereby granted, provided
NoSuchFieldException.java 4 for any purpose with or without fee is hereby granted, provided
NoSuchMethodException.java 4 for any purpose with or without fee is hereby granted, provided
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/security/
PermissionCollection.java 4 for any purpose with or without fee is hereby granted, provided
  /external/sl4a/ScriptingLayerForAndroid/res/drawable/
atari_small_notice.txt 4 COMMENT non-commercial use is herby granted, provided this notice
  /packages/apps/Nfc/etc/
sample_nfcee_access.xml 22 specified certificate is granted NFCEE access.
25 exact match of one of the specified package names to be granted
31 In this example, any application from the first signer is granted
33 are granted access for the second signer.
  /frameworks/base/core/java/android/content/pm/permission/
RuntimePermissionPresentationInfo.java 45 * @param granted Whether the permission is granted.
49 boolean granted, boolean standard) {
52 if (granted) {
67 * @return Whether the permission is granted.
  /libcore/ojluni/src/main/java/java/security/
PolicySpi.java 48 * Check whether the policy has granted a Permission to a ProtectionDomain.
52 * @param permission check whether this permission is granted to the
55 * @return boolean true if the permission is granted to the domain.
73 * permissions granted to the specified CodeSource.
78 * permissions granted to a CodeSource.
81 * PermissionCollection has been granted.
83 * @return a set of permissions granted to the specified CodeSource.
97 * permissions granted to the specified ProtectionDomain.
102 * permissions granted to a ProtectionDomain.
105 * PermissionCollection has been granted
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppPermissions.java 111 final boolean granted = (mPackageInfo.requestedPermissionsFlags[i]
114 Permission permission = new Permission(runtime, granted);
141 if (permission.runtime && !permission.granted) {
162 private boolean granted; field in class:AppPermissions.Permission
164 public Permission(boolean runtime, boolean granted) {
166 this.granted = granted;

Completed in 1340 milliseconds

1 23 4 5 6 7 8 91011>>