Searched refs:info (Results 1 - 25 of 882) sorted by relevance

1234567891011>>

/openjdk9/make/
H A DHelp.gmk30 # Helper macro to allow $(info) to properly print strings beginning with spaces.
34 $(info )
35 $(info OpenJDK Makefile help)
36 $(info =====================)
37 $(info )
38 $(info Common make targets)
39 $(info $(_) make [default] # Compile all modules in langtools, hotspot, jdk, jaxws,)
40 $(info $(_) # jaxp and corba, and create a runnable "exploded" image)
41 $(info $(_) make all # Compile everything, all repos, docs and images)
42 $(info
[all...]
H A DReleaseFile.gmk40 # Common way to emit a line into the release or info file
41 define info-file-item # name value
46 define create-info-file
48 $(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)"))
49 $(call info-file-item, "SOURCE", "$(strip $(SOURCE_REVISION))")
50 $(call info-file-item, "IMPLEMENTOR", "$(COMPANY_NAME)")
51 $(call info-file-item, "OS_NAME", "$(RELEASE_FILE_OS_NAME)")
52 $(call info-file-item, "OS_ARCH", "$(RELEASE_FILE_OS_ARCH)")
56 define prepare-info-file
62 define info
[all...]
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DShaderList.c44 ShaderInfo *info; local
49 info = (ShaderInfo *)malloc(sizeof(ShaderInfo));
50 if (info == NULL) {
57 info->next = programList->head;
58 info->programID = programID;
59 info->compType = compType;
60 info->compMode = compMode;
61 info->flags = flags;
64 programList->head = info;
71 ShaderInfo *curr = info
100 ShaderInfo *info = programList->head; local
131 ShaderInfo *info = programList->head; local
[all...]
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DVariableInitialization.java27 public VariableInitialization(VariableInfo info, IRNode initExpression) { argument
28 super(info, initExpression);
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-private.hh206 hb_glyph_info_t *info = buffer->info; local
209 unsigned int syllable = info[start].syllable();
210 while (++start < count && syllable == info[start].syllable())
246 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_buffer_t *buffer) argument
249 unsigned int u = info->codepoint;
290 props |= unicode->modified_combining_class (info->codepoint)<<8;
304 info->unicode_props() = props;
308 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, argument
312 info
316 _hb_glyph_info_get_general_category(const hb_glyph_info_t *info) argument
322 _hb_glyph_info_is_unicode_mark(const hb_glyph_info_t *info) argument
327 _hb_glyph_info_set_modified_combining_class(hb_glyph_info_t *info, unsigned int modified_class) argument
335 _hb_glyph_info_get_modified_combining_class(const hb_glyph_info_t *info) argument
341 _hb_glyph_info_is_unicode_space(const hb_glyph_info_t *info) argument
347 _hb_glyph_info_set_unicode_space_fallback_type(hb_glyph_info_t *info, hb_unicode_funcs_t::space_t s) argument
354 _hb_glyph_info_get_unicode_space_fallback_type(const hb_glyph_info_t *info) argument
364 _hb_glyph_info_is_default_ignorable(const hb_glyph_info_t *info) argument
370 _hb_glyph_info_is_default_ignorable_and_not_fvs(const hb_glyph_info_t *info) argument
378 _hb_glyph_info_is_unicode_format(const hb_glyph_info_t *info) argument
384 _hb_glyph_info_is_zwnj(const hb_glyph_info_t *info) argument
389 _hb_glyph_info_is_zwj(const hb_glyph_info_t *info) argument
394 _hb_glyph_info_is_joiner(const hb_glyph_info_t *info) argument
399 _hb_glyph_info_flip_joiners(hb_glyph_info_t *info) argument
432 _hb_glyph_info_clear_lig_props(hb_glyph_info_t *info) argument
440 _hb_glyph_info_set_lig_props_for_ligature(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_num_comps) argument
448 _hb_glyph_info_set_lig_props_for_mark(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_comp) argument
456 _hb_glyph_info_set_lig_props_for_component(hb_glyph_info_t *info, unsigned int comp) argument
462 _hb_glyph_info_get_lig_id(const hb_glyph_info_t *info) argument
468 _hb_glyph_info_ligated_internal(const hb_glyph_info_t *info) argument
474 _hb_glyph_info_get_lig_comp(const hb_glyph_info_t *info) argument
483 _hb_glyph_info_get_lig_num_comps(const hb_glyph_info_t *info) argument
503 _hb_glyph_info_set_glyph_props(hb_glyph_info_t *info, unsigned int props) argument
509 _hb_glyph_info_get_glyph_props(const hb_glyph_info_t *info) argument
515 _hb_glyph_info_is_base_glyph(const hb_glyph_info_t *info) argument
521 _hb_glyph_info_is_ligature(const hb_glyph_info_t *info) argument
527 _hb_glyph_info_is_mark(const hb_glyph_info_t *info) argument
533 _hb_glyph_info_substituted(const hb_glyph_info_t *info) argument
539 _hb_glyph_info_ligated(const hb_glyph_info_t *info) argument
545 _hb_glyph_info_multiplied(const hb_glyph_info_t *info) argument
551 _hb_glyph_info_ligated_and_didnt_multiply(const hb_glyph_info_t *info) argument
557 _hb_glyph_info_clear_ligated_and_multiplied(hb_glyph_info_t *info) argument
564 _hb_glyph_info_clear_substituted(hb_glyph_info_t *info) argument
[all...]
/openjdk9/jdk/src/java.base/share/native/libjava/
H A Djdk_util.c35 JDK_GetVersionInfo0(jdk_version_info* info, size_t info_size) { argument
43 memset(info, 0, info_size);
44 info->jdk_version = ((version_major & 0xFF) << 24) |
48 info->patch_version = version_patch;
49 info->thread_park_blocker = 1;
52 info->post_vm_init_hook_enabled = 1;
53 info->pending_list_uses_discovered_field = 1;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DInterceptorInvoker.java112 IORInfoImpl info = new IORInfoImpl( oa );
130 interceptor.establish_components( info );
139 info.makeStateEstablished() ;
147 interceptor30.components_established( info );
152 // in case a reference to info escapes this scope.
155 info.makeStateDone() ;
212 * of info.getStartingPointCall()
214 void invokeClientInterceptorStartingPoint( ClientRequestInfoImpl info ) {
222 info.setPICurrentPushed( true );
223 info
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DImageFetcher.java75 final FetcherInfo info = FetcherInfo.getFetcherInfo();
76 synchronized(info.waitList) {
77 if (!info.waitList.contains(src)) {
78 info.waitList.addElement(src);
79 if (info.numWaiting == 0 &&
80 info.numFetchers < info.fetchers.length) {
81 createFetchers(info);
91 if (info.numFetchers > 0) {
92 info
279 createFetchers(final FetcherInfo info) argument
[all...]
/openjdk9/jdk/src/java.desktop/unix/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c267 int setStartThresholdNoCommit(AlsaPcmInfo* info, int useThreshold) { argument
278 ret = snd_pcm_sw_params_set_start_threshold(info->handle, info->swParams, threshold);
286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) { argument
289 if (!setStartThresholdNoCommit(info, useThreshold)) {
294 ret = snd_pcm_sw_params(info->handle, info->swParams);
304 int setHWParams(AlsaPcmInfo* info, argument
314 ret = snd_pcm_hw_params_any(info->handle, info
386 setSWParams(AlsaPcmInfo* info) argument
425 AlsaPcmInfo* info = NULL; local
550 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
618 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
638 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
667 xrun_recovery(AlsaPcmInfo* info, int err) argument
704 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
752 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
801 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
807 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
818 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
842 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
865 estimatePositionFromAvail(AlsaPcmInfo* info, int isSource, INT64 javaBytePos, int availInBytes) argument
883 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c267 int setStartThresholdNoCommit(AlsaPcmInfo* info, int useThreshold) { argument
278 ret = snd_pcm_sw_params_set_start_threshold(info->handle, info->swParams, threshold);
286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) { argument
289 if (!setStartThresholdNoCommit(info, useThreshold)) {
294 ret = snd_pcm_sw_params(info->handle, info->swParams);
304 int setHWParams(AlsaPcmInfo* info, argument
314 ret = snd_pcm_hw_params_any(info->handle, info
386 setSWParams(AlsaPcmInfo* info) argument
425 AlsaPcmInfo* info = NULL; local
550 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
618 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
638 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
667 xrun_recovery(AlsaPcmInfo* info, int err) argument
704 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
752 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
801 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
807 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
818 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
842 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
865 estimatePositionFromAvail(AlsaPcmInfo* info, int isSource, INT64 javaBytePos, int availInBytes) argument
883 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
[all...]
H A DPLATFORM_API_SolarisOS_PCM.c158 audio_info_t info; member in struct:__anon1268
178 SolPcmInfo* info; local
190 info = (SolPcmInfo*) malloc(sizeof(SolPcmInfo));
191 if (!info) {
195 memset(info, 0, sizeof(SolPcmInfo));
196 info->frameSize = frameSize;
197 info->fd = -1;
211 info->fd = open(desc.path, openMode);
213 if (info->fd < 0) {
215 free(info);
276 SolPcmInfo* info = (SolPcmInfo*) id; local
305 SolPcmInfo* info = (SolPcmInfo*) id; local
334 SolPcmInfo* info = (SolPcmInfo*) id; local
354 resetErrorFlagAndAdjustPosition(SolPcmInfo* info, int isSource, int count) argument
426 SolPcmInfo* info = (SolPcmInfo*) id; local
444 SolPcmInfo* info = (SolPcmInfo*) id; local
462 SolPcmInfo* info = (SolPcmInfo*) id; local
470 SolPcmInfo* info = (SolPcmInfo*) id; local
490 getDevicePosition(SolPcmInfo* info, int isSource) argument
513 SolPcmInfo* info = (SolPcmInfo*) id; local
541 SolPcmInfo* info = (SolPcmInfo*) id; local
586 SolPcmInfo* info = (SolPcmInfo*) id; local
604 SolPcmInfo* info = (SolPcmInfo*) id; local
[all...]
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DAttrContext.java118 AttrContext info = new AttrContext();
119 info.scope = scope;
120 info.staticLevel = staticLevel;
121 info.isSelfCall = isSelfCall;
122 info.selectSuper = selectSuper;
123 info.pendingResolutionPhase = pendingResolutionPhase;
124 info.lint = lint;
125 info.enclVar = enclVar;
126 info.returnResult = returnResult;
127 info
[all...]
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DConstantWriter.java64 public Integer visitClass(CONSTANT_Class_info info, Void p) {
65 print("#" + info.name_index);
67 println("// " + stringValue(info));
71 public Integer visitDouble(CONSTANT_Double_info info, Void p) {
72 println(stringValue(info));
76 public Integer visitFieldref(CONSTANT_Fieldref_info info, Void p) {
77 print("#" + info.class_index + ".#" + info.name_and_type_index);
79 println("// " + stringValue(info));
83 public Integer visitFloat(CONSTANT_Float_info info, Voi
272 visit(CPInfo info) argument
276 visitClass(CONSTANT_Class_info info, Void p) argument
280 getCheckedName(CONSTANT_Class_info info) argument
288 visitDouble(CONSTANT_Double_info info, Void p) argument
292 visitFieldref(CONSTANT_Fieldref_info info, Void p) argument
296 visitFloat(CONSTANT_Float_info info, Void p) argument
300 visitInteger(CONSTANT_Integer_info info, Void p) argument
304 visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, Void p) argument
308 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, Void p) argument
317 visitLong(CONSTANT_Long_info info, Void p) argument
321 visitModule(CONSTANT_Module_info info, Void p) argument
329 visitNameAndType(CONSTANT_NameAndType_info info, Void p) argument
333 getCheckedName(CONSTANT_NameAndType_info info) argument
341 visitPackage(CONSTANT_Package_info info, Void p) argument
349 getType(CONSTANT_NameAndType_info info) argument
357 visitMethodHandle(CONSTANT_MethodHandle_info info, Void p) argument
365 visitMethodType(CONSTANT_MethodType_info info, Void p) argument
373 visitMethodref(CONSTANT_Methodref_info info, Void p) argument
377 visitString(CONSTANT_String_info info, Void p) argument
387 visitUtf8(CONSTANT_Utf8_info info, Void p) argument
428 visitRef(CPRefInfo info, Void p) argument
439 getCheckedClassName(CPRefInfo info) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DRealTimeSequencerProvider.java42 return new MidiDevice.Info[]{RealTimeSequencer.info};
46 public MidiDevice getDevice(final MidiDevice.Info info) { argument
47 Objects.requireNonNull(info);
48 if (RealTimeSequencer.info.equals(info)) {
51 throw MidiUtils.unsupportedDevice(info);
H A DSoftProvider.java42 return new MidiDevice.Info[]{SoftSynthesizer.info};
46 public MidiDevice getDevice(final MidiDevice.Info info) { argument
47 Objects.requireNonNull(info);
48 if (SoftSynthesizer.info.equals(info)) {
51 throw MidiUtils.unsupportedDevice(info);
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/policy/
H A DAbstractInliningPolicy.java33 import org.graalvm.compiler.phases.common.inlining.info.InlineInfo;
34 import org.graalvm.compiler.phases.common.inlining.info.elem.Inlineable;
53 protected double getInliningBonus(InlineInfo info) { argument
54 if (hints != null && hints.containsKey(info.invoke())) {
55 return hints.get(info.invoke());
60 protected boolean isIntrinsic(Replacements replacements, InlineInfo info) { argument
62 return onlyIntrinsics(replacements, info);
64 return onlyForcedIntrinsics(replacements, info);
68 private static boolean onlyIntrinsics(Replacements replacements, InlineInfo info) { argument
69 for (int i = 0; i < info
77 onlyForcedIntrinsics(Replacements replacements, InlineInfo info) argument
86 previousLowLevelGraphSize(InlineInfo info) argument
99 determineInvokeProbability(InlineInfo info) argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DProfilingInfoTest.java53 ProfilingInfo info = profile("branchProbabilitySnippet", 0);
54 Assert.assertEquals(0.0, info.getBranchTakenProbability(1), DELTA);
55 Assert.assertEquals(N, info.getExecutionCount(1));
56 Assert.assertEquals(-1.0, info.getBranchTakenProbability(8), DELTA);
57 Assert.assertEquals(0, info.getExecutionCount(8));
59 info = profile("branchProbabilitySnippet", 1);
60 Assert.assertEquals(1.0, info.getBranchTakenProbability(1), DELTA);
61 Assert.assertEquals(N, info.getExecutionCount(1));
62 Assert.assertEquals(0.0, info.getBranchTakenProbability(8), DELTA);
63 Assert.assertEquals(N, info
[all...]
/openjdk9/jdk/src/java.base/aix/native/libjli/
H A Djava_md_aix.c34 static int dladdr_dont_reload(void *addr, Dl_info *info) { argument
36 memset((void *)info, 0, sizeof(Dl_info));
41 info->dli_fname = p->ldinfo_filename;
52 int dladdr(void *addr, Dl_info *info) { argument
66 rc = dladdr_dont_reload(addr, info);
71 rc = dladdr_dont_reload(addr0, info);
74 // if we had no success until now, maybe loadquery info is outdated.
79 rc = dladdr_dont_reload(addr, info);
81 rc = dladdr_dont_reload(addr0, info);
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DDefaultAttribute.java41 info = data;
45 public DefaultAttribute(ConstantPool constant_pool, int name_index, byte[] info) { argument
46 this(constant_pool, name_index, info, null);
50 byte[] info, String reason) {
51 super(name_index, info.length);
52 this.info = info;
60 public final byte[] info; field in class:DefaultAttribute
49 DefaultAttribute(ConstantPool constant_pool, int name_index, byte[] info, String reason) argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DLineNumberVisitor.java28 public void doLineNumber(LineNumberInfo info); argument
/openjdk9/jdk/src/java.desktop/aix/native/libawt/
H A Dporting_aix.h59 int dladdr(void *addr, Dl_info *info);
H A Dporting_aix.c41 static int dladdr_dont_reload(void* addr, Dl_info* info) { argument
43 info->dli_fbase = 0; info->dli_fname = 0;
44 info->dli_sname = 0; info->dli_saddr = 0;
48 info->dli_fname = p->ldinfo_filename;
49 info->dli_fbase = p->ldinfo_textorg;
63 int dladdr(void *addr, Dl_info *info) { argument
74 int rc = dladdr_dont_reload(addr, info);
76 rc = dladdr_dont_reload(addr0, info);
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFMetadataFormat.java64 TIFFElementInfo info =
66 if (info == null) {
70 return info;
81 TIFFAttrInfo info = attrInfoMap.get(key);
82 if (info == null) {
85 return info;
89 TIFFElementInfo info = getElementInfo(elementName);
90 return info.minChildren;
94 TIFFElementInfo info = getElementInfo(elementName);
95 return info
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/sampled/spi/
H A DMixerProvider.java44 * the specified mixer info object.
46 * The full set of mixer info objects that represent the mixers supported by
50 * @param info an info object that describes the mixer for which support is
54 * @throws NullPointerException if {@code info} is {@code null}
57 public boolean isMixerSupported(Mixer.Info info) { argument
58 Objects.requireNonNull(info);
63 if( info.equals( infos[i] ) ) {
71 * Obtains the set of info objects representing the mixer or mixers provided
74 * The {@code isMixerSupported} method returns {@code true} for all the info
103 getMixer(Mixer.Info info) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/midi/spi/
H A DMidiDeviceProvider.java44 * the specified device info object.
46 * @param info an info object that describes the device for which support
50 * @throws NullPointerException if {@code info} is {@code null}
52 public boolean isDeviceSupported(final MidiDevice.Info info) { argument
53 Objects.requireNonNull(info);
54 return Arrays.asList(getDeviceInfo()).contains(info);
58 * Obtains the set of info objects representing the device or devices
61 * @return set of device info objects
66 * Obtains an instance of the device represented by the info objec
75 getDevice(MidiDevice.Info info) argument
[all...]

Completed in 285 milliseconds

1234567891011>>