Searched defs:permission (Results 1 - 25 of 32) sorted by relevance

12

/external/libchrome/base/test/
H A Dtest_file_util_posix.cc26 // Deny |permission| on the file |path|.
27 bool DenyFilePermission(const FilePath& path, mode_t permission) { argument
31 stat_buf.st_mode &= ~permission;
37 // Gets a blob indicating the permission information for |path|.
55 // Restores the permission information for |path|, given the blob retrieved
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DProviderConfigurationPermission.java10 * A permission class to define what can be done with the ConfigurableProvider interface.
24 * Note: permission checks are only enforced if a security manager is present.
120 Permission permission)
122 if (!(permission instanceof ProviderConfigurationPermission))
127 if (!this.getName().equals(permission.getName()))
132 ProviderConfigurationPermission other = (ProviderConfigurationPermission)permission;
119 implies( Permission permission) argument
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioUtils.java195 // Checks if the process has as specified permission or not.
196 public static boolean hasPermission(Context context, String permission) { argument
198 permission,
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContextWrapper.java81 public int checkPermission(java.lang.String permission, int pid, int uid) { argument
82 return grantedPermissions.contains(permission) ? PERMISSION_GRANTED : PERMISSION_DENIED;
257 * @param permissionNames permission names that should be granted
/external/python/cpython2/Mac/Modules/
H A DMacOS.c10 both that copyright notice and this permission notice appear in
13 distribution of the software without specific, written prior permission.
594 ** manager, or if we have no permission to talk to it. It will print
637 SInt8 permission = fsRdPerm; local
646 case 'r': permission = fsRdPerm; break;
647 case 'w': permission = fsWrPerm; break;
665 err = FSOpenFork(&ref, name.length, name.unicode, permission, &fp->fRefNum);
/external/python/cpython2/Mac/Modules/res/
H A D_Resmodule.c1165 SignedByte permission; local
1172 &permission))
1176 permission);
1193 SignedByte permission; local
1201 &permission))
1206 permission);
1247 SignedByte permission; local
1253 &permission))
1256 permission);
1368 SignedByte permission; local
1430 SignedByte permission; local
[all...]
/external/python/cpython2/Mac/Modules/snd/
H A D_Sndmodule.c785 short permission; local
789 &permission))
792 permission,
1032 PyDoc_STR("(Str255 deviceName, short permission) -> (long inRefNum)")},
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DGattServerFacade.java562 * @param permission permissions Permissions for this characteristic
569 @RpcParameter(name = "permission") Integer permission) {
574 UUID.fromString(characteristicUuid), property, permission);
566 gattServerCreateBluetoothGattCharacteristic( @pcParametername = �) String characteristicUuid, @RpcParameter(name = �) Integer property, @RpcParameter(name = �) Integer permission) argument
/external/python/cpython2/Mac/Modules/file/
H A D_Filemodule.c1113 SInt8 permission; local
1116 &permission))
1119 permission,
1131 SInt8 permission; local
1134 &permission))
1137 permission,
1384 PyDoc_STR("(SInt8 permission) -> (short refNum)")},
1386 PyDoc_STR("(SInt8 permission) -> (short refNum)")},
2334 SInt8 permission; local
2340 &permission))
2360 SInt8 permission; local
2386 SInt8 permission; local
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c6919 vm_prot_t permission; member in struct:__anon24726
6927 req->size, req->offset, req->permission, req->parent_entry.type);
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c7866 SInt8 permission; local
7872 &permission))
7876 permission);
26341 PyDoc_STR("(FSSpec fileSpec, SInt8 permission) -> (short resRefNum)")},
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 781 milliseconds

12