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

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnPropertyValue.pl113 long sentence that spans
118 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "\n"],
126 long sentence that spans
132 expectedReturn => ["A\r\nlong sentence that spans\r\nmultiple lines.", "\r\n"],
140 long sentence that spans
144 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", " + A single-line.\n"],
152 long sentence that spans
156 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "Added: svn:executable\n"],
164 long sentence that spans
167 long sentence that spans
[all...]
H A DparseSvnProperty.pl260 long sentence that spans
269 value => "A\nlong sentence that spans\nmultiple lines.",
280 long sentence that spans
290 value => "A\r\nlong sentence that spans\r\nmultiple lines.",
301 long sentence that spans
310 value => "A\nlong sentence that spans\nmultiple lines.",
321 long sentence that spans
331 value => "A\r\nlong sentence that spans\r\nmultiple lines.",
382 long sentence that spans
391 value => "A\nlong sentence that spans\nmultipl
[all...]
/external/quake/quake/src/QW/client/
H A Dd_edge.c46 // this driver takes spans, not polygons
90 for (span=surf->spans ; span ; span=span->pnext)
191 if (!s->spans)
203 D_DrawZSpans (s->spans);
210 if (!s->spans)
226 D_DrawSkyScans8 (s->spans);
227 D_DrawZSpans (s->spans);
238 D_DrawZSpans (s->spans);
265 Turbulent8 (s->spans);
266 D_DrawZSpans (s->spans);
[all...]
H A Dr_edge.c31 this breaks spans at every edge, even hidden ones (bad)
95 if (!s->spans)
109 if (!s->spans)
136 surfaces[1].spans = NULL; // no background spans yet
318 span->pnext = surf->spans;
319 surf->spans = span;
394 span->pnext = surf2->spans;
395 surf2->spans = span;
439 span->pnext = surf->spans;
[all...]
H A Dr_shared.h81 struct espan_s *spans; // pointer to linked list of spans to draw member in struct:surf_s
H A Dd_sprite.c394 sspan_t spans[MAXHEIGHT+1]; local
396 sprite_spans = spans;
H A Dr_draw.c560 surface_p->spans = NULL;
675 surface_p->spans = NULL;
H A Dd_polyse.c127 spanpackage_t spans[DPS_MAXSPANS + 1 + local
132 (((long)&spans[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1));
/external/quake/quake/src/WinQuake/
H A Dd_edge.cpp46 // this driver takes spans, not polygons
90 for (span=surf->spans ; span ; span=span->pnext)
191 if (!s->spans)
199 D_DrawZSpans (s->spans);
206 if (!s->spans)
222 D_DrawSkyScans8 (s->spans);
223 D_DrawZSpans (s->spans);
234 D_DrawZSpans (s->spans);
260 Turbulent8 (s->spans);
261 D_DrawZSpans (s->spans);
[all...]
H A Dr_edge.cpp31 this breaks spans at every edge, even hidden ones (bad)
95 if (!s->spans)
109 if (!s->spans)
136 surfaces[1].spans = NULL; // no background spans yet
318 span->pnext = surf->spans;
319 surf->spans = span;
394 span->pnext = surf2->spans;
395 surf2->spans = span;
439 span->pnext = surf->spans;
[all...]
H A Dr_shared.h84 struct espan_s *spans; // pointer to linked list of spans to draw member in struct:surf_s
H A Dd_sprite.cpp394 sspan_t spans[MAXHEIGHT+1]; local
396 sprite_spans = spans;
H A Dr_draw.cpp560 surface_p->spans = NULL;
675 surface_p->spans = NULL;
H A Dd_polyse.cpp127 spanpackage_t spans[DPS_MAXSPANS + 1 + local
132 (((long)&spans[0] + CACHE_SIZE - 1) & ~(CACHE_SIZE - 1));
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc219 ACMatchClassifications spans; local
222 spans.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
223 return spans;
226 spans.push_back(ACMatchClassification(0, ACMatchClassification::NONE));
230 spans.push_back(ACMatchClassification(offset,
238 spans.push_back(ACMatchClassification(offset,
243 return spans;
/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java71 private void joinHelper(Integer... spans) throws Exception { argument
74 for (Integer span : spans) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... lucene/queryParser/ org/apache/lucene/search/ org/apache/lucene/search/spans/ org/apache/lucene/store/ org/apache/lucene/util/ about. ...
/external/freetype/include/freetype/
H A Dftimage.h908 /* spans on each scan line. */
913 /* count :: The number of spans to draw on this scanline. */
915 /* spans :: A table of `count' spans to draw on the scanline. */
921 /* gray spans of the anti-aliased bitmap to any kind of surfaces. */
929 /* that if there are more than 32~spans on a given scanline, the */
939 const FT_Span* spans,
1039 /* in direct rendering mode where all spans */
1094 /* spans, in the case of an aa glyph bitmap, it will call */
/external/freetype/src/smooth/
H A Dftgrays.c65 /* spans on any target surface. You can thus do direct composition on */
315 /* maximal number of gray spans in a call to the span callback */
1176 const FT_Span* spans,
1188 for ( ; count > 0; count--, spans++ )
1190 unsigned char coverage = spans->coverage;
1195 /* For small-spans it is faster to do it by ourselves than
1199 if ( spans->len >= 8 )
1200 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len );
1203 unsigned char* q = p + spans
1174 gray_render_span( int y, int count, const FT_Span* spans, gray_PWorker worker ) argument
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextViewer.js1217 if ("spans" in lineRow) {
1218 var spans = lineRow.spans;
1219 for (var j = 0; j < spans.length; ++j)
1220 this._cachedSpans.push(spans[j]);
1221 delete lineRow.spans;
1356 if (!("spans" in element))
1357 element.spans = [];
1358 element.spans.push(span);
/external/oprofile/events/i386/nehalem/
H A Devents60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h653 span_t *spans; /* Start of span list for region */ member in struct:__anon10188
1883 #define MGL_isSimpleRegion(r) (((region_t*)(r))->spans == NULL)
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H653 span_t *spans; /* Start of span list for region */ member in struct:__anon10487
1883 #define MGL_isSimpleRegion(r) (((region_t*)(r))->spans == NULL)
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php487 * Flag to decide if multi line spans are allowed. Set it to false to make sure
888 * Sets wether spans and other HTML markup generated by GeSHi can
893 * @param boolean Wether multiline spans are allowed or not
901 * Get current setting for multiline spans, see GeSHi->enable_multiline_span().
3454 //Take caution if symbol_hl is empty to avoid doubled closing spans.
/external/grub/docs/
H A Dtexinfo.tex202 % change spans more than two lines of output. To handle that, we would

Completed in 374 milliseconds