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

<<11121314151617181920

  /prebuilts/go/linux-x86/src/cmd/link/internal/mips/
obj.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/link/internal/mips64/
obj.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/link/internal/ppc64/
obj.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/link/internal/x86/
obj.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/math/
exp.go 24 // Permission to use, copy, modify, and distribute this
jn.go 20 // Permission to use, copy, modify, and distribute this
log1p.go 16 // Permission to use, copy, modify, and distribute this
sqrt.go 16 // Permission to use, copy, modify, and distribute this
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 26 _EACCES = 13 /* Permission denied */
sqrt.go 21 // Permission to use, copy, modify, and distribute this
  /system/netd/server/
SockDiagTest.cpp 271 PERMISSION,
282 TO_STRING_TYPE(PERMISSION);
290 Permission permission; member in struct:android::net::__anon114610
338 case PERMISSION:
353 case PERMISSION: {
357 fwmark.permission = permissionTestcases[i].permission;
391 case PERMISSION: {
421 case PERMISSION
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 34 import java.security.Permission;
OldSocketTest.java 39 import java.security.Permission;
56 public void checkPermission(Permission perm) {}
476 public void checkPermission(Permission perm) {
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
SecureClassLoaderTest.java 33 import java.security.Permission;
  /system/extras/tests/workloads/
defs.sh 464 if ${ADB}ls /data 2>/dev/null | grep -q "Permission denied"; then
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageParserTest.java 157 assertSame(deserialized.applicationInfo.permission,
158 deserialized2.applicationInfo.permission);
315 private static void assertPermissionsEqual(PackageParser.Permission a,
316 PackageParser.Permission b) {
398 assertEquals(a.permission, that.permission);
445 pkg.permissions.add(new PackageParser.Permission(pkg));
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 150 FileHandle::Permission(FileHandle::System));
189 FileHandle::Permission(FileHandle::System));
206 FileHandle::Permission(FileHandle::System));
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 24 import java.security.Permission;
MemoryHandlerTest.java 24 import java.security.Permission;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 25 import java.security.Permission;
  /external/bison/doc/
refcard.tex 89 Permission is granted to make and distribute copies of this card
90 provided the copyright notice and this permission notice
114 Permission is granted to make and distribute copies of this card
115 provided the copyright notice and this permission notice
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProxySelectorTest.java 27 import java.security.Permission;
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 33 import java.security.Permission;
387 * {@code RuntimePermission("getClassLoader")} permission
408 * to perform permission checks before calling this.
783 * {@code RuntimePermission("getClassLoader")} permission
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 110 EACCES Errno = 13 /* Permission denied */
236 EACCES: "Permission denied",

Completed in 2077 milliseconds

<<11121314151617181920