HomeSort by relevance Sort by last modified time
    Searched defs:CharType (Results 1 - 5 of 5) 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");
140 typedef StringType::value_type CharType;
146 static const CharType kSeparators[];
149 static const CharType kCurrentDirectory[];
152 static const CharType kParentDirectory[];
155 static const CharType kExtensionSeparator;
179 static bool IsSeparator(CharType character);
372 // Macros for string literal initialization of FilePath::CharType[], and for
373 // using a FilePath::CharType[] in a printf-style format string
    [all...]
command_line.cc 26 typedef CommandLine::StringType::value_type CharType;
28 const CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
29 const CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
33 const CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
36 const CharType* const kSwitchPrefixes[] = {"--", "-"};
  /frameworks/base/tools/aidl/
Type.h 160 class CharType : public Type
163 CharType();
Type.cpp 55 CHAR_TYPE = new CharType();
456 CharType::CharType()
462 CharType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
469 CharType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
475 CharType::CanBeArray() const
481 CharType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
487 CharType::CreateArrayFromParcel(StatementBlock* addTo, Variable* v,
494 CharType::ReadArrayFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
500 CharType::WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 

Completed in 1020 milliseconds