/external/google-breakpad/src/common/linux/tests/ |
D | auto_testfile.h | 65 AutoTestFile(const char* test_prefix, const char* text, size_t text_len) { in AutoTestFile() argument 68 WriteText(text, text_len); in AutoTestFile() 108 void WriteText(const char* text, size_t text_len) { in WriteText() argument 109 ssize_t r = HANDLE_EINTR(write(fd_, text, text_len)); in WriteText() 110 if (r != static_cast<ssize_t>(text_len)) { in WriteText()
|
/external/harfbuzz_ng/util/ |
D | shape-consumer.hh | 54 unsigned int text_len, in consume_line() 64 shaper.populate_buffer (buffer, text, text_len, text_before, text_after); in consume_line() 66 output.consume_text (buffer, text, text_len, shaper.utf8_clusters); in consume_line() 78 output.consume_glyphs (buffer, text, text_len, shaper.utf8_clusters); in consume_line()
|
D | options.hh | 205 void populate_buffer (hb_buffer_t *buffer, const char *text, int text_len, in populate_buffer() 213 hb_buffer_add_utf8 (buffer, text, text_len, 0, text_len); in populate_buffer() 417 void shape_closure (const char *text, int text_len, in shape_closure() 422 hb_buffer_add_utf8 (buffer, text, text_len, 0, text_len); in shape_closure() 513 text_len = -1; in text_options_t() 550 int text_len; member 644 unsigned int text_len, 654 unsigned int text_len,
|
D | view-cairo.hh | 54 unsigned int text_len, in consume_text() 60 unsigned int text_len, in consume_glyphs() 65 helper_cairo_line_from_buffer (&l, buffer, text, text_len, scale_bits, utf8_clusters); in consume_glyphs()
|
D | main-font-text.hh | 78 unsigned int text_len; in main() local 80 while ((text = input.get_line (&text_len))) in main() 81 consumer.consume_line (text, text_len, input.text_before, input.text_after); in main()
|
D | hb-shape.cc | 89 unsigned int text_len, in consume_text() 93 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs); in consume_text() 104 unsigned int text_len, in consume_glyphs() 108 format.serialize_buffer_of_glyphs (buffer, line_no, text, text_len, font, in consume_glyphs()
|
D | hb-ot-shape-closure.cc | 65 unsigned int text_len, in consume_line() 70 shaper.shape_closure (text, text_len, font, buffer, glyphs); in consume_line()
|
D | hb-subset.cc | 50 unsigned int text_len, in consume_line() 68 } while ((c = g_utf8_find_next_char(c, text + text_len)) != nullptr); in consume_line()
|
D | helper-cairo.cc | 477 unsigned int text_len, in helper_cairo_line_from_buffer() argument 489 l->utf8 = g_strndup (text, text_len); in helper_cairo_line_from_buffer() 490 l->utf8_len = text_len; in helper_cairo_line_from_buffer() 543 l->clusters[cluster].num_bytes = l->utf8 + text_len - start; in helper_cairo_line_from_buffer() 558 l->clusters[cluster].num_bytes = l->utf8 + text_len - start; in helper_cairo_line_from_buffer()
|
D | options.cc | 330 text_opts->text_len = -1; in parse_text() 385 text_opts->text_len = gs->len; in parse_unicodes() 747 line_len = text_len; in get_line() 940 unsigned int text_len, in serialize_buffer_of_text() argument 948 g_string_append_len (gs, text, text_len); in serialize_buffer_of_text() 974 unsigned int text_len, in serialize_buffer_of_glyphs() argument
|
D | helper-cairo.hh | 82 unsigned int text_len,
|
/external/tcpdump/ |
D | signature.c | 50 signature_compute_hmac_md5(const uint8_t *text, int text_len, unsigned char *key, in signature_compute_hmac_md5() argument 100 MD5_Update(&context, text, text_len); /* then text of datagram */ in signature_compute_hmac_md5()
|
/external/libusb/libusb/ |
D | core.c | 2361 int global_debug, header_len, text_len; in usbi_log_v() local 2438 text_len = vsnprintf(buf + header_len, sizeof(buf) - header_len, in usbi_log_v() 2440 if (text_len < 0 || text_len + header_len >= (int)sizeof(buf)) { in usbi_log_v() 2443 text_len = sizeof(buf) - header_len; in usbi_log_v() 2445 if (header_len + text_len + sizeof(USBI_LOG_LINE_END) >= sizeof(buf)) { in usbi_log_v() 2447 text_len -= (header_len + text_len + sizeof(USBI_LOG_LINE_END)) - sizeof(buf); in usbi_log_v() 2449 strcpy(buf + header_len + text_len, USBI_LOG_LINE_END); in usbi_log_v()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | line_reader_unittest.cc | 50 ScopedTestFile(const char* text, size_t text_len) in ScopedTestFile() argument 51 : AutoTestFile("line_reader", text, text_len) { in ScopedTestFile()
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 2899 Py_ssize_t text_len = PyUnicode_GET_LENGTH(self->text); in _set_legacy_print_statement_msg() local 2902 start_pos, text_len, 1); in _set_legacy_print_statement_msg() 2906 end_pos = text_len; in _set_legacy_print_statement_msg() 2927 text_len = PyUnicode_GET_LENGTH(new_data); in _set_legacy_print_statement_msg() 2929 if (text_len > 0 && PyUnicode_READ_CHAR(new_data, text_len-1) == ',') { in _set_legacy_print_statement_msg() 2954 Py_ssize_t text_len = PyUnicode_GET_LENGTH(self->text), match; in _check_for_legacy_statements() local 2959 while (start < text_len) { in _check_for_legacy_statements() 2966 if (start == text_len) { in _check_for_legacy_statements() 2978 start, text_len, -1); in _check_for_legacy_statements() 2993 match = PyUnicode_Tailmatch(self->text, exec_prefix, start, text_len, -1); in _check_for_legacy_statements() [all …]
|
/external/libpng/ |
D | pngwutil.c | 1531 size_t text_len) in png_write_tEXt() argument 1544 text_len = 0; in png_write_tEXt() 1547 text_len = strlen(text); in png_write_tEXt() 1549 if (text_len > PNG_UINT_31_MAX - (key_len+1)) in png_write_tEXt() 1554 (png_uint_32)/*checked above*/(key_len + text_len + 1)); in png_write_tEXt() 1563 if (text_len != 0) in png_write_tEXt() 1564 png_write_chunk_data(png_ptr, (png_const_bytep)text, text_len); in png_write_tEXt()
|
D | pngpriv.h | 1193 png_const_charp key, png_const_charp text, size_t text_len),PNG_EMPTY);
|
D | CHANGES | 5022 Removed unused "text_len" parameter from private function png_write_zTXt().
|
/external/pdfium/third_party/libpng16/ |
D | pngwutil.c | 1531 size_t text_len) in png_write_tEXt() argument 1544 text_len = 0; in png_write_tEXt() 1547 text_len = strlen(text); in png_write_tEXt() 1549 if (text_len > PNG_UINT_31_MAX - (key_len+1)) in png_write_tEXt() 1554 (png_uint_32)/*checked above*/(key_len + text_len + 1)); in png_write_tEXt() 1563 if (text_len != 0) in png_write_tEXt() 1564 png_write_chunk_data(png_ptr, (png_const_bytep)text, text_len); in png_write_tEXt()
|
D | pngpriv.h | 1193 png_const_charp key, png_const_charp text, size_t text_len),PNG_EMPTY);
|
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/ |
D | testing_api.proto | 153 uint32 text_len = 2; field
|
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 1496 const char* text, size_t text_len,
|
D | c_api.cc | 2420 size_t text_len, TF_Status* status) { in TF_ApiDefMapPut() argument 2432 string api_def_text(text, text_len); in TF_ApiDefMapPut()
|
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 2949 const int text_len = obj->CurLenW; in STB_TEXTEDIT_INSERTCHARS() local 2950 IM_ASSERT(pos <= text_len); in STB_TEXTEDIT_INSERTCHARS() 2957 if (new_text_len + text_len + 1 > obj->TextW.Size) in STB_TEXTEDIT_INSERTCHARS() 2961 IM_ASSERT(text_len < obj->TextW.Size); in STB_TEXTEDIT_INSERTCHARS() 2962 obj->TextW.resize(text_len + ImClamp(new_text_len * 4, 32, ImMax(256, new_text_len)) + 1); in STB_TEXTEDIT_INSERTCHARS() 2966 if (pos != text_len) in STB_TEXTEDIT_INSERTCHARS() 2967 memmove(text + pos + new_text_len, text + pos, (size_t)(text_len - pos) * sizeof(ImWchar)); in STB_TEXTEDIT_INSERTCHARS()
|
D | imgui.cpp | 2361 const int text_len = (int)(text_display_end - text); in RenderTextClipped() local 2362 if (text_len == 0) in RenderTextClipped()
|