Searched defs:entry (Results 51 - 75 of 305) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxFileStore.java47 LinuxFileStore(UnixFileSystem fs, UnixMountEntry entry) throws IOException { argument
48 super(fs, entry);
52 * Finds, and returns, the mount entry for the file system where the file
86 for (UnixMountEntry entry: fs.getMountEntries("/proc/mounts")) {
87 if (Arrays.equals(dir, entry.dir()))
88 return entry;
132 if ((entry().hasOption("user_xattr")))
137 if (entry().fstype().equals("ext3") || entry().fstype().equals("ext4"))
142 UnixPath dir = new UnixPath(file().getFileSystem(), entry()
[all...]
H A DLinuxFileSystem.java84 UnixMountEntry entry = new UnixMountEntry();
85 int res = getmntent(fp, entry);
88 entries.add(entry);
111 FileStore getFileStore(UnixMountEntry entry) throws IOException { argument
112 return new LinuxFileStore(this, entry);
H A DSolarisFileStore.java48 SolarisFileStore(UnixFileSystem fs, UnixMountEntry entry) throws IOException { argument
49 super(fs, entry);
67 for (UnixMountEntry entry: file().getFileSystem().getMountEntries()) {
68 if (entry.dev() == dev()) {
69 return entry;
H A DSolarisNativeDispatcher.java41 static native int getextmntent(long fp, UnixMountEntry entry) argument
H A DSolarisFileSystem.java110 UnixMountEntry entry = new UnixMountEntry();
111 int res = getextmntent(fp, entry);
114 entries.add(entry);
126 FileStore getFileStore(UnixMountEntry entry) throws IOException { argument
127 return new SolarisFileStore(this, entry);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DModuleEntry.java45 * This is the symbol table entry for modules.
97 public void addContained (SymtabEntry entry) argument
99 _contained.addElement (entry);
H A DValueRepositoryId.java79 @param entry the type to be added to the value RepositoryID. */
80 public void addType (SymtabEntry entry) argument
82 types.put (entry, new Integer (index));
87 sequence offset, and return false; otherwise add the symbol table entry
89 @param entry the type to be checked
90 @return true if the symbol table entry has not been previously added;
92 public boolean isNewType (SymtabEntry entry) argument
94 Object index = types.get (entry);
97 addType (entry);
H A DIncludeEntry.java45 * This is the symbol table entry for the #include statement.
108 public void addInclude (IncludeEntry entry) argument
110 includeList.addElement (entry);
H A DPragmaHandler.java60 /** This method, given an entry name, returns the entry with that name.
62 appropriate entry defined within the current scope. If no entry
97 table entry with that name. */
129 @param entry the symbol table entry whose scope has just been opened.
130 Be aware that, since the scope has just been entered, this entry is
132 protected void openScope (SymtabEntry entry) argument
142 @param entry th
143 closeScope(SymtabEntry entry) argument
[all...]
H A DSequenceEntry.java47 * This is the symbol table entry for sequences.
126 public void addContained (SymtabEntry entry) argument
128 _contained.addElement (entry);
H A DStructEntry.java46 * This is the symbol table entry for structs.
113 public void addContained (SymtabEntry entry) argument
115 _contained.addElement (entry);
H A DUnionEntry.java48 * This is the symbol table entry for unions.
130 public void addContained (SymtabEntry entry) argument
132 _contained.addElement (entry);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DTCOffsets.java70 public void set (SymtabEntry entry) argument
72 if (entry == null)
76 tcs.put (entry.fullName (), new Integer (offset));
78 String repID = Util.stripLeadingUnderscoresFromID (entry.repositoryID ().ID ());
79 if (entry instanceof InterfaceEntry)
80 offset += alignStrLen (repID) + alignStrLen (entry.name ());
81 else if (entry instanceof StructEntry)
82 offset += alignStrLen (repID) + alignStrLen (entry.name ()) + 4;
83 else if (entry instanceof UnionEntry)
84 offset += alignStrLen (repID) + alignStrLen (entry
120 setMember(SymtabEntry entry) argument
[all...]
H A DValueBoxGen24.java89 public void helperRead (String entryName, SymtabEntry entry, PrintWriter stream) argument
103 Vector vMembers = ((ValueBoxEntry) entry).state ();
104 TypedefEntry member = ((InterfaceState) vMembers.elementAt (0)).entry;
126 public void helperWrite (SymtabEntry entry, PrintWriter stream) argument
139 String entryName = Util.javaName(entry);
143 write (0, " ", "valueType", entry, stream);
149 public int write (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
151 Vector vMembers = ( (ValueEntry) entry ).state ();
152 TypedefEntry member = ((InterfaceState) vMembers.elementAt (0)).entry;
/openjdk7/jdk/src/share/classes/java/security/acl/
H A DAcl.java37 * entries. Each ACL entry, of interface type AclEntry, contains a
40 * group). Additionally, each ACL entry is specified as being either
47 * <ul> <li>Each principal can have at most one positive ACL entry and
48 * one negative entry; that is, multiple positive or negative ACL
49 * entries are not allowed for any principal. Each entry specifies
53 * <li>If there is no entry for a particular principal, then the
56 * <li>If there is a positive entry that grants a principal a
57 * particular permission, and a negative entry that denies the
81 * call the ACL's <code>addEntry</code> method to add a new ACL entry
119 * Adds an ACL entry t
139 addEntry(Principal caller, AclEntry entry) argument
155 removeEntry(Principal caller, AclEntry entry) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DresolutionErrors.cpp33 // add new entry to the table
40 ResolutionErrorEntry* entry = new_entry(hash, pool(), cp_index, error); local
41 add_entry(index, entry);
44 // find entry in the table
66 // create new error entry
70 ResolutionErrorEntry* entry = (ResolutionErrorEntry*)Hashtable<constantPoolOop, mtClass>::new_entry(hash, pool); local
71 entry->set_cp_index(cp_index);
72 NOT_PRODUCT(entry->set_error(NULL);)
73 entry->set_error(error);
75 return entry;
78 free_entry(ResolutionErrorEntry *entry) argument
114 ResolutionErrorEntry* entry = *p; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DHost.java72 "Cannot create ACL entry; got exception", e);
74 throw new IllegalArgumentException("Cannot create ACL entry for " + e.getMessage());
79 AclEntryImpl entry= null;
81 entry = new AclEntryImpl(p);
84 registerPermission(entry);
85 acl.addEntry(owner, entry);
90 "Cannot create ACL entry; got exception", e);
97 "Cannot create ACL entry; got exception", a);
103 private void registerPermission(AclEntryImpl entry) { argument
108 access.putPermission(entry);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableEntryNotification.java38 * entry is added or deleted from an SNMP table.
41 * the reference to the entry added or removed from the table.
46 * <LI>A new entry has been added to the SNMP table.
47 * <LI>An existing entry has been removed from the SNMP table.
57 * Creates and initializes a table entry notification object.
64 * @param entry The entry object (may be null if the entry is
66 * @param entryName The ObjectName entry object (may be null if the
67 * entry i
70 SnmpTableEntryNotification(String type, Object source, long sequenceNumber, long timeStamp, Object entry, ObjectName entryName) argument
129 private final Object entry; field in class:SnmpTableEntryNotification
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_64.cpp57 address entry = __ pc(); local
132 return entry;
136 address entry = __ pc(); local
194 return entry;
209 if (!InlineIntrinsics) return NULL; // Generate a vanilla entry
232 // thus will never select this entry point. Make sure it is not
233 // called accidentally since the SharedRuntime entry points will
248 // this entry point for the corresponding methods in JDK 1.3.
303 // Abstract method entry
311 // abstract method entry
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp52 UnhandledOopEntry entry = list->_oop_list->at(k); local
53 tty->print(" " INTPTR_FORMAT, entry._oop_ptr);
71 UnhandledOopEntry entry(op, pc);
72 _oop_list->push(entry);
90 UnhandledOopEntry entry = _oop_list->at(i); local
91 assert(!entry._ok_for_gc, "duplicate entry");
92 entry._ok_for_gc = true;
93 _oop_list->at_put(i, entry);
120 UnhandledOopEntry entry local
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.inline.hpp97 template <MEMFLAGS F> inline void BasicHashtable<F>::set_entry(int index, BasicHashtableEntry<F>* entry) { argument
98 _buckets[index].set_entry(entry);
102 template <MEMFLAGS F> inline void BasicHashtable<F>::add_entry(int index, BasicHashtableEntry<F>* entry) { argument
103 entry->set_next(bucket(index));
104 _buckets[index].set_entry(entry);
108 template <MEMFLAGS F> inline void BasicHashtable<F>::free_entry(BasicHashtableEntry<F>* entry) { argument
109 entry->set_next(_free_list);
110 _free_list = entry;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstProc.cpp72 const ContextualGlyphSubstitutionStateEntry *entry = entryTable.getAlias(index, success); local
73 ByteOffset newState = SWAPW(entry->newStateOffset);
74 le_int16 flags = SWAPW(entry->flags);
75 WordOffset markOffset = SWAPW(entry->markOffset);
76 WordOffset currOffset = SWAPW(entry->currOffset);
/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DAddPrivateKey.java73 PrivateKeyEntry entry = (PrivateKeyEntry)jks.getEntry(alias, new PasswordProtection(jkspass));
74 String algorithm = entry.getPrivateKey().getAlgorithm();
84 test(p, entry);
98 private static void test(Provider p, PrivateKeyEntry entry) throws Exception { argument
99 PrivateKey key = entry.getPrivateKey();
100 X509Certificate[] chain = (X509Certificate[])entry.getCertificateChain();
112 // test 1: add entry
139 // test 2: translate to session object, then add entry
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediatorBase_R.java72 AOMEntry entry = activeObjectMap.get(key);
73 if (entry == null)
76 return activeObjectMap.getServant( entry ) ;
85 protected void activateServant( ActiveObjectMap.Key key, AOMEntry entry, Servant servant ) argument
94 activeObjectMap.putServant( servant, entry ) ;
110 AOMEntry entry = activeObjectMap.get( key ) ;
113 entry.activateObject() ;
114 activateServant( key, entry, servant ) ;
124 protected void deactivateHelper( ActiveObjectMap.Key key, AOMEntry entry, argument
148 AOMEntry entry
[all...]
H A DPOAPolicyMediatorImpl_R_USM.java71 * enter will wait on the entry if it is being etherealized. When the
72 * deferred state transition completes, the entry is no longer in the
73 * AOM, and so we need to get a new entry, otherwise activator.incarnate
74 * will be called twice, once for the old entry, and again when a new
75 * entry is created. This fix also required extending the FSM StateEngine
108 AOMEntry entry = enterEntry(key) ;
109 java.lang.Object servant = activeObjectMap.getServant( entry ) ;
125 entry.incarnateFailure() ;
130 // re-acquire it afterwards. The entry state machine
174 // entry stat
309 private AOMEntry entry ; field in class:POAPolicyMediatorImpl_R_USM.Etherealizer
313 Etherealizer( POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant, boolean debug ) argument
358 deactivateHelper( ActiveObjectMap.Key key, AOMEntry entry, Servant servant ) argument
[all...]

Completed in 142 milliseconds

1234567891011>>