Searched defs:selector (Results 26 - 44 of 44) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DDistributionPointFetcher.java74 * Return the X509CRLs matching this selector. The selector must be
80 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, argument
93 X509Certificate cert = selector.getCertificateChecking();
117 Collection<X509CRL> crls = getCRLs(selector, certImpl,
137 private static Collection<X509CRL> getCRLs(X509CRLSelector selector, argument
191 selector.setIssuerNames(null);
192 if (selector.match(crl) && verifyCRL(certImpl, point, crl,
563 // selector, for the purposes of breaking the dead loop.
H A DURICertStore.java262 * match the specified selector. If no <code>X509Certificate</code>s
263 * match the selector, an empty <code>Collection</code> will be returned.
265 * @param selector a <code>CertSelector</code> used to select which
269 * match the specified selector
273 (CertSelector selector) throws CertStoreException {
278 X509CertSelector xsel = (X509CertSelector) selector;
298 return getMatchingCerts(certs, selector);
315 return getMatchingCerts(certs, selector);
324 return getMatchingCerts(certs, selector);
333 return getMatchingCerts(certs, selector);
272 engineGetCertificates(CertSelector selector) argument
364 getMatchingCerts(Collection<X509Certificate> certs, CertSelector selector) argument
392 engineGetCRLs(CRLSelector selector) argument
482 getMatchingCRLs(X509CRL crl, CRLSelector selector) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DIdentityConstraint.java92 /** Sets the selector. */
93 public void setSelector(Selector selector) { argument
94 fSelector = selector;
97 /** Returns the selector. */
197 * {selector} A restricted XPath ([XPath]) expression
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DPKIXParameters.java647 * @param selector a <code>CertSelector</code> specifying the constraints
651 public void setTargetCertConstraints(CertSelector selector) { argument
652 if (selector != null)
653 certSelector = (CertSelector) selector.clone();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCImage.java39 private static native long nativeCreateNSImageFromIconSelector(int selector); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java87 protected final ClassSelector selector = Ring.get(ClassSelector.class); field in class:DefaultClassBinder
136 JPackage pkg = selector.getPackage(type.getTargetNamespace());
149 // this needs to be done before selector.isBound to avoid infinite recursion.
153 return new CClassInfo( model, selector.getClassScope(),
159 CElement parentType = selector.isBound(element,type);
179 scope = selector.getClassScope();
273 return selector.bindToType(decl.getType().asComplexType(),decl,true);
281 model, tagName, selector.getClassScope(), className, custs, decl.getLocator());
282 selector.boundElements.put(decl,cei);
285 cei.initContentType( selector
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DidentityConstraint.java112 if((($ai = $runtime.getAttributeIndex("","name"))>=0 && (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("selector"))))) {
156 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("selector"))) {
255 if((($ai = $runtime.getAttributeIndex("","xpath"))>=0 && ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("selector")))) {
300 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("selector"))) {
546 selector = ((XPathImpl)$__result__);
586 private XPathImpl selector; field in class:identityConstraint
591 category,name,selector,fields,refer);
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java323 private Selector selector; field in class:RequestHandler
328 public RequestHandler(Selector selector, PrintStream log) { argument
329 this.selector = selector;
337 Set nKeys = selector.keys();
338 Set readyKeys = selector.selectedKeys();
342 int numKeys = selector.select(100);
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java142 Selector selector; field in class:HttpServer.Server
160 selector = Selector.open ();
162 listenerKey = schan.register (selector, SelectionKey.OP_ACCEPT);
176 selector.select (1000);
177 Set selected = selector.selectedKeys();
189 sock.register (selector, SelectionKey.OP_READ);
212 listenerKey = schan.register (selector, SelectionKey.OP_ACCEPT);
404 Selector selector; field in class:HttpServer.NioInputStream
417 selector = Selector.open();
419 key = chan.register (selector, SelectionKe
529 Selector selector; field in class:HttpServer.NioOutputStream
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java67 // ruleset selector decblock
68 // selector (identifier | (block, except block '{}') )*
127 void handleSelector(String selector); argument
266 * Parses the next rule set, which is a selector followed by a
310 throw new RuntimeException("Unexpected block close in selector");
H A DStyleSheet.java68 * selector is common to multiple views. Since the StyleSheet
70 * the HTML attributes don't effect the selector being used,
132 // a CSS selector (such as p.bar) and a Style.
134 // . Each selector is broken down into its constituent simple selectors,
200 // Build a fully qualified selector.
263 * Fetches the rule that best matches the selector given
264 * in string form. Where <code>selector</code> is a space separated
265 * String of the element names. For example, <code>selector</code>
269 * with a selector "table p" and a new rule was added with a selector
273 getRule(String selector) argument
998 addRule(String[] selector, AttributeSet declaration, boolean isLinked) argument
1076 getSimpleSelectors(String selector) argument
1108 cleanSelectorString(String selector) argument
1138 _cleanSelectorString(String selector) argument
1207 getSpecificity(String selector) argument
1256 getResolvedStyle(String selector, Vector elements, HTML.Tag t) argument
1270 getResolvedStyle(String selector) argument
1365 createResolvedStyle(String selector, String[] tags, String[] ids, String[] classes) argument
1453 createResolvedStyle(String selector, Vector elements, HTML.Tag t) argument
1511 createResolvedStyle(String selector) argument
1656 refreshResolvedRules(String selectorName, String[] selector, Style newStyle, int specificity) argument
2857 matches(String selector) argument
2903 matches(String selector, int sCurrent, int sLast, int thisCurrent, int thisLast) argument
3055 getChildSelectorMapping(String selector, boolean create) argument
3086 getChildSpecificity(String selector) argument
3210 handleSelector(String selector) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaIcon.java230 final String selector; field in class:AquaIcon.SystemIconSingleton
232 public SystemIconSingleton(String selector) { argument
233 this.selector = selector;
238 return new SystemIcon(selector);
243 final String selector; field in class:AquaIcon.SystemIconUIResourceSingleton
245 public SystemIconUIResourceSingleton(String selector) { argument
246 this.selector = selector;
251 return new IconUIResource(new SystemIcon(selector));
286 final String selector; field in class:AquaIcon.SystemIcon
[all...]
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java171 Selector selector; field in class:HttpServer.Server
189 selector = Selector.open ();
191 listenerKey = schan.register (selector, SelectionKey.OP_ACCEPT);
205 selector.select (1000);
206 Set selected = selector.selectedKeys();
239 listenerKey = schan.register (selector, SelectionKey.OP_ACCEPT);
583 Selector selector; field in class:HttpServer.NioInputStream
598 selector = Selector.open();
601 key = chan.register (selector, SelectionKey.OP_READ);
684 int n = selector
723 Selector selector; field in class:HttpServer.NioOutputStream
[all...]
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java124 Selector selector; field in class:TunnelProxy.Server
142 selector = Selector.open ();
144 listenerKey = schan.register (selector, SelectionKey.OP_ACCEPT);
160 selector.select (1000);
161 Set selected = selector.selectedKeys();
173 sock.register (selector, SelectionKey.OP_READ);
193 listenerKey = schan.register (selector, SelectionKey.OP_ACCEPT);
339 Selector selector; field in class:TunnelProxy.NioInputStream
352 selector = Selector.open();
354 key = chan.register (selector, SelectionKe
464 Selector selector; field in class:TunnelProxy.NioOutputStream
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java436 /* decode certs and check if they satisfy selector */
553 * match the specified selector. If no <code>Certificate</code>s
554 * match the selector, an empty <code>Collection</code> will be returned.
562 * subject nor the issuer are specified (or the selector is not an
566 * @param selector a <code>CertSelector</code> used to select which
569 * match the specified selector
573 (CertSelector selector) throws CertStoreException {
575 debug.println("LDAPCertStore.engineGetCertificates() selector: "
576 + String.valueOf(selector));
579 if (selector
572 engineGetCertificates(CertSelector selector) argument
754 engineGetCRLs(CRLSelector selector) argument
906 private X509CertSelector selector; field in class:LDAPCertStore.LDAPCertSelector
917 LDAPCertSelector(X509CertSelector selector, X500Principal certSubject, String ldapDN) argument
1012 private X509CRLSelector selector; field in class:LDAPCertStore.LDAPCRLSelector
1025 LDAPCRLSelector(X509CRLSelector selector, Collection<X500Principal> certIssuers, String ldapDN) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java54 private Selector selector; field in class:ServerImpl
103 selector = Selector.open ();
105 listenerKey = schan.register (selector, SelectionKey.OP_ACCEPT);
187 selector.wakeup();
196 selector.wakeup();
260 return selector;
266 selector.wakeup();
314 /* re-register with selector */
318 SelectionKey key = chan.register (selector, SelectionKey.OP_READ);
341 selector
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp452 int selector = local
467 switch (selector) {
475 switch (selector) {
483 switch (selector) {
491 switch (selector) {
499 switch (selector) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java237 public JCSwitch Switch(JCExpression selector, List<JCCase> cases) { argument
238 JCSwitch tree = new JCSwitch(selector, cases);
402 public JCFieldAccess Select(JCExpression selected, Name selector) { argument
403 JCFieldAccess tree = new JCFieldAccess(selected, selector, null);
H A DJCTree.java952 public JCExpression selector; field in class:JCTree.JCSwitch
954 protected JCSwitch(JCExpression selector, List<JCCase> cases) { argument
955 this.selector = selector;
962 public JCExpression getExpression() { return selector; }
1664 * @param selector name of field to select thru
2132 JCSwitch Switch(JCExpression selector, List<JCCase> cases); argument
2170 JCFieldAccess Select(JCExpression selected, Name selector); argument

Completed in 138 milliseconds

12