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

1234567891011>>

/openjdk7/jdk/src/share/native/sun/java2d/
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...]
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_PCM.c158 audio_info_t info; member in struct:__anon951
178 SolPcmInfo* info; local
186 info = (SolPcmInfo*) malloc(sizeof(SolPcmInfo));
187 if (!info) {
191 memset(info, 0, sizeof(SolPcmInfo));
192 info->frameSize = frameSize;
193 info->fd = -1;
207 info->fd = open(desc.path, openMode);
209 if (info->fd < 0) {
211 free(info);
272 SolPcmInfo* info = (SolPcmInfo*) id; local
301 SolPcmInfo* info = (SolPcmInfo*) id; local
330 SolPcmInfo* info = (SolPcmInfo*) id; local
350 resetErrorFlagAndAdjustPosition(SolPcmInfo* info, int isSource, int count) argument
422 SolPcmInfo* info = (SolPcmInfo*) id; local
440 SolPcmInfo* info = (SolPcmInfo*) id; local
458 SolPcmInfo* info = (SolPcmInfo*) id; local
466 SolPcmInfo* info = (SolPcmInfo*) id; local
486 getDevicePosition(SolPcmInfo* info, int isSource) argument
509 SolPcmInfo* info = (SolPcmInfo*) id; local
537 SolPcmInfo* info = (SolPcmInfo*) id; local
582 SolPcmInfo* info = (SolPcmInfo*) id; local
600 SolPcmInfo* info = (SolPcmInfo*) id; local
[all...]
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
547 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
615 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
635 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
664 xrun_recovery(AlsaPcmInfo* info, int err) argument
701 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
749 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
798 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
804 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
815 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
839 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
862 estimatePositionFromAvail(AlsaPcmInfo* info, int isSource, INT64 javaBytePos, int availInBytes) argument
880 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
547 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
615 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
635 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
664 xrun_recovery(AlsaPcmInfo* info, int err) argument
701 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
749 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
798 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
804 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
815 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
839 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
862 estimatePositionFromAvail(AlsaPcmInfo* info, int isSource, INT64 javaBytePos, int availInBytes) argument
880 AlsaPcmInfo* info = (AlsaPcmInfo*) id; local
[all...]
H A DPLATFORM_API_SolarisOS_Ports.c166 PortInfo* info = NULL; local
180 info = (PortInfo*) malloc(sizeof(PortInfo));
181 if (info != NULL) {
182 memset(info, 0, sizeof(PortInfo));
183 info->fd = fd;
190 PORT_Close((void*) info);
191 info = NULL;
193 return info;
199 PortInfo* info = (PortInfo*) id; local
200 if (info
216 PortInfo* info = (PortInfo*) id; local
257 isSourcePort(PortInfo* info, INT32 portIndex) argument
262 PortInfo* info = (PortInfo*) id; local
274 getPortName(PortInfo* info, INT32 portIndex) argument
286 PortInfo* info = (PortInfo*) id; local
300 createPortControl(PortInfo* info, PortControlCreator* creator, INT32 portIndex, INT32 type, void** controlObjects, int* controlCount) argument
358 addCompoundControl(PortInfo* info, PortControlCreator* creator, char* name, void** controlObjects, int* controlCount) argument
374 addAllControls(PortInfo* info, PortControlCreator* creator, void** controlObjects, int* controlCount) argument
387 PortInfo* info = (PortInfo*) id; local
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDefaultAttribute.java37 info = data;
40 public DefaultAttribute(ConstantPool constant_pool, int name_index, byte[] info) { argument
41 super(name_index, info.length);
42 this.info = info;
49 public final byte[] info; field in class:DefaultAttribute
H A DClassTranslator.java244 public CPInfo visitClass(CONSTANT_Class_info info, Map<Object, Object> translations) { argument
245 CONSTANT_Class_info info2 = (CONSTANT_Class_info) translations.get(info);
247 ConstantPool cp2 = translate(info.cp, translations);
248 if (cp2 == info.cp)
249 info2 = info;
251 info2 = new CONSTANT_Class_info(cp2, info.name_index);
252 translations.put(info, info2);
254 return info;
257 public CPInfo visitDouble(CONSTANT_Double_info info, Map<Object, Object> translations) { argument
258 CONSTANT_Double_info info2 = (CONSTANT_Double_info) translations.get(info);
266 visitFieldref(CONSTANT_Fieldref_info info, Map<Object, Object> translations) argument
279 visitFloat(CONSTANT_Float_info info, Map<Object, Object> translations) argument
288 visitInteger(CONSTANT_Integer_info info, Map<Object, Object> translations) argument
297 visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, Map<Object, Object> translations) argument
310 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, Map<Object, Object> translations) argument
324 visitLong(CONSTANT_Long_info info, Map<Object, Object> translations) argument
333 visitNameAndType(CONSTANT_NameAndType_info info, Map<Object, Object> translations) argument
346 visitMethodref(CONSTANT_Methodref_info info, Map<Object, Object> translations) argument
359 visitMethodHandle(CONSTANT_MethodHandle_info info, Map<Object, Object> translations) argument
373 visitMethodType(CONSTANT_MethodType_info info, Map<Object, Object> translations) argument
387 visitString(CONSTANT_String_info info, Map<Object, Object> translations) argument
400 visitUtf8(CONSTANT_Utf8_info info, Map<Object, Object> translations) argument
[all...]
/openjdk7/corba/src/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...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageFetcher.java68 final FetcherInfo info = FetcherInfo.getFetcherInfo();
69 synchronized(info.waitList) {
70 if (!info.waitList.contains(src)) {
71 info.waitList.addElement(src);
72 if (info.numWaiting == 0 &&
73 info.numFetchers < info.fetchers.length) {
74 createFetchers(info);
84 if (info.numFetchers > 0) {
85 info
272 createFetchers(final FetcherInfo info) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DConnectionMultiplexer.java87 /** table holding currently open connection IDs and related info */
134 MultiplexConnectionInfo info;
150 info = connectionTable.get(id);
151 if (info != null)
154 info = new MultiplexConnectionInfo(id);
155 info.in = new MultiplexInputStream(this, info, 2048);
156 info.out = new MultiplexOutputStream(this, info, 2048);
158 connectionTable.put(id, info);
348 sendRequest(MultiplexConnectionInfo info, int len) argument
373 sendTransmit(MultiplexConnectionInfo info, byte buf[], int off, int len) argument
397 sendClose(MultiplexConnectionInfo info) argument
420 sendCloseAck(MultiplexConnectionInfo info) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DLineNumberVisitor.java28 public void doLineNumber(LineNumberInfo info); argument
/openjdk7/langtools/src/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
258 visit(CPInfo info) argument
262 visitClass(CONSTANT_Class_info info, Void p) argument
266 getCheckedName(CONSTANT_Class_info info) argument
274 visitDouble(CONSTANT_Double_info info, Void p) argument
278 visitFieldref(CONSTANT_Fieldref_info info, Void p) argument
282 visitFloat(CONSTANT_Float_info info, Void p) argument
286 visitInteger(CONSTANT_Integer_info info, Void p) argument
290 visitInterfaceMethodref(CONSTANT_InterfaceMethodref_info info, Void p) argument
294 visitInvokeDynamic(CONSTANT_InvokeDynamic_info info, Void p) argument
303 visitLong(CONSTANT_Long_info info, Void p) argument
307 visitNameAndType(CONSTANT_NameAndType_info info, Void p) argument
311 getCheckedName(CONSTANT_NameAndType_info info) argument
319 getType(CONSTANT_NameAndType_info info) argument
327 visitMethodHandle(CONSTANT_MethodHandle_info info, Void p) argument
335 visitMethodType(CONSTANT_MethodType_info info, Void p) argument
343 visitMethodref(CONSTANT_Methodref_info info, Void p) argument
347 visitString(CONSTANT_String_info info, Void p) argument
357 visitUtf8(CONSTANT_Utf8_info info, Void p) argument
382 visitRef(CPRefInfo info, Void p) argument
393 getCheckedClassName(CPRefInfo info) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.c121 ClassInfo *info; local
123 info = (ClassInfo*)table_get_info(gdata->class_table, index);
124 return info;
130 ClassInfo *info; local
133 info = get_info(index);
134 info->serial_num = gdata->class_serial_number_counter++;
135 info->method_count = 0;
136 info->inst_size = -1;
137 info->field_count = -1;
138 info
198 delete_classref(JNIEnv *env, ClassInfo *info, jclass klass) argument
224 ClassInfo *info; local
254 ClassInfo *info; local
290 ClassInfo *info; local
304 ClassInfo *info; local
370 ClassInfo *info; local
384 ClassInfo *info; local
393 ClassInfo *info; local
411 ClassInfo *info; local
460 ClassInfo *info; local
483 ClassInfo *info; local
496 ClassInfo *info; local
526 ClassInfo *info; local
555 ClassInfo *info; local
564 ClassInfo *info; local
573 ClassInfo *info; local
582 ClassInfo *info; local
591 ClassInfo *info; local
600 ClassInfo *info; local
621 ClassInfo *info; local
[all...]
H A Dhprof_frame.c87 FrameInfo *info; local
89 info = (FrameInfo*)table_get_info(gdata->frame_table, index);
90 return info;
97 FrameInfo *info; local
104 info = (FrameInfo*)info_ptr;
108 info->lineno, info->lineno_state, info->status);
133 FrameInfo *info; local
135 info
165 FrameInfo *info; local
176 FrameInfo *info; local
206 FrameInfo *info; local
[all...]
H A Dhprof_tls.c156 delete_globalref(JNIEnv *env, TlsInfo *info) argument
161 HPROF_ASSERT(info!=NULL);
162 ref = info->globalref;
163 info->globalref = NULL;
170 clean_info(TlsInfo *info) argument
173 if ( info->stack != NULL ) {
174 stack_term(info->stack);
175 info->stack = NULL;
177 if ( info->frames_buffer != NULL ) {
178 HPROF_FREE(info
191 TlsInfo * info; local
208 TlsInfo *info; local
229 TlsInfo *info; local
266 TlsInfo *info; local
296 TlsInfo *info; local
306 setup_trace_buffers(TlsInfo *info, int max_depth) argument
348 TlsInfo *info; local
368 TlsInfo *info; local
426 insure_method_on_stack(jthread thread, TlsInfo *info, jlong current_time, FrameIndex frame_index, jmethodID method) argument
488 TlsInfo * info; local
558 TlsInfo *info; local
604 TlsInfo *info; local
688 TlsInfo info; local
726 TlsInfo *info; local
775 TlsInfo *info; local
807 TlsInfo *info; local
816 TlsInfo *info; local
831 TlsInfo *info; local
858 TlsInfo *info; local
928 TlsInfo *info; local
941 TlsInfo *info; local
982 TlsInfo *info; local
1101 TlsInfo *info; local
1112 TlsInfo *info; local
1127 TlsInfo *info; local
1148 TlsInfo *info; local
1157 TlsInfo *info; local
1166 TlsInfo *info; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencerProvider.java42 MidiDevice.Info[] localArray = { RealTimeSequencer.info };
47 public MidiDevice getDevice(MidiDevice.Info info) { argument
48 if ((info != null) && (!info.equals(RealTimeSequencer.info))) {
H A DSoftMixingMixerProvider.java44 public Mixer getMixer(Info info) { argument
45 if (!(info == null || info == SoftMixingMixer.info)) {
46 throw new IllegalArgumentException("Mixer " + info.toString()
53 + info.toString()
63 return new Info[] { SoftMixingMixer.info };
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp274 /* multi-channel info: http://www.microsoft.com/whdc/hwdev/tech/audio/multichaud.mspx */
426 static HRESULT StartBuffer(DS_Info* info);
500 HRESULT DS_StartBufferHelper::StartBuffer(DS_Info* info) { argument
507 data.line2Start = info;
519 inline int DS_getDistance(DS_Info* info, int pos1, int pos2) { argument
522 distance += info->dsBufferSizeInBytes;
528 inline int DS_addPos(DS_Info* info, int pos1, int pos2) { argument
530 while (result >= info->dsBufferSizeInBytes)
531 result -= info->dsBufferSizeInBytes;
657 void DS_clearBuffer(DS_Info* info, BOO argument
772 DS_createSoundBuffer(DS_Info* info, float sampleRate, int sampleSizeInBits, int channels, int bufferSizeInBytes) argument
825 DS_destroySoundBuffer(DS_Info* info) argument
842 DS_Info* info; local
932 DS_Info* info = (DS_Info*) id; local
980 DS_Info* info = (DS_Info*) id; local
997 DS_Info* info = (DS_Info*) id; local
1011 DS_CheckUnderrun(DS_Info* info, DWORD playCursor, DWORD writeCursor) argument
1049 DS_GetAvailable(DS_Info* info, DWORD* playCursor, DWORD* writeCursor, int* bufferSize, BOOL fromPlayCursor) argument
1145 DS_Info* info = (DS_Info*) id; local
1237 DS_Info* info = (DS_Info*) id; local
1297 DS_Info* info = (DS_Info*) id; local
1302 DS_Info* info = (DS_Info*) id; local
1318 DS_Info* info = (DS_Info*) id; local
1343 DS_Info* info = (DS_Info*) id; local
1353 estimatePositionFromAvail(DS_Info* info, INT64 javaBytePos, int bufferSize, int availInBytes) argument
1371 DS_Info* info = (DS_Info*) id; local
1394 DS_Info* info = (DS_Info*) id; local
[all...]
/openjdk7/jdk/test/com/sun/nio/sctp/
H A DMessageInfoTests.java44 MessageInfo info = MessageInfo.createOutgoing(addr,
46 checkDefaults(info);
47 checkGetterSetters(info);
50 info = MessageInfo.createOutgoing(assoc, addr, DEFAULT_STREAM_NUMBER);
51 checkDefaults(info);
52 check(info.association().equals(assoc), "incorrect association");
53 checkGetterSetters(info);
56 info = MessageInfo.createOutgoing(null, 0);
57 check(info.address() == null, "address should be null");
58 check(info
83 checkDefaults(MessageInfo info) argument
94 checkGetterSetters(MessageInfo info) argument
[all...]
/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DMemoryNotifInfoCompositeData.java86 MemoryNotificationInfo info = MemoryNotificationInfo.from(cd);
87 if (!info.getPoolName().equals(values[POOL_NAME])) {
88 throw new RuntimeException("pool name = " + info.getPoolName() +
91 if (info.getCount() != ((Long) values[COUNT]).longValue()) {
92 throw new RuntimeException("count = " + info.getCount() +
95 if (info.getUsage().getInit() != 0) {
97 info.getUsage().getInit() +
100 if (info.getUsage().getUsed() != 100) {
102 info.getUsage().getUsed() +
105 if (info
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttrContext.java77 AttrContext info = new AttrContext();
78 info.scope = scope;
79 info.staticLevel = staticLevel;
80 info.isSelfCall = isSelfCall;
81 info.selectSuper = selectSuper;
82 info.varArgs = varArgs;
83 info.tvars = tvars;
84 info.lint = lint;
85 info.enclVar = enclVar;
86 return info;
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/midi/spi/
H A DMidiDeviceProvider.java45 * the specified device info object.
46 * @param info an info object that describes the device for which support is queried
50 public boolean isDeviceSupported(MidiDevice.Info info) { argument
55 if( info.equals( infos[i] ) ) {
64 * Obtains the set of info objects representing the device
66 * @return set of device info objects
72 * Obtains an instance of the device represented by the info object.
73 * @param info an info objec
78 getDevice(MidiDevice.Info info) argument
[all...]
/openjdk7/jdk/src/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
50 * @param info an info object that describes the mixer for which support is queried
55 public boolean isMixerSupported(Mixer.Info info) { argument
60 if( info.equals( infos[i] ) ) {
69 * Obtains the set of info objects representing the mixer
73 * for all the info objects returned by this method.
74 * The corresponding mixer instances for the info objects
77 * @return a set of mixer info object
100 getMixer(Mixer.Info info) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/monitoring/
H A DMonitoredAttributeBase.java47 public MonitoredAttributeBase( String name, MonitoredAttributeInfo info ) {
49 this.attributeInfo = info;
65 void setMonitoredAttributeInfo( MonitoredAttributeInfo info ) {
66 this.attributeInfo = info;
/openjdk7/jdk/src/share/native/common/
H A Djdk_util.h46 JDK_GetVersionInfo0(jdk_version_info* info, size_t info_size);

Completed in 178 milliseconds

1234567891011>>