HomeSort by relevance Sort by last modified time
    Searched defs:text_length (Results 1 - 18 of 18) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 315 const size_t text_length = strlen(text); local
319 string.replace(token_position, token_length, text, text_length);
321 search_position = token_position + text_length;
    [all...]
gl4cSparseTexture2Tests.cpp 269 const size_t text_length = strlen(text); local
275 string.replace(token_position, token_length, text, text_length);
    [all...]
gl4cStencilTexturingTests.cpp 378 const size_t text_length = strlen(text); local
392 string.replace(token_position, token_length, text, text_length);
394 search_position = token_position + text_length;
    [all...]
gl4cGlSpirvTests.cpp 498 const size_t text_length = strlen(text); local
504 string.replace(token_position, token_length, text, text_length);
    [all...]
gl4cMultiBindTests.cpp 1599 const size_t text_length = strlen(text); local
    [all...]
gl3cTextureSwizzleTests.cpp 2156 const size_t text_length = strlen(text); local
    [all...]
gl4cShadingLanguage420PackTests.cpp 1412 const size_t text_length = strlen(text); local
1416 string.replace(token_position, token_length, text, text_length);
1429 const size_t text_length = strlen(text); local
    [all...]
gl4cEnhancedLayoutsTests.cpp 1524 const size_t text_length = strlen(text); local
1551 const size_t text_length = strlen(text); local
    [all...]
gl4cGPUShaderFP64Tests.cpp 1569 const size_t text_length = strlen(text); local
    [all...]
  /external/tcpdump/
print-rpki-rtr.c 295 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
351 text_length = EXTRACT_32BITS(tptr + tlen);
354 if (text_length) {
355 if (pdu_len < tlen + text_length)
359 if (fn_printn(ndo, tptr + tlen, text_length, ndo->ndo_snapend))
  /external/deqp/external/openglcts/modules/common/
glcTextureFilterAnisotropicTests.cpp 62 const size_t text_length = strlen(text); local
68 str.replace(token_position, token_length, text, text_length);
  /external/libpng/
pngset.c 836 size_t text_length, key_len; local
886 text_length = 0;
898 text_length = strlen(text_ptr[i].text);
903 key_len + text_length + lang_len + lang_key_len + 4));
915 (key_len + lang_len + lang_key_len + text_length + 4),
939 if (text_length != 0)
940 memcpy(textp->text, text_ptr[i].text, text_length);
942 *(textp->text + text_length) = '\0';
947 textp->text_length = 0;
948 textp->itxt_length = text_length;
    [all...]
png.h 603 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/pdfium/third_party/libpng16/
pngset.c 787 size_t text_length, key_len; local
837 text_length = 0;
849 text_length = strlen(text_ptr[i].text);
854 key_len + text_length + lang_len + lang_key_len + 4));
866 (key_len + lang_len + lang_key_len + text_length + 4),
890 if (text_length != 0)
891 memcpy(textp->text, text_ptr[i].text, text_length);
893 *(textp->text + text_length) = '\0';
898 textp->text_length = 0;
899 textp->itxt_length = text_length;
    [all...]
png.h 608 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/mesa3d/src/broadcom/cle/
v3d_decoder.c 586 uint32_t text_offset = 0, text_length = 0, total_length; local
591 text_length = genxml_files_table[i].length;
596 if (text_length == 0) {
617 assert(text_offset + text_length <= total_length);
619 buf = XML_GetBuffer(ctx.parser, text_length);
620 memcpy(buf, &text_data[text_offset], text_length);
622 if (XML_ParseBuffer(ctx.parser, text_length, true) == 0) {
627 XML_GetCurrentByteIndex(ctx.parser), text_length,
  /external/mesa3d/src/intel/common/
gen_decoder.c 531 uint32_t text_offset = 0, text_length = 0, total_length; local
537 text_length = genxml_files_table[i].length;
542 if (text_length == 0) {
577 assert(text_offset + text_length <= total_length);
579 buf = XML_GetBuffer(ctx.parser, text_length);
580 memcpy(buf, &text_data[text_offset], text_length);
582 if (XML_ParseBuffer(ctx.parser, text_length, true) == 0) {
587 XML_GetCurrentByteIndex(ctx.parser), text_length,
  /external/v8/src/regexp/
jsregexp.cc 3450 int text_length = local
3925 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); local
    [all...]

Completed in 1849 milliseconds