Searched refs:forward (Results 1 - 25 of 50) sorted by relevance

12

/openjdk9/jdk/src/java.base/share/classes/java/security/cert/
H A DCertPathChecker.java44 * <p>The {@code forward} flag specifies the order that certificates will
45 * be passed to the {@link #check check} method (forward or reverse).
47 * @param forward the order that certificates are presented to the
49 * presented from target to trust anchor (forward); if
54 void init(boolean forward) throws CertPathValidatorException; argument
57 * Indicates if forward checking is supported. Forward checking refers
60 * forward direction (from target to trust anchor).
62 * @return {@code true} if forward checking is supported, {@code false}
H A DPKIXCertPathChecker.java62 * {@code PKIXCertPathChecker} may be either in the forward direction
67 * support forward checking (the ability to perform its checks when it is
68 * presented with certificates in the forward direction). The
70 * indicates whether forward checking is supported.
101 * The {@code forward} flag specifies the order that
103 * (forward or reverse). A {@code PKIXCertPathChecker} <b>must</b>
104 * support reverse checking and <b>may</b> support forward checking.
106 * @param forward the order that certificates are presented to
108 * are presented from target to most-trusted CA (forward); if
112 * the specified order; it should never be thrown if the forward fla
116 init(boolean forward) argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/iterators/
H A DNodeIterator.java34 protected abstract void forward(); method in class:NodeIterator
38 forward();
44 forward();
H A DPredicatedProxyNodeIterator.java40 protected void forward() { method in class:PredicatedProxyNodeIterator
/openjdk9/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DX509CertificatePair.java46 * Authorities. The ASN.1 structure is listed below. The forward certificate
49 * issued by this CA to another CA. When both the forward and the reverse
60 * forward [0] Certificate OPTIONAL,
78 private X509Certificate forward; field in class:X509CertificatePair
94 * @param forward The forward component of the certificate pair
100 public X509CertificatePair(X509Certificate forward, X509Certificate reverse) argument
102 if (forward == null && reverse == null) {
107 this.forward = forward;
[all...]
H A DUntrustedChecker.java56 public void init(boolean forward) throws CertPathValidatorException { argument
57 // Note that this class supports both forward and reverse modes.
62 // Note that this class supports both forward and reverse modes.
H A DKeyChecker.java71 public void init(boolean forward) throws CertPathValidatorException { argument
72 if (!forward) {
76 ("forward checking not supported");
H A DConstraintsChecker.java76 public void init(boolean forward) throws CertPathValidatorException { argument
77 if (!forward) {
83 ("forward checking not supported");
H A DBasicChecker.java101 public void init(boolean forward) throws CertPathValidatorException { argument
102 if (!forward) {
113 CertPathValidatorException("forward checking not supported");
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/
H A DGraphNodeIterator.java42 forward();
45 private void forward() { method in class:GraphNodeIterator
70 forward();
H A DNodeFlood.java108 forward();
111 private void forward() { method in class:NodeFlood.UnmarkedNodeIterator
131 forward();
H A DTypedGraphNodeIterator.java49 forward();
65 private void forward() { method in class:TypedGraphNodeIterator
H A DNodeMap.java139 forward();
150 forward();
169 private void forward() {
H A DNodeBitMap.java193 forward();
196 private void forward() { method in class:NodeBitMap.MarkedNodeIterator
220 forward();
H A DEdges.java286 void forward() { method in class:Edges.EdgesIterator
317 forward();
325 forward();
/openjdk9/jdk/test/java/beans/Introspector/
H A DTest6194788.java50 boolean forward = pd.equals(property);
52 if (forward || backward) {
53 if (forward && backward)
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/com/sun/java/swing/ui/
H A DStatusBar.java92 forward = true;
117 if(forward)
124 forward = false;
133 forward = true;
175 private boolean forward; field in class:StatusBar
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DSizeRequirements.java249 * will be tiled in the forward direction with offsets increasing from 0.
280 * should be tiled in the forward direction (offsets increasing
282 * of the allocated space). The forward direction represents
295 * @param forward tile with offsets increasing from 0 if true
305 boolean forward) {
319 expandedTile(allocated, min, pref, max, children, offsets, spans, forward);
321 compressedTile(allocated, min, pref, max, children, offsets, spans, forward);
328 boolean forward) {
336 if( forward ) {
362 boolean forward) {
300 calculateTiledPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans, boolean forward) argument
325 compressedTile(int allocated, long min, long pref, long max, SizeRequirements[] request, int[] offsets, int[] spans, boolean forward) argument
359 expandedTile(int allocated, long min, long pref, long max, SizeRequirements[] request, int[] offsets, int[] spans, boolean forward) argument
[all...]
H A DJDesktopPane.java380 private JInternalFrame getNextFrame(JInternalFrame f, boolean forward) { argument
390 if (forward) {
442 * @param forward a boolean indicating which direction to select in;
443 * <code>true</code> for forward, <code>false</code> for
449 public JInternalFrame selectFrame(boolean forward) { argument
451 JInternalFrame frameToSelect = getNextFrame(selectedFrame, forward);
458 if (forward && selectedFrame != null) {
/openjdk9/hotspot/src/cpu/arm/vm/
H A DstubGenerator_arm.cpp116 {-256 }, // forward aligned
118 {-256 }, // forward shifted
140 {-256, true, true }, // forward aligned
142 {-256, false, false }, // forward shifted
155 {-256, true, true }, // forward aligned
157 {-256, false, false }, // forward shifted
166 {-160, false, false }, // forward aligned
168 {-160, false, false }, // forward shifted
377 StubCodeMark mark(this, "StubRoutines", "forward exception");
393 __ stop("StubRoutines::forward exceptio
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java187 // which may have inherited this one when it was a forward
257 // which may have inherited this one when it was a forward
262 // If any of the parent's parents are forward entries, make
264 // that when the forward entry is defined, the 'allMethods'
293 private void addToDerivers (ForwardEntry forward) argument
295 // Add this interface to the derivers list on the forward entry
296 // so that when the forward entry is defined, the 'allMethods'
298 forward.derivers.addElement (this);
301 forward.derivers.addElement ((InterfaceEntry)e.nextElement ());
/openjdk9/jdk/src/java.base/share/classes/java/text/
H A DCollationElementIterator.java439 // now walk forward using this object's next() method until
583 boolean forward) {
589 firstValue = forward? nextContractChar(colFirst) : prevContractChar(colFirst);
597 if (!forward) {
580 makeReorderedBuffer(int colFirst, int lastValue, int[] lastExpansion, boolean forward) argument
/openjdk9/jdk/test/java/lang/System/LoggerFinder/internal/SimpleConsoleLoggerTest/
H A DSimpleConsoleLoggerTest.java99 static AtomicBoolean forward = new AtomicBoolean(); field in class:SimpleConsoleLoggerTest.ErrorStream
110 if (forward.get()) err.write(b);
116 if (forward.get()) err.write(b);
122 if (forward.get()) err.write(buf, off, len);
/openjdk9/jdk/test/sun/security/validator/
H A DEndEntityExtensionCheck.java191 public void init(boolean forward) throws CertPathValidatorException { argument
/openjdk9/hotspot/src/share/vm/gc/shared/
H A Dspace.inline.hpp169 compact_top = cp->space->forward(oop(cur_obj), size, cp, compact_top);
185 compact_top = cp->space->forward(obj, obj->size(), cp, compact_top);
243 assert(cur_obj > prev_obj, "we should be moving forward through memory, cur_obj: " PTR_FORMAT ", prev_obj: " PTR_FORMAT, p2i(cur_obj), p2i(prev_obj));
323 assert(cur_obj > prev_obj, "we should be moving forward through memory");

Completed in 304 milliseconds

12