/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineMock.cpp | 145 void line(SkCanvas *canvas, int x0, int y0, int x1, int y1, SkColor color) function in namespace:WebTestRunner 267 line(canvas, left + 1, i, right - 1, i, readOnlyColor); 388 line(canvas, 392 line(canvas, 396 line(canvas, 411 line(canvas, 415 line(canvas, 419 line(canvas, 548 line(canvas, left, top, right, top, edgeColor); 549 line(canvas, left, bottom, right, bottom, edgeColor) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebPageNewSerializerTest.cpp | 63 bool getNextLine(std::string* line) 65 line->clear(); 71 *line = m_text.substr(m_index); 74 *line = m_text.substr(m_index, endOfLineIndex - m_index); 335 // Read the MHTML data line per line and do some pseudo-parsing to make sure the right encoding is used for the different sections. 339 std::string line; local 340 while (lineReader.getNextLine(&line)) { 341 if (!line.find("Content-Type:")) { 343 if (line.find("multipart/related;") != std::string::npos) 420 std::string line; local 443 std::string line; local [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
Types.h | 269 TSourceLoc line; member in struct:TPublicType 281 line = ln;
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbitmap.c | 153 FT_Byte* line = bitmap->buffer + ( bit_last >> 3 ); local 160 for ( ; count > 0; count--, line += pitch, end += pitch ) 162 FT_Byte* write = line; 516 FT_Int val = ss[0]; /* avoid a byte->int cast on each line */
|
/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_wsconf.cpp | 41 // Regular expression for parsing a line from the Unicode file confusablesWholeScript.txt 56 "(?m)" // Multi-line mode 57 "^([ \\t]*(?:#.*?)?)$" // A blank or comment line. Matches Group 1. 65 "^(.*?)$"; // An error line. Group 8. 66 // Any line not matching the preceding 163 // Parse the input, one line per iteration of this loop. 167 UChar line[200]; local 168 uregex_group(parseRegexp, 0, line, 200, &status); 170 // this was a blank or comment line. 182 // Pick up the start and optional range end code points from the parsed line [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
bidiconf.cpp | 53 char line[10000]; member in class:BiDiConformanceTest 301 while(errorCount<10 && fgets(line, (int)sizeof(line), bidiTestFile.getAlias())!=NULL) { 304 char *commentStart=strchr(line, '#'); 308 u_rtrim(line); 309 const char *start=u_skipWhitespace(line); 331 errln("missing ; separator on input line %s", line); 350 errln("Input line %d: %s", (int)lineNumber, line); [all...] |
itspoof.cpp | 25 errcheckln(status, "Failure at file %s, line %d, error = %s", __FILE__, __LINE__, u_errorName(status));}} 28 errln("Test Failure at file %s, line %d: \"%s\" is false.\n", __FILE__, __LINE__, #expr);};} 31 errln("Test Failure at file %s, line %d: \"%s\" (%d) != \"%s\" (%d) \n", \ 35 errln("Test Failure at file %s, line %d: \"%s\" (%d) == \"%s\" (%d) \n", \ 218 errln("File %s, Line %d, Test case from line %d, status is %s", __FILE__, __LINE__, lineNum, 223 errln("File %s, Line %d, Test case from line %d, Actual and Expected skeletons differ.", 348 // Parse lines from the confusables.txt file. Example Line: 360 // so the mapping in this line of confusables.txt will never be applied 388 UnicodeString line = "Actual: "; local [all...] |
ucaconf.cpp | 158 int32_t line = 0; local 181 line++; 187 errln("Error parsing line %ld (%s): %s\n", 188 (long)line, u_errorName(status), lineB); 204 errln("Compare result not symmetrical on line %i", line); 208 errln("Difference between ucol_strcoll and sortkey compare on line %i", line); 209 errln(" Previous data line %s", oldLineB); 210 errln(" Current data line %s", lineB) [all...] |
/external/chromium_org/third_party/icu/source/test/letest/ |
cletest.c | 505 * line is correct. 508 * that we get the expected number of runs per line and that the line breaks are where 518 const pl_line *line; local 660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { 661 le_int32 runCount = pl_countLineRuns(line); 664 const pl_visualRun *visualRun = pl_getLineVisualRun(line, run); 680 log_err("Bad glyph to char index for glyph %d on line %d: expected %d, got %d\n", 711 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n",
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
uperf.cpp | 37 "\t-l or --line-mode The data file should be processed in line mode\n" 39 "\t Cannot be used with --line-mode\n" 72 UOPTION_DEF( "line-mode", 'l', UOPT_NO_ARG), 209 const UChar* line=NULL; local 212 line = ucbuf_readline(ucharBuf,&len,&status); 213 if(line == NULL || U_FAILURE(status)){ 218 memcpy(lines[numLines].name, line, len * U_SIZEOF_UCHAR); 226 fprintf(stderr, "Out of memory reading line %d.\n", (int)numLines);
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.h | 173 int line; /* used internally to report duplicate keys in tables */ member in struct:SResource
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_gencmn.c | 118 char line[512]; local 158 while(T_FileStream_readLine(in, line, sizeof(line))!=NULL) { 160 s=line; 171 if (*line == '#') { 179 while((t = uprv_strchr(line,U_FILE_ALT_SEP_CHAR))) { 184 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
|
/external/chromium_org/third_party/libevent/ |
buffer.c | 206 * Reads a line terminated by either '\r\n', '\n\r' or '\r' or '\n'. 215 char *line; local 226 if ((line = malloc(i + 1)) == NULL) { 231 memcpy(line, data, i); 232 line[i] = '\0'; 235 * Some protocols terminate a line with '\r\n', so check for 248 return (line);
|
/external/chromium_org/third_party/libjingle/overrides/talk/base/ |
logging.cc | 125 int line, 131 line_(line), 139 int line, 146 line_(line), 225 const unsigned char* line = udata; local 237 // If we are in unprintable mode, we need to see a line of at least 240 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) { 243 // Determine if the line contains only whitespace and printable 246 for (const unsigned char* pos = line; pos < end_of_line; ++pos) { 255 // Treat an empty line following unprintable data as unprintable [all...] |
/external/chromium_org/third_party/libxml/src/ |
error.c | 149 * Displays the associated file and line informations for the current input 158 input->line); 161 "Entity: line %d: ", input->line); 177 xmlChar content[81]; /* space for 80 chars + line terminator */ 188 /* search backwards for beginning-of-line (to max buff size) */ 195 /* search forward for end-of-line (to max buff size) */ 207 /* create blank line with problem pointer */ 210 /* (leave buffer space for pointer + line terminator) */ 247 int line = 0 local [all...] |
/external/chromium_org/third_party/libxslt/libexslt/ |
crypto.c | 128 int line) { 138 "exslt:crypto error (line %d). %s", line, local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_context.h | 30 * The setup code is concerned with point/line/triangle setup and 62 * Point/line/triangle setup context. 151 void (*line)( struct lp_setup_context *, member in struct:lp_setup_context
|
lp_setup_line.c | 239 * Print line vertex attribs (for debug). 249 debug_printf("llvmpipe line\n"); 282 struct lp_rast_triangle *line; local 339 /* X-MAJOR LINE */ 440 /* Y-MAJOR LINE */ 577 line = lp_setup_alloc_triangle(scene, 581 if (!line) 585 line->v[0][0] = v1[0][0]; 586 line->v[1][0] = v2[0][0]; 587 line->v[0][1] = v1[0][1] [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/ |
drisw.c | 255 int ximage_stride, line; local 271 for (line = h-1; line; --line) { 272 memmove(&map[line * transfer->stride], 273 &map[line * ximage_stride],
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 601 static void TAG(line)( struct gl_context *ctx, GLuint e0, GLuint e1 ) function 619 LINE( v[0], v[1] ); 666 TAB[IND].line = TAG(line);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
importer.cc | 98 void AddError(int line, int column, const string& message) { 100 multi_file_error_collector_->AddError(filename_, line, column, message); 178 int line, column; local 179 owner_->source_locations_.Find(descriptor, location, &line, &column); 180 owner_->error_collector_->AddError(filename, line, column, message);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.h | 62 // Indicates that there was an error in the input at the given line and 65 virtual void AddError(int line, int column, const string& message) = 0; 67 // Indicates that there was a warning in the input at the given line and 70 virtual void AddWarning(int line, int column, const string& message) { } 109 // A string literal cannot cross a line break. 122 // "line" and "column" specify the position of the first character of 124 int line; member in struct:google::protobuf::io::Tokenizer::Token 151 // A series of line comments appearing on consecutive lines, with no other 156 // be stripped from the beginning of each line other than the first. Newlines 167 // // Another line attached to baz [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateMaker.cpp | 295 int line = fError.getLineNumber(); local 296 if (line >= 0) { 298 fErrorString.append("line "); 299 fErrorString.appendS32(line);
|
/external/chromium_org/third_party/skia/src/core/ |
SkRegion_path.cpp | 27 if (!this->collapsWithPrev()) { // flush the last line 42 const Scanline* line = (Scanline*)fStorage; local 43 while (line < fCurrScanline) { 44 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount); 45 for (int i = 0; i < line->fXCount; i++) { 46 SkDebugf(" %d", line->firstX()[i]); 50 line = line->nextScanline(); 177 // setup for the new curr line 198 const SkRegion::RunType* line = fStorage; local 209 const Scanline* line = (const Scanline*)fStorage; local 219 const Scanline* line = (const Scanline*)fStorage; local [all...] |
/external/chromium_org/third_party/skia/src/images/ |
bmpdecoderhelper.cpp | 279 uint8* line = output_ + (3 * width_ * realH); local 282 line[2] = GetByte(); 283 line[1] = GetByte(); 284 line[0] = GetByte(); 287 line[0] = ((val & redBits_) >> redShiftRight_) << redShiftLeft_; 288 line[1] = ((val & greenBits_) >> greenShiftRight_) << greenShiftLeft_; 289 line[2] = ((val & blueBits_) >> blueShiftRight_) << blueShiftLeft_; 309 line[0] = colTab_[base]; 310 line[1] = colTab_[base + 1]; 311 line[2] = colTab_[base + 2] [all...] |