HomeSort by relevance Sort by last modified time
    Searched refs:string_size (Results 1 - 25 of 34) sorted by null

1 2

  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.h 50 size_t string_size,
elf_symbols_to_module.cc 140 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);
  /toolchain/binutils/binutils-2.25/include/som/
lst.h 44 unsigned char string_size[4]; member in struct:som_external_lst_header
internal.h 200 unsigned int string_size; member in struct:som_lst_header
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42parse.c 540 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/webrtc/webrtc/system_wrappers/source/
data_log_unittest.cc 221 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 +
  /hardware/qcom/gps/msm8084/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
50 if (i*2 + 3 <= string_size)
61 int decodeAddress(char *addr_string, int string_size,
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
43 int decodeAddress(char *addr_string, int string_size,
  /hardware/qcom/gps/msm8960/core/
LocApiBase.cpp 42 int hexcode(char *hexstring, int string_size,
49 if (i*2 + 3 <= string_size)
60 int decodeAddress(char *addr_string, int string_size,
78 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
79 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
LocApiBase.h 39 int hexcode(char *hexstring, int string_size,
41 int decodeAddress(char *addr_string, int string_size,
  /hardware/qcom/gps/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
50 if (i*2 + 3 <= string_size)
61 int decodeAddress(char *addr_string, int string_size,
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
43 int decodeAddress(char *addr_string, int string_size,
  /hardware/qcom/gps/msm8909/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
50 if (i*2 + 3 <= string_size)
61 int decodeAddress(char *addr_string, int string_size,
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
43 int decodeAddress(char *addr_string, int string_size,
  /hardware/qcom/gps/msm8994/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
50 if (i*2 + 3 <= string_size)
61 int decodeAddress(char *addr_string, int string_size,
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
43 int decodeAddress(char *addr_string, int string_size,
  /hardware/qcom/gps/msm8996/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
50 if (i*2 + 3 <= string_size)
61 int decodeAddress(char *addr_string, int string_size,
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
43 int decodeAddress(char *addr_string, int string_size,
  /hardware/qcom/gps/msmcobalt/core/
LocApiBase.cpp 43 int hexcode(char *hexstring, int string_size,
50 if (i*2 + 3 <= string_size)
61 int decodeAddress(char *addr_string, int string_size,
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
LocApiBase.h 41 int hexcode(char *hexstring, int string_size,
43 int decodeAddress(char *addr_string, int string_size,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfread.c 468 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...]
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 394 void FontCollection::itemize(const uint16_t *string, size_t string_size, FontStyle style,
401 if (string_size == 0) {
411 U16_NEXT(string, readLength, string_size, nextCh);
417 if (readLength < string_size) {
418 U16_NEXT(string, readLength, string_size, nextCh);
  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 165 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;
  /toolchain/binutils/binutils-2.25/include/coff/
xcoff.h 412 size_t string_size; member in struct:xcoff_loader_info
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 1231 bfd_size_type string_size; local
    [all...]

Completed in 795 milliseconds

1 2