Searched defs:string_size (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.cc140 size_t string_size,
146 if (string_section[string_size - 1] != '\0') {
147 const void* null_terminator = memrchr(string_section, '\0', string_size);
148 string_size = reinterpret_cast<const uint8_t*>(null_terminator)
151 ByteBuffer strings(string_section, string_size);
137 ELFSymbolsToModule(const uint8_t *symtab_section, size_t symtab_size, const uint8_t *string_section, size_t string_size, const bool big_endian, size_t value_size, Module *module) argument
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_unittest.cc221 std::string string_size[kNumberOfRows] = { local
238 std::vector<std::string>(string_size,
239 string_size + kNumberOfRows),
275 std::vector<std::string>(string_size,
276 string_size +
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
H A Dpcfread.c468 FT_ULong string_size; local
545 (void)FT_READ_ULONG( string_size );
547 (void)FT_READ_ULONG_LE( string_size );
551 FT_TRACE4(( " string_size = %ld\n", string_size ));
554 if ( string_size > size - nprops * PCF_PROPERTY_SIZE )
561 if ( FT_NEW_ARRAY( strings, string_size + 1 ) )
564 error = FT_Stream_Read( stream, (FT_Byte*)strings, string_size );
579 ( (FT_ULong)name_offset > string_size ) )
598 ( (FT_ULong)value_offset > string_size ) )
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
H A Dt42parse.c540 FT_ULong n, string_size, old_string_size, real_size; local
572 string_size = 0;
596 string_size = (FT_ULong)( ( parser->root.cursor - cur - 2 + 1 ) / 2 );
597 if ( !string_size )
603 if ( FT_REALLOC( string_buf, old_string_size, string_size ) )
609 (void)T1_ToBytes( parser, string_buf, string_size, &real_size, 1 );
610 old_string_size = string_size;
611 string_size = real_size;
635 string_size = (FT_ULong)tmp;
643 if ( (FT_ULong)( limit - parser->root.cursor ) <= string_size )
[all...]
/external/v8/test/cctest/interpreter/
H A Dgenerate-bytecode-expectations.cc165 int string_size = i::StrLength(string); local
167 if (string_size < suffix_size) return false;
169 return strcmp(string + (string_size - suffix_size), suffix) == 0;
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c957 string_size(const void *p1, const void *p2) { function
1009 qsort(sortable, n_el, sizeof(char *), string_size);

Completed in 501 milliseconds