Searched refs:wildcard (Results 101 - 125 of 133) sorted by relevance

123456

/openjdk10/make/common/
H A DMakeBase.gmk35 ifeq ($(wildcard $(SPEC)),)
347 $(strip $(sort $(dir $(filter-out $(SRC_ROOT)/build/%, $(wildcard \
470 $(eval MakeDir_dirs_to_make := $(strip $(foreach d, $1, $(if $(wildcard $d), , $d)))) \
680 # sure we have exactly one trailing slash before the wildcard.
687 $(if $(wildcard $1), $(shell $(FIND) $1 \( -type f -o -type l \) $2)), \
H A DNativeCompilation.gmk510 $$(foreach d,$$($1_SRC), $$(if $$(wildcard $$d),, \
539 $1_BINS := $$(wildcard $$($1_OBJECT_DIR)/*$(OBJ_SUFFIX))
753 ifeq ($$(wildcard $$($1_TARGET)),)
H A DJavaCompilation.gmk207 $$(foreach d,$$($1_SRC), $$(if $$(wildcard $$d),,$$(error SRC specified to SetupJavaCompilation $1 contains missing directory >$$d<)))
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DParticleBinder.java204 public void wildcard(XSWildcard wc) {
H A DUnusedCustomizationChecker.java201 public void wildcard(XSWildcard wc) { method in class:UnusedCustomizationChecker
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/
H A DTypeUtil.java180 bound = bound.wildcard();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DAbstractExtendedComplexTypeBuilder.java70 public NameClass wildcard(XSWildcard wc) {
163 * attribute wildcard can match the name of newly added elements/attributes)
186 // TODO: attribute wildcard
/openjdk10/make/
H A DRunTests.gmk149 $(if $(wildcard $(TEST_NAME)), \
153 $(if $(wildcard $(TOPDIR)/$(TEST_NAME)), \
H A DBundles.gmk245 BASE_DIRS := $(JDK_IMAGE_DIR) $(wildcard $(SYMBOLS_IMAGE_DIR)), \
H A DDocs.gmk311 $1_SOURCE_DEPS := $$(call CacheFind, $$(wildcard $$(foreach module, \
335 $$(wildcard $$(addsuffix /module-info.java, \
/openjdk10/make/devkit/
H A DTools.gmk104 RPM_FILE_LIST := $(sort $(foreach a,$(RPM_ARCHS),$(wildcard $(patsubst %,$(RPM_DIR)/%*$a.rpm,$(RPM_LIST)))))
150 $$(foreach p,$$(abspath $$(wildcard $$(notdir $$($(1)_DIR)).patch)), \
/openjdk10/test/make/
H A DTestJavaCompilation.gmk255 $(if $(wildcard $1),,$(shell \
270 $(if $(wildcard $1),,$(shell \
283 # otherwise $(wildcard ) will not find the directories and the sanity check in
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java1699 public WildcardType wildcard; field in class:Type.CapturedType
1705 WildcardType wildcard) {
1709 this.wildcard = wildcard;
1716 WildcardType wildcard,
1719 this.wildcard = wildcard;
1724 return new CapturedType(tsym, bound, bound, lower, wildcard, md) {
1747 sb.append(wildcard);
1701 CapturedType(Name name, Symbol owner, Type upper, Type lower, WildcardType wildcard) argument
1712 CapturedType(TypeSymbol tsym, Type bound, Type upper, Type lower, WildcardType wildcard, TypeMetadata metadata) argument
H A DPrinter.java162 visit(t.wildcard, locale));
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java598 // create lax attribute wildcard for <annotation>, <documentation> and <appinfo>
628 // create wildcard particle for <documentation> and <appinfo>
1228 XSWildcardDecl wildcard = new XSWildcardDecl();
1229 wildcard.fProcessContents = XSWildcardDecl.PC_LAX;
1231 attrGrp.fAttributeWC = wildcard;
1236 // the wildcard used in anyType (content and attribute)
1238 XSWildcardDecl wildcard = new XSWildcardDecl();
1239 wildcard.fProcessContents = XSWildcardDecl.PC_LAX;
1240 // the particle for the content wildcard
1245 particleW.fValue = wildcard;
[all...]
/openjdk10/hotspot/make/gensrc/
H A DGensrc-jdk.internal.vm.compiler.gmk70 ALL_SRC_DIRS := $(wildcard $(SRC_DIR)/*/src)
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java509 JCDiagnostic d = diags.fragment("where.captured"+ suffix, t, t.bound, t.lower, t.wildcard);
511 visit(t.wildcard);
/openjdk10/test/
H A DTestCommon.gmk304 PROBLEM_LISTS=$(call MixedDirs,$(wildcard ProblemList.txt closed/ProblemList.txt))
/openjdk10/jdk/test/java/lang/annotation/typeAnnotations/
H A DGetAnnotatedOwnerType.java47 public @TA("wildcard") GetAnnotatedOwnerType<?> wildcard; field in class:GetAnnotatedOwnerType
179 AnnotatedType tt = GetAnnotatedOwnerType.class.getField("wildcard").getAnnotatedType();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java174 * set to -1 if element (or wildcard) not optimized by
356 // another element declaration or wildcard deeper in the element map which
1094 * @return true if this content model contains other or list wildcard
1149 // if there is a other or list wildcard, we need to check this CM
1153 XSWildcardDecl wildcard = (XSWildcardDecl)fElemMap[i];
1154 if (wildcard.fType == XSWildcardDecl.NSCONSTRAINT_LIST ||
1155 wildcard.fType == XSWildcardDecl.NSCONSTRAINT_NOT) {
/openjdk10/jdk/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpChannelImpl.java116 /* Has the channel been bound to the wildcard address */
117 private boolean wildcard; /* false */ field in class:SctpChannelImpl
199 wildcard = true;
234 if (wildcard)
236 "Cannot add or remove addresses from a channel that is bound to the wildcard address");
239 "Cannot add or remove the wildcard address");
H A DSctpMultiChannelImpl.java104 /* Has the channel been bound to the wildcard address */
105 private boolean wildcard; /* false */ field in class:SctpMultiChannelImpl
161 wildcard = true;
195 if (wildcard)
197 "Cannot add or remove addresses from a channel that is bound to the wildcard address");
200 "Cannot add or remove the wildcard address");
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDComplexTypeTraverser.java96 XSWildcardDecl wildcard = new XSWildcardDecl();
97 wildcard.fProcessContents = XSWildcardDecl.PC_SKIP;
98 fErrorWildcard = wildcard;
999 // For extension, the wildcard must be formed by doing a union of the wildcards
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java266 public String wildcard(XSWildcard wc) {
/openjdk10/jdk/make/lib/
H A DCoreLibraries.gmk312 LIBJLI_ALL_ERGO := $(wildcard $(addsuffix /ergo_*.c, $(LIBJLI_SRC_DIRS)))

Completed in 282 milliseconds

123456