Searched refs:pattern (Results 126 - 139 of 139) sorted by relevance

123456

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.cup68 * Line number where this expression/pattern was declared.
115 * expansion to be correct, the priority of the pattern/template must be
355 TopLevel ::= PATTERN Pattern:pattern
356 {: RESULT = pattern; :}
H A DStylesheet.java1373 final String pattern = "`aload'`pop'`instruction'";
1376 for(Iterator iter=find.search(pattern); iter.hasNext(); ) {
H A DXPathParser.java879 * Line number where this expression/pattern was declared.
926 * expansion to be correct, the priority of the pattern/template must be
3119 Pattern pattern = (Pattern)((com.sun.java_cup.internal.runtime.Symbol) CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).value;
3120 RESULT = pattern;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DBaseSchemaDVFactory.java206 facets.pattern = "([a-zA-Z]{1,8})(-[a-zA-Z0-9]{1,8})*";
H A DXSSimpleTypeDecl.java301 // enumeration and pattern facets
836 // pattern
839 reportError("cos-applicable-facets", new Object[]{"pattern", fTypeName});
844 regex = new RegularExpression(facets.pattern, "X", context.getLocale());
846 reportError("InvalidRegex", new Object[]{facets.pattern, e.getLocalizedMessage()});
852 fPatternStr.addElement(facets.pattern);
1447 // inherit pattern
1832 throw new InvalidDatatypeValueException("cvc-pattern-valid",
1841 throw new InvalidDatatypeValueException("cvc-pattern-valid",
1851 // validate special kinds of token, in place of old pattern matchin
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java200 private ReferenceType findClass(String pattern) throws NoSessionException { argument
201 List<ReferenceType> results = runtime.findClassesMatchingPattern(pattern);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java418 * <dt class="REGEX"><kbd>(?(</Kbd><var>condition</var><Kbd>)</kbd><var>yes-pattern</var><kbd>|</kbd><var>no-pattern</var><kbd>)</kbd>,
419 * <dt class="REGEX"><kbd>(?(</kbd><var>condition</var><kbd>)</kbd><var>yes-pattern</var><kbd>)</kbd>
666 * Checks whether the <var>target</var> text <strong>contains</strong> this pattern or not.
675 * Checks whether the <var>target</var> text <strong>contains</strong> this pattern
687 * Checks whether the <var>target</var> text <strong>contains</strong> this pattern or not.
698 * Checks whether the <var>target</var> text <strong>contains</strong> this pattern
745 * The pattern has only fixed string.
764 * The pattern contains a fixed string.
852 * Checks whether the <var>target</var> text <strong>contains</strong> this pattern o
2348 equals(String pattern, int options) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java380 //datatypes: 5.2.4 pattern: src-multiple-pattern
405 reportSchemaError("s4s-elt-must-match.1", new Object[]{"pattern", "(annotation?)", DOMUtil.getLocalName(child)}, child);
567 xsFacets.pattern = fPattern.toString();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h479 FcDefaultSubstitute (FcPattern *pattern);
834 /* These are ASCII only, suitable only for pattern element names */
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec1612 "pattern of garbage collection in the target VM and, "
2278 (string classPattern "Required class pattern. "
2280 "given class pattern and matches of patterns that "
2298 (string classPattern "Disallowed class pattern. "
2300 "given class pattern and matches of patterns that "
2383 (string sourceNamePattern "Required source name pattern. "
2385 "given pattern and matches of patterns that "
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java251 final Pattern pattern = Pattern.compile(expr);
255 return pattern.matcher(path.toString()).matches();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_ja.properties108 cvc-pattern-valid = cvc-pattern-valid: \u5024''{0}''\u306F\u3001\u30BF\u30A4\u30D7''{2}''\u306E\u30D1\u30BF\u30FC\u30F3''{1}''\u306B\u5BFE\u3057\u3066\u30D5\u30A1\u30BB\u30C3\u30C8\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
313 InvalidRegex = InvalidRegex: pattern\u306E\u5024''{0}''\u306F\u7121\u52B9\u306A\u6B63\u898F\u8868\u73FE\u3067\u3059\u3002\u5217''{2}''\u3067''{1}''\u30A8\u30E9\u30FC\u304C\u5831\u544A\u3055\u308C\u307E\u3057\u305F\u3002
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h804 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
H A Dglext.h4436 typedef void (APIENTRYP PFNGLSAMPLEPATTERNSGISPROC) (GLenum pattern);
5490 typedef void (APIENTRYP PFNGLSAMPLEPATTERNEXTPROC) (GLenum pattern);

Completed in 152 milliseconds

123456