HomeSort by relevance Sort by last modified time
    Searched full:stringsize (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webkit/JavaScriptCore/runtime/
StringPrototype.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 819 size_t stringsize; local
839 stringsize = inbytesleft > 4 ? inbytesleft : 4;
840 string = SDL_malloc(stringsize);
846 outbytesleft = stringsize;
855 stringsize *= 2;
856 string = SDL_realloc(string, stringsize);
862 outbytesleft = stringsize - (outbuf - string);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 377 ::google::protobuf::internal::WireFormatLite::StringSize(
385 total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
718 ::google::protobuf::internal::WireFormatLite::StringSize(
725 ::google::protobuf::internal::WireFormatLite::StringSize(
732 ::google::protobuf::internal::WireFormatLite::StringSize(
    [all...]
  /frameworks/base/media/libstagefright/id3/
ID3.cpp 689 static size_t StringSize(const uint8_t *start, uint8_t encoding) {
731 size_t descLen = StringSize(&data[2 + mimeLen], encoding);
758 size_t descLen = StringSize(&data[5], encoding);
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
wire_format_lite.h 466 static inline int StringSize(const string& value);
wire_format_lite_inl.h 715 inline int WireFormatLite::StringSize(const string& value) {
wire_format.cc     [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.cpp     [all...]
ctrl.pb.cpp 850 ::google::protobuf::internal::WireFormatLite::StringSize(
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar 
nm 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-addr2line 
arm-eabi-ar 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-ranlib 
arm-eabi-run 
arm-eabi-size 
arm-eabi-strings 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-size 
arm-eabi-strings 

Completed in 417 milliseconds

1 2 3