Searched refs:olda (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftPerformer.java380 int[] olda = midi_ctrl_connections[c];
381 int[] newa = new int[olda.length + 1];
382 for (int i = 0; i < olda.length; i++)
383 newa[i] = olda[i];
401 int[] olda = midi_connections[c];
402 int[] newa = new int[olda.length + 1];
403 for (int i = 0; i < olda.length; i++)
404 newa[i] = olda[i];
424 int[] olda = midi_connections[c];
425 int[] newa = new int[olda
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java263 Attribute olda = getAttribute(attrSourceFileSpecial);
264 if (olda == null)
268 olda.visitRefs(this, VRM_PACKAGE, ref);
270 Attribute a = olda;
292 if (a != olda) {
296 int where = newAttrs.indexOf(olda);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp527 address Relocation::new_addr_for(address olda, argument
531 // Look for olda in the source buffer, and all previous incarnations
534 sect = src->section_index_of(olda);
540 return nstart + (olda - ostart);
H A DrelocInfo.hpp811 address new_addr_for(address olda, const CodeBuffer* src, CodeBuffer* dest);

Completed in 44 milliseconds