Searched defs:current (Results 1 - 25 of 167) sorted by relevance

1234567

/openjdk7/jdk/src/share/back/
H A DinStream.h35 jbyte *current; member in struct:PacketInputStream
H A DoutStream.h44 jbyte *current; member in struct:PacketOutputStream
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DNativeThread.java34 static long current() { method in class:NativeThread
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DNativeThread.java36 // On systems that do not require this type of signalling, the current() method
46 static native long current(); method in class:NativeThread
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DCurrentNodeListFilter.java35 public abstract boolean test(int node, int position, int last, int current, argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMAxisTraverser.java86 * Traverse to the next node after the current node.
90 * @param current The current node of the traversal. This is the last known
93 * should be set equal to current. Note that in order to test whether
99 public abstract int next(int context, int current); argument
102 * Traverse to the next node after the current node that is matched
107 * @param current The current node of the traversal. This is the last known
110 * should be set equal to current. Note that in order to test whether
117 public abstract int next(int context, int current, in argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DCharacterIterator.java50 * Iterators maintain a current character index, whose valid range is from
53 * The current index can be retrieved by calling getIndex() and set directly
59 * also returned by other methods to indicate that the current index is
132 * Gets the character at the current position (as returned by getIndex()).
133 * @return the character at the current position or DONE if the current
137 public char current(); method in interface:CharacterIterator
142 * to getEndIndex(), the current index is reset to getEndIndex() and
151 * at the new index. If the current index is getBeginIndex(), the index
153 * @return the character at the new position or DONE if the current
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DJMXSubjectDomainCombiner.java52 public ProtectionDomain[] combine(ProtectionDomain[] current, argument
56 // 'current' protections domains, i.e. the ones that will be augmented
61 if (current == null || current.length == 0) {
65 newCurrent = new ProtectionDomain[current.length + 1];
66 for (int i = 0; i < current.length; i++) {
67 newCurrent[i] = current[i];
69 newCurrent[current.length] = pdNoPerms;
87 * Get the current AccessControlContext combined with the supplied subject.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DProgressCodeWriter.java42 private int current; field in class:ProgressCodeWriter
72 progress.generatedFile(name,current++,totalFileCount);
H A DXJCListener.java75 public void generatedFile(String fileName, int current, int total ) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DInclude.java62 * @param current
63 * The current document we are parsing.
66 void endInclude(Parseable current, String uri, String ns, argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DIncludeHost.java71 public void endInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno) throws BuildException, IllegalSchemaException { argument
75 lhs.endInclude( current, uri, ns, loc.lhs, anno.lhs );
76 rhs.endInclude( current, uri, ns, loc.rhs, anno.rhs );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DDocumentAddressResolver.java66 * @param current
71 * The reference to be put inside {@code current} to refer to
77 @Nullable String getRelativeAddressFor(@NotNull SDDocument current, @NotNull SDDocument referenced); argument
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestListeners.java40 private static int current; field in class:TestListeners
50 current = 0;
52 if (current != 4)
53 throw new Error("Expected 4 listeners, but called " + current);
55 current = 0;
57 if (current != 2)
58 throw new Error("Expected 2 listeners, but called " + current);
102 if (this.index != current++)
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestListeners.java41 private static int current; field in class:TestListeners
51 current = 0;
53 if (current != 4)
54 throw new Error("Expected 4 listeners, but called " + current);
56 current = 0;
58 if (current != 2)
59 throw new Error("Expected 2 listeners, but called " + current);
103 if (this.index != current++)
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DLocalSeqNumber.java77 public synchronized int current() { method in class:LocalSeqNumber
H A DSeqNumber.java37 public int current(); method in interface:SeqNumber
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeepNodeListImpl.java40 * current state of the document tree. To put it another way, the
55 * getElementsByTagName case. The current solution is for Nodes to
166 protected Node nextMatchingElementAfter(Node current) { argument
169 while (current != null) {
171 if (current.hasChildNodes()) {
172 current = (current.getFirstChild());
176 else if (current != rootNode && null != (next = current.getNextSibling())) {
177 current
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DTokenBuffer.java78 Token current () method in class:TokenBuffer
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DCharArrayIterator.java55 return current();
72 return current();
76 * Gets the character at the current position (as returned by getIndex()).
77 * @return the character at the current position or DONE if the current
81 public char current() { method in class:CharArrayIterator
94 * to getEndIndex(), the current index is reset to getEndIndex() and
113 * at the new index. If the current index is getBeginIndex(), the index
115 * @return the character at the new position or DONE if the current
145 return current();
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DExpressionBuilder.java67 private XSParticle current; field in class:ExpressionBuilder
77 wildcard.particles.add(current);
115 e.particles.add(current);
116 assert current.getTerm()==decl;
122 current = p;
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DCharacterIteratorWrapper.java60 * @see UCharacterIterator#current()
62 public int current() { method in class:CharacterIteratorWrapper
63 int c = iterator.current();
88 int i = iterator.current();
H A DReplaceableUCharacterIterator.java95 * Returns the current UTF16 character.
96 * @return current UTF16 character
98 public int current(){ method in class:ReplaceableUCharacterIterator
114 * Gets the current currentIndex in text.
115 * @return current currentIndex in text.
/openjdk7/jdk/src/share/native/sun/management/
H A DMemoryPoolImpl.c71 (JNIEnv *env, jobject pool, jlong current, jlong newThreshold)
74 if (newThreshold > current) {
91 (JNIEnv *env, jobject pool, jlong current, jlong newThreshold)
94 if (newThreshold > current) {
70 Java_sun_management_MemoryPoolImpl_setUsageThreshold0(JNIEnv *env, jobject pool, jlong current, jlong newThreshold) argument
90 Java_sun_management_MemoryPoolImpl_setCollectionThreshold0(JNIEnv *env, jobject pool, jlong current, jlong newThreshold) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DInterceptorInvoker.java71 private PICurrent current; field in class:InterceptorInvoker
88 this.current = piCurrent;
221 current.pushSlotTable( );
306 current.resetSlotTable( );
393 current.popSlotTable( );
414 current.pushSlotTable();
415 info.setSlotTable(current.getSlotTable());
419 current.pushSlotTable( );
493 current.popSlotTable( );
630 current
[all...]

Completed in 54 milliseconds

1234567