Searched refs:access (Results 76 - 100 of 100) sorted by relevance

1234

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c790 if (access(libjava, F_OK) == 0) {
797 if (access(libjava, F_OK) == 0) {
H A Djava_md_common.c190 return ((access(buffer, X_OK) == 0) ? 1 : 0);
395 * applications. (We don't have access to these mutexes within libc and
/openjdk7/hotspot/src/share/tools/launcher/
H A Dwildcard.c108 return access(filename, F_OK) == 0;
/openjdk7/jdk/src/share/bin/
H A Dwildcard.c109 return access(filename, F_OK) == 0;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.java144 jjtn000.access = Access();
243 jjtn000.access= RO;
247 jjtn000.access= RW;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java812 * @param access the access flags of the method to which this label belongs.
818 final int access,
825 if ((access & Opcodes.ACC_STATIC) == 0) {
826 if ((access & MethodWriter.ACC_CONSTRUCTOR) == 0) {
816 initInputFrame( final ClassWriter cw, final int access, final Type[] args, final int maxLocals) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1182 boolean access = false;
1194 if (fieldName.equals("access")) {
1195 access = true;
1198 access = true;
1214 if (access) {
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystemProvider.java306 access(file, mode);
323 // check security manager access to both files
H A DUnixNativeDispatcher.java444 * access(const char* path, int amode);
446 static void access(UnixPath path, int amode) throws UnixException { method in class:UnixNativeDispatcher
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMethodGen.java106 * @param access_flags access qualifiers
966 String access = Utility.accessToString(access_flags);
969 signature = Utility.methodSignatureToString(signature, name, access,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
H A DXMLSchemaMessages_ja.properties117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c81 * respect to file access needs.
96 const DWORD access = local
119 access, /* Read and/or write permission */
1091 * jzentry for each zip. This optimizes a common access pattern.
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2159 jint access = access_flags().as_int(); local
2175 access = iter.inner_access_flags();
2180 return (access & (~JVM_ACC_SUPER)) & JVM_ACC_WRITTEN_FLAGS;
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java733 /* Application set Proxies should not have access to cookies
2549 * indication that the application doesn't intend to access
2620 sun.misc.JavaNetHttpCookieAccess access =
2623 List<HttpCookie> cookies = access.parse(value);
2631 retValue.append(access.header(cookie));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1132 AccessFlags access = new AccessFlags(accsFlags);
1133 if (!access.isStatic()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java701 // (This would be an illegal access to "this before super").
2169 // (2) Also determine whether we access symbol out of an anonymous
2249 site = capture(site); // Capture field access
2339 rs.access(rs.new StaticError(sym),
2392 return rs.access(
2416 sym = rs.access(sym, pos, location, site, name, true);
2438 rs.access(sym2, pos, location, site, name, true);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1117 // If there is a security manager and protection domain, check the access
1129 // Whitelist certain access control contexts
1193 // Create an unprivileged access control object and call it's run function
1518 // the system could allow a spoof of an inner class to gain access rights.
1835 // Constant pool access //////////////////////////////////////////////////////////
3296 bool force_verify_field_access(klassOop current_class, klassOop field_class, AccessFlags access, bool classloader_only) { argument
3300 if ((current_class == field_class) || access.is_public()) {
3304 if (access.is_protected()) {
3311 return (!access.is_private() && instanceKlass::cast(current_class)->is_same_class_package(field_class));
3366 // subclass 'curr_klass' does not have access t
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c820 RESTARTABLE(access(path, (int)amode), err);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp310 // thread id is used to access /proc.
832 // access or because of reading/writing non-exist memory (e.g. buffer
2563 if (0 != access(buf, F_OK)) {
2571 if (0 != access(buf, F_OK)) {
2578 if (0 == access(buf, F_OK)) {
3162 // Map uncommitted pages PROT_READ and PROT_WRITE, change access
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java440 _memberAccess[i] = members[i].access;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp303 // thread id is used to access /proc.
706 // access or because of reading/writing non-exist memory (e.g. buffer
2384 if (0 != access(buf, F_OK)) {
2388 if (0 == access(buf, F_OK)) {
3090 // Map uncommitted pages PROT_READ and PROT_WRITE, change access
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2235 // Handled first to avoid misdiagnosis as a "normal" access violation;
2467 // an access to the first page of VM--assume it is a null pointer
2499 // in and the heap gets shrunk before the field access.
2509 // Windows will sometimes generate an access violation
2577 // the heap gets shrunk before the field access.
3250 // Pages in the region become guard pages. Any attempt to access a guard page
3252 // the guard page status. Guard pages thus act as a one-time access alarm.
3422 // Win32 only gives you access to seven real priorities at a time,
4456 // Even VirtualProtect refuses to give execute access to mapped memory
4504 DWORD access local
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp169 # define MADV_ACCESS_LWP 7 /* next LWP to access heavily */
172 # define MADV_ACCESS_MANY 8 /* many processes to access heavily */
1628 // It may be worth experimenting with such access patterns,
2541 if (0 != access(buf, F_OK)) {
2545 if (0 == access(buf, F_OK)) {
4213 // Solaris only gives access to 128 real priorities at a time,
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3410 typedef GLvoid* (APIENTRYP PFNGLMAPBUFFERPROC) (GLenum target, GLenum access);
4011 typedef GLvoid* (APIENTRYP PFNGLMAPBUFFERARBPROC) (GLenum target, GLenum access);

Completed in 258 milliseconds

1234