Searched refs:sequence (Results 1 - 25 of 48) sorted by relevance

12

/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DCORBAX.idl43 typedef sequence <string> StringSeq;
46 typedef sequence <wstring> WStringSeq;
49 typedef sequence <octet> OctetSeq;
H A DIOP.idl98 sequence <octet> profile_data;
163 sequence <TaggedProfile> profiles;
213 sequence <octet> component_data;
249 * A profile component containing the sequence of QoS policies exported
309 typedef sequence <TaggedComponent> MultipleComponentProfile;
324 sequence <octet> context_data;
328 typedef sequence <ServiceContext>ServiceContextList;
450 typedef sequence<IOP::TaggedComponent> TaggedComponentSeq;
/openjdk7/jdk/test/javax/sound/midi/File/
H A DSMPTESequence.java36 Sequence sequence = new Sequence(divisionType, 16, 1);
37 float div1 = sequence.getDivisionType();
40 MidiSystem.write(sequence, 1, outStream);
44 sequence = MidiSystem.getSequence(inStream);
45 float div2 = sequence.getDivisionType();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUCEncoder.java62 * (LLSS) - 8 bit length (high byte), and sequence number
67 * sequence, and all data bytes. If there is a
101 private int sequence; field in class:UCEncoder
145 * the sequence number and the length are encoded in the first
152 tmp[1] = (byte) sequence;
153 sequence = (sequence + 1) & 0xff;
171 * The buffer prefix code is used to initialize the sequence number
175 sequence = 0;
H A DUCDecoder.java61 * (LLSS) - 8 bit length (high byte), and sequence number
66 * sequence, and all data bytes. If there is a
77 * "UCDecoder: Out of sequence line."
110 private int sequence; field in class:UCDecoder
168 * decodeBufferPrefix initializes the sequence number to zero.
171 sequence = 0;
175 * decodeLinePrefix reads the sequence number and the number of
176 * encoded bytes from the line. If the sequence number is not the
177 * previous sequence number + 1 then an exception is thrown.
182 * @exception CEFormatException out of sequence line
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/midi/spi/
H A DMidiFileWriter.java57 * sequence specified.
58 * @param sequence the sequence for which MIDI file type support
63 public abstract int[] getMidiFileTypes(Sequence sequence); argument
87 * from the sequence indicated.
89 * @param sequence the sequence for which file writing support is queried
90 * @return <code>true</code> if the file type is supported for this sequence,
93 public boolean isFileTypeSupported(int fileType, Sequence sequence) { argument
95 int types[] = getMidiFileTypes( sequence );
[all...]
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A Dcorba.idl68 typedef sequence <Policy> PolicyList;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DTypeDefParticle.java40 public ExplicitGroup sequence(); method in interface:TypeDefParticle
H A DContentModelContainer.java49 ExplicitGroup sequence(); method in interface:ContentModelContainer
H A DNestedParticle.java43 public ExplicitGroup sequence(); method in interface:NestedParticle
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dfollow.set66 <state_member> private, protected, public, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum, }
68 <state_modifier> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
162 <member> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum, }
174 <case'> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
176 <case_label> case, default, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
H A Dfirst.set64 <state_def'> private, protected, public, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum, <FOLLOW>
66 <state_member> private, protected, public, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
120 <type_declarator> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
122 <type_spec> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
124 <simple_type_spec> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::
128 <template_type_spec> sequence, string
158 <member_list> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
160 <member_list'> <FOLLOW>, float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
162 <member> float, double, long, short, unsigned, char, boolean, octet, any, sequence, string, id, ::, struct, union, enum
178 <element_spec> float, double, long, short, unsigned, char, boolean, octet, any, sequence, strin
[all...]
H A Dir.idl123 typedef sequence <InterfaceDef> InterfaceDefSeq;
126 typedef sequence <Contained> ContainedSeq;
133 typedef sequence <StructMember> StructMemberSeq;
141 typedef sequence <UnionMember> UnionMemberSeq;
144 typedef sequence <Identifier> EnumMemberSeq;
160 typedef sequence <ValueMember> ValueMemberSeq;
165 typedef sequence <Initializer> InitializerSeq;
167 typedef sequence <ValueDef> ValueDefSeq;
201 typedef sequence<Description> DescriptionSeq;
474 A SequenceDef represents an OMG IDL sequence typ
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/GiopIDL/
H A Dmessages.idl44 case KeyAddr: sequence <octet> object_key;
H A DGIOP.idl66 sequence<octet> object_key;
68 sequence<octet> requesting_principal;
77 sequence <octet> object_key;
79 sequence<octet> requesting_principal;
92 case KeyAddr: sequence <octet> object_key;
166 sequence <octet> object_key;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/activation/
H A Dactivation.idl39 typedef sequence<string> POAName ;
119 typedef sequence<ServerId> ServerIds;
127 typedef sequence<EndPointInfo> EndpointInfoList;
135 typedef sequence<ORBPortInfo> ORBPortInfoList;
137 typedef sequence<ORBid> ORBidList;
295 typedef sequence<string> StringSeq ;
/openjdk7/jdk/src/share/classes/java/lang/
H A DShutdown.java31 * governing the virtual-machine shutdown sequence.
149 /* The actual shutdown sequence is defined here.
160 private static void sequence() { method in class:Shutdown
163 * after DestroyJavaVM initiates the shutdown sequence
212 sequence();
234 sequence();
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A Dir.idl124 typedef sequence <InterfaceDef> InterfaceDefSeq;
127 typedef sequence <Contained> ContainedSeq;
134 typedef sequence <StructMember> StructMemberSeq;
142 typedef sequence <UnionMember> UnionMemberSeq;
145 typedef sequence <Identifier> EnumMemberSeq;
161 typedef sequence <ValueMember> ValueMemberSeq;
166 typedef sequence <Initializer> InitializerSeq;
168 typedef sequence <ValueDef> ValueDefSeq;
202 typedef sequence<Description> DescriptionSeq;
475 A SequenceDef represents an OMG IDL sequence typ
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java80 private Sequence sequence = null; field in class:RealTimeSequencer
92 * cache value for tempo factor until sequence is set
107 * True if the sequence is running.
167 public synchronized void setSequence(Sequence sequence) argument
170 if (Printer.trace) Printer.trace(">> RealTimeSequencer: setSequence(" + sequence +")");
172 if (sequence != this.sequence) {
173 if (this.sequence != null && sequence == null) {
189 playThread.setSequence(sequence);
[all...]
H A DStandardMidiFileWriter.java96 * sequence specified.
97 * @param sequence the sequence for which midi file type support
102 public int[] getMidiFileTypes(Sequence sequence){ argument
104 Track tracks[] = sequence.getTracks();
136 // First get the fileStream from this sequence
161 private InputStream getFileStream(int type, Sequence sequence) throws IOException { argument
162 Track tracks[] = sequence.getTracks();
218 // fix for 5048381: NullPointerException when saving a MIDI sequence
225 throw new IllegalArgumentException("invalid MIDI data in sequence");
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiSystem.java753 * Obtains a MIDI sequence from the specified input stream. The stream must
787 Sequence sequence = null;
792 sequence = reader.getSequence( stream ); // throws IOException
799 if( sequence==null ) {
800 throw new InvalidMidiDataException("could not get sequence from input stream");
802 return sequence;
808 * Obtains a MIDI sequence from the specified URL. The URL must
831 Sequence sequence = null;
836 sequence = reader.getSequence( url ); // throws IOException
843 if( sequence
955 getMidiFileTypes(Sequence sequence) argument
989 isFileTypeSupported(int fileType, Sequence sequence) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/PortableActivationIDL/
H A Dactivation.idl120 typedef sequence<PortableInterceptor::ServerId> ServerIds;
134 typedef sequence<EndPointInfo> EndpointInfoList;
148 typedef sequence<ORBPortInfo> ORBPortInfoList;
152 typedef sequence<PortableInterceptor::ORBId> ORBidList;
396 typedef sequence<string> AppNames ;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DFilterChain.java70 public void apply(Diagram d, FilterChain sequence) { argument
72 for (Filter f : sequence.getFilters()) {
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A Dnameservice.idl47 * parameters. Names have structure. A name is an ordered sequence of
69 * A name is a sequence of name components.
71 typedef sequence <NameComponent> Name;
96 typedef sequence <Binding> BindingList;
/openjdk7/corba/src/share/classes/org/omg/DynamicAny/
H A DDynamicAny.idl74 * each kind of constructed type in IDL (fixed, enum, struct, sequence, union, array,
738 typedef sequence<NameValuePair> NameValuePairSeq;
753 typedef sequence<NameDynAnyPair> NameDynAnyPairSeq;
783 * Returns a sequence of NameValuePairs describing the name and the value of each member
785 * The sequence contains members in the same order as the declaration order of members
787 * The member names in the returned sequence will be empty strings if the DynStruct's TypeCode
793 * Initializes the struct data value associated with a DynStruct object from a sequence of NameValuePairs.
795 * if an empty sequence is passed, the current position is set to -1.
800 * @exception TypeMismatch if the member names supplied in the passed sequence do not match the
802 * @exception InvalidValue if the passed sequence ha
[all...]

Completed in 302 milliseconds

12