/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
mkskel.tpu | 19 POSITION(LINE_END); end_pos := MARK(NONE); 28 POSITION(LINE_END); COPY_TEXT('",');
|
/external/dbus/bus/ |
desktop-file.c | 365 int line_end, eol_len; local 367 if (!_dbus_string_find_eol (&parser->data, parser->pos, &line_end, &eol_len)) 368 line_end = parser->len; 370 if (line_end == parser->len) 373 parser->pos = line_end + eol_len; 398 int line_end, eol_len; local 403 if (!_dbus_string_find_eol (&parser->data, parser->pos, &line_end, &eol_len)) 404 line_end = parser->len; 406 if (line_end - parser->pos <= 2 || 407 _dbus_string_get_byte (&parser->data, line_end - 1) != ']' 455 int line_end, eol_len; local [all...] |
/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/chromium/net/tools/tld_cleanup/ |
tld_cleanup.cc | 177 size_t line_end = 0; local 185 line_end = data.find_first_of("\r\n", line_start); 186 if (line_end == std::string::npos) 187 line_end = data.size(); 190 line_end = data.find_first_of("\r\n \t", line_start); 191 if (line_end == std::string::npos) 192 line_end = data.size(); 193 domain.assign(data.data(), line_start, line_end - line_start); 218 line_start = data.find_first_of("\r\n", line_end);
|
/gdk/samples/bitmap-plasma-llvm/jni/ |
libplasma.c | 165 uint16_t* line_end = line + width; local 167 if (line < line_end) { 178 while (line + 2 <= line_end) { 194 if (line < line_end) {
|
plasmaLLVM.cpp | 218 uint16_t* line_end = line + info->width; local 220 if (line < line_end) { 231 while (line + 2 <= line_end) { 247 if (line < line_end) {
|
/external/chromium/net/http/ |
http_response_headers.cc | 331 std::string::const_iterator line_end = local 335 bool has_headers = (line_end != raw_input.end() && 336 (line_end + 1) != raw_input.end() && 337 *(line_end + 1) != '\0'); 338 ParseStatusLine(line_begin, line_end, has_headers); 340 if (line_end == raw_input.end()) { 350 raw_headers_.append(line_end + 1, raw_input.end()); 353 line_end = raw_headers_.begin() + status_line_len - 1; 355 HttpUtil::HeadersIterator headers(line_end + 1, raw_headers_.end(), 536 // Note: this implementation implicitly assumes that line_end points at a vali [all...] |
http_util.cc | 541 const char* line_end = lines.token_end(); local 546 raw_headers.append(FindFirstNonLWS(line_begin, line_end), line_end); local 552 raw_headers.append(line_begin, line_end); 555 prev_line_continuable = IsLineSegmentContinuable(line_begin, line_end);
|
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | 458 // 'line_end' points to the position of '\n' + 1. 464 const char* line_end, 467 DCHECK_LT(colon_loc, line_end); 470 DCHECK_GE(' ', *line_end) 471 << "\"" << std::string(line_begin, line_end) << "\""; 483 while (current < line_end && *current <= ' ') ++current; 528 const char* line_end = stream_begin + lines_[i - 1].second; local 529 DCHECK_LT(line_begin - stream_begin, line_end - stream_begin); 535 // We're guaranteed to have *line_end > ' ' while line_end >= line_begin 627 const char* line_end = stream_begin + header_line.last_char_idx; local 672 const char* line_end = stream_begin + header_line.last_char_idx; local [all...] |
balsa_headers_token_utils.cc | 21 const char* line_end = stream_begin + header_line.last_char_idx; local 24 ParseTokenList(value_begin, line_end, tokens);
|
balsa_frame.h | 157 const char* line_end,
|
/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/chromium/chrome/browser/extensions/ |
user_script_master.cc | 56 size_t line_end = line_start; local 73 line_end = script_text.find('\n', line_start); 76 if (line_end == std::string::npos) 77 line_end = script_text.length() - 1; 79 line.set(script_text.data() + line_start, line_end - line_start); 124 line_start = line_end + 1;
|
/external/chromium/net/websockets/ |
websocket_handshake_handler.cc | 58 std::string::const_iterator line_end, 61 std::string::const_iterator colon = std::find(line_begin, line_end, ':'); 62 if (colon == line_end) { 84 std::string::const_iterator line_end = lines.token_end(); local 88 if (GetHeaderName(line_begin, line_end, &name_begin, &name_end)) { 97 filtered_headers.append(line_begin, line_end);
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 216 uint16_t* line_end = line + info->width; local 218 if (line < line_end) { 229 while (line + 2 <= line_end) { 245 if (line < line_end) {
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
tncs.c | 1095 char *config, *end, *pos, *line_end; local 1110 for (pos = config; pos < end; pos = line_end + 1) { 1111 line_end = pos; 1112 while (*line_end != '\n' && *line_end != '\r' && 1113 line_end < end) 1114 line_end++; 1115 *line_end = '\0'; 1120 imv = tncs_parse_imv(id++, pos + 4, line_end, &error);
|
/external/wpa_supplicant_8/src/eap_server/ |
tncs.c | 1089 char *config, *end, *pos, *line_end; local 1104 for (pos = config; pos < end; pos = line_end + 1) { 1105 line_end = pos; 1106 while (*line_end != '\n' && *line_end != '\r' && 1107 line_end < end) 1108 line_end++; 1109 *line_end = '\0'; 1114 imv = tncs_parse_imv(id++, pos + 4, line_end, &error);
|
/external/chromium/net/base/ |
sdch_manager.cc | 390 size_t line_end = dictionary_text.find('\n', line_start); local 391 DCHECK(std::string::npos != line_end); 392 DCHECK(line_end <= header_end); 400 if (colon_index > line_end) 406 if (value_start >= line_end) 409 std::string value(dictionary_text, value_start, line_end - value_start); 430 if (line_end >= header_end) 432 line_start = line_end + 1;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
tncc.c | 1125 char *config, *end, *pos, *line_end; local 1139 for (pos = config; pos < end; pos = line_end + 1) { 1140 line_end = pos; 1141 while (*line_end != '\n' && *line_end != '\r' && 1142 line_end < end) 1143 line_end++; 1144 *line_end = '\0'; 1149 imc = tncc_parse_imc(pos + 4, line_end, &error);
|
/external/wpa_supplicant_8/src/eap_peer/ |
tncc.c | 1119 char *config, *end, *pos, *line_end; local 1133 for (pos = config; pos < end; pos = line_end + 1) { 1134 line_end = pos; 1135 while (*line_end != '\n' && *line_end != '\r' && 1136 line_end < end) 1137 line_end++; 1138 *line_end = '\0'; 1143 imc = tncc_parse_imc(pos + 4, line_end, &error);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 225 uint16_t* line_end = line + buffer->width; local 227 if (line < line_end) { 238 while (line + 2 <= line_end) { 254 if (line < line_end) {
|
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
ImageEditorPanel.java | 169 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 177 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 213 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 284 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 291 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 298 GridBagConstraints.LINE_END, GridBagConstraints.NONE, 305 GridBagConstraints.LINE_END, GridBagConstraints.NONE, [all...] |