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

  /frameworks/av/include/media/stagefright/foundation/
AString.h 25 struct AString {
26 AString();
27 AString(const char *s);
28 AString(const char *s, size_t size);
29 AString(const AString &from);
30 AString(const AString &from, size_t offset, size_t n);
31 ~AString();
33 AString &operator=(const AString &from)
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 24 #include "AString.h"
29 const char *AString::kEmptyString = "";
31 AString::AString()
37 AString::AString(const char *s)
44 AString::AString(const char *s, size_t size)
51 AString::AString(const AString &from
    [all...]
  /frameworks/rs/
rsScriptC.cpp 173 String8 *AString = NULL;
176 AString = new String8("runForEach_");
177 AString->append(mHal.info.exportedForeachFuncList[slot].first);
178 String = AString->string();
189 if (AString)
190 delete AString;
  /external/lzma/CPP/Common/
MyString.h 611 typedef CStringBase<char> AString;
614 typedef CObjectVector<AString> AStringVector;
620 typedef AString CSysString;

Completed in 76 milliseconds