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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/link/internal/amd64/
l.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/
l.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/
acosh.go 16 // Permission to use, copy, modify, and distribute this
asinh.go 16 // Permission to use, copy, modify, and distribute this
atanh.go 16 // Permission to use, copy, modify, and distribute this
cbrt.go 14 // Permission to use, copy, modify, and distribute this
remainder.go 16 // Permission to use, copy, modify, and distribute this
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 49 import java.security.Permission;
96 Permission permission; field in class:FtpURLConnection
590 * Gets the <code>Permission</code> associated with the host & port.
592 * @return The <code>Permission</code> object.
595 public Permission getPermission() {
596 if (permission == null) {
600 permission = new SocketPermission(urlhost, "connect");
602 return permission;
  /external/boringssl/src/util/
embed_test_data.go 3 // Permission to use, copy, modify, and/or distribute this software for any
5 // copyright notice and this permission notice appear in all copies.
63 * Permission to use, copy, modify, and/or distribute this software for any
65 * copyright notice and this permission notice appear in all copies.
  /frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp 157 FileHandle::Permission(FileHandle::System))) {
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 78 FileHandle::Permission pPerm) {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
l.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
47 // Permission is hereby granted, free of charge, to any person obtaining a copy
54 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/darwin-x86/src/cmd/link/internal/s390x/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
l.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
47 // Permission is hereby granted, free of charge, to any person obtaining a copy
54 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips64/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /prebuilts/go/linux-x86/src/cmd/link/internal/s390x/
l.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
46 // Permission is hereby granted, free of charge, to any person obtaining a copy
53 // The above copyright notice and this permission notice shall be included in
  /external/ant-glob/
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.
  /external/boringssl/src/util/fipstools/
delocate_test.go 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 1150 milliseconds

1 2 3 4 5 67 8 91011>>