Searched refs:base (Results 1 - 25 of 1008) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/net/URL/
H A DRelativeURL.java34 URL base = new URL("http", "Layout", -1, "example1.html");
35 URL derived = new URL(base, "Graph.html");
37 base = new URL("http", "www.sun.com", -1, "index.html");
38 derived = new URL(base, "www.sun.com/index.html");
H A DRelativeURLTest.java34 URL base = new URL("file:./");
35 URL url = new URL(base, "../images/dummy/../././foo.gif");
/openjdk10/langtools/test/tools/javac/diags/examples/ConflictingOpensToModule/
H A Dmodule-info.java27 opens opened to java.base, java.base;
/openjdk10/langtools/test/tools/javac/diags/examples/ConflictingExportsToModule/
H A Dmodule-info.java27 exports exported to java.base, java.base;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop/src/org/graalvm/compiler/loop/
H A DDerivedInductionVariable.java32 protected final InductionVariable base; field in class:DerivedInductionVariable
34 public DerivedInductionVariable(LoopEx loop, InductionVariable base) { argument
36 this.base = base;
41 return base.graph();
45 return base;
H A DDerivedConvertedInductionVariable.java34 public DerivedConvertedInductionVariable(LoopEx loop, InductionVariable base, Stamp stamp, ValueNode value) { argument
35 super(loop, base);
47 return base.direction();
52 return IntegerConvertNode.convert(base.initNode(), stamp, graph());
57 return IntegerConvertNode.convert(base.strideNode(), stamp, graph());
62 return base.isConstantInit();
67 return base.isConstantStride();
72 return base.constantInit();
77 return base.constantStride();
82 return base
[all...]
/openjdk10/langtools/test/tools/javac/classfiles/attributes/Module/
H A DModuleTest.java48 public void testEmptyModule(Path base) throws Exception { argument
50 .write(base);
51 compile(base);
52 testModuleAttribute(base, moduleDescriptor);
56 public void testOpenEmptyModule(Path base) throws Exception { argument
58 .write(base);
59 compile(base);
60 testModuleAttribute(base, moduleDescriptor);
64 public void testModuleName(Path base) throws Exception { argument
65 testName("module.name", base
78 testExports(Path base) argument
88 testSeveralExports(Path base) argument
107 testQualifiedExports(Path base) argument
117 testSeveralQualifiedExports(Path base) argument
136 testOpens(Path base) argument
146 testQualifiedOpens(Path base) argument
156 testSeveralOpens(Path base) argument
177 testRequires(Path base) argument
186 testRequiresTransitive(Path base) argument
195 testRequiresStatic(Path base) argument
204 testSeveralRequires(Path base) argument
223 testProvides(Path base) argument
233 testSeveralProvides(Path base) argument
249 testUses(Path base) argument
258 testSeveralUses(Path base) argument
271 testComplex(Path base) argument
316 testOpenComplexModule(Path base) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/
H A DCompressEncoding.java29 private final long base; field in class:CompressEncoding
32 public CompressEncoding(long base, int shift) { argument
33 this.base = base;
41 return (int) ((ptr - base) >>> shift);
46 return base != 0;
54 return base;
65 return ((ptr & 0xFFFFFFFFL) << shift) + base;
71 return "base: " + base
[all...]
/openjdk10/langtools/test/tools/javac/synthesize/src/
H A Dmodule-info.java24 module java.base {
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJAnonymousClass.java39 private final JClass base; field in class:JAnonymousClass
43 this.base = _base;
48 return base.fullName();
53 f.t(base);
/openjdk10/jdk/test/java/time/test/java/time/
H A DTestOffsetDateTime.java125 OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSET_PONE);
126 OffsetDateTime test = base.withOffsetSameLocal(OFFSET_PTWO);
127 assertSame(test.toLocalDateTime(), base.toLocalDateTime());
133 OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSET_PONE);
134 OffsetDateTime test = base.withOffsetSameLocal(OFFSET_PONE);
135 assertSame(test, base);
140 OffsetDateTime base = OffsetDateTime.of(LocalDate.of(2008, 6, 30), LocalTime.of(11, 30, 59), OFFSET_PONE);
141 OffsetDateTime test = base.withOffsetSameInstant(OFFSET_PONE);
142 assertSame(test, base);
147 OffsetDateTime base
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIR_ppc.cpp53 assert(base()->is_cpu_register(), "wrong base operand");
55 assert(base()->type() == T_OBJECT || base()->type() == T_LONG || base()->type() == T_METADATA,
58 assert(base()->is_single_cpu(), "wrong base operand");
60 assert(base()->type() == T_OBJECT || base()->type() == T_INT || base()
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DMemoryAccessProvider.java31 * Reads a primitive value using a base address and a displacement.
34 * @param base the base address from which the value is read
42 JavaConstant readPrimitiveConstant(JavaKind kind, Constant base, long displacement, int bits) throws IllegalArgumentException; argument
45 * Reads a Java {@link Object} value using a base address and a displacement.
47 * @param base the base address from which the value is read
50 * @throws IllegalArgumentException if the address computed from {@code base} and
53 JavaConstant readObjectConstant(Constant base, long displacement); argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DGlyphDefinitionTables.cpp40 GlyphDefinitionTableHeader::getGlyphClassDefinitionTable(const LEReferenceTo<GlyphDefinitionTableHeader>& base, argument
44 return LEReferenceTo<GlyphClassDefinitionTable>(base, success, SWAPW(glyphClassDefOffset));
48 GlyphDefinitionTableHeader::getAttachmentListTable(const LEReferenceTo<GlyphDefinitionTableHeader>& base, argument
52 return LEReferenceTo<AttachmentListTable>(base, success, SWAPW(attachListOffset));
56 GlyphDefinitionTableHeader::getLigatureCaretListTable(const LEReferenceTo<GlyphDefinitionTableHeader>& base, argument
60 return LEReferenceTo<LigatureCaretListTable>(base, success, SWAPW(ligCaretListOffset));
64 GlyphDefinitionTableHeader::getMarkAttachClassDefinitionTable(const LEReferenceTo<GlyphDefinitionTableHeader>& base, argument
68 return LEReferenceTo<MarkAttachClassDefinitionTable>(base, success, SWAPW(MarkAttachClassDefOffset));
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotMemoryAccessProvider.java35 * @throws IllegalArgumentException if the address computed from {@code base} and
38 JavaConstant readNarrowOopConstant(Constant base, long displacement); argument
40 Constant readKlassPointerConstant(Constant base, long displacement); argument
42 Constant readNarrowKlassPointerConstant(Constant base, long displacement); argument
44 Constant readMethodPointerConstant(Constant base, long displacement); argument
/openjdk10/langtools/test/jdk/javadoc/doclet/testModules/
H A DTestModuleServicesLink.java55 public void checkNavbarWithServices1(Path base) throws Exception { argument
63 mb.write(base);
65 javadoc("-d", base.toString() + "/out",
67 "--module-source-path", base.toString(),
80 public void checkNavbarWithServices2(Path base) throws Exception { argument
87 mb.write(base);
89 javadoc("-d", base.toString() + "/out",
91 "--module-source-path", base.toString(),
104 public void checkNavbarWithoutServices(Path base) throws Exception { argument
109 mb.write(base);
[all...]
H A DTestIndirectExportsOpens.java55 public void checkNoIndirects(Path base) throws Exception { argument
59 Path p0 = mb0.write(base);
65 mb1.write(base);
67 javadoc("-d", base.resolve("out-api").toString(),
69 "--module-source-path", base.toString(),
78 public void checkExportsOpens(Path base) throws Exception { argument
85 Path p0 = mb0.write(base);
91 mb1.write(base);
93 javadoc("-d", base.resolve("out-api").toString(),
95 "--module-source-path", base
104 checkExportsToOpensTo(Path base) argument
131 checkExportsToOpensToDetailMode(Path base) argument
[all...]
H A DTestModuleServices.java55 public void checkUsesNoApiTagModuleModeDefault(Path base) throws Exception { argument
63 mb.write(base);
65 javadoc("-d", base.toString() + "/out",
67 "--module-source-path", base.toString(),
76 public void checkUsesNoApiTagModuleModeAll(Path base) throws Exception { argument
83 mb.write(base);
85 javadoc("-d", base.toString() + "/out",
88 "--module-source-path", base.toString(),
116 public void checkUsesWithApiTagModuleModeDefault(Path base) throws Exception { argument
124 mb.write(base);
152 checkProvidesNoApiTagModuleModeDefault(Path base) argument
177 checkProvidesNoApiTagModuleModeAll(Path base) argument
221 checkProvidesWithApiTagModuleModeDefault(Path base) argument
261 checkUsesProvidesWithApiTagsModeDefault(Path base) argument
[all...]
/openjdk10/hotspot/test/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestChar.java29 * @modules java.base/jdk.internal.misc:+open
148 static void testAccess(Object base, long offset) { argument
151 UNSAFE.putChar(base, offset, '\u0123');
152 char x = UNSAFE.getChar(base, offset);
158 UNSAFE.putCharVolatile(base, offset, '\u4567');
159 char x = UNSAFE.getCharVolatile(base, offset);
166 UNSAFE.putCharRelease(base, offset, '\u0123');
167 char x = UNSAFE.getCharAcquire(base, offset);
173 UNSAFE.putCharOpaque(base, offset, '\u4567');
174 char x = UNSAFE.getCharOpaque(base, offse
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DArrayAccessTreeImpl.java32 private final ExpressionTree base, index; field in class:ArrayAccessTreeImpl
34 ArrayAccessTreeImpl(final Expression node, final ExpressionTree base, final ExpressionTree index) { argument
36 this.base = base;
47 return base;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/
H A DAArch64Address.java37 * shifted offset - Pre-indexed: base + immediate offset are written back to base register, value
38 * used in instruction is base + offset - Post-indexed: base + offset (immediate or register) are
39 * written back to base register, value used in instruction is base only - Literal: PC + 19-bit
50 * base + uimm12 << log2(memory_transfer_size).
54 * base + imm9.
58 * base.
62 * base
84 private final Register base; field in class:AArch64Address
100 createAddress(AddressingMode addressingMode, Register base, Register offset, int immediate, boolean isScaled, AArch64Assembler.ExtendType extendType) argument
110 createPostIndexedImmediateAddress(Register base, int imm9) argument
120 createPreIndexedImmediateAddress(Register base, int imm9) argument
132 createScaledImmediateAddress(Register base, int imm12) argument
141 createUnscaledImmediateAddress(Register base, int imm9) argument
149 createBaseRegisterOnlyAddress(Register base) argument
161 createRegisterOffsetAddress(Register base, Register offset, boolean scaled) argument
170 createPairUnscaledImmediateAddress(Register base, int imm7) argument
183 createExtendedRegisterOffsetAddress(Register base, Register offset, boolean scaled, AArch64Assembler.ExtendType extendType) argument
195 AArch64Address(Register base, Register offset, int immediate, boolean scaled, AArch64Assembler.ExtendType extendType, AddressingMode addressingMode) argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DAccessNode.java47 * @param base base node
50 public AccessNode(final long token, final int finish, final Expression base, final String property) { argument
51 super(token, finish, base, false, false);
55 private AccessNode(final AccessNode accessNode, final Expression base, final String property, final boolean isFunction, argument
57 super(accessNode, base, isFunction, type, id, isSuper);
69 setBase((Expression)base.accept(visitor)));
86 base.toString(sb, printType);
105 private AccessNode setBase(final Expression base) { argument
106 if (this.base
[all...]
/openjdk10/langtools/test/tools/javac/modules/
H A DModuleInfoTest.java55 public void testModuleDeclNotInModuleJava(Path base) throws Exception { argument
56 Path src = base.resolve("src");
73 public void testNotModuleDeclInModuleJava_1(Path base) throws Exception { argument
74 Path src = base.resolve("src");
87 public void testNotModuleDeclInModuleJava_2(Path base) throws Exception { argument
88 Path src = base.resolve("src");
105 public void testSingleModuleDecl(Path base) throws Exception { argument
106 Path src = base.resolve("src");
123 public void testRequiresNotFound(Path base) throws Exception { argument
124 Path src = base
141 testExportsNotFound(Path base) argument
162 testExportsNotFoundDuplicated(Path base) argument
183 testExportsNotFoundSuppress(Path base) argument
204 testOpensNotFound(Path base) argument
225 testOpensNotFoundDuplicated(Path base) argument
246 testOpensNotFoundSuppress(Path base) argument
267 testRequiresSelf(Path base) argument
285 testRequiresLoop(Path base) argument
313 testRequiresTransitiveLoop(Path base) argument
341 testDuplicateRequires(Path base) argument
367 testDuplicateRequiresTransitiveStatic(Path base) argument
393 testConflictingExports_packages(Path base) argument
459 verifyConflictingExports_packages(Path base, String code, String expected) argument
493 testConflictingExports_modules(Path base) argument
520 testAnnotations(Path base) argument
562 testMalformedModuleNames(Path base) argument
580 testMalformedName(Path base, String name, String expected) argument
601 testWrongOpensTransitiveFlag(Path base) argument
617 testWrongOpensStaticFlag(Path base) argument
633 testSeveralOpensDirectives(Path base) argument
649 testUnknownDirective(Path base) argument
665 testUnknownModuleFlag(Path base) argument
681 testDirectiveOnModuleDeclaration(Path base) argument
697 testTooOpenModule(Path base) argument
713 testEnumAsModuleFlag(Path base) argument
729 testClassInModule(Path base) argument
[all...]
/openjdk10/jdk/test/java/lang/ModuleTests/
H A DBasicModuleTest.java26 import java.nio.file.spi.FileSystemProvider; // service type in java.base
142 Module base = Object.class.getModule();
146 assertTrue(base.getName().equals("java.base"));
149 assertTrue(base.getDescriptor().exports().stream()
153 assertTrue(base.getClassLoader() == null);
156 assertTrue(base.getLayer() == ModuleLayer.boot());
159 assertEquals(base.toString(), "module java.base");
162 assertTrue(base
[all...]
/openjdk10/jdk/make/lib/
H A DLib-java.base.gmk29 $(eval $(call FillCacheFind, $(wildcard $(JDK_TOPDIR)/src/java.base/*/native \
30 $(JDK_TOPDIR)/src/*/java.base/*/native)))
39 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/jli/$(LIBRARY_PREFIX)jli.symbols \
40 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/$(LIBRARY_PREFIX)java.symbols \
41 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/$(LIBRARY_PREFIX)net.symbols \
42 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/$(LIBRARY_PREFIX)nio.symbols \
43 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/$(LIBRARY_PREFIX)verify.symbols \
44 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/$(LIBRARY_PREFIX)zip.symbols \
45 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/$(LIBRARY_PREFIX)jimage.symbols \
46 $(SUPPORT_OUTPUTDIR)/modules_libs/java.base/serve
[all...]

Completed in 258 milliseconds

1234567891011>>