Searched refs:Strings (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Makevars | 38 # - 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/ |
D | Makevars | 42 # - 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/ |
D | gtest-printers.h | 760 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/ |
D | gtest-printers_test.cc | 204 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()
|