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

  /external/chromium/base/
file_path.h 56 // instead, use a FilePath::CharType[] and initialize it with
60 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
136 typedef StringType::value_type CharType;
142 static const CharType kSeparators[];
145 static const CharType kCurrentDirectory[];
148 static const CharType kParentDirectory[];
151 static const CharType kExtensionSeparator;
176 static bool IsSeparator(CharType character);
349 // Macros for string literal initialization of FilePath::CharType[].
  /frameworks/base/tools/aidl/
Type.h 131 class CharType : public Type
134 CharType();
Type.cpp 47 CHAR_TYPE = new CharType();
368 CharType::CharType()
374 CharType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
381 CharType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel)
387 CharType::CanBeArray() const
393 CharType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
399 CharType::CreateArrayFromParcel(StatementBlock* addTo, Variable* v,
406 CharType::ReadArrayFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel)
    [all...]

Completed in 2892 milliseconds