Searched refs:segment (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineRecordBar.css31 .timeline-record-bar > .segment {
41 .timeline-record-bar:not(.has-inactive-segment) > .segment {
46 .timeline-record-bar > .segment.inactive {
50 .timeline-record-bar > .segment.inactive,
51 .timeline-record-bar.unfinished > .segment {
57 .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
62 :focus .selected .timeline-record-bar > .segment {
67 :focus .selected .timeline-record-bar > .segment
[all...]
H A DOverviewTimelineView.css64 .timeline-view.overview > .data-grid tr.parent:not(.expanded) td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
68 .timeline-view.overview > .data-grid tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
72 .timeline-view.overview > .data-grid:focus tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
76 .timeline-view.overview > .data-grid tr.parent:not(.expanded) td.graph-column .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
80 .timeline-view.overview > .data-grid tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar.has-inactive-segment > .segment
[all...]
H A DLayoutTimelineOverviewGraph.css31 .timeline-overview-graph.layout > .timeline-record-bar > .segment {
H A DScriptTimelineOverviewGraph.css31 .timeline-overview-graph.script > .timeline-record-bar > .segment {
H A DNetworkTimelineOverviewGraph.css39 .timeline-overview-graph.network > .graph-row > .timeline-record-bar > .segment:not(.inactive) {
43 .timeline-overview-graph.network:nth-child(even) > .graph-row > .timeline-record-bar > .segment:not(.inactive) {
/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplaySession.cpp62 RefPtr<ReplaySessionSegment> segment = prpSegment; local
64 // For now, only support one segment.
67 // Since replay locations are specified with segment IDs, we can only
68 // have one instance of a segment in the session.
69 size_t offset = m_segments.find(segment);
72 m_segments.append(segment.release());
75 void ReplaySession::insertSegment(size_t position, PassRefPtr<ReplaySessionSegment> segment) argument
78 m_segments.insert(position, segment);
/macosx-10.10/cxxfilt-11/cxxfilt/include/elf/
H A Dinternal.h64 unsigned long p_type; /* Identifies program segment type */
230 /* Next program segment. */
232 /* Program segment type. */
234 /* Program segment flags. */
236 /* Program segment physical address. */
238 /* Program segment virtual address offset from section vma. */
240 /* Program segment alignment. */
248 /* Whether the p_align field is valid; if not, PT_LOAD segment
251 /* Whether this segment includes the file header. */
253 /* Whether this segment include
[all...]
/macosx-10.10/shell_cmds-179/path_helper/
H A Dpath_helper.c36 // Append path segment if it does not exist. Reallocate
39 int append_path_segment(char** path, const char* segment) { argument
40 if (*path == NULL || segment == NULL) return -1;
43 size_t seglen = strlen(segment);
47 // Does the segment already exist in the path?
48 // (^|:)segment(:|$)
49 char* match = strstr(*path, segment);
55 match = strstr(match+1, segment);
58 // size = pathlen + ':' + segment + '\0'
64 strlcat(*path, segment, siz
83 char* segment = malloc(size); local
136 char* segment = read_segment(line, len); local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSRuntime.cpp265 * Given a pointer to a mach object segment, iterate the segment to
272 kernel_segment_command_t * segment,
283 for (section = firstsect(segment);
285 section = nextsect(segment, section)) {
300 "Null destructor in kext %s segment %s!",
314 OSRuntimeUnloadCPPForSegment(kernel_segment_command_t * segment) { argument
315 OSRuntimeUnloadCPPForSegmentInKmod(segment, NULL);
327 kernel_segment_command_t * segment; local
334 segment
271 OSRuntimeUnloadCPPForSegmentInKmod( kernel_segment_command_t * segment, kmod_info_t * kmodInfo) argument
412 kernel_segment_command_t * segment = NULL; // do not free local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCGWin.cpp77 LPTTPOLYCURVE segment = reinterpret_cast<LPTTPOLYCURVE>(reinterpret_cast<UInt8*>(subpath) + subpathOffset); local
78 switch (segment->wType) {
80 for (unsigned i = 0; i < segment->cpfx; i++)
81 CGPathAddLineToPoint(path, 0, toCGFloat(segment->apfx[i].x), toCGFloat(segment->apfx[i].y));
85 for (unsigned i = 0; i < segment->cpfx; i++) {
86 CGFloat x = toCGFloat(segment->apfx[i].x);
87 CGFloat y = toCGFloat(segment->apfx[i].y);
91 if (i == segment->cpfx - 2) {
92 cpx = toCGFloat(segment
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbind.tcl88 # Move the indicated segment
92 # segment Segment to move
99 # If the segment is "auto", then we accept button clicks
101 proc ::Plotchart::PieExplodeSegment {w segment {button 0}} {
108 if { $segment == "auto" } {
112 if { $segment < 0 || $segment >= [llength $scaling($w,angles)] } {
121 if { $segment == $scaling($w,exploded) } {
124 set angle_bgn [lindex $scaling($w,angles) $segment]
125 set angle_ext [lindex $scaling($w,extent) $segment]
[all...]
/macosx-10.10/BerkeleyDB-21/db/os_vxworks/
H A Dos_vx_map.c28 * that memory, and issue small-integer segment IDs which index the list of
33 void *segment; /* Segment address. */ member in struct:__anon359
73 /* Try to find an already existing segment. */
83 __db_errx(env, "segment %s does not exist",
193 __db_errx(env, "shared memory segment already exists");
232 if (p->segment != NULL) {
233 __os_free(env, p->segment);
234 p->segment = NULL;
249 * Creates a new segment of the specified size, optionally with the
271 if ((ret = __os_calloc(env, 1, rp->size, &p->segment)) !
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dcaniter.h184 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
185 UnicodeString *getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status); //private String[] getEquivalents(String segment)
187 //Set getEquivalents2(String segment);
188 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status);
189 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
192 * See if the decomposition of cp2 is at segment starting at segmentPos
196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexnext.c45 * pages it vm_allocated and write only those out into the data segment.
262 struct segment_command *segment; local
292 segment = ((struct segment_command *)
294 if (strcmp(segment->segname, SEG_DATA) == 0) {
295 fdatastart = segment->fileoff;
296 fdatasize = segment->filesize;
298 segment->filesize);
299 segment->vmsize = data_size;
300 segment->filesize = data_size;
301 dataseg_vmaddr = segment
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dnortrans.cpp135 UnicodeString segment; local
142 segment.remove();
144 segment.append(c);
154 fNorm2.normalize(segment, normalized, errorCode);
158 if(segment != normalized) {
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorReplayAgent.cpp119 RefPtr<ReplaySessionSegment> segment = prpSegment; local
125 RefPtr<FunctorInputCursor> functorCursor = segment->createFunctorCursor();
136 .setId(segment->identifier())
137 .setTimestamp(segment->timestamp())
235 RefPtr<ReplaySessionSegment> segment = prpSegment; local
237 auto result = m_segmentsMap.add(segment->identifier(), segment);
241 m_frontendDispatcher->segmentCreated(segment->identifier());
244 void InspectorReplayAgent::segmentCompleted(PassRefPtr<ReplaySessionSegment> segment) argument
246 m_frontendDispatcher->segmentCompleted(segment
251 RefPtr<ReplaySessionSegment> segment = prpSegment; local
398 RefPtr<ReplaySessionSegment> segment = findSegment(errorString, segmentIdentifier); local
487 RefPtr<ReplaySessionSegment> segment = findSegment(errorString, identifier); local
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c26 * partially full. If a segment does not exist in the tree, it
28 * 1. Full if the coresponding segment map bit is set
79 UInt32* gFullBitmapSegment; /* points to a FULL bitmap segment*/
80 UInt32* gEmptyBitmapSegment; /* points to an EMPTY bitmap segment*/
90 UInt32 segment; member in struct:BMS_Node
105 static BMS_Node * BMS_Lookup(UInt32 segment);
106 static BMS_Node * BMS_Insert(UInt32 segment, int segmentType);
107 static BMS_Node * BMS_Delete(UInt32 segment);
184 plog(" %d full segments, %d segment nodes (max depth was %d nodes)\n",
204 * Description: Return bitmap segment correspondin
232 UInt32 segment; local
311 UInt32 segment; local
1302 BMS_Lookup(UInt32 segment) argument
1322 register UInt32 segment; local
1356 BMS_Insert(UInt32 segment, int segmentType) argument
1385 BMS_Delete(UInt32 segment) argument
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp197 void IONaturalMemoryCursor::outputSegment(PhysicalSegment segment, argument
201 ((PhysicalSegment *) outSegments)[outSegmentIndex] = segment;
244 IOPhysicalAddress * segment; local
246 segment = &((PhysicalSegment *) inSegments)[inSegmentIndex].location;
247 OSWriteBigInt(segment, 0, inSegment.location);
248 OSWriteBigInt(segment, sizeof(IOPhysicalAddress), inSegment.length);
291 IOPhysicalAddress * segment; local
293 segment = &((PhysicalSegment *) inSegments)[inSegmentIndex].location;
294 OSWriteLittleInt(segment, 0, inSegment.location);
295 OSWriteLittleInt(segment, sizeo
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DSharedBuffer.cpp285 const char* segment = 0; local
287 while (unsigned segmentSize = getSomeData(segment, position)) {
288 memcpy(static_cast<char*>(arrayBuffer->data()) + position, segment, segmentSize);
310 const char* segment; local
312 while (size_t length = data->getSomeData(segment, position)) {
313 append(segment, length);
341 char* segment; local
343 segment = allocateSegment();
344 m_segments.append(segment);
346 segment
[all...]
H A DSharedBufferChunkReader.cpp100 // Read the next segment.
136 const char* segment = 0; local
137 while (size_t segmentLength = m_buffer->getSomeData(segment, bufferPosition)) {
139 data.append(segment, requestedSize - readBytesCount);
143 data.append(segment, segmentLength);
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DContextualGlyphSubstProc2.cpp100 const LookupSegment *segment = lookupTable2->lookupSegment(lookupTable2->segments, gid); local
101 if (segment != NULL) {
102 newGlyph = SWAPW(segment->value);
116 const LEReferenceTo<LookupSingle> segment = lookupTable6->lookupSingle(lookupTable6->entries, gid); local
117 if (segment != NULL) {
118 newGlyph = SWAPW(segment->value);
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dpcidump.c12 static uint32_t configRead32(io_connect_t connect, uint32_t segment, argument
27 param.address.pci.segment = segment;
40 static void configWrite32(io_connect_t connect, uint32_t segment, argument
56 param.address.pci.segment = segment;
128 io_registry_entry_t lookService(uint32_t segment, argument
186 dumpDevice(io_connect_t connect, uint32_t segment, argument
206 data[off >> 2] = configRead32(connect, segment, bus, device, fn, off);
213 service = lookService(segment, bu
268 uint32_t segment = 0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DRegion.cpp57 for (Shape::SegmentIterator segment = m_shape.segments_begin(span), end = m_shape.segments_end(span); segment != end && segment + 1 != end; segment += 2) {
58 int x = *segment;
59 int width = *(segment + 1) - x;
90 for (Shape::SegmentIterator segment = m_shape.segments_begin(span), end = m_shape.segments_end(span); segment != end && segment + 1 != end; segment
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbss_rtcp.c223 int status, i, segment, length; local
229 for ( i = 0; i < inl; i += segment ) {
230 segment = inl - i;
231 if ( segment > sizeof(ctx->msg.data) ) segment = sizeof(ctx->msg.data);
234 ctx->msg.length = segment;
235 memmove ( ctx->msg.data, &in[i], segment );
236 status = put ( b->num, (char *) &ctx->msg, segment + RPC_HDR_SIZE );
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dobject.h160 struct segment { struct
163 segment *next;
164 segment(const position &, int, segment *);
195 segment *segment_list;

Completed in 205 milliseconds

12345