Searched refs:profile (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLHeadElement.java50 * URI designating a metadata profile. See the profile attribute
54 public void setProfile(String profile); argument
/openjdk7/jdk/make/sun/net/others/
H A DMakefile41 build: properties nameprep-profile
43 clean clobber:: properties.clean nameprep-profile.clean
59 # Install/nuke nameprep profile.
64 nameprep-profile: $(NAMEPREP_PROFILE_BUILD)
66 nameprep-profile.clean:
74 .PHONY: properties properties.clean nameprep-profile nameprep-profile.clean
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp94 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/corba/src/share/classes/com/sun/corba/se/GiopIDL/
H A Dmessages.idl45 case ProfileAddr: IOP::TaggedProfile profile;
H A DGIOP.idl93 case ProfileAddr: IOP::TaggedProfile profile;
/openjdk7/jdk/test/sun/java2d/cmm/ProfileOp/
H A DSetDataTest.java45 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 DPCMM.java44 public ColorTransform createTransform(ICC_Profile profile, int renderType, argument
H A DCMSManager.java150 public ColorTransform createTransform(ICC_Profile profile, argument
154 return tcmm.createTransform(profile, renderType, transformType);
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMS.java53 public static native long getProfileID(ICC_Profile profile); argument
62 public ColorTransform createTransform(ICC_Profile profile, argument
66 return new LCMSTransform(profile, renderType, renderType);
H A DLCMSTransform.java79 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).
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp79 // 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 DbytecodeInfo.cpp101 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 Dparse.hpp76 ciCallProfile& profile,
82 ciCallProfile& profile,
123 WarmCallInfo* ok_to_inline(ciMethod *call_method, JVMState* caller_jvms, ciCallProfile& profile, WarmCallInfo* wci, bool& should_delay);
320 float _prof_factor; // discount applied to my profile counts
485 // Helper function to setup for type-profile based inlining
H A DcallGenerator.hpp290 void init(JVMState* call_site, ciMethod* call_method, ciCallProfile& profile, float prof_factor);
/openjdk7/jdk/src/share/classes/java/awt/color/
H A DICC_ColorSpace.java52 * 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/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileImpl.java164 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/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DTargetAddress.java76 public org.omg.IOP.TaggedProfile profile () method in class:TargetAddress
84 public void profile (org.omg.IOP.TaggedProfile value) method in class:TargetAddress
H A DMessageBase.java511 IIOPProfile profile = ior.getProfile();
515 profile = ior.getProfile();
516 ObjectKey objKey = profile.getObjectKey();
543 if (addrDisp == ProfileAddr.value) { // iop profile will be used
544 profile = ior.getProfile();
545 target.profile(profile.getIOPProfile());
548 new IORAddressingInfo( 0, // profile index
568 (IIOPProfileTemplate)profile.getTaggedProfileTemplate();
846 TaggedProfile profile
[all...]
H A DTargetAddressHelper.java76 // Branch for profile
81 "profile",
122 value.profile (_profile);
145 org.omg.IOP.TaggedProfileHelper.write (ostream, value.profile ());
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java94 * 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/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DIIOPFactories.java210 org.omg.IOP.TaggedProfile profile )
212 return new IIOPProfileImpl( orb, profile ) ;
/openjdk7/jdk/make/sun/cmm/kcms/
H A DFILES_c_unix.gmk89 profile.c \
H A DFILES_c_windows.gmk90 profile.c \
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIORImpl.java165 TaggedProfile profile = ptemp.create( oktemp, id ) ;
167 add( profile ) ;
/openjdk7/jdk/test/sun/net/idn/
H A DTestData.java433 String profile; field in class:TestData.ConformanceTestCase
456 profile = prof;

Completed in 68 milliseconds

12