Searched refs:segment (Results 101 - 125 of 361) sorted by relevance

1234567891011>>

/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py212 for segment in self.jet_file.GetSegments():
213 info = MidiSegInfo(segment)
214 index = self.segList.InsertStringItem(sys.maxint, StrNoneChk(segment.segname))
228 """ Sets current segment name based on what's clicked """
234 """ Sets command to cancel the currently playing segment and queues another """
252 """ Sets a command to cancel the currently playing segment """
258 """ Queues a segment via the button """
263 segment = self.jet_file.GetSegment(self.currentSegmentName)
264 self.QueueOneSegment(segment, segNum)
267 """ Queues a segment """
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c394 VGubyte segment = ((VGubyte*)(p->segments->data))[i]; local
395 VGint command = SEGMENT_COMMAND(segment);
396 VGboolean relative = SEGMENT_ABS_REL(segment);
606 assert(!"Unknown segment!");
689 p.segment = ((VGubyte*)(path->segments->data))[i];
690 command = SEGMENT_COMMAND(p.segment);
691 relative = SEGMENT_ABS_REL(p.segment);
720 p.segment = VG_LINE_TO;
731 p.segment = VG_LINE_TO;
803 assert(!"Unknown segment!");
822 VGubyte segment = SEGMENT_COMMAND(pd->segment);/* abs bit is 0 */ local
939 is_segment_arc(VGubyte segment) argument
950 VGubyte segment; member in struct:path_iter_data
1171 VGubyte segment; local
1274 VGubyte segment = ((VGubyte*)(p->segments->data))[i]; local
1632 VGubyte segment = VG_MOVE_TO_ABS; local
1642 VGubyte segment = VG_LINE_TO_ABS; local
1655 VGubyte segment = VG_CUBIC_TO_ABS; local
1735 VGubyte segment; local
1811 VGubyte segment; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c394 VGubyte segment = ((VGubyte*)(p->segments->data))[i]; local
395 VGint command = SEGMENT_COMMAND(segment);
396 VGboolean relative = SEGMENT_ABS_REL(segment);
606 assert(!"Unknown segment!");
689 p.segment = ((VGubyte*)(path->segments->data))[i];
690 command = SEGMENT_COMMAND(p.segment);
691 relative = SEGMENT_ABS_REL(p.segment);
720 p.segment = VG_LINE_TO;
731 p.segment = VG_LINE_TO;
803 assert(!"Unknown segment!");
822 VGubyte segment = SEGMENT_COMMAND(pd->segment);/* abs bit is 0 */ local
939 is_segment_arc(VGubyte segment) argument
950 VGubyte segment; member in struct:path_iter_data
1171 VGubyte segment; local
1274 VGubyte segment = ((VGubyte*)(p->segments->data))[i]; local
1632 VGubyte segment = VG_MOVE_TO_ABS; local
1642 VGubyte segment = VG_LINE_TO_ABS; local
1655 VGubyte segment = VG_CUBIC_TO_ABS; local
1735 VGubyte segment; local
1811 VGubyte segment; local
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text_win.cc180 const internal::LineSegment* segment = &lines[i].segments[j]; local
181 internal::TextRun* run = runs[segment->run];
184 previous_segment = segment;
189 segment->char_range.start());
191 DCHECK_EQ(previous_segment->x_range.end(), segment->x_range.start());
193 DCHECK_EQ(segment->x_range.end(), previous_segment->x_range.start());
196 previous_segment = segment;
390 // A (line index, segment index) pair that specifies a segment in |lines_|.
398 // them. Adds a new Line to the back of |lines_| whenever a new segment ca
426 LineSegment* segment = SegmentFromHandle(rtl_segments_[i - 1]); local
473 LineSegment segment; local
833 const internal::LineSegment* segment = &line.segments[j]; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86masm.pl11 $segment="";
95 $segment = ".text\$";
133 push(@out,"$segment ENDS\n");
191 { push(@out,"$segment\tENDS\n_DATA\tSEGMENT\n"); $segment="_DATA"; }
/external/openssl/crypto/perlasm/
H A Dx86masm.pl11 $segment="";
93 $segment = ".text\$";
131 push(@out,"$segment ENDS\n");
189 { push(@out,"$segment\tENDS\n_DATA\tSEGMENT\n"); $segment="_DATA"; }
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb18 version_string.split( '.' ).map! do | segment |
19 segment.to_i
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.h53 void set(const SkOpSegment* segment, int start, int end);
59 SkOpSegment* segment() const { function in class:SkOpAngle
H A DSkPathOpsCommon.cpp142 SkOpSegment* segment = backPtr.fOther; local
147 if (const SkOpAngle* last = segment->activeAngle(*tIndex, tIndex, endIndex, &done,
156 return last->segment();
165 const SkOpAngle* angle = segment->spanToAngle(*tIndex, *endIndex);
174 segment = angle->segment();
175 winding = segment->windSum(angle);
177 int spanWinding = segment->spanSign(angle->start(), angle->end());
191 winding -= firstAngle->segment()->spanSign(firstAngle);
193 segment
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm17 ; label to use for copying this segment at run-time.
/external/skia/src/pathops/
H A DSkOpAngle.h53 void set(const SkOpSegment* segment, int start, int end);
59 SkOpSegment* segment() const { function in class:SkOpAngle
H A DSkPathOpsCommon.cpp142 SkOpSegment* segment = backPtr.fOther; local
147 if (const SkOpAngle* last = segment->activeAngle(*tIndex, tIndex, endIndex, &done,
156 return last->segment();
165 const SkOpAngle* angle = segment->spanToAngle(*tIndex, *endIndex);
174 segment = angle->segment();
175 winding = segment->windSum(angle);
177 int spanWinding = segment->spanSign(angle->start(), angle->end());
191 winding -= firstAngle->segment()->spanSign(firstAngle);
193 segment
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c325 /* segment; we first need to find in which contour the extremum */
395 /* now set the `round' flag depending on the segment's kind */
799 AF_Segment segment = NULL; local
847 FT_Pos min_pos = 32000; /* minimum segment pos != min_coord */
848 FT_Pos max_pos = -32000; /* maximum segment pos != max_coord */
892 /* we are just leaving an edge; record a new segment! */
893 segment->last = point;
894 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 );
896 /* a segment is round if either its first or last point */
898 if ( ( segment
[all...]
H A Daflatin2.c291 /* segment; we first need to find in which contour the extremum */
335 /* now, set the `round' flag depending on the segment's kind */
712 AF_Segment segment = NULL; local
773 else /* otherwise, find first segment start, if any */
791 /* we're at the start of a new segment */
818 /* record new segment */
819 error = af_axis_hints_new_segment( axis, memory, &segment );
823 segment[0] = seg0;
824 segment->dir = first->out_dir;
825 segment
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFPanner.cpp217 for (unsigned segment = 0; segment < numberOfSegments; ++segment) {
244 // Calculate the source and destination pointers for the current segment.
245 unsigned offset = segment * framesPerSegment;
/external/llvm/test/MC/PowerPC/
H A Dppc64-relocs-01.s33 # 1. A R_PPC64_ADDR64 against the .text segment plus addend (the function
/external/oprofile/module/x86/
H A Doprofile_nmi.S6 #include <asm/segment.h>
/external/stressapptest/src/
H A Ddisk_blocks.h78 BlockData *GetUnusedBlock(int64 segment);
/external/chromium_org/tools/gen_keyboard_overlay_data/
H A Dgen_keyboard_overlay_data.py180 segments = [segment.upper() for segment in SplitBehavior(behavior)]
201 segments = [segment.lower() for segment in SplitBehavior(behavior)]
203 for segment in segments:
204 result += segment[0].upper() + segment[1:]
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c57 static UINT8 rw_t1t_get_lock_bits_for_segment (UINT8 segment,UINT8 *p_start_byte, UINT8 *p_start_bit,UINT8 *p_end_byte);
194 start = p_t1t->segment * T1T_SEGMENT_SIZE;
869 p_t1t->segment = 0;
1206 /* NDEF/Lock/Mem TLV to be found in segment 0, if not assume detection failed */
1250 p_t1t->segment = 0;
1271 p_t1t->segment++;
1285 RW_T1T_BLD_ADDS ((adds), (p_t1t->segment));
1338 p_t1t->segment = (p_t1t->block_read * T1T_BLOCK_SIZE)/T1T_SEGMENT_SIZE;
1359 p_t1t->block_read = ((p_t1t->segment + 1) * T1T_BLOCKS_PER_SEGMENT) - 1;
1389 p_t1t->segment
2006 rw_t1t_get_lock_bits_for_segment(UINT8 segment,UINT8 *p_start_byte, UINT8 *p_start_bit,UINT8 *p_end_byte) argument
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc47 for (size_t segment = 0; segment < path.Size(); segment++) {
48 const char *ptr = path.Part(segment).c_str();
49 size_t len = path.Part(segment).length();
/external/chromium_org/v8/src/
H A Ddate.cc47 void DateCache::ClearSegment(DST* segment) { argument
48 segment->start_sec = kMaxEpochTimeInSec;
49 segment->end_sec = -kMaxEpochTimeInSec;
50 segment->offset_ms = 0;
51 segment->last_used = 0;
184 // Extend the after_ segment.
187 // The after_ segment is either invalid or starts too late.
189 // If the after_ segment is valid, replace it with a new segment.
244 // If the before_ segment end
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c292 /* segment; we first need to find in which contour the extremum */
336 /* now, set the `round' flag depending on the segment's kind */
713 AF_Segment segment = NULL; local
774 else /* otherwise, find first segment start, if any */
792 /* we're at the start of a new segment */
819 /* record new segment */
820 error = af_axis_hints_new_segment( axis, memory, &segment );
824 segment[0] = seg0;
825 segment->dir = first->out_dir;
826 segment
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java80 * If a maximum size is specified, a best-effort bounding is performed per segment, using a
85 * ordering of writes to a segment is sequentially consistent. An update to the map and recording
91 * This implementation uses a per-segment queue to record a memento of the additions, removals,
97 * operates per-segment rather than globally for increased implementation simplicity. We expect
117 * Number of cache access operations that can be buffered per segment before the cache's recency
140 * the segment.
145 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
248 // Ensure sum of segment max sizes = overall max size
299 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) {
312 Segment<K, V> segment, ReferenceEntr
338 referenceValue( Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) argument
545 newEntry( Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) argument
555 copyEntry( Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dnormlzr.cpp481 UnicodeString segment(text->next32PostInc());
488 segment.append(c);
492 fNorm2->normalize(segment, buffer, errorCode);
504 UnicodeString segment; local
507 segment.insert(0, c);
514 fNorm2->normalize(segment, buffer, errorCode);

Completed in 610 milliseconds

1234567891011>>