Searched refs:id (Results 201 - 225 of 1217) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java44 public final String id; field in class:Engine
46 public Engine(String id, Executor threadPool) { argument
47 this(id);
51 public Engine(String id) { argument
52 this.id = id;
/openjdk7/jdk/test/com/sun/jdi/
H A DClassLoaderTarg.java32 String id; field in class:ClassLoaderTarg
34 public ClassLoaderTarg(String id) { argument
35 this.id = id;
81 System.err.println("ClassLoaderTarg (" + id +") loaded: " + cname);
87 UnloadEventTarg.classLoaderFinalized(id);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DExtendedBufferCapabilities.java74 public int id() { method in class:ExtendedBufferCapabilities.VSyncType
75 return id;
78 private VSyncType(int id) { argument
79 this.id = id;
81 private int id; field in class:ExtendedBufferCapabilities.VSyncType
/openjdk7/langtools/test/tools/javac/generics/odersky/
H A DBadTest.java39 static <A> A id(A x) { return x; } method in class:BadTest.Main
44 List<String> xs = id(nil());
45 List<String> ys = cons("abc", id(nil()));
46 List<String> zs = id(nil()).prepend("abc");
47 List<Cell<String>> us = id(nil()).prepend(makeCell(null));
48 List<Cell<String>> vs = cons(makeCell(null), id(nil()));
H A DTest.java38 static <A> A id(A x) { return x; } method in class:Test
53 System.out.println(id(nil()));
54 System.out.println(id(nil()).length());
56 System.out.println(cons("abc", id(nil())));
57 System.out.println(id(nil()).prepend("abc"));
58 System.out.println(id(nil()).prepend(makeCell(null)));
59 System.out.println(cons(makeCell(null), id(nil())));
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DRequestDispatcherDefault.java74 public LocalClientRequestDispatcher create( int id, IOR ior ) {
75 return new MinimalServantCacheLocalCRDImpl( orb, id, ior ) ;
83 public LocalClientRequestDispatcher create( int id, IOR ior ) {
84 return new InfoOnlyServantCacheLocalCRDImpl( orb, id, ior ) ;
92 public LocalClientRequestDispatcher create( int id, IOR ior ) {
93 return new FullServantCacheLocalCRDImpl( orb, id, ior ) ;
101 public LocalClientRequestDispatcher create( int id, IOR ior ) {
102 return new JIDLLocalCRDImpl( orb, id, ior ) ;
110 public LocalClientRequestDispatcher create( int id, IOR ior ) {
111 return new POALocalCRDImpl( orb, id, io
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMManifest.java48 private final String id; field in class:DOMManifest
52 * list of {@link Reference}s and optional id.
56 * @param id the id (may be <code>null</code>
63 public DOMManifest(List references, String id) { argument
79 this.id = id;
91 this.id = attr.getValue();
94 this.id = null;
118 return id;
[all...]
H A DDOMSignatureProperties.java48 private final String id; field in class:DOMSignatureProperties
57 * @param id the Id (may be <code>null</code>)
64 public DOMSignatureProperties(List properties, String id) { argument
79 this.id = id;
92 id = attr.getValue();
95 id = null;
119 return id;
130 DOMUtils.setAttributeID(propsElem, "Id", id);
152 boolean idsEqual = (id
[all...]
H A DUtils.java87 * Returns the ID from a same-document URI (ex: "#id")
93 String id = uri.substring(1);
94 if (id != null && id.startsWith("xpointer(id(")) {
95 int i1 = id.indexOf('\'');
96 int i2 = id.indexOf('\'', i1+1);
97 id = id.substring(i1+1, i2);
99 return id;
[all...]
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInputMethodEvent.java67 * Marks the first integer id for the range of input method event ids.
85 * Marks the last integer id for the range of input method event ids.
113 * <p>Note that passing in an invalid <code>id</code> results in
119 * @param id the event type
136 * @throws IllegalArgumentException if <code>id</code> is not
139 * or if id is <code>CARET_POSITION_CHANGED</code> and
147 public InputMethodEvent(Component source, int id, long when, argument
150 super(source, id);
151 if (id < INPUT_METHOD_FIRST || id > INPUT_METHOD_LAS
217 InputMethodEvent(Component source, int id, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition) argument
259 InputMethodEvent(Component source, int id, TextHitInfo caret, TextHitInfo visiblePosition) argument
[all...]
H A DAdjustmentEvent.java37 * An unspecified behavior will be caused if the {@code id} parameter
60 * Marks the first integer id for the range of adjustment event ids.
65 * Marks the last integer id for the range of adjustment event ids.
157 * @param id An integer indicating the type of event.
170 public AdjustmentEvent(Adjustable source, int id, int type, int value) { argument
171 this(source, id, type, value, false);
183 * @param id An integer indicating the type of event.
201 public AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting) { argument
202 super(source, id);
257 switch(id) {
[all...]
H A DHierarchyEvent.java73 * An unspecified behavior will be caused if the {@code id} parameter
99 * Marks the first integer id for the range of hierarchy event ids.
104 * The event id indicating that modification was made to the
110 * The event id indicating an ancestor-Container was moved.
115 * The event id indicating an ancestor-Container was resized.
120 * Marks the last integer id for the range of ancestor event ids.
178 * @param id An integer indicating the type of event.
193 public HierarchyEvent(Component source, int id, Component changed, argument
195 super(source, id);
209 * @param id A
230 HierarchyEvent(Component source, int id, Component changed, Container changedParent, long changeFlags) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/management/jdp/
H A DJdpJmxPacket.java68 private UUID id; field in class:JdpJmxPacket
76 * @param id - java instance id
79 public JdpJmxPacket(UUID id, String jmxServiceUrl) { argument
80 this.id = id;
98 this.id = (sId == null) ? null : UUID.fromString(sId);
123 * @return id of discovery session
126 return id;
163 writer.addEntry(UUID_KEY, (id
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DMediaTracker.java83 * // Get the images for the background (id == 0)
84 * // and the animation frames (id == 1)
149 * // frame if all of the frames (id == 1) are done loading,
208 * @param id an identifier used to track this image
210 public void addImage(Image image, int id) { argument
211 addImage(image, id, -1, -1);
220 * @param id an identifier that can be used to track this image
224 public synchronized void addImage(Image image, int id, int w, int h) { argument
226 new ImageMediaEntry(this, image, id, w, h));
487 * @param id th
496 checkID(int id) argument
523 checkID(int id, boolean load) argument
527 checkID(int id, boolean load, boolean verify) argument
552 isErrorID(int id) argument
577 getErrorsID(int id) argument
621 waitForID(int id) argument
647 waitForID(int id, long ms) argument
696 statusID(int id, boolean load) argument
700 statusID(int id, boolean load, boolean verify) argument
752 removeImage(Image image, int id) argument
784 removeImage(Image image, int id, int width, int height) argument
820 MediaEntry(MediaTracker mt, int id) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.c66 HprofId id; member in struct:Finfo
344 /* Printf of a utf8 id for gdata->check_fd */
346 check_print_utf8(struct LookupTable *utab, char *prefix, HprofId id) argument
350 if ( id == 0 ) {
351 check_printf("%s0x%x", prefix, id);
353 uindex = table_find_entry(utab, &id, sizeof(id));
355 check_printf("%s0x%x", prefix, id);
362 check_printf("%s0x%x->", prefix, id);
370 add_inst_field_to_cmap(CmapInfo *cmap, HprofId id, HprofTyp argument
426 HprofId id, id2, fr, sup; local
514 HprofId id; local
660 HprofId id; local
677 HprofId id; local
714 HprofId id; local
751 HprofId id; local
866 HprofId id, nm, sg, so, gr, gn; local
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DIdentifierExpression.java41 Identifier id; field in class:IdentifierExpression
48 public IdentifierExpression(long where, Identifier id) { argument
50 this.id = id;
52 public IdentifierExpression(IdentifierToken id) { argument
53 this(id.getWhere(), id.getName());
57 this.id = field.getName();
70 public boolean equals(Identifier id) { argument
71 return this.id
[all...]
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeConstants.java173 * <p>Unique id of the field.</p>
178 private final int id; field in class:DatatypeConstants.Field
183 * @param id <code>int</code> representation of <code>Field</code>
185 private Field(final String str, final int id) { argument
187 this.id = id;
200 * <p>Get id of this Field.</p>
205 return id;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInternalBindingKey.java35 * the lengths of the id and kind strings for faster comparison.
60 if( this.name.id != null ) {
61 idLen = this.name.id.length();
68 hashVal += this.name.id.hashCode();
73 // Compare the keys by comparing name's id and kind
83 // If id is set is must be equal
84 if (this.idLen > 0 && this.name.id.equals(that.name.id) == false) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DvmSymbols.java57 public static Symbol symbolAt(int id) { argument
58 if (id < FIRST_SID || id >= SID_LIMIT) throw new IndexOutOfBoundsException("bad SID " + id);
59 return Symbol.create(symbolsAddress.getAddressAt(id * VM.getVM().getAddressSize()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DOopTreeNodeAdapter.java44 public OopTreeNodeAdapter(Oop oop, FieldIdentifier id) { argument
45 this(oop, id, false);
50 public OopTreeNodeAdapter(Oop oop, FieldIdentifier id, boolean treeTableMode) { argument
51 super(id, treeTableMode);
95 FieldIdentifier id = ((FieldTreeNodeAdapter) child).getID();
96 Finder f = new Finder(id);
237 private FieldIdentifier id; field in class:OopTreeNodeAdapter.Finder
241 public Finder(FieldIdentifier id) { argument
242 this.id = id;
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaAccessibilityUtilities.h62 id JavaAccessibilityAttributeValue(id element, NSString *attribute);
63 BOOL JavaAccessibilityIsAttributeSettable(id element, NSString *attribute);
64 void JavaAccessibilitySetAttributeValue(id element, NSString *attribute, id value);
67 void JavaAccessibilityRaiseSetAttributeToIllegalTypeException(const char *functionName, id element, NSString *attribute, id value);
68 void JavaAccessibilityRaiseUnimplementedAttributeException(const char *functionName, id element, NSString *attribute);
69 void JavaAccessibilityRaiseIllegalParameterTypeException(const char *functionName, id element, NSString *attribute, id paramete
[all...]
/openjdk7/jdk/test/com/sun/tools/attach/
H A DSimpleProvider.java56 public VirtualMachine attachVirtualMachine(String id) argument
59 if (!id.startsWith("simple:")) {
60 throw new AttachNotSupportedException("id not recognized");
62 return new SimpleVirtualMachine(this, id);
71 public SimpleVirtualMachine(AttachProvider provider, String id) { argument
72 super(provider, id);
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPorts.h120 void PORT_Close(void* id);
122 INT32 PORT_GetPortCount(void* id);
123 INT32 PORT_GetPortType(void* id, INT32 portIndex);
124 INT32 PORT_GetPortName(void* id, INT32 portIndex, char* name, INT32 len);
125 void PORT_GetControls(void* id, INT32 portIndex, PortControlCreator* creator);
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DExpressionExecuter.java65 Identifier id = (Identifier)e;
66 if (map.containsKey(id.getName())) {
67 return map.get(id.getName());
71 Monitor m = (Monitor)id.getValue();
73 map.put(id.getName(), v);
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java129 public ThreadInfo getThreadInfo(long id) { argument
131 ids[0] = id;
136 public ThreadInfo getThreadInfo(long id, int maxDepth) { argument
138 ids[0] = id;
219 public long getThreadCpuTime(long id) { argument
221 ids[0] = id;
259 long id = ids[0];
260 if (id == Thread.currentThread().getId()) {
261 id = 0;
263 times[0] = getThreadTotalCpuTime0(id);
278 getThreadUserTime(long id) argument
323 getThreadAllocatedBytes(long id) argument
454 getThreadTotalCpuTime0(long id) argument
456 getThreadUserCpuTime0(long id) argument
[all...]

Completed in 174 milliseconds

1234567891011>>