/external/chromium/chrome/browser/cocoa/ |
D | authorization_util.mm | 113 size_t line_length = 0; 114 char* line_c = fgetln(*pipe_pointer, &line_length); 116 if (line_length > 0 && line_c[line_length - 1] == '\n') { 117 // line_c + line_length is the start of the next line if there is one. 119 --line_length; 121 std::string line(line_c, line_length);
|
/external/chromium/net/base/ |
D | ssl_false_start_blacklist_process.cc | 251 for (unsigned i = 0, line_length = 0; i < table_data.size(); i++) { in main() local 252 if (line_length == 0) in main() 255 line_length += fprintf(out, "%d, ", c); in main() 258 } else if (line_length >= 70) { in main() 260 line_length = 0; in main()
|
/external/chromium/net/tools/flip_server/ |
D | balsa_visitor_interface.h | 93 size_t line_length, 118 size_t line_length,
|
D | mem_cache.h | 32 size_t line_length, in ProcessRequestFirstLine() argument 40 size_t line_length, in ProcessResponseFirstLine() argument
|
D | balsa_frame.h | 212 size_t line_length, in ProcessRequestFirstLine() argument 220 size_t line_length, in ProcessResponseFirstLine() argument
|
D | streamer_interface.h | 91 size_t line_length, in ProcessRequestFirstLine() argument 99 size_t line_length, in ProcessResponseFirstLine() argument
|
D | http_interface.h | 42 size_t line_length, in ProcessRequestFirstLine() argument 50 size_t line_length, in ProcessResponseFirstLine() argument
|
/external/freetype/src/base/ |
D | ftstroke.c | 766 FT_Fixed line_length; /* length of last lineto */ member 980 FT_Fixed line_length ) in ft_stroker_inside() argument 996 if ( !border->movable || line_length == 0 ) in ft_stroker_inside() 1005 intersect = FT_BOOL( stroker->line_length >= min_length && in ft_stroker_inside() 1006 line_length >= min_length ); in ft_stroker_inside() 1042 FT_Fixed line_length ) in ft_stroker_outside() argument 1152 if ( line_length == 0 ) in ft_stroker_outside() 1183 if ( line_length == 0 ) in ft_stroker_outside() 1203 FT_Fixed line_length ) in ft_stroker_process_corner() argument 1224 error = ft_stroker_inside( stroker, inside_side, line_length ); in ft_stroker_process_corner() [all …]
|
/external/freetype/src/sfnt/ |
D | ttsbit.c | 1193 FT_Int line_length; in Load_SBit_Single() local 1199 line_length = ( glyph_width + 7 ) >> 3; in Load_SBit_Single() 1202 line_length = ( glyph_width + 3 ) >> 2; in Load_SBit_Single() 1205 line_length = ( glyph_width + 1 ) >> 1; in Load_SBit_Single() 1208 line_length = glyph_width; in Load_SBit_Single() 1211 glyph_size = glyph_height * line_length; in Load_SBit_Single()
|
/external/srec/srec/test/SRecTestAudio/src/ |
D | SRecTestAudio.c | 1993 size_t line_length; in srec_test_process_nbest_list() local 1998 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 1999 … esr_status = SR_RecognizerResultGetValue ( data->result, 0, L("conf"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2011 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 2012 … = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2017 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 2018 … = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2025 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 2026 …atus = SR_RecognizerResultGetValue (data->result, nbest_num, L("raws"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2068 size_t line_length; in srec_test_process_recognition() local [all …]
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 2300 size_t line_length; in srec_test_process_nbest_list() local 2313 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 2314 … = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2319 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 2320 … = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2328 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 2329 …tus = SR_RecognizerResultGetValue (data->result, nbest_num , L("conf"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2340 line_length = MAX_LINE_LENGTH; in srec_test_process_nbest_list() 2341 …atus = SR_RecognizerResultGetValue (data->result, nbest_num, L("raws"), linebuffer, &line_length ); in srec_test_process_nbest_list() 2398 size_t line_length; in srec_test_process_recognition() local [all …]
|
/external/bluetooth/glib/glib/ |
D | giochannel.c | 1572 gsize checked_to, line_term_len, line_length, got_term_len; in g_io_channel_read_line_backend() local 1656 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend() 1666 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend() 1670 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend() 1682 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend() 1688 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend() 1710 line_length = use_buf->len; in g_io_channel_read_line_backend() 1724 *terminator_pos = line_length; in g_io_channel_read_line_backend() 1727 *length = line_length + got_term_len; in g_io_channel_read_line_backend()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 89 static int line_length(const char *l) in line_length() function 103 const char *lp = l + line_length(l); in line_length_stripped() 544 data += line_length(data); in ssdp_parse_msearch() 547 for (; *data != '\0'; data += line_length(data)) { in ssdp_parse_msearch()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp_ssdp.c | 90 static int line_length(const char *l) in line_length() function 104 const char *lp = l + line_length(l); in line_length_stripped() 561 data += line_length(data); in ssdp_parse_msearch() 564 for (; *data != '\0'; data += line_length(data)) { in ssdp_parse_msearch()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 532 string::size_type line_length = in ~MemoryOutputStream() local 534 memcpy(target_ptr, data_.data() + data_pos, line_length); in ~MemoryOutputStream() 535 target_ptr += line_length; in ~MemoryOutputStream() 536 data_pos += line_length; in ~MemoryOutputStream()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbvideo.c | 791 fprintf(stderr, "\tline_length = %d\n", finfo->line_length); in print_finfo() 1036 current->pitch = finfo.line_length; in FB_SetVideoMode()
|
/external/kernel-headers/original/linux/ |
D | fb.h | 168 __u32 line_length; /* length of a line in bytes */ member
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 1973 __vki_u32 line_length; /* length of a line in bytes */ member
|