Searched refs:ID (Results 126 - 150 of 162) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java1339 final String ID = "ICC_PROFILE";
1340 int ID_LENGTH = ID.length()+1; // spec says it's null-terminated
1358 byte [] id = ID.getBytes("US-ASCII");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java76 import com.sun.xml.internal.bind.v2.model.core.ID;
259 * it has an ID property.
263 if(p.id()== ID.ID)
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DSkeleton.java489 String id = Util.stripLeadingUnderscoresFromID (entry.repositoryID ().ID ());
H A DValueGen.java474 String id = mType.repositoryID ().ID ();
515 // Check for types which don't have a Repository ID: primitive,
H A DMethodGen.java649 stream.println( "(_id.equals (\"" + exc.repositoryID ().ID () + "\"))");
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp188 vmIntrinsics::ID id = m->intrinsic_id();
H A DlinkResolver.cpp191 vmIntrinsics::ID iid = result_oop->intrinsic_id();
228 vmIntrinsics::ID iid = MethodHandles::signature_polymorphic_name_id(name);
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1163 vmIntrinsics::ID BCEscapeAnalyzer::known_intrinsic() {
1164 vmIntrinsics::ID iid = method()->intrinsic_id();
1174 bool BCEscapeAnalyzer::compute_escape_for_intrinsic(vmIntrinsics::ID iid) {
1259 vmIntrinsics::ID iid = known_intrinsic();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java432 m.put("ID", CBuiltinLeafInfo.ID);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.lex216 "id" { return disambiguateAxisOrFunction(sym.ID); }
H A DXPathLexer.java888 { return disambiguateAxisOrFunction(sym.ID); }
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c182 unsigned short ID; member in struct:hash_bucket_type
193 #define GET_BUCKET(class_hash, ID)\
194 (class_hash->buckets[ID / HASH_ROW_SIZE] + ID % HASH_ROW_SIZE)
542 * Return a unique ID given a local class reference. The loadable
604 * Return a unique ID given a class name from the constant pool.
657 ID_to_class_name(context_type *context, unsigned short ID) argument
660 hash_bucket_type *bucket = GET_BUCKET(class_hash, ID);
665 ID_to_class(context_type *context, unsigned short ID) argument
668 hash_bucket_type *bucket = GET_BUCKET(class_hash, ID);
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c147 void LCMS_freeTransform(JNIEnv *env, jlong ID) argument
150 sTrans.j = ID;
151 /* Passed ID is always valid native ref so there is no check for zero */
652 Trans_ID_fID = (*env)->GetFieldID (env, Trans, "ID", "J");
664 PF_ID_fID = (*env)->GetFieldID (env, Pf, "ID", "J");
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java592 Identifier ID = imports.resolve(env, simpleName);
593 if (ID != getName())
594 env.error(where, "class.multidef.import", simpleName, ID);
597 Identifier ID = (e.name1 != getName()) ? e.name1 : e.name2;
598 env.error(where, "class.multidef.import", simpleName, ID);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_ja.properties79 cvc-complex-type.5.1 = cvc-complex-type.5.1: \u8981\u7D20''{0}''\u3067\u306F\u5C5E\u6027''{1}''\u304CWild ID\u3067\u3059\u304C\u3001\u3059\u3067\u306BWild ID ''{2}''\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u8A31\u53EF\u3055\u308C\u308BWild ID\u306F1\u3064\u306E\u307F\u3067\u3059\u3002
80 cvc-complex-type.5.2 = cvc-complex-type.5.2: \u8981\u7D20''{0}''\u3067\u306F\u5C5E\u6027''{1}''\u304CWild ID\u3067\u3059\u304C\u3001ID\u304B\u3089\u5C0E\u51FA\u3055\u308C\u305F\u5C5E\u6027''{2}''\u304C''{''attribute uses''}''\u306B\u3059\u3067\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002
99 cvc-id.2 = cvc-id.2: ID\u5024''{0}''\u304C\u8907\u6570\u51FA\u73FE\u3057\u3066\u3044\u307E\u3059\u3002
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java455 extra = extra | ID;
739 extra = extra | ID;
753 extra = extra | ID;
1023 // registered for its ID attributes
1035 // register ID
1540 // before all of the element nodes with ID
2049 * all of the paths to ID attributes when a node object is
2050 * created that contains an ID attribute.
2065 // save ID and its associated element
2070 /** Prints the ID arra
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java977 * Scans External ID and return the public and system IDs.
1049 * Scans public ID literal.
1061 * @param literal The string to fill in with the public ID literal.
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp488 static methodHandle find_method_handle_intrinsic(vmIntrinsics::ID iid,
H A DsystemDictionary.cpp2229 methodHandle SystemDictionary::find_method_handle_intrinsic(vmIntrinsics::ID iid,
2345 vmIntrinsics::ID null_iid = vmIntrinsics::_none; // distinct from all method handle invoker intrinsics
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertImpl.java1024 + DOT + CertificateIssuerUniqueIdentity.ID);
1045 + DOT + CertificateSubjectUniqueIdentity.ID);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp1443 vmIntrinsics::ID _id;
1457 vmIntrinsics::ID id,
1485 vmIntrinsics::ID id() const { return _id; }
1556 int _first_lir_instruction_id; // ID of first LIR instruction in this block
1557 int _last_lir_instruction_id; // ID of last LIR instruction in this block
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp469 // ID for this compilation. Useful for setting breakpoints in the debugger.
1080 static bool gather_intrinsic_statistics(vmIntrinsics::ID id,
/openjdk7/jdk/src/share/classes/java/awt/
H A DDefaultKeyboardFocusManager.java252 edt.pumpEvents(SentEvent.ID, new Conditional() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DBeanGenerator.java784 case ID:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java501 if( localName.equals("ID") || localName.equals("IDREF") )
502 return false; // not ID/IDREF
910 m.put("ID", CBuiltinLeafInfo.ID);

Completed in 142 milliseconds

1234567