Searched refs:id (Results 251 - 275 of 1217) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DBooleanField.java31 public BooleanField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);
H A DByteField.java31 public ByteField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);
H A DCharField.java31 public CharField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);
H A DDoubleField.java31 public DoubleField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);
H A DFloatField.java31 public FloatField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);
H A DLongField.java31 public LongField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);
H A DShortField.java31 public ShortField(FieldIdentifier id, long offset, boolean isVMField) { argument
32 super(id, offset, isVMField);
/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DAuthorizeCallback.java32 * one entity (identified by an authenticated authentication id)
34 * behalf of another entity (identified by an authorization id).
43 * The (authenticated) authentication id to check.
49 * The authorization id to check.
55 * The id of the authorized entity. If null, the id of
62 * A flag indicating whether the authentication id is allowed to
63 * act on behalf of the authorization id.
71 * @param authnID The (authenticated) authentication id.
72 * @param authzID The authorization id
140 setAuthorizedID(String id) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DAncestorEvent.java69 * @param id an int specifying {@link #ANCESTOR_ADDED},
75 public AncestorEvent(JComponent source, int id, Container ancestor, Container ancestorParent) { argument
76 super(source, id);
H A DMenuKeyEvent.java59 * @param id an int specifying the type of event, as defined
71 public MenuKeyEvent(Component source, int id, long when, int modifiers, argument
74 super(source, id, when, modifiers, keyCode, keyChar);
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMURIDereferencer.java77 String id = uri.substring(1);
79 if (id.startsWith("xpointer(id(")) {
80 int i1 = id.indexOf('\'');
81 int i2 = id.indexOf('\'', i1+1);
82 id = id.substring(i1+1, i2);
85 Node refElem = dcc.getElementById(id);
92 id)) {
94 id
[all...]
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimerNotification.java70 * @param id The notification identifier.
73 public TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id) { argument
76 this.notificationID = id;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java51 void notifyMouseEvent(int id, long when, int button, argument
63 void notifyKeyEvent(int id, long when, int modifiers, argument
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DNS_Java_ConversionUtils.m51 id asSpecificCoercions = [[JNFDefaultCoercions defaultCoercer] deriveCoercer];
66 - (jobject) coerceNSObject:(id)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
71 - (id) coerceJavaObject:(jobject)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
89 - (jobject) coerceNSObject:(id)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
97 - (id) coerceJavaObject:(jobject)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
116 - (jobject) coerceNSObject:(id)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
127 - (id) coerceJavaObject:(jobject)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
137 - (jobject) coerceNSObject:(id)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
141 - (id) coerceJavaObject:(jobject)obj withEnv:(JNIEnv *)env usingCoercer:(JNFTypeCoercion *)coercer {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuBar.h39 - (void) nativeDeleteMenu_OnAppKitThread:(id)indexObj;
43 - (id) initWithPeer:(jobject)peer;
H A DPrintModel.h37 - (id)initWithPrintInfo:(NSPrintInfo*)printInfo;
41 - (BOOL)safePrintLoop:(id)arg withEnv:(JNIEnv *)env;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DIDResolver.java111 * @param id
118 public abstract void bind( String id, Object obj ) throws SAXException; argument
147 * @param id
159 public abstract Callable<?> resolve( String id, Class targetType ) throws SAXException; argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DModelUnmarshaller.java57 protected PolicySourceModel createSourceModel(NamespaceVersion nsVersion, String id, String name) { argument
58 return SourceModel.createSourceModel(nsVersion, id, name);
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest6528714.java35 test(Concrete.class, "id", Integer.class);
50 private Integer id; field in class:Test6528714.Concrete
53 return this.id;
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkImplClassLoader/
H A DActivatableImpl.java38 public ActivatableImpl(ActivationID id, MarshalledObject mobj) argument
41 super(id, 0);
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DExpressionResolver.java62 Identifier id = (Identifier)e;
65 if (id.isResolved()) {
66 return id;
70 Monitor m = vm.findByName(id.getName());
73 + id.getName() + " substituted NaN");
78 System.out.println("Converting constant " + id.getName()
84 id.setValue(m);
85 return id;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsDevice.java38 protected PrinterGraphicsDevice(GraphicsConfiguration conf, String id) { argument
39 printerID = id;
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java122 * activation descriptor for the activation identifier, id, determines
150 /** maps activation id to its respective group id */
153 /** maps group id to its GroupEntry groups */
401 public MarshalledObject<? extends Remote> activate(ActivationID id, argument
406 return getGroupEntry(id).activate(id, force);
421 public void inactiveObject(ActivationID id) argument
430 getGroupEntry(id).inactiveObject(id);
433 activeObject(ActivationID id, MarshalledObject<? extends Remote> mobj) argument
446 inactiveGroup(ActivationGroupID id, long incarnation) argument
495 unregisterObject(ActivationID id) argument
518 activeGroup(ActivationGroupID id, ActivationInstantiator group, long incarnation) argument
530 unregisterGroup(ActivationGroupID id) argument
541 setActivationDesc(ActivationID id, ActivationDesc desc) argument
555 setActivationGroupDesc(ActivationGroupID id, ActivationGroupDesc desc) argument
567 getActivationDesc(ActivationID id) argument
576 getActivationGroupDesc(ActivationGroupID id) argument
717 getGroupID(ActivationID id) argument
731 getGroupEntry(ActivationGroupID id, boolean rm) argument
752 getGroupEntry(ActivationGroupID id) argument
762 removeGroupEntry(ActivationGroupID id) argument
773 getGroupEntry(ActivationID id) argument
887 getObjectEntry(ActivationID id) argument
900 registerObject(ActivationID id, ActivationDesc desc, boolean addRecord) argument
919 unregisterObject(ActivationID id, boolean addRecord) argument
960 setActivationDesc(ActivationID id, ActivationDesc desc, boolean addRecord) argument
982 getActivationDesc(ActivationID id) argument
988 setActivationGroupDesc( ActivationGroupID id, ActivationGroupDesc desc, boolean addRecord) argument
1021 activeObject(ActivationID id, MarshalledObject<? extends Remote> mobj) argument
1028 inactiveObject(ActivationID id) argument
1111 activate(ActivationID id, boolean force) argument
1193 getInstantiator(ActivationGroupID id) argument
1443 activate(ActivationID id, boolean force, ActivationInstantiator inst) argument
1549 private ActivationID id; field in class:Activation.LogRegisterObject
1552 LogRegisterObject(ActivationID id, ActivationDesc desc) argument
1578 private ActivationID id; field in class:Activation.LogUnregisterObject
1580 LogUnregisterObject(ActivationID id) argument
1605 private ActivationGroupID id; field in class:Activation.LogRegisterGroup
1608 LogRegisterGroup(ActivationGroupID id, ActivationGroupDesc desc) argument
1629 private ActivationID id; field in class:Activation.LogUpdateDesc
1632 LogUpdateDesc(ActivationID id, ActivationDesc desc) argument
1658 private ActivationGroupID id; field in class:Activation.LogUpdateGroupDesc
1661 LogUpdateGroupDesc(ActivationGroupID id, ActivationGroupDesc desc) argument
1687 private ActivationGroupID id; field in class:Activation.LogUnregisterGroup
1689 LogUnregisterGroup(ActivationGroupID id) argument
1714 private ActivationGroupID id; field in class:Activation.LogGroupIncarnation
1717 LogGroupIncarnation(ActivationGroupID id, long inc) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPortMixer.java65 private long id = 0; field in class:PortMixer
83 id = nOpen(getMixerIndex());
84 if (id != 0) {
85 count = nGetPortCount(id);
96 int type = nGetPortType(id, i);
102 if (id != 0) {
103 nClose(id);
105 id = 0;
158 if (Printer.trace) Printer.trace(">> PortMixer: implOpen (id="+id
235 private long id; field in class:PortMixer.PortMixerPort
485 nClose(long id) argument
488 nGetPortCount(long id) argument
491 nGetPortType(long id, int portIndex) argument
494 nGetPortName(long id, int portIndex) argument
497 nGetControls(long id, int portIndex, Vector vector) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediatorBase_R.java79 protected Servant internalIdToServant( byte[] id )
81 ActiveObjectMap.Key key = new ActiveObjectMap.Key( id ) ;
87 setDelegate(servant, key.id );
103 public final void activateObject(byte[] id, Servant servant) argument
108 ActiveObjectMap.Key key = new ActiveObjectMap.Key( id ) ;
117 public Servant deactivateObject( byte[] id )
120 ActiveObjectMap.Key key = new ActiveObjectMap.Key( id ) ;
181 return key.id ;
188 byte[] id = newSystemId() ;
189 activateObject( id, servan
[all...]

Completed in 380 milliseconds

<<11121314151617181920>>