/external/mesa3d/ |
Android.common.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/egl/drivers/dri2/ |
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/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/gallium/drivers/i915/ |
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/gallium/drivers/nouveau/ |
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/gallium/drivers/nv30/ |
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/gallium/drivers/nv50/ |
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/gallium/drivers/nvc0/ |
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/gallium/drivers/r300/ |
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/gallium/drivers/r600/ |
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/gallium/drivers/radeonsi/ |
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/gallium/drivers/softpipe/ |
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/gallium/drivers/svga/ |
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/gallium/state_trackers/egl/ |
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/gallium/winsys/i915/drm/ |
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/gallium/winsys/nouveau/drm/ |
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/gallium/winsys/radeon/drm/ |
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/gallium/winsys/svga/drm/ |
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/gallium/winsys/sw/android/ |
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/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
DelegatingHttpsURLConnection.java | 26 import java.security.Permission; 221 @Override public Permission getPermission() throws IOException {
|
/hardware/intel/img/psb_video/fw/msvdx/ |
Android.mk | 3 # Permission is hereby granted, free of charge, to any person obtaining a 11 # The above copyright notice and this permission notice (including the
|
/hardware/intel/img/psb_video/fw/topazhp/ |
Android.mk | 3 # Permission is hereby granted, free of charge, to any person obtaining a 11 # The above copyright notice and this permission notice (including the
|
/hardware/intel/img/psb_video/fw/topazsc/ |
Android.mk | 3 # Permission is hereby granted, free of charge, to any person obtaining a 11 # The above copyright notice and this permission notice (including the
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/https/ |
HttpsURLConnectionImpl.java | 43 import java.security.Permission; 389 public Permission getPermission() throws IOException {
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
FtpURLConnection.java | 49 import java.security.Permission; 93 Permission permission; field in class:FtpURLConnection 560 * Gets the <code>Permission</code> associated with the host & port. 562 * @return The <code>Permission</code> object. 565 public Permission getPermission() { 566 if (permission == null) { 570 permission = new SocketPermission(urlhost, "connect"); 572 return permission;
|