Searched refs:CharType (Results 1 - 25 of 45) sorted by relevance

12

/external/libchrome/base/files/
H A Dfile_path_constants.cc13 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/");
15 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("/");
20 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL(".");
21 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL("..");
23 const FilePath::CharType FilePath::kExtensionSeparator = FILE_PATH_LITERAL('.');
H A Dfile_path.h59 // instead, use a FilePath::CharType[] and initialize it with
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
158 typedef StringType::value_type CharType; typedef in class:base::FilePath
164 static const CharType kSeparators[];
170 static const CharType kCurrentDirectory[];
173 static const CharType kParentDirectory[];
176 static const CharType kExtensionSeparator;
200 static bool IsSeparator(CharType character);
389 FilePath NormalizePathSeparatorsTo(CharType separator) const;
454 // Macros for string literal initialization of FilePath::CharType[], an
[all...]
H A Dfile_path_unittest.cc30 const FilePath::CharType* input;
31 const FilePath::CharType* expected;
35 const FilePath::CharType* input;
40 const FilePath::CharType* inputs[2];
41 const FilePath::CharType* expected;
45 const FilePath::CharType* inputs[2];
50 const FilePath::CharType* inputs[2];
55 const FilePath::CharType* native;
/external/gmock/src/
H A Dgmock.cc124 // The type parameter CharType can be instantiated to either char or
126 template <typename CharType>
127 void InitGoogleMockImpl(int* argc, CharType** argv) {
/external/google-breakpad/src/testing/src/
H A Dgmock.cc124 // The type parameter CharType can be instantiated to either char or
126 template <typename CharType>
127 void InitGoogleMockImpl(int* argc, CharType** argv) {
/external/libchrome/base/
H A Dcommand_line.h41 typedef StringType::value_type CharType; typedef in class:base::CommandLine
54 CommandLine(int argc, const CharType* const* argv);
101 void InitFromArgv(int argc, const CharType* const* argv);
H A Dcommand_line.cc29 const CommandLine::CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
30 const CommandLine::CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
38 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
41 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"};
163 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv)
249 const CommandLine::CharType* const* argv) {
H A Dcommand_line_unittest.cc30 const CommandLine::CharType* argv[] = {
186 static const FilePath::CharType kPath1[] =
188 static const FilePath::CharType kPath2[] =
306 const CommandLine::CharType* raw_argv[] = { FILE_PATH_LITERAL("prog"),
/external/gtest/src/
H A Dgtest-printers.cc250 // Prints the given array of characters to the ostream. CharType must be either
254 template <typename CharType>
256 const CharType* begin, size_t len, ostream* os) {
257 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\"";
261 const CharType cur = begin[index];
274 // 'begin'. CharType must be either char or wchar_t.
275 template <typename CharType>
277 const CharType* begin, size_t len, ostream* os) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-printers.cc250 // Prints the given array of characters to the ostream. CharType must be either
254 template <typename CharType>
256 const CharType* begin, size_t len, ostream* os) {
257 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\"";
261 const CharType cur = begin[index];
274 // 'begin'. CharType must be either char or wchar_t.
275 template <typename CharType>
277 const CharType* begin, size_t len, ostream* os) {
/external/google-breakpad/src/client/
H A Dminidump_file_writer.h150 template <typename CharType>
151 bool WriteStringCore(const CharType *str, unsigned int length,
H A Dminidump_file_writer.cc157 template <typename CharType>
158 bool MinidumpFileWriter::WriteStringCore(const CharType *str,
/external/v8/src/
H A Ddateparser-inl.h186 template<typename CharType>
187 DateParser::DateToken DateParser::DateStringTokenizer<CharType>::Scan() {
/external/gtest/include/gtest/
H A Dgtest.h1374 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \
1376 class FormatForComparison<CharType*, OtherOperand> { \
1378 static ::std::string Format(CharType* value) { \
1393 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \
1395 class FormatForComparison<CharType*, OtherStringType> { \
1397 static ::std::string Format(CharType* value) { \
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1374 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \
1376 class FormatForComparison<CharType*, OtherOperand> { \
1378 static ::std::string Format(CharType* value) { \
1393 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \
1395 class FormatForComparison<CharType*, OtherStringType> { \
1397 static ::std::string Format(CharType* value) { \
/external/gmock/include/gmock/
H A Dgmock-matchers.h1075 template <typename CharType>
1076 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
1135 template <typename CharType>
1136 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
1182 template <typename CharType>
1183 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
1228 template <typename CharType>
1229 bool MatchAndExplain(CharType* s, MatchResultListener* listener) const {
1274 template <typename CharType>
1275 bool MatchAndExplain(CharType*
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h245 #define GTEST_FORMAT_CHAR_PTR_IMPL_(CharType) \
247 String FormatForComparisonFailureMessage(CharType* GTEST_CREF_WORKAROUND_ p, \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h274 #define GTEST_FORMAT_CHAR_PTR_IMPL_(CharType) \
276 String FormatForComparisonFailureMessage(CharType* GTEST_CREF_WORKAROUND_ p, \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h245 #define GTEST_FORMAT_CHAR_PTR_IMPL_(CharType) \
247 String FormatForComparisonFailureMessage(CharType* GTEST_CREF_WORKAROUND_ p, \
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6370 // other parts of Google Test. The type parameter CharType can be
6372 template <typename CharType>
6373 void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) {
6452 // The type parameter CharType can be instantiated to either char or
6454 template <typename CharType>
6455 void InitGoogleTestImpl(int* argc, CharType** argv) {
9261 // Prints the given array of characters to the ostream. CharType must be either
9265 template <typename CharType>
9267 const CharType* begin, size_t len, ostream* os) {
9268 const char* const kQuoteBegin = sizeof(CharType)
[all...]
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp6406 // other parts of Google Test. The type parameter CharType can be
6408 template <typename CharType>
6409 void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) {
6489 // The type parameter CharType can be instantiated to either char or
6491 template <typename CharType>
6492 void InitGoogleTestImpl(int* argc, CharType** argv) {
9304 // Prints the given array of characters to the ostream. CharType must be either
9308 template <typename CharType>
9310 const CharType* begin, size_t len, ostream* os) {
9311 const char* const kQuoteBegin = sizeof(CharType)
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc6370 // other parts of Google Test. The type parameter CharType can be
6372 template <typename CharType>
6373 void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) {
6452 // The type parameter CharType can be instantiated to either char or
6454 template <typename CharType>
6455 void InitGoogleTestImpl(int* argc, CharType** argv) {
9263 // Prints the given array of characters to the ostream. CharType must be either
9267 template <typename CharType>
9269 const CharType* begin, size_t len, ostream* os) {
9270 const char* const kQuoteBegin = sizeof(CharType)
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc5178 template <typename CharType>
5179 static void AssertStringArrayEq(size_t size1, CharType** array1,
5180 size_t size2, CharType** array2) {
5209 template <typename CharType>
5210 static void TestParsingFlags(int argc1, const CharType** argv1,
5211 int argc2, const CharType** argv2,
5221 internal::ParseGoogleTestFlagsOnly(&argc1, const_cast<CharType**>(argv1));
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc5594 template <typename CharType>
5595 static void AssertStringArrayEq(size_t size1, CharType** array1,
5596 size_t size2, CharType** array2) {
5627 template <typename CharType>
5628 static void TestParsingFlags(int argc1, const CharType** argv1,
5629 int argc2, const CharType** argv2,
5639 internal::ParseGoogleTestFlagsOnly(&argc1, const_cast<CharType**>(argv1));
/external/gtest/test/
H A Dgtest_unittest.cc5449 template <typename CharType>
5450 static void AssertStringArrayEq(size_t size1, CharType** array1,
5451 size_t size2, CharType** array2) {
5482 template <typename CharType>
5483 static void TestParsingFlags(int argc1, const CharType** argv1,
5484 int argc2, const CharType** argv2,
5494 internal::ParseGoogleTestFlagsOnly(&argc1, const_cast<CharType**>(argv1));

Completed in 2446 milliseconds

12