/external/opencv/otherlibs/highgui/ |
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/wpa_supplicant_8/src/eap_peer/ |
tncc.c | 1117 char *config, *end, *pos, *line_end; local 1131 for (pos = config; pos < end; pos = line_end + 1) { 1132 line_end = pos; 1133 while (*line_end != '\n' && *line_end != '\r' && 1134 line_end < end) 1135 line_end++; 1136 *line_end = '\0'; 1141 imc = tncc_parse_imc(pos + 4, line_end, &error);
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
tabbed_pane.cc | 224 SkScalar line_end = SkIntToScalar(width()); local 239 path.lineTo(line_end, line_y); 247 canvas->sk_canvas()->drawLine(0, line_y, line_end, line_y, paint);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 224 uint16_t* line_end = line + buffer->width; local 226 if (line < line_end) { 237 while (line + 2 <= line_end) { 253 if (line < line_end) {
|
/external/chromium_org/net/websockets/ |
websocket_handshake_handler.cc | 72 std::string::const_iterator line_end, 75 std::string::const_iterator colon = std::find(line_begin, line_end, ':'); 76 if (colon == line_end) { 98 std::string::const_iterator line_end = lines.token_end(); local 102 if (GetHeaderName(line_begin, line_end, &name_begin, &name_end)) { 111 filtered_headers.append(line_begin, line_end);
|
/external/chromium/net/http/ |
http_util.cc | 548 const char* line_end = lines.token_end(); local 553 raw_headers.append(FindFirstNonLWS(line_begin, line_end), line_end); local 559 raw_headers.append(line_begin, line_end); 562 prev_line_continuable = IsLineSegmentContinuable(line_begin, line_end);
|
http_response_headers.h | 270 std::string::const_iterator line_end); 279 std::string::const_iterator line_end,
|
/external/chromium_org/rlz/lib/ |
rlz_lib.cc | 527 int line_end = line_end_index; local 528 if (line_end < 0) 529 line_end = response_length; 531 if (line_end <= line_begin) 535 response_line = response_string.substr(line_begin, line_end - line_begin);
|
/external/chromium/net/tools/flip_server/ |
balsa_frame.h | 157 const char* line_end,
|
/external/chromium_org/net/tools/flip_server/ |
balsa_frame.h | 157 const char* line_end,
|
/external/chromium_org/net/http/ |
http_util.cc | 611 const char* line_end = lines.token_end(); 616 raw_headers.append(FindFirstNonLWS(line_begin, line_end), line_end); 622 raw_headers.append(line_begin, line_end); 625 prev_line_continuable = IsLineSegmentContinuable(line_begin, line_end);
|
http_response_headers.h | 294 std::string::const_iterator line_end); 303 std::string::const_iterator line_end,
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp.cc | 339 size_t line_end = message.find(kNewLine, line_start); local 340 if (line_end != std::string::npos) { 341 if (line_end > 0 && (message.at(line_end - 1) == kReturn)) { 342 --line_end; 344 first_line = message.substr(line_start, (line_end - line_start)); 428 size_t line_end = message.find(kNewLine, line_begin); local 429 if (line_end == std::string::npos) { 433 *pos = line_end + 1; 434 if (line_end > 0 && (message.at(line_end - 1) == kReturn)) [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
fmt.c | 208 fmt (const char *line, const char *line_end, int max_length, FILE *output_file) 211 end_of_parabuf = line_end;
|
sed.h | 211 extern void fmt P_ ((const char *line, const char *line_end, int max_length, FILE *output_file));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiledata_unittest.cc | 260 char* line_end = strchr(line_start, '\n'); local 261 *line_end = '\0'; 310 cur_offset += (line_end - line_start) + 1;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiledata_unittest.cc | 260 char* line_end = strchr(line_start, '\n'); local 261 *line_end = '\0'; 310 cur_offset += (line_end - line_start) + 1;
|
/external/chromium/testing/gtest/src/ |
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/chromium_org/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/chromium_org/third_party/mesa/src/src/gtest/src/ |
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/gtest/src/ |
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/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/mesa3d/src/gtest/src/ |
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...] |
/ndk/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...] |
/external/chromium_org/tools/grit/grit/ |
util.py | 457 def FixLineEnd(text, line_end): 462 text = text.replace('\n', line_end)
|