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

  /external/chromium_org/base/
command_line.h 39 typedef StringType::value_type CharType;
51 CommandLine(int argc, const CharType* const* argv);
83 void InitFromArgv(int argc, const CharType* const* argv);
  /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[] = {"--", "-"};
  /external/chromium_org/base/files/
file_path.h 59 // instead, use a FilePath::CharType[] and initialize it with
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
145 typedef StringType::value_type CharType;
151 static const CharType kSeparators[];
157 static const CharType kCurrentDirectory[];
160 static const CharType kParentDirectory[];
163 static const CharType kExtensionSeparator;
187 static bool IsSeparator(CharType character);
424 // Macros for string literal initialization of FilePath::CharType[], and for
425 // using a FilePath::CharType[] in a printf-style format string
    [all...]
  /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...]
  /art/runtime/verifier/
reg_type.h 445 class CharType : public Cat1Type {
451 static CharType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
454 static CharType* GetInstance();
457 CharType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
461 static CharType* instance_;
  /external/clang/lib/AST/
ExprConstant.cpp     [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 310 milliseconds