HomeSort by relevance Sort by last modified time
    Searched full:segment (Results 1 - 25 of 2659) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/
drd_segment.h 30 * Segments and segment lists. A segment represents information about
32 * clock associated with each segment.
42 typedef struct segment struct
44 struct segment* g_next;
45 struct segment* g_prev;
47 struct segment* thr_next;
48 struct segment* thr_prev;
50 /** Reference count: number of pointers that point to this segment. */
52 /** Stack trace of the first instruction of the segment. *
    [all...]
drd_segment.c 39 Segment* DRD_(g_sg_list);
62 static void sg_init(Segment* const sg,
66 Segment* creator_sg;
100 VG_(message)(Vg_DebugMsg, "New segment for thread %d with vc %s\n",
107 static void DRD_(sg_cleanup)(Segment* const sg)
116 /** Allocate and initialize a new segment. */
117 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created)
119 Segment* sg;
126 sg = VG_(malloc)("drd.segment.sn.1", sizeof(*sg));
137 static void DRD_(sg_delete)(Segment* const sg
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDebug.py 44 for segment in segments:
45 DumpSegment(segment)
47 def DumpSegment(segment):
48 print("userID: %d" % segment.userID)
49 print("name: %s" % segment.name)
50 print("seg_num: %d" % segment.seg_num)
51 print("dls_num: %d" % segment.dls_num)
52 print("repeat: %d" % segment.repeat)
53 print("transpose: %d" % segment.transpose)
54 print("mute_flags: %d" % segment.mute_flags)
    [all...]
JetCreatorhlp.dat 3 play = Plays the segment with associated event attributes. To trigger the event, click the event in the timeline.
4 midi file = Displays the MIDI file associated with the segment. This is pulled in from the segment attributes.
5 quantize = Displays the quantization associated with the segment. This is pulled in from the segment attributes.
8 track mutes = Displays the track mute assignments associated with the segment. This is pulled in from the segment attributes.
18 repeat = Displays the repeat count of the segment. This is pulled in from the segment attributes.
21 transpose = Displays the transpose value of the segment. This is pulled in from the segment attributes.
    [all...]
JetPreview.py 6 Plays the preview of a segment or event via the dialog box
36 """ Segment player """
37 def __init__ (self, play_button, segment):
38 self.segment = segment
107 self.jet_file.AddSegment(self.segment.segname,
108 self.segment.filename,
109 self.segment.start,
110 self.segment.end,
111 self.segment.length,
    [all...]
  /external/eigen/doc/snippets/
MatrixBase_segment_int_int.cpp 3 cout << "Here is v.segment(1, 2):" << endl << v.segment(1, 2) << endl;
4 v.segment(1, 2).setZero();
MatrixBase_template_int_segment.cpp 3 cout << "Here is v.segment<2>(1):" << endl << v.segment<2>(1) << endl;
4 v.segment<2>(2).setZero();
  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 25 /// produce - produce an empty ELF segment information.
26 /// this function will create an ELF segment
30 ELFSegment* segment = allocate(); local
31 new (segment) ELFSegment(pType, pFlag);
32 return segment;
38 iterator segment, segEnd = end(); local
39 for (segment = begin(); segment != segEnd; ++segment) {
40 if ((*segment).type() == pType &
54 const_iterator segment, segEnd = end(); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java 28 import com.google.common.cache.LocalCache.Segment;
99 * Forces the segment containing the given {@code key} to expand (see
100 * {@link Segment#expand()}.
105 Segment<K, V> segment = map.segmentFor(hash); local
106 segment.expand();
132 for (Segment segment : map.segments) {
133 drainRecencyQueue(segment);
138 static void drainRecencyQueue(Segment<?, ?> segment)
    [all...]
LocalCacheTest.java 42 import com.google.common.cache.LocalCache.Segment;
211 // share capacity over each segment, then round up to nearest power of two
419 Segment<Object, Object> segment = map.segments[0]; local
427 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
432 checkEvictionQueues(map, segment, readOrder, writeOrder);
434 assertTrue(segment.recencyQueue.isEmpty());
446 assertTrue(segment.recencyQueue.size() <= DRAIN_THRESHOLD);
449 int undrainedIndex = reads.size() - segment.recencyQueue.size();
450 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size()))
475 Segment<Object, Object> segment = map.segments[0]; local
504 Segment<Object, Object> segment = map.segments[0]; local
565 Segment<Object, Object> segment = map.segments[0]; local
704 Segment<Object, Object> segment = map.segments[0]; local
798 Segment<Object, Object> segment = map.segments[0]; local
965 Segment<Object, Object> segment = map.segments[0]; local
1040 Segment<Object, Object> segment = map.segments[0]; local
1084 Segment<Object, Object> segment = map.segments[0]; local
1123 Segment<Object, Object> segment = map.segments[0]; local
1155 Segment<Object, Object> segment = map.segments[0]; local
1187 Segment<Object, Object> segment = map.segments[0]; local
1227 Segment<Object, Object> segment = map.segments[0]; local
1302 Segment<Object, Object> segment = map.segments[0]; local
1341 Segment<Object, Object> segment = map.segments[0]; local
1388 Segment<Object, Object> segment = map.segments[0]; local
1428 Segment<Object, Object> segment = map.segments[0]; local
1474 Segment<Object, Object> segment = map.segments[0]; local
1519 Segment<Object, Object> segment = map.segments[0]; local
1581 Segment<Object, Object> segment = map.segments[0]; local
1616 Segment<Object, Object> segment = map.segments[0]; local
1651 Segment<Object, Object> segment = map.segments[0]; local
1685 Segment<Object, Object> segment = map.segments[0]; local
1732 Segment<Object, Object> segment = map.segments[0]; local
1786 Segment<Object, Object> segment = map.segments[0]; local
1811 Segment<Object, Object> segment = map.segments[0]; local
1855 Segment<Object, Object> segment = map.segments[0]; local
1896 Segment<Object, Object> segment = map.segments[0]; local
1939 Segment<Object, Object> segment = map.segments[0]; local
2043 Segment<Object, Object> segment = map.segments[0]; local
2082 Segment<Object, Object> segment = map.segments[0]; local
2134 Segment<Object, Object> segment = map.segments[0]; local
2176 Segment<Object, Object> segment = map.segments[0]; local
2206 Segment<Object, Object> segment = map.segments[0]; local
2237 Segment<Object, Object> segment = map.segments[0]; local
2268 Segment<Object, Object> segment = map.segments[0]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
e820.h 14 __u64 addr; /* start of memory segment */
15 __u64 size; /* size of memory segment */
16 __u32 type; /* type of memory segment */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
e820.h 14 __u64 addr; /* start of memory segment */
15 __u64 size; /* size of memory segment */
16 __u32 type; /* type of memory segment */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
e820.h 14 __u64 addr; /* start of memory segment */
15 __u64 size; /* size of memory segment */
16 __u32 type; /* type of memory segment */
  /external/chromium/chrome/browser/history/
visitsegment_database.h 27 // Compute a segment name given a URL. The segment name is currently the
31 // Returns the ID of the segment with the corresponding name, or 0 if there
32 // is no segment with that name.
35 // Update the segment identified by |out_segment_id| with the provided URL ID.
36 // The URL identifies the page that will now represent the segment. If url_id
41 // Return the ID of the URL currently used to represent this segment or 0 if
45 // Create a segment for the provided URL ID with the given name. Returns the
46 // ID of the newly created segment, or 0 on failure.
49 // Increase the segment visit count by the provided amount. Return true o
    [all...]
  /external/valgrind/main/helgrind/tests/
tc02_simple_tls.c 8 thread lifetime segment handling. */
14 /* Unprotected relative to parent, but in child's segment only */
23 x++; /* happens in parent's segment */
35 /* Now back in parent's segment */
  /external/v8/src/
zone.cc 39 // chained together forming a LIFO structure with the newest segment
43 class Segment {
45 void Initialize(Segment* next, int size) {
50 Segment* next() const { return next_; }
54 int capacity() const { return size_ - sizeof(Segment); }
56 Address start() const { return address(sizeof(Segment)); }
60 // Computes the address of the nth byte in this segment.
65 Segment* next_;
87 // Creates a new segment, sets it size, and pushes it to the front
88 // of the segment chain. Returns the new segment
196 Segment* segment = NewSegment(new_size); local
    [all...]
  /external/jpeg/
makeproj.mac 56 Add Files (ijg_folder as string) & "jcapimin.c" To Segment 1
57 Add Files (ijg_folder as string) & "jcapistd.c" To Segment 1
58 Add Files (ijg_folder as string) & "jctrans.c" To Segment 1
59 Add Files (ijg_folder as string) & "jcparam.c" To Segment 1
60 Add Files (ijg_folder as string) & "jdatadst.c" To Segment 1
61 Add Files (ijg_folder as string) & "jcinit.c" To Segment 1
62 Add Files (ijg_folder as string) & "jcmaster.c" To Segment 1
63 Add Files (ijg_folder as string) & "jcmarker.c" To Segment 1
64 Add Files (ijg_folder as string) & "jcmainct.c" To Segment 1
65 Add Files (ijg_folder as string) & "jcprepct.c" To Segment
    [all...]
  /external/qemu/distrib/jpeg-6b/
makeproj.mac 56 Add Files (ijg_folder as string) & "jcapimin.c" To Segment 1
57 Add Files (ijg_folder as string) & "jcapistd.c" To Segment 1
58 Add Files (ijg_folder as string) & "jctrans.c" To Segment 1
59 Add Files (ijg_folder as string) & "jcparam.c" To Segment 1
60 Add Files (ijg_folder as string) & "jdatadst.c" To Segment 1
61 Add Files (ijg_folder as string) & "jcinit.c" To Segment 1
62 Add Files (ijg_folder as string) & "jcmaster.c" To Segment 1
63 Add Files (ijg_folder as string) & "jcmarker.c" To Segment 1
64 Add Files (ijg_folder as string) & "jcmainct.c" To Segment 1
65 Add Files (ijg_folder as string) & "jcprepct.c" To Segment
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 33 import com.google.common.collect.MapMakerInternalMap.Segment;
164 // share capacity over each segment, then round up to nearest power of two
383 Segment<Object, Object> segment = map.segments[0]; local
395 ReferenceEntry<Object, Object> entry = segment.getEntry(one, hash);
433 // Segment core tests
519 Segment<Object, Object> segment = map.segments[0]; local
525 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table;
532 assertNull(segment.get(key, hash))
594 Segment<Object, Object> segment = map.segments[0]; local
638 Segment<Object, Object> segment = map.segments[0]; local
677 Segment<Object, Object> segment = map.segments[0]; local
709 Segment<Object, Object> segment = map.segments[0]; local
741 Segment<Object, Object> segment = map.segments[0]; local
778 Segment<Object, Object> segment = map.segments[0]; local
817 Segment<Object, Object> segment = map.segments[0]; local
864 Segment<Object, Object> segment = map.segments[0]; local
905 Segment<Object, Object> segment = map.segments[0]; local
951 Segment<Object, Object> segment = map.segments[0]; local
996 Segment<Object, Object> segment = map.segments[0]; local
1058 Segment<Object, Object> segment = map.segments[0]; local
1090 Segment<Object, Object> segment = map.segments[0]; local
1124 Segment<Object, Object> segment = map.segments[0]; local
1171 Segment<Object, Object> segment = map.segments[0]; local
1218 Segment<Object, Object> segment = map.segments[0]; local
1243 Segment<Object, Object> segment = map.segments[0]; local
1287 Segment<Object, Object> segment = map.segments[0]; local
1328 Segment<Object, Object> segment = map.segments[0]; local
1371 Segment<Object, Object> segment = map.segments[0]; local
1466 Segment<Object, Object> segment = map.segments[0]; local
1507 Segment<Object, Object> segment = map.segments[0]; local
1537 Segment<Object, Object> segment = map.segments[0]; local
1568 Segment<Object, Object> segment = map.segments[0]; local
1599 Segment<Object, Object> segment = map.segments[0]; local
    [all...]
  /external/kernel-headers/original/asm-x86/
e820.h 14 __u64 addr; /* start of memory segment */
15 __u64 size; /* size of memory segment */
16 __u32 type; /* type of memory segment */
segment_32.h 17 * 6 - TLS segment #1 [ glibc's TLS segment ]
18 * 7 - TLS segment #2 [ Wine's %fs Win32 segment ]
19 * 8 - TLS segment #3
26 * 12 - kernel code segment <==== new cacheline
27 * 13 - kernel data segment
108 #define PNP_CS32 (GDT_ENTRY_PNPBIOS_CS32 * 8) /* segment for calling fn */
109 #define PNP_CS16 (GDT_ENTRY_PNPBIOS_CS16 * 8) /* code segment for BIOS */
110 #define PNP_DS (GDT_ENTRY_PNPBIOS_DS * 8) /* data segment for BIOS *
    [all...]
  /external/eigen/doc/examples/
Tutorial_BlockOperations_vector.cpp 12 v.segment(1,4) *= 2;
13 cout << "after 'v.segment(1,4) *= 2', v =" << endl << v << endl;
  /external/skia/include/core/
SkLineClipper.h 28 1st segment: lines[0]..lines[1]
29 2nd segment: lines[1]..lines[2]
30 3rd segment: lines[2]..lines[3]
35 /* Intersect the line segment against the rect. If there is a non-empty
36 resulting segment, return true and set dst[] to that segment. If not,
  /external/skia/legacy/include/core/
SkLineClipper.h 27 1st segment: lines[0]..lines[1]
28 2nd segment: lines[1]..lines[2]
29 3rd segment: lines[2]..lines[3]
34 /* Intersect the line segment against the rect. If there is a non-empty
35 resulting segment, return true and set dst[] to that segment. If not,
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 64 using LoopBlinnPathProcessorImplementation::Segment;
90 class Segment;
113 struct ValueToString<LoopBlinnPathProcessorImplementation::Segment*> {
114 static String string(LoopBlinnPathProcessorImplementation::Segment* const& value)
124 // Segment
127 // Describes a segment of the path: either a cubic or a line segment.
131 class Segment {
132 WTF_MAKE_NONCOPYABLE(Segment);
140 Segment()
645 Segment* segment = m_arena->allocateObject<Segment>(); local
669 Segment* segment = m_arena->allocateObject<Segment>(); local
681 Segment* segment = m_arena->allocateObject<Segment>(); local
692 Segment* segment = m_arena->allocateObject<Segment>(); local
878 Segment* segment; member in struct:WebCore::__anon17851::SweepData
    [all...]

Completed in 1212 milliseconds

1 2 3 4 5 6 7 8 91011>>