Searched defs:line (Results 276 - 300 of 1454) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dconsole_logger.cc69 int line = -1; local
70 if (message_dict->GetInteger("line", &line)) {
73 base::SStringPrintf(&line_column, "%d:%d", line, column);
75 base::SStringPrintf(&line_column, "%d", line);
78 // No line number, but print anyway, just to maintain the number of
/external/chromium_org/crypto/
H A Dopenssl_util.cc77 static void LockingCallback(int mode, int n, const char* file, int line) { argument
78 OpenSSLInitSingleton::GetInstance()->OnLockingCallback(mode, n, file, line);
81 void OnLockingCallback(int mode, int n, const char* file, int line) { argument
97 // such as the library, function and reason for the error, the file and line
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_resource_manager.cc23 << resource_tracker->line();
31 int line) {
35 new FakeResourceTracker(resource, classname, file, line);
55 << resource_tracker->line();
74 << resource_tracker->line();
111 << resource_tracker->line();
119 int line)
123 line_(line),
28 Create(FakeResource* resource, const char* classname, const char* file, int line) argument
116 FakeResourceTracker(FakeResource* resource, const char* classname, const char* file, int line) argument
/external/chromium_org/net/disk_cache/blockfile/
H A Dtrace.cc114 char line[kEntrySize + 2]; local
117 vsprintf_s(line, format, ap);
119 vsnprintf(line, kEntrySize, format, ap);
123 line[kEntrySize] = '\0';
124 LOG(INFO) << line;
134 memcpy(s_trace_buffer->buffer[s_trace_buffer->current], line, kEntrySize);
152 char line[kEntrySize + 2]; local
159 memcpy(line, s_trace_buffer->buffer[current], kEntrySize);
160 line[kEntrySize] = '\0';
161 size_t length = strlen(line);
[all...]
/external/chromium_org/net/ftp/
H A Dftp_ctrl_response_buffer.cc35 ParsedLine line = lines_.front(); local
39 if (!line.is_complete || line.status_code != response_buf_.status_code) {
40 line_buf_.append(line.raw_text);
46 line_buf_ = line.status_text;
47 DCHECK_EQ(line.status_code, response_buf_.status_code);
49 if (!line.is_multiline) {
59 if (!line.is_complete)
62 response_buf_.status_code = line.status_code;
63 if (line
113 ParseLine( const std::string& line) argument
[all...]
/external/chromium_org/net/ssl/
H A Dopenssl_ssl_util.cc163 if (error_info.line != 0)
164 dict->SetInteger("line", error_info.line);
205 int line; local
207 error_code = ERR_get_error_line(&file, &line);
211 out_error_info->line = line;
216 out_error_info->line = line;
/external/chromium_org/net/tools/quic/
H A Dquic_client_bin.cc40 base::CommandLine* line = base::CommandLine::ForCurrentProcess(); local
41 const base::CommandLine::StringVector& urls = line->GetArgs();
47 if (line->HasSwitch("h") || line->HasSwitch("help") || urls.empty()) {
65 if (line->HasSwitch("port")) {
67 if (base::StringToInt(line->GetSwitchValueASCII("port"), &port)) {
71 if (line->HasSwitch("address")) {
72 FLAGS_address = line->GetSwitchValueASCII("address");
74 if (line->HasSwitch("hostname")) {
75 FLAGS_hostname = line
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTScanner.cpp35 VTTScanner::VTTScanner(const String& line) : m_is8Bit(line.is8Bit()) argument
38 m_data.characters8 = line.characters8();
39 m_end.characters8 = m_data.characters8 + line.length();
41 m_data.characters16 = line.characters16();
42 m_end.characters16 = m_data.characters16 + line.length();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGPathData.cpp68 SVGLineElement* line = toSVGLineElement(element); local
71 path.moveTo(FloatPoint(line->x1()->currentValue()->value(lengthContext), line->y1()->currentValue()->value(lengthContext)));
72 path.addLineTo(FloatPoint(line->x2()->currentValue()->value(lengthContext), line->y2()->currentValue()->value(lengthContext)));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
H A DValidatorContext.java68 position.line,
70 sourceFile.getLine(position.line),
86 public final int line; field in class:ValidatorContext.SourcePosition
89 public SourcePosition(int line, int column) { argument
90 this.line = line;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
H A DFEGaussianBlurNEON.h48 int line = y * pixelLine; local
53 float32x4_t sourcePixelAsFloat = loadRGBA8AsFloat(sourcePixel + line + i * pixelStride);
59 int pixelOffset = line + x * pixelStride;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextPosition.h63 TextPosition(OrdinalNumber line, OrdinalNumber column) argument
64 : m_line(line)
76 // A value with line value less than a minimum; used as an impossible position.
79 // A value corresponding to a position with given offset within text having the specified line ending offsets.
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsampstat32 usage = "usage: %prog [options] [FILES]\n Compute the mean and 95% confidence interval of a sample set.\n Standard input or files must contain two or more decimal numbers, one per line."
73 for line in fileinput.input(files):
74 match = re.search(decimalNumberPattern, line)
90 line = " %.2f %s" % (item, options.unit) variable
91 print line
92 length = len(line) if len(line) > length else length
/external/chromium_org/third_party/freetype/src/base/
H A Dftdebug.c87 int line,
91 FT_UNUSED( line );
86 FT_Throw( FT_Error error, int line, const char* file ) argument
H A Dftlcdfil.c46 FT_Byte* line = bitmap->buffer; local
49 for ( ; height > 0; height--, line += bitmap->pitch )
55 val1 = line[0];
62 val1 = line[1];
73 val = line[xx];
82 line[xx - 2] = (FT_Byte)pix;
91 line[xx - 2] = (FT_Byte)pix;
95 line[xx - 1] = (FT_Byte)pix;
189 FT_Byte* line = bitmap->buffer; local
192 for ( ; height > 0; height--, line
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_icu.cpp80 char line[1024]; local
91 while(fgets(line, sizeof(line), file)) {
93 end=strchr(line, '#');
98 end=strchr(line, 0);
99 while(line<end && (*(end-1)=='\r' || *(end-1)=='\n')) {
107 start=u_skipWhitespace(line);
112 // take whitespace-separated items from the line
114 // find whitespace after the item or the end of the line
117 // this item is the last one on the line
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_formatter.cc113 std::string* line) {
114 line->clear();
120 line->append(separator);
122 line->append(*it);
152 // or end of a line are separators, and therefore only relevant if the
179 std::string line; local
185 if (!line.empty()) {
186 lines->push_back(line);
187 line.clear();
195 line
111 CombineLinesForLanguage(const std::vector<std::string>& lines, const std::string& language_tag, std::string* line) argument
216 GetFormattedNationalAddressLine( const AddressData& address_data, std::string* line) argument
223 GetStreetAddressLinesAsSingleLine( const AddressData& address_data, std::string* line) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsep.h48 // The sdp line that causes the error.
49 std::string line; member in struct:webrtc::SdpParseError
61 // identification" as defined in [RFC 3388] for m-line this candidate is
64 // This indeicates the index (starting at zero) of m-line in the SDP this
85 // This class represents a collection of candidates for a specific m-line.
87 // candidates for a certain m-line.
111 // RFC 4566 for the SDP o= line.
122 // Returns a collection of all candidates that belong to a certain m-line
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_tracker.h29 line; member in struct:mem_block
65 char * file, unsigned int line)
69 line - the line in file addr was referenced from
70 Adds memory address addr, it's size, file and line it came from
74 char *file, unsigned int line,
78 vpx_memory_tracker_add(size_t addr, unsigned int size, char * file, unsigned int line)
114 fail, the filename and line of the check will be printed out.
116 void vpx_memory_tracker_check_integrity(char *file, unsigned int line);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h41 * Basic info for a point/line/triangle primitive.
68 void (*line)( struct draw_stage *, member in struct:draw_stage
H A Ddraw_pipe_unfilled.c29 * \brief Drawing stage for handling glPolygonMode(line/point).
68 static void line( struct draw_stage *stage, function
75 stage->next->line( stage->next, &tmp );
102 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) line( stage, v2, v0 );
103 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) line( stage, v0, v1 );
104 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) line( stage, v1, v2 );
210 unfilled->stage.line = draw_pipe_passthrough_line;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py101 def line( intype, outtype, ptr, v0, v1 ): function
107 # and only emitting each line at most once.
110 line( intype, outtype, ptr, v0, v1 )
111 line( intype, outtype, ptr + '+2', v1, v2 )
112 line( intype, outtype, ptr + '+4', v2, v0 )
115 line( intype, outtype, ptr, v0, v1 )
116 line( intype, outtype, ptr + '+2', v1, v2 )
117 line( intype, outtype, ptr + '+4', v2, v3 )
118 line( intype, outtype, ptr + '+6', v3, v0 )
171 line( intyp
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection_Test.cpp15 _Line line; member in struct:lineCubic
27 const _Line& line = lineCubicTests[index].line; local
32 int order2 = reduceOrder(line, reduce2);
37 printf("[%d] line order=%d\n", (int) index, order2);
50 xy_at_t(line, tt2, tx2, ty2);
/external/chromium_org/third_party/skia/gm/
H A Dfatpathfill.cpp81 SkPath line, path; local
82 line.moveTo(SkIntToScalar(1), SkIntToScalar(2));
83 line.lineTo(SkIntToScalar(4 + i), SkIntToScalar(1));
84 paint.getFillPath(line, &path);
/external/chromium_org/third_party/skia/src/utils/
H A DSkPathUtils.cpp40 static void Line2path_pixel(SkPath* path, const char* line,
44 if (GetBit(line,i)) {
51 static void Line2path_pixelCircle(SkPath* path, const char* line,
55 if (GetBit(line,i)) {
64 static void Line2path_span(SkPath* path, const char* line, argument
70 int curPixel = GetBit(line,i);
87 if ( GetBit(line,width-1) ) ++end;
91 } else if ( GetBit(line, width - 1) ) { // if last pixel on add
101 // loop for every line in bitmap
103 // fn ptr handles each line separatel
119 const char* line = &bitmap[y * stride]; local
[all...]

Completed in 3015 milliseconds

<<11121314151617181920>>