Searched refs:sequence (Results 26 - 50 of 55) sorted by relevance

123

/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DFilterChain.java76 public void apply(Diagram d, FilterChain sequence) { argument
78 for (Filter f : sequence.getFilters()) {
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java73 private FilterChain sequence; field in class:FilterTopComponent
92 return sequence;
99 int index = sequence.getFilters().indexOf(((FilterNode) nodes[i]).getFilter());
262 sequence.getChangedEvent().addListener(new ChangedListener<FilterChain>() {
275 setKeys(sequence.getFilters());
310 sequence = new FilterChain();
344 sequence.addFilter(cf);
355 sequence.removeFilter(cf);
478 sequence.addFilter(cf);
609 for (Filter f : this.sequence
[all...]
/openjdk10/test/make/
H A DTestMakeBase.gmk239 # Test sequence
241 ifneq ($(call sequence, 1, 1), 1)
242 $(error Sequence 1, 1 should be "1", but was $(call sequence, 1, 1))
245 ifneq ($(call sequence, 2, 3), 2 3)
246 $(error Sequence 2, 3 should be "2 3", but was $(call sequence, 2, 3))
249 ifneq ($(call sequence, 4, 9), 4 5 6 7 8 9)
250 $(error Sequence 4, 9 should be "4 5 6 7 8 9", but was $(call sequence, 4, 9))
253 ifneq ($(call sequence, 5, 15), 5 6 7 8 9 10 11 12 13 14 15)
255 but was $(call sequence, 5, 15))
/openjdk10/jdk/test/javax/sound/midi/spi/MidiFileWriter/
H A DExpectedNPEOnNull.java188 public int[] getMidiFileTypes(Sequence sequence) {
189 Objects.requireNonNull(sequence);
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAndHashAlgorithm.java103 private SignatureAndHashAlgorithm(String algorithm, int id, int sequence) { argument
108 // add one more to the sequence number, in case that the number is zero
109 this.priority = SUPPORTED_ALG_PRIORITY_MAX_NUM + sequence + 1;
112 // Note that we do not use the sequence argument for supported algorithms,
116 int signature, int sequence) {
127 id, sequence);
115 valueOf(int hash, int signature, int sequence) argument
H A DCipherBox.java889 // It is also the length of sequence number, which is
912 ByteBuffer bb, byte[] sequence) throws BadPaddingException {
959 sequence);
963 // It is also the length of sequence number, which is
1003 // To be unique and aware of overflow-wrap, sequence number
1022 // implicit sequence number of the authenticator.
911 applyExplicitNonce(Authenticator authenticator, byte contentType, ByteBuffer bb, byte[] sequence) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/midi/
H A DSequencer.java33 * {@link Sequence sequence} is known as a <em>sequencer</em>. A MIDI sequence
41 * <li>obtaining a sequence from MIDI file data
43 * <li>moving to an arbitrary position in the sequence
54 * <li>muting or soloing individual tracks in the sequence
56 * events encountered while playing back the sequence
80 * Sets the current sequence on which the sequencer operates.
84 * @param sequence the sequence to be loaded
85 * @throws InvalidMidiDataException if the sequence contain
88 setSequence(Sequence sequence) argument
[all...]
/openjdk10/jdk/src/java.management/share/classes/javax/management/relation/
H A DRelationNotification.java228 * @param sequence sequence number to identify the notification
252 long sequence,
261 super(notifType, sourceObj, sequence, timeStamp, message);
283 * @param sequence sequence number to identify the notification
299 long sequence,
311 super(notifType, sourceObj, sequence, timeStamp, message);
435 // -param sequence sequence numbe
250 RelationNotification(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, List<ObjectName> unregMBeanList) argument
297 RelationNotification(String notifType, Object sourceObj, long sequence, long timeStamp, String message, String id, String typeName, ObjectName objectName, String name, List<ObjectName> newValue, List<ObjectName> oldValue ) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout.h229 const hb_ot_layout_glyph_sequence_t *sequence,
284 const hb_ot_layout_glyph_sequence_t *sequence,
304 const hb_ot_layout_glyph_sequence_t *sequence,
H A Dhb-ot-layout-gsub-table.hh338 unsigned int count = sequence.len;
344 (this+sequence[iter.get_coverage ()]).closure (c);
352 unsigned int count = sequence.len;
354 (this+sequence[i]).collect_glyphs (c);
375 return_trace ((this+sequence[index]).apply (c));
386 if (unlikely (!sequence.serialize (c, num_glyphs))) return_trace (false);
388 if (unlikely (!sequence[i].serialize (c, this).serialize (c,
399 return_trace (coverage.sanitize (c, this) && sequence.sanitize (c, this));
408 sequence; /* Array of Sequence tables member in struct:OT::MultipleSubstFormat1
411 DEFINE_SIZE_ARRAY (6, sequence);
[all...]
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DTestRender1.java122 send(sequence, recv);
136 static Sequence sequence; field in class:TestRender1
152 sequence = MidiSystem.getSequence(si);
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DStandardMidiFileReader.java191 // construct the sequence object
192 Sequence sequence = new Sequence(format.getDivisionType(), format.getResolution());
197 smfParser.readTrack(sequence.createTrack());
202 return sequence;
H A DJavaSoundAudioClip.java77 private Sequence sequence = null; field in class:JavaSoundAudioClip
186 sequencer.setSequence(sequence);
453 sequence = MidiSystem.getSequence(in);
454 if (sequence == null) {
/openjdk10/jdk/src/java.base/share/classes/java/lang/module/
H A DModuleDescriptor.java834 * lexicographically and in sequence. Where the lists differ in size,
851 // compare provider class names in sequence
926 * component is a sequence of tokens; each token is either a non-negative
929 * sequence of digits to a sequence of characters that are neither digits
934 * <li> The <i>version number</i> is a sequence of tokens separated by
938 * <li> The <i>pre-release version</i> is a sequence of tokens separated
942 * <li> The <i>build version</i> is a sequence of tokens separated by
978 private final List<Object> sequence;
1022 // First token string is sequence, secon
976 private final List<Object> sequence; field in class:ModuleDescriptor.Version
[all...]
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DEditorTopComponent.java159 FilterChain sequence = null;
163 sequence = new FilterChain();
166 sequence = provider.getSequence();
204 rangeSliderModel = new DiagramViewModel(diagram.getGraph().getGroup(), filterChain, sequence);
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java792 /* Called to determine if there's a re-order sequence for this locale/
819 /* This method reorders the sequence such that the matches for the
844 private static Vector<String> splitSequence(String sequence) { argument
849 while ((end = sequence.indexOf(',', start)) >= 0) {
850 parts.add(sequence.substring(start, end));
853 if (sequence.length() > start) {
854 parts.add(sequence.substring(start, sequence.length()));
859 protected String[] split(String sequence) { argument
860 Vector<String> v = splitSequence(sequence);
[all...]
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DStandardMBean.java565 * Get the description that will be used for the <var>sequence</var>
574 * @param sequence The sequence number of the parameter considered
581 int sequence) {
588 * Get the name that will be used for the <var>sequence</var>
597 * @param sequence The sequence number of the parameter considered
604 int sequence) {
643 * Get the name that will be used for the <var>sequence</var>
652 * @param sequence Th
579 getDescription(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) argument
602 getParameterName(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) argument
657 getParameterName(MBeanOperationInfo op, MBeanParameterInfo param, int sequence) argument
680 getDescription(MBeanOperationInfo op, MBeanParameterInfo param, int sequence) argument
[all...]
/openjdk10/jdk/test/java/lang/invoke/
H A DRicochetTest.java116 assertEqualFunction(sequence(opL2, add0), opL2);
121 assertEqualFunction(sequence(opL2, add13_0),
123 assertEqualFunction(sequence(opL2, add13_1),
137 assertEqualFunction(opI, sequence(convI_L, opL_I));
468 private static MethodHandle sequence(MethodHandle mh1, MethodHandle... mhs) { method in class:RicochetTest
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java592 Class sequence,
601 if (sequence == null) {
608 Class componentType = sequence.getComponentType();
647 throw new Error("Invalid primitive componentType : " + sequence.getName());
590 read_Array(IIOPInputStream bridge, org.omg.CORBA_2_3.portable.InputStream in, Class sequence, com.sun.org.omg.SendingContext.CodeBase sender, int offset) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java766 XSModelGroupImpl sequence = new XSModelGroupImpl();
767 sequence.fCompositor = XSModelGroupImpl.MODELGROUP_SEQUENCE;
768 sequence.fParticleCount = 1;
769 sequence.fParticles = new XSParticleDecl[1];
770 sequence.fParticles[0] = createAnyLaxWildcardParticle();
771 particle.fValue = sequence;
1246 // the model group of a sequence of the above particle
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/
H A DServiceArtifactSchemaGenerator.java118 ExplicitGroup sq = ct.sequence();
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java641 // Utilities for dealing with the marker sequence.
739 * Returns a deep copy of the current marker sequence.
787 IIOMetadataNode sequence = new IIOMetadataNode("markerSequence");
798 root.appendChild(sequence);
800 root = sequence;
802 top = sequence;
1120 * Merge a JFIF subtree into the marker sequence, if the subtree
1124 * beginning of the marker sequence.
1171 * Merge the given DQT node into the marker sequence. If there already
1172 * exist DQT marker segments in the sequence, the
[all...]
/openjdk10/make/common/
H A DMakeBase.gmk410 # Creates a sequence of increasing numbers (inclusive).
413 sequence = \
427 PARAM_SEQUENCE := $(call sequence, 2, $(MAX_PARAMS))
/openjdk10/langtools/src/jdk.compiler/share/classes/jdk/internal/shellsupport/doc/
H A DJavadocFormatter.java566 private String escape(String sequence) { argument
567 return this.escapeSequencesSupported ? sequence : "";
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java841 LocalElement le = ct.sequence().element().name("item");
1375 e = p.sequence().element();
1378 ExplicitGroup seq = e.complexType().sequence();

Completed in 187 milliseconds

123