HomeSort by relevance Sort by last modified time
    Searched refs:Permission (Results 176 - 200 of 480) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 16 $! Permission to use, copy, modify, and/or distribute this software for any
18 $! copyright notice and this permission notice appear in all copies.
  /external/flatbuffers/android/jni/
build_flatc.bat 6 @rem Permission is granted to anyone to use this software for any purpose,
  /external/mesa3d/src/amd/
Android.common.mk 4 # Permission is hereby granted, free of charge, to any person obtaining a
11 # The above copyright notice and this permission notice (including the next
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
13 # The above copyright notice and this permission notice shall be included
  /external/mesa3d/src/mapi/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
13 # The above copyright notice and this permission notice shall be included
  /external/mesa3d/src/mesa/
Android.libmesa_dricore.mk 5 # Permission is hereby granted, free of charge, to any person obtaining a
12 # The above copyright notice and this permission notice shall be included
Android.libmesa_glsl_utils.mk 5 # Permission is hereby granted, free of charge, to any person obtaining a
12 # The above copyright notice and this permission notice shall be included
  /external/mesa3d/src/mesa/program/
Android.mk 3 # Permission is hereby granted, free of charge, to any person obtaining a
10 # The above copyright notice and this permission notice shall be included
  /external/mesa3d/src/util/
Android.mk 5 # Permission is hereby granted, free of charge, to any person obtaining a
12 # The above copyright notice and this permission notice shall be included
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageParserTest.java 27 import android.content.pm.PackageParser.Permission;
336 Permission permission) {
337 assertEquals(packageName, permission.owner.packageName);
338 assertEquals(name, permission.info.name);
339 assertEquals(protectionLevel, permission.info.protectionLevel);
428 assertEquals(Arrays.asList("android.permission.INTERNET"),
436 assertEquals(Arrays.asList("android.permission.NFC"),
446 "android.permission.ACCESS_NETWORK_STATE",
447 "android.permission.READ_CONTACTS")
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 28 import java.security.Permission;
49 public void checkPermission(Permission permission){
50 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
list5.go 13 // Permission is hereby granted, free of charge, to any person obtaining a copy
20 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
list0.go 12 // Permission is hereby granted, free of charge, to any person obtaining a copy
19 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
listz.go 12 // Permission is hereby granted, free of charge, to any person obtaining a copy
19 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
list5.go 13 // Permission is hereby granted, free of charge, to any person obtaining a copy
20 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
list0.go 12 // Permission is hereby granted, free of charge, to any person obtaining a copy
19 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
listz.go 12 // Permission is hereby granted, free of charge, to any person obtaining a copy
19 // The above copyright notice and this permission notice shall be included in
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 139 * 6. Trademarks. This License does not grant permission to use the trade
214 Permission to copy, modify, and distribute this software and its documentation,
239 publicity pertaining to the software without specific, written prior permission.
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 139 * 6. Trademarks. This License does not grant permission to use the trade
214 Permission to copy, modify, and distribute this software and its documentation,
239 publicity pertaining to the software without specific, written prior permission.
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 139 * 6. Trademarks. This License does not grant permission to use the trade
214 Permission to copy, modify, and distribute this software and its documentation,
239 publicity pertaining to the software without specific, written prior permission.
  /prebuilts/go/darwin-x86/src/image/jpeg/
fdct.go 34 Permission is hereby granted to use, copy, modify, and distribute this
44 (3) Permission for use of this software is granted only if the user accepts
52 Permission is NOT granted for the use of any IJG author's name or company name
  /prebuilts/go/linux-x86/src/image/jpeg/
fdct.go 34 Permission is hereby granted to use, copy, modify, and distribute this
44 (3) Permission for use of this software is granted only if the user accepts
52 Permission is NOT granted for the use of any IJG author's name or company name
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 37 import java.security.Permission;
67 * The classes that are loaded are by default granted permission only to
630 * If the protocol of this URL is "jar", then the permission granted
631 * is based on the permission that is required by the URL of the Jar
635 * permission to connect to and accept connections from that authority
637 * and the path specifies a file, then permission to read that
639 * a directory, permission is granted to read all files
643 * If the protocol is not "file", then permission
655 Permission p;
667 // if the permission has a separator char on the end
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
AppPermissionsFragment.java 17 package com.android.packageinstaller.permission.ui.handheld;
50 import com.android.packageinstaller.permission.model.AppPermissionGroup;
51 import com.android.packageinstaller.permission.model.AppPermissions;
52 import com.android.packageinstaller.permission.model.Permission;
53 import com.android.packageinstaller.permission.utils.LocationUtils;
54 import com.android.packageinstaller.permission.utils.SafetyNetLogger;
55 import com.android.packageinstaller.permission.utils.Utils;
353 List<Permission> permissions = group.getPermissions();
356 Permission permission = permissions.get(i) local
    [all...]
  /external/boringssl/
rules.mk 3 # Permission to use, copy, modify, and/or distribute this software for any
5 # copyright notice and this permission notice appear in all copies.

Completed in 1061 milliseconds

1 2 3 4 5 6 78 91011>>