HomeSort by relevance Sort by last modified time
    Searched refs:line_end (Results 1 - 25 of 37) sorted by null

1 2

  /external/ply/ply/test/
yacc_error5.py 29 line_start, line_end = t.linespan(3)
31 print("Assignment Error at %d:%d to %d:%d" % (line_start,pos_start,line_end,pos_end))
53 line_start, line_end = t.linespan(2)
55 print("Group at %d:%d to %d:%d" % (line_start,pos_start, line_end, pos_end))
60 line_start, line_end = t.linespan(2)
62 print("Syntax error at %d:%d to %d:%d" % (line_start,pos_start, line_end, pos_end))
  /external/google-breakpad/src/client/linux/minidump_writer/
proc_cpuinfo_reader.h 70 const char* line_end = line + line_len; local
84 while (val < line_end && my_isspace(*val))
88 value_len_ = static_cast<size_t>(line_end - val);
  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 221 uchar* line_end = src + (m_width*m_bpp + 7)/8; local
227 int max_count = (int)(line_end - tsrc);
248 if( len > line_end - tsrc )
258 if( tsrc >= line_end )
290 uchar* line_end = data + width3; local
295 int max_count = (int)(line_end - data);
328 data = FillUniColor( data, line_end, step, width3,
332 data = FillUniGray( data, line_end, step, width3,
339 if( data == line_end )
343 line_end += step
    [all...]
grfmt_bmp.cpp 253 uchar* line_end = data + width3; local
273 if( end > line_end ) goto decode_rle4_bad;
286 if( data + code*nch > line_end ) goto decode_rle4_bad;
295 int x_shift3 = (int)(line_end - data);
307 data = FillUniColor( data, line_end, step, width3,
311 data = FillUniGray( data, line_end, step, width3,
341 uchar* line_end = data + width3; local
355 if( data + len > line_end )
359 data = FillUniColor( data, line_end, step, width3,
363 data = FillUniGray( data, line_end, step, width3,
    [all...]
utils.cpp 380 uchar* FillUniColor( uchar* data, uchar*& line_end,
389 if( end > line_end )
390 end = line_end;
399 if( data >= line_end )
401 line_end += step;
402 data = line_end - width3;
412 uchar* FillUniGray( uchar* data, uchar*& line_end,
421 if( end > line_end )
422 end = line_end;
431 if( data >= line_end )
    [all...]
utils.h 99 uchar* FillUniColor( uchar* data, uchar*& line_end, int step, int width3,
101 uchar* FillUniGray( uchar* data, uchar*& line_end, int step, int width3,
  /external/libcups/filter/
rastertohp.c 434 *line_end, /* End-of-line byte pointer */ local
448 line_end = line + length;
456 line_end = line + length;
458 line_ptr < line_end;
462 (line_ptr + count) < line_end &&
472 line_end = comp_ptr;
481 line_end = line + length;
484 while (line_ptr < line_end)
486 if ((line_ptr + 1) >= line_end)
504 while (line_ptr < (line_end - 1) &
    [all...]
rastertoepson.c 418 *line_end, /* End-of-line byte pointer */ local
432 line_end = line + length;
440 for (comp_ptr = (unsigned char *)line; comp_ptr < line_end;)
474 if ((temp & 0x01) && comp_ptr < line_end && *comp_ptr & 0x80)
494 while (line_ptr < line_end)
496 if ((line_ptr + 1) >= line_end)
514 while (line_ptr < (line_end - 1) &&
535 while (line_ptr < (line_end - 1) &&
551 line_end = comp_ptr;
608 pwrite(line_ptr, (size_t)(line_end - line_ptr))
    [all...]
rastertolabel.c 909 *line_end, /* End-of-line byte pointer */ local
922 line_end = line + length;
927 while (line_ptr < line_end)
943 if ((count = (unsigned)(line_end - line_ptr)) > 8)
955 line_ptr < line_end)
961 if (line_ptr == line_end)
973 line_ptr < line_end &&
  /system/extras/simpleperf/
utils.cpp 277 char* line_end = strchr(p, '\n'); local
278 if (line_end != nullptr) {
279 *line_end = '\0';
281 size_t line_size = (line_end != nullptr) ? (line_end - p) : (data_end - p);
289 if (line_end != nullptr) {
290 *line_end = '\n';
291 p = line_end + 1;
  /external/opencv/cv/src/
cvhough.cpp 561 CvPoint line_end[2] = {{0,0}, {0,0}}; local
653 line_end[k].y = i1;
654 line_end[k].x = j1;
661 good_line = abs(line_end[1].x - line_end[0].x) >= lineLength ||
662 abs(line_end[1].y - line_end[0].y) >= lineLength;
710 if( i1 == line_end[k].y && j1 == line_end[k].x )
717 CvRect lr = { line_end[0].x, line_end[0].y, line_end[1].x, line_end[1].y }
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 1073 char *config, *end, *pos, *line_end; local
1087 for (pos = config; pos < end; pos = line_end + 1) {
1088 line_end = pos;
1089 while (*line_end != '\n' && *line_end != '\r' &&
1090 line_end < end)
1091 line_end++;
1092 *line_end = '\0';
1097 imc = tncc_parse_imc(pos + 4, line_end, &error);
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 1021 char *config, *end, *pos, *line_end; local
1036 for (pos = config; pos < end; pos = line_end + 1) {
1037 line_end = pos;
1038 while (*line_end != '\n' && *line_end != '\r' &&
1039 line_end < end)
1040 line_end++;
1041 *line_end = '\0';
1046 imv = tncs_parse_imv(id++, pos + 4, line_end, &error);
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 64 int line_end = bFirst ? height : -1; local
65 while (line != line_end) {
  /external/curl/lib/
http2.c 1659 char *end, *line_end; local
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 494 const size_t line_end = output.find('\n', at); local
496 if (line_end == ::std::string::npos) {
500 ret += output.substr(at, line_end + 1 - at);
501 at = line_end + 1;
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 507 const size_t line_end = output.find('\n', at); local
509 if (line_end == ::std::string::npos) {
513 ret += output.substr(at, line_end + 1 - at);
514 at = line_end + 1;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 507 const size_t line_end = output.find('\n', at); local
509 if (line_end == ::std::string::npos) {
513 ret += output.substr(at, line_end + 1 - at);
514 at = line_end + 1;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 459 const size_t line_end = output.find('\n', at); local
461 if (line_end == ::std::string::npos) {
465 ret += output.substr(at, line_end + 1 - at);
466 at = line_end + 1;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 496 const size_t line_end = output.find('\n', at); local
498 if (line_end == ::std::string::npos) {
502 ret += output.substr(at, line_end + 1 - at);
503 at = line_end + 1;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 456 const size_t line_end = output.find('\n', at); local
458 if (line_end == ::std::string::npos) {
462 ret += output.substr(at, line_end + 1 - at);
463 at = line_end + 1;
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 505 const size_t line_end = output.find('\n', at); local
507 if (line_end == ::std::string::npos) {
511 ret += output.substr(at, line_end + 1 - at);
512 at = line_end + 1;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 496 const size_t line_end = output.find('\n', at); local
498 if (line_end == ::std::string::npos) {
502 ret += output.substr(at, line_end + 1 - at);
503 at = line_end + 1;
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 496 const size_t line_end = output.find('\n', at); local
498 if (line_end == ::std::string::npos) {
502 ret += output.substr(at, line_end + 1 - at);
503 at = line_end + 1;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 496 const size_t line_end = output.find('\n', at); local
498 if (line_end == ::std::string::npos) {
502 ret += output.substr(at, line_end + 1 - at);
503 at = line_end + 1;
    [all...]

Completed in 529 milliseconds

1 2