Searched defs:append (Results 76 - 100 of 152) sorted by relevance

1234567

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DIntrinsicGraphBuilder.java142 public <T extends ValueNode> T append(T v) { method in class:IntrinsicGraphBuilder
/openjdk9/hotspot/src/share/vm/classfile/
H A DbytecodeAssembler.cpp91 void BytecodeAssembler::append(u1 imm_u1) { function in class:BytecodeAssembler
95 void BytecodeAssembler::append(u2 imm_u2) { function in class:BytecodeAssembler
101 void BytecodeAssembler::append(u4 imm_u4) { function in class:BytecodeAssembler
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java220 public InstructionHandle append(InstructionHandle ih, InstructionList il) { method in class:InstructionList
254 public InstructionHandle append(Instruction i, InstructionList il) { method in class:InstructionList
271 public InstructionHandle append(InstructionList il) { method in class:InstructionList
295 private void append(InstructionHandle ih) { method in class:InstructionList
316 public InstructionHandle append(Instruction i) { method in class:InstructionList
329 public BranchHandle append(BranchInstruction i) { method in class:InstructionList
344 public InstructionHandle append(Instruction i, Instruction j) { method in class:InstructionList
355 public InstructionHandle append(Instruction i, CompoundInstruction c) { method in class:InstructionList
365 public InstructionHandle append(CompoundInstruction c) { method in class:InstructionList
376 public InstructionHandle append(InstructionHandle ih, CompoundInstruction c) { method in class:InstructionList
387 public InstructionHandle append(InstructionHandle ih, Instruction i) { method in class:InstructionList
398 public BranchHandle append(InstructionHandle ih, BranchInstruction i) { method in class:InstructionList
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java360 private void append(Node node) throws XNIException { method in class:DOMResultBuilder
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DFastStringBuffer.java417 public final void append(char value) method in class:FastStringBuffer
479 public final void append(String value) method in class:FastStringBuffer
561 public final void append(StringBuffe method in class:FastStringBuffer
646 public final void append(char[] chars, int start, int length) method in class:FastStringBuffer
727 public final void append(FastStringBuffer value) method in class:FastStringBuffer
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DProcessBuilder.java579 boolean append() { method in class:ProcessBuilder.Redirect
H A DStringBuffer.java265 public synchronized StringBuffer append(Object obj) { method in class:StringBuffer
273 public synchronized StringBuffer append(Strin method in class:StringBuffer
303 public synchronized StringBuffer append(StringBuffer sb) { method in class:StringBuffer
313 synchronized StringBuffer append(AbstractStringBuilder asb) { method in class:StringBuffer
341 public synchronized StringBuffer append(CharSequence s) { method in class:StringBuffer
352 public synchronized StringBuffer append(CharSequence s, int start, int end) method in class:StringBuffer
360 public synchronized StringBuffer append(char[] str) { method in class:StringBuffer
370 public synchronized StringBuffer append(char[] str, int offset, int len) { method in class:StringBuffer
377 public synchronized StringBuffer append(boolean b) { method in class:StringBuffer
385 public synchronized StringBuffer append(char c) { method in class:StringBuffer
393 public synchronized StringBuffer append(int i) { method in class:StringBuffer
410 public synchronized StringBuffer append(long lng) { method in class:StringBuffer
417 public synchronized StringBuffer append(float f) { method in class:StringBuffer
424 public synchronized StringBuffer append(double d) { method in class:StringBuffer
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUTF16.java487 public static StringBuffer append(StringBuffer target, int char32) method in class:UTF16
H A DNorm2AllModes.java75 public StringBuilder append(StringBuilder first, CharSequence second) { method in class:Norm2AllModes.NoopNormalizer2
138 public StringBuilder append(StringBuilder first, CharSequence second) { method in class:Norm2AllModes.Normalizer2WithImpl
/openjdk9/jdk/src/java.base/windows/native/libnio/ch/
H A DFileDispatcherImpl.c178 Java_sun_nio_ch_FileDispatcherImpl_write0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len, jboolean append) argument
212 Java_sun_nio_ch_FileDispatcherImpl_writev0(JNIEnv *env, jclass clazz, jobject fdo, jlong address, jint len, jboolean append) argument
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java154 static native int write0(FileDescriptor fd, long address, int len, boolean append) argument
160 static native long writev0(FileDescriptor fd, long address, int len, boolean append) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/metadata/
H A DIIOMetadata.java676 private void append(IIOMetadataNode root, IIOMetadataNode node) { method in class:IIOMetadata
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJTextArea.java464 public void append(String str) { method in class:JTextArea
/openjdk9/jdk/src/java.logging/share/classes/java/util/logging/
H A DFileHandler.java155 private boolean append; field in class:FileHandler
209 private void open(File fname, boolean append) throws IOException { argument
330 FileHandler(String pattern, boolean append) argument
406 FileHandler(String pattern, int limit, int count, boolean append) argument
439 FileHandler(String pattern, long limit, int count, boolean append) argument
[all...]
/openjdk9/jdk/src/jdk.pack/share/native/common-unpack/
H A Dbytes.h110 fillbytes& append(const void* ptr_, size_t len_) function in struct:fillbytes
112 fillbytes& append(bytes& other) function in struct:fillbytes
114 fillbytes& append(const char* str) function in struct:fillbytes
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DTextArea.java344 public void append(String str) { method in class:TextArea
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DType.java51 protected static void append(StringBuilder sb, String prefix, List<? extends Type> types, String suffix) { method in class:Type
[all...]
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DTreeDissector.java252 protected void append(char ch) { method in class:TreeDissector.TDSignatureGenerator
257 protected void append(byte[] ba) { method in class:TreeDissector.TDSignatureGenerator
262 protected void append(Name name) { method in class:TreeDissector.TDSignatureGenerator
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTextAreaOperator.java434 public void append(final String string) { method in class:JTextAreaOperator
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/updateConfiguration/
H A DUpdateConfigurationTest.java95 boolean append() { return this == APPEND; } method in class:UpdateConfigurationTest.ConfigMode
H A DHandlersOnComplexUpdate.java430 static void updateConfigurationWith(Properties propertyFile, boolean append) { argument
H A DHandlersOnComplexResetUpdate.java431 static void updateConfigurationWith(Properties propertyFile, boolean append) { argument
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DName.java78 public Name append(Name n) { method in class:Name
89 public Name append(char c, Name n) { method in class:Name
/openjdk9/common/src/
H A Dfixpath.c110 void append(char **b, size_t *bl, size_t *u, char *add, size_t addlen) function
/openjdk9/jdk/src/java.base/share/classes/java/text/
H A DMessageFormat.java1369 private void append(StringBuffer result, CharacterIterator iterator) { method in class:MessageFormat
[all...]

Completed in 166 milliseconds

1234567