Searched defs:segment (Results 1 - 25 of 86) sorted by relevance

1234

/external/elfutils/backends/
H A Dia64_symbol.c40 ia64_segment_type_name (int segment, char *buf __attribute__ ((unused)), argument
43 switch (segment)
/external/valgrind/main/drd/
H A Ddrd_segment.h31 * Segments and segment lists. A segment represents information about
33 * clock associated with each segment.
43 typedef struct segment struct
46 struct segment* next;
47 struct segment* prev;
49 /** Reference count: number of pointers that point to this segment. */
51 /** Stack trace of the first instruction of the segment. */
53 /** Vector clock associated with the segment. */
57 * with the segment
[all...]
/external/webkit/Source/JavaScriptCore/wtf/url/api/
H A DParsedURL.cpp45 return segment(m_segments.scheme);
50 return segment(m_segments.username);
55 return segment(m_segments.password);
60 return segment(m_segments.host);
65 return segment(m_segments.port);
70 return segment(m_segments.path);
75 return segment(m_segments.query);
80 return segment(m_segments.fragment);
83 String ParsedURL::segment(const URLComponent& component) const function in class:WTF::ParsedURL
/external/webkit/Source/WebCore/svg/
H A DSVGPointList.cpp61 FloatPoint segment = FloatPoint(adjustAnimatedValue(from.x(), to.x(), progress), local
63 resultList.append(segment);
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPathSegListPropertyTearOff.h48 int removeItemFromList(const RefPtr<SVGPathSeg>& segment, bool shouldSynchronizeWrappers) argument
51 return static_pointer_cast<SVGPathSegListPropertyTearOff>(m_baseVal)->removeItemFromList(segment, shouldSynchronizeWrappers);
/external/icu4c/i18n/
H A Dnortrans.cpp134 UnicodeString segment; local
141 segment.remove();
143 segment.append(c);
153 fNorm2.normalize(segment, normalized, errorCode);
157 if(segment != normalized) {
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h62 EAS_U8 segment; member in struct:s_jet_event_tag
140 * Queue a segment for playback
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPath.java17 * Representates an XMP XMPPath with segment accessor methods.
51 * Append a path segment
53 * @param segment the segment to add
55 public void add(XMPPathSegment segment) argument
57 segments.add(segment);
62 * @param index the index of the segment to return
63 * @return Returns a path segment.
/external/kernel-headers/original/asm-x86/
H A Ddesc_defs.h14 // 8 byte segment descriptor
35 u16 segment; member in struct:gate_struct
H A Dsystem_32.h5 #include <asm/segment.h>
66 * Load a segment. Fall back on loading the zero
67 * segment if something goes wrong..
87 * Save a segment register away
193 static inline unsigned long get_limit(unsigned long segment) argument
197 :"=r" (__limit):"r" (segment));
/external/v8/src/
H A Dzone.cc39 // chained together forming a LIFO structure with the newest segment
60 // Computes the address of the nth byte in this segment.
87 // Creates a new segment, sets it size, and pushes it to the front
88 // of the segment chain. Returns the new segment.
100 // Deletes the given segment. Does not touch the segment chain.
101 void Zone::DeleteSegment(Segment* segment, int size) { argument
103 Malloced::Delete(segment);
113 // Find a segment wit
196 Segment* segment = NewSegment(new_size); local
[all...]
H A Ddate.cc69 void DateCache::ClearSegment(DST* segment) { argument
70 segment->start_sec = kMaxEpochTimeInSec;
71 segment->end_sec = -kMaxEpochTimeInSec;
72 segment->offset_ms = 0;
73 segment->last_used = 0;
206 // Extend the after_ segment.
209 // The after_ segment is either invalid or starts too late.
211 // If the after_ segment is valid, replace it with a new segment.
266 // If the before_ segment end
[all...]
/external/webkit/Source/WebCore/platform/
H A DSharedBuffer.cpp135 char* segment; local
137 segment = allocateSegment();
138 m_segments.append(segment);
140 segment = m_segments.last() + positionInSegment;
146 memcpy(segment, data, bytesToCopy);
152 segment = allocateSegment();
153 m_segments.append(segment);
240 unsigned segment = segmentIndex(position); local
241 ASSERT(segment < segments);
244 someData = m_segments[segment]
[all...]
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder.cc52 void UrlToFilenameEncoder::AppendSegment(string* segment, string* dest) { argument
53 CHECK(!segment->empty());
54 if ((*segment == ".") || (*segment == "..")) {
56 dest->append(*segment);
57 segment->clear();
59 size_t segment_size = segment->size();
61 // We need to inject ",-" at the end of the segment to signify that
68 if ((*segment)[segment_size - 1] == kEscapeChar) {
70 } else if ((*segment)[segment_siz
95 string segment; local
[all...]
/external/grub/netboot/
H A Dpci.c89 unsigned short segment; member in struct:__anon5541
95 unsigned short segment; member in struct:__anon5542
/external/grub/stage2/
H A Dbios.c30 int nsec, int segment);
46 from/into SEGMENT segment. If READ is BIOSDISK_READ, then read it,
52 int sector, int nsec, int segment)
83 dap.buffer = segment << 16;
98 return biosdisk (read, drive, geometry, sector, nsec, segment);
120 nsec, segment);
49 biosdisk(int read, int drive, struct geometry *geometry, int sector, int nsec, int segment) argument
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheTesting.java99 * Forces the segment containing the given {@code key} to expand (see
105 Segment<K, V> segment = map.segmentFor(hash);
106 segment.expand();
132 for (Segment segment : map.segments) {
133 drainRecencyQueue(segment);
138 static void drainRecencyQueue(Segment<?, ?> segment) { argument
139 segment.lock();
141 segment.cleanUp();
143 segment.unlock();
154 for (LocalCache.Segment segment
159 drainReferenceQueue(LocalCache.Segment<?, ?> segment) argument
307 segmentSize(Segment<?, ?> segment) argument
312 segmentTable(Segment<K, V> segment) argument
337 writeQueueSize(Segment<?, ?> segment) argument
350 accessQueueSize(Segment<?, ?> segment) argument
431 expireEntries(Segment<?, ?> segment, long now) argument
[all...]
/external/icu4c/common/
H A Dcaniter.cpp227 // allocate the arrays, and find the strings that are CE to each segment
241 // for each segment, get all the combinations that can produce
340 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
341 UnicodeString* CanonicalIterator::getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status) { argument
353 int32_t segLen = segment.extract(USeg, 256, status);
383 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
384 if (attempt==segment) {
429 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) { argument
435 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(segment)));
437 UnicodeString toPut(segment, segLe
497 extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) argument
[all...]
H A Dnormlzr.cpp482 UnicodeString segment(text->next32PostInc());
489 segment.append(c);
493 fNorm2->normalize(segment, buffer, errorCode);
505 UnicodeString segment; local
508 segment.insert(0, c);
515 fNorm2->normalize(segment, buffer, errorCode);
/external/kernel-headers/original/linux/
H A Dkexec.h73 struct kexec_segment segment[KEXEC_SEGMENT_MAX]; member in struct:kimage
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t.c945 tNFC_STATUS RW_T1tReadSeg (UINT8 segment) argument
956 if (segment >= T1T_MAX_SEGMENTS)
958 RW_TRACE_ERROR1 ("RW_T1tReadSeg - Invalid Segment: %u", segment);
964 RW_T1T_BLD_ADDS ((adds), (segment));
/external/quake/quake/src/WinQuake/
H A Ddos_v2.cpp163 int segment; local
165 segment = ptr2real(ptr) >> 4;
167 if (seginfo[i].rm_segment == segment)
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py299 self.segment = None
359 InfoMsg("Start/End", "The segment starting and ending times are illogical.")
363 InfoMsg("Segment Name", "The segment must have a name.")
367 InfoMsg("MIDI File", "The segment must have a midi file selected.")
383 """ Builds the segment info for graphing """
386 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
401 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
414 return segment
423 """ Play the segment button pressed """
581 self.segment
1017 segment = JetSegment("Test Segment Name", 'C:/_Data/JetCreator/JetDemo1/jenn_Burning Line.mid', variable
[all...]
/external/stressapptest/src/
H A Ddisk_blocks.cc181 BlockData *DiskBlockTable::GetUnusedBlock(int64 segment) { argument
204 // Use the entire disk or a small segment of the disk to allocate the first
215 sector += segment * segment_size_;
217 // Make sure the block is within the segment.
218 if (sector + num_sectors > (segment + 1) * segment_size_) {
/external/webkit/Source/JavaScriptCore/wtf/
H A DSegmentedVector.h87 SegmentedVectorIterator(SegmentedVector<T, SegmentSize>& vector, size_t segment, size_t index) argument
89 , m_segment(segment)
197 // Skip the first segment, because it's our inline segment, which was
223 segmentCount = std::max<size_t>(segmentCount, 1); // We always have at least our inline segment.
234 // Grow segment N to accomodate the remainder.

Completed in 712 milliseconds

1234