/openjdk7/jaxp/src/org/w3c/dom/html/ |
H A D | HTMLHeadElement.java | 50 * URI designating a metadata profile. See the profile attribute 54 public void setProfile(String profile); argument
|
/openjdk7/jdk/test/sun/java2d/cmm/ProfileOp/ |
H A D | SetDataTest.java | 45 static ICC_Profile profile; field in class:SetDataTest.TestCase 50 profile = ICC_Profile.getInstance(CS_GRAY); 51 validTRCdata = profile.getData(icSigGrayTRCTag); 77 profile.setData(signature, data);
|
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/ |
H A D | PCMM.java | 44 public ColorTransform createTransform(ICC_Profile profile, int renderType, argument
|
H A D | CMSManager.java | 150 public ColorTransform createTransform(ICC_Profile profile, argument 154 return tcmm.createTransform(profile, renderType, transformType);
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/ |
H A D | TargetAddress.java | 76 public org.omg.IOP.TaggedProfile profile () method in class:TargetAddress 84 public void profile (org.omg.IOP.TaggedProfile value) method in class:TargetAddress
|
/openjdk7/jdk/src/share/classes/java/awt/color/ |
H A D | ICC_ColorSpace.java | 52 * Profile which is either an input, display, or output profile (see 61 * the profile (e.g. a monitor) to a Profile Connection Space (PCS). 69 * the profile's native space and there is inadequate data to 107 * @param profile the specified ICC_Profile object 108 * @exception IllegalArgumentException if profile is inappropriate for 111 public ICC_ColorSpace (ICC_Profile profile) { argument 112 super (profile.getColorSpaceType(), profile.getNumComponents()); 114 int profileClass = profile.getProfileClass(); 123 throw new IllegalArgumentException("Invalid profile typ [all...] |
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/ |
H A D | LCMSTransform.java | 79 public LCMSTransform(ICC_Profile profile, int renderType, argument 84 profiles[0] = profile; 86 profileIDs[0] = LCMS.getProfileID(profile); 92 * (it may results in a reading of the profile header). 119 * (it may results in a reading of the profile header).
|
H A D | LCMS.java | 53 public static native long getProfileID(ICC_Profile profile); argument 62 public ColorTransform createTransform(ICC_Profile profile, argument 66 return new LCMSTransform(profile, renderType, renderType);
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/ |
H A D | IIOPProfileImpl.java | 164 public IIOPProfileImpl( ORB orb, org.omg.IOP.TaggedProfile profile) argument 168 if (profile == null || profile.tag != TAG_INTERNET_IOP.value || 169 profile.profile_data == null) { 173 EncapsInputStream istr = new EncapsInputStream((ORB)orb, profile.profile_data, 174 profile.profile_data.length);
|
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeHistogram.cpp | 94 static int total_count(GrowableArray<HistoEntry*>* profile) { argument 96 int i = profile->length(); 97 while (i-- > 0) sum += profile->at(i)->count(); 120 GrowableArray<HistoEntry*>* profile = sorted_array(_counters, Bytecodes::number_of_codes); local 121 // print profile 122 int tot = total_count(profile); 129 int i = profile->length(); 131 HistoEntry* e = profile->at(i); 162 GrowableArray<HistoEntry*>* profile = sorted_array(_counters, number_of_pairs); local 163 // print profile [all...] |
/openjdk7/jdk/test/sun/net/idn/ |
H A D | TestData.java | 433 String profile; field in class:TestData.ConformanceTestCase 456 profile = prof;
|
/openjdk7/jdk/src/share/classes/java/awt/image/ |
H A D | ColorConvertOp.java | 126 profileList = new ICC_Profile [1]; /* 1 profile in the list */ 188 * first profile in the array, 190 * If the requirements of the last profile in the array are not met 194 * the requirements of the first profile in the array, and the 196 * of the last profile in the array. The array must have at least two 202 * @exception IllegalArgumentException when the profile sequence does not 307 if (dest == null) { /* last profile in the list defines 379 /* make the profile list */ 385 /* insert source as first profile */ 395 /* insert dest as last profile */ 732 getRenderingIntent(ICC_Profile profile) argument [all...] |
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | bytecodeInfo.cpp | 101 int caller_bci, ciCallProfile& profile, 137 int call_site_count = method()->scale_count(profile.count()); 268 // Do not inline StringCache::profile() method used only at the beginning. 308 int caller_bci, ciCallProfile& profile, 322 if (!should_inline(callee_method, caller_method, caller_bci, profile, 356 } else if (profile.count() == 0) { 483 WarmCallInfo* InlineTree::ok_to_inline(ciMethod* callee_method, JVMState* jvms, ciCallProfile& profile, WarmCallInfo* initial_wci, bool& should_delay) { argument 516 profile, &wci, should_delay); 100 should_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, ciCallProfile& profile, WarmCallInfo* wci_result) argument 307 try_to_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, ciCallProfile& profile, WarmCallInfo* wci_result, bool& should_delay) argument
|
H A D | doCall.cpp | 79 // from more specific profile data which pertains to this inlining. 81 ciCallProfile profile = caller->call_profile_at_bci(bci); local 84 int site_count = profile.count(); 86 if (call_does_dispatch && UseTypeProfile && profile.has_receiver(0)) { 87 // Receivers in the profile structure are ordered by call counts 88 // so that the most called (major) receiver is profile.receiver(0). 89 receiver_count = profile.receiver_count(0); 94 int rid = (receiver_count >= 0)? log->identify(profile.receiver(0)): -1; 95 int r2id = (rid != -1 && profile.has_receiver(1))? log->identify(profile [all...] |
H A D | callGenerator.cpp | 199 // be converted to an implicit check based on profile information. 572 // The call profile data may predict the hit_prob as extreme as 0 or 1. 715 ciCallProfile profile = caller->call_profile_at_bci(bci); local 716 int call_site_count = caller->scale_count(profile.count()); 1007 void WarmCallInfo::init(JVMState* call_site, ciMethod* call_method, ciCallProfile& profile, float prof_factor) { argument 1008 int call_count = profile.count();
|
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/ |
H A D | JFIFMarkerSegment.java | 94 * ICC profile. All chunks are consolidated to create a single 102 * A placeholder for an ICC profile marker segment under 603 * writes out the profile after the JFIF segment using as many APP2 1331 * Write out the given profile to the stream, embedded in 1333 * This is the only mechanism for writing an ICC profile 1336 static void writeICC(ICC_Profile profile, ImageOutputStream ios) argument 1345 byte [] data = profile.getData(); 1369 * An APP2 marker segment containing an ICC profile. In the stream 1370 * a profile larger than 64K is broken up into a series of chunks. 1371 * This inner class represents the complete profile a 1376 byte [] profile = null; // The complete profile when it's fully read field in class:JFIFMarkerSegment.ICCMarkerSegment [all...] |
/openjdk7/jdk/src/share/native/sun/awt/libpng/ |
H A D | pngget.c | 613 png_bytepp profile, png_uint_32 *proflen) 618 && name != NULL && profile != NULL && proflen != NULL) 621 *profile = info_ptr->iccp_profile; 611 png_get_iCCP(png_const_structp png_ptr, png_const_infop info_ptr, png_charpp name, int *compression_type, png_bytepp profile, png_uint_32 *proflen) argument
|
H A D | pngset.c | 597 png_const_bytep profile, png_uint_32 proflen) 605 if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL) 624 "Insufficient memory to process iCCP profile"); 628 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen); 595 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_const_charp name, int compression_type, png_const_bytep profile, png_uint_32 proflen) argument
|
H A D | pngrutil.c | 1177 png_charp profile; local 1229 for (profile = png_ptr->chunkdata; *profile; profile++) 1232 ++profile; 1237 if (profile >= png_ptr->chunkdata + slength - 1) 1246 compression_type = *profile++; 1255 prefix_length = profile - png_ptr->chunkdata; 1269 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
|
H A D | pngtest.c | 1068 png_bytep profile; local 1073 &profile, &proflen)) 1076 profile, proflen);
|
H A D | pngwutil.c | 1107 png_const_charp profile, int profile_len) 1129 if (profile == NULL) 1134 ((*( (png_const_bytep)profile ))<<24) | 1135 ((*( (png_const_bytep)profile + 1))<<16) | 1136 ((*( (png_const_bytep)profile + 2))<< 8) | 1137 ((*( (png_const_bytep)profile + 3)) ); 1142 "Embedded profile length in iCCP chunk is negative"); 1151 "Embedded profile length too large in iCCP chunk"); 1160 "Truncating profile to actual length in iCCP chunk"); 1166 profile_len = png_text_compress(png_ptr, profile, 1106 png_write_iCCP(png_structp png_ptr, png_const_charp name, int compression_type, png_const_charp profile, int profile_len) argument [all...] |