Home
last modified time | relevance | path

Searched refs:Strings (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/po/
DMakevars38 # - Strings which are not entire sentences, see the maintainer guidelines
39 # in the GNU gettext documentation, section 'Preparing Strings'.
40 # - Strings which use unclear terms or require additional context to be
42 # - Strings which make invalid assumptions about notation of date, time or
/ndk/sources/host-tools/make-3.81/po/
DMakevars42 # - Strings which are not entire sentences, see the maintainer guidelines
43 # in the GNU gettext documentation, section 'Preparing Strings'.
44 # - Strings which use unclear terms or require additional context to be
46 # - Strings which make invalid assumptions about notation of date, time or
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h760 typedef ::std::vector<string> Strings; typedef
784 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { in TersePrintPrefixToStrings()
799 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
815 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
836 Strings UniversalTersePrintTupleFieldsToStrings(const Tuple& value) {
837 Strings result;
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc204 using ::testing::internal::Strings;
1537 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple()); in TEST()
1542 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1)); in TEST()
1548 Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1, 'a')); in TEST()
1556 Strings result = UniversalTersePrintTupleFieldsToStrings( in TEST()