Searched refs:insert (Results 51 - 75 of 218) sorted by relevance

123456789

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DULongLongSeqHelper.java54 public static void insert (org.omg.CORBA.Any a, long[] that) method in class:ULongLongSeqHelper
H A DULongSeqHelper.java54 public static void insert (org.omg.CORBA.Any a, int[] that) method in class:ULongSeqHelper
H A DUShortSeqHelper.java54 public static void insert (org.omg.CORBA.Any a, short[] that) method in class:UShortSeqHelper
H A DValueBaseHelper.java47 public static void insert (org.omg.CORBA.Any a, java.io.Serializable that) method in class:ValueBaseHelper
H A DVersionSpecHelper.java42 public static void insert (org.omg.CORBA.Any a, String that) method in class:VersionSpecHelper
H A DVisibilityHelper.java44 public static void insert (org.omg.CORBA.Any a, short that) method in class:VisibilityHelper
H A DWCharSeqHelper.java54 public static void insert (org.omg.CORBA.Any a, char[] that) method in class:WCharSeqHelper
H A DAnySeqHelper.java54 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Any[] that) method in class:AnySeqHelper
H A DIDLTypeHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that) method in class:IDLTypeHelper
H A DPolicyHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Policy that) method in class:PolicyHelper
H A DPolicyListHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Policy[] that) method in class:PolicyListHelper
H A DWrongTransactionHelper.java41 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.WrongTransaction that) method in class:WrongTransactionHelper
/openjdk7/hotspot/src/share/vm/ci/
H A DciConstantPoolCache.cpp84 // ciConstantPoolCache::insert
87 void ciConstantPoolCache::insert(int index, void* elem) { function in class:ciConstantPoolCache
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWTextAreaPeer.java44 public void insert(String txt, int pos) { method in class:WTextAreaPeer
79 * DEPRECATED but, for now, still called by insert(String, int).
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.cpp79 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) function in class:LEInsertionList
97 // insert on end of list...
102 // insert on front of list...
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCrossings.java340 // The ranges overlap - sort, collapse, insert, iterate
431 public void insert(int cur, double lo, double hi, int dir) { method in class:Crossings.NonZero
483 // Just insert the new range at the current location
484 insert(cur, ystart, yend, direction);
494 insert(cur, ystart, yrlo, direction);
498 insert(cur, yrlo, ystart, rdir);
514 insert(cur, yrlo, yrhi, rdir);
518 insert(cur, ystart, yend, direction);
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A D_BindingIteratorImplBase.java66 org.omg.CosNaming.BindingHelper.insert(_b, b.value);
88 org.omg.CosNaming.BindingListHelper.insert(_bl, bl.value);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWTextAreaPeer.java113 public void insert(final String text, final int pos) { method in class:LWTextAreaPeer
119 area.insert(text, pos);
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSBBasher.java109 * then insert same section back again
111 * this tests both substrings, both deletes and insert method
127 bashed.insert(startIndex, slice.toCharArray(), 0, slice.length());
139 * by an insert with the equivalent arguments
140 * this tests replace, delete and insert
151 bashed1.insert(startIndex, insertString);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DIDLTypeHelper.java46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.IDLType that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that) method in class:IDLTypeHelper
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A DCurrentHelper.java59 public static void insert (org.omg.CORBA.Any a, method in class:CurrentHelper
H A DPOAHelper.java50 public static void insert (org.omg.CORBA.Any a, method in class:POAHelper
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HotCardCache.cpp63 jbyte* G1HotCardCache::insert(jbyte* card_ptr) { function in class:G1HotCardCache
79 // Now _n_hot < _hot_cache_size, and we can insert at _hot_cache_idx.
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp65 // Double-linked non-empty list insert.
66 void insert(VM_Operation* q,VM_Operation* n);
/openjdk7/jdk/test/java/awt/event/TextEvent/TextEventSequenceTest/
H A DTextEventSequenceTest.java27 * @summary TextArea does not send TextEvent when setText. Does for insert
61 t.insert("from Roger Pham", 13);

Completed in 4325 milliseconds

123456789