/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_util.h | 96 Append(other); 101 Append(str, strlen(str)); 106 Append(&ch, 1); 120 void Append(const char* str, size_t len); 122 void Append(const String& other) { Append(other.ptr_, other.size_); } in Append() function 124 void Append(const char* str) { Append(str, strlen(str)); } in Append() function
|
D | crazy_linker_error_unittest.cpp | 36 TEST(Error, Append) { in TEST() argument 38 error.Append("Bar"); in TEST()
|
D | crazy_linker_error.h | 35 void Append(const char* message);
|
D | crazy_linker_error.cpp | 23 void Error::Append(const char* message) { in Append() function in crazy::Error
|
D | crazy_linker_search_path_list.cpp | 31 list_.Append(list, list_end - list); in AddPaths()
|
D | crazy_linker_util.cpp | 63 void String::Append(const char* str, size_t len) { in Append() function in crazy::String
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-test-part_test.cc | 178 results.Append(r1_); in TEST_F() 187 results.Append(r1_); in TEST_F() 188 results.Append(r2_); in TEST_F() 200 results.Append(r1_); in TEST_F()
|
D | gtest-listener_test.cc | 205 UnitTest::GetInstance()->listeners().Append( in main() 207 UnitTest::GetInstance()->listeners().Append( in main()
|
D | gtest_shuffle_test_.cc | 100 listeners.Append(new TestNamePrinter); in main()
|
D | gtest_unittest.cc | 6753 listeners.Append(extra_listener); in TEST() 6762 TEST(TestEventListenersTest, Append) { in TEST() argument 6768 listeners.Append(listener); in TEST() 6819 listeners.Append(new SequenceTestingListener(&vec, "1st")); in TEST() 6820 listeners.Append(new SequenceTestingListener(&vec, "2nd")); in TEST() 6821 listeners.Append(new SequenceTestingListener(&vec, "3rd")); in TEST() 6866 listeners.Append(listener); in TEST() 6883 listeners.Append(listener); in TEST()
|
/ndk/sources/android/crazy_linker/tests/ |
D | test_util.h | 67 Append(str, len); in String() 78 Append(str, strlen(str)); 83 Append(other.str_, other.len_); 88 Append(&ch, 1); 96 void Append(const char* str, size_t len) { in Append() function
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample10_unittest.cc | 141 listeners.Append(new LeakChecker); in main()
|
D | sample9_unittest.cc | 135 listeners.Append(new TersePrinter); in main()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
|
D | gtest.cc | 580 result_->Append(result); in ReportTestPartResult() 2877 void Append(TestEventListener *listener); 2913 void TestEventRepeater::Append(TestEventListener *listener) { in Append() function in testing::internal::TestEventRepeater 3512 void TestEventListeners::Append(TestEventListener* listener) { in Append() function in testing::TestEventListeners 3513 repeater_->Append(listener); in Append() 3543 Append(listener); in SetDefaultResultPrinter() 3559 Append(listener); in SetDefaultXmlGenerator() 4003 listeners()->Append(new StreamingListener(target.substr(0, pos), in ConfigureStreamingOutput()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-test-part.h | 131 void Append(const TestPartResult& result);
|
D | gtest.h | 1015 void Append(TestEventListener* listener);
|
/ndk/docs/text/ |
D | NDK-DEPENDS.text | 37 > Append 'some/other/path' to the search path for depending libraries
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 925 Append a newline to the contents of the hold space, and then 933 Append a newline to the contents of the pattern space, and then 1709 # Append them to hold space 2240 * Append hold space to pattern space: Other Commands. (line 125) 2241 * Append next input line to pattern space: Other Commands. (line 105) 2242 * Append pattern space to hold space: Other Commands. (line 117)
|
D | sed.texi | 1280 @cindex Append next input line to pattern space 1300 @cindex Append pattern space to hold space 1302 Append a newline to the contents of the hold space, 1314 @cindex Append hold space to pattern space 1316 Append a newline to the contents of the pattern space, 2304 # Append them to hold space
|
D | sed-in.texi | 1279 @cindex Append next input line to pattern space 1299 @cindex Append pattern space to hold space 1301 Append a newline to the contents of the hold space, 1313 @cindex Append hold space to pattern space 1315 Append a newline to the contents of the pattern space, 2188 # Append them to hold space
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 223 used to supply options to the program. Append @samp{FLAGS} to the
|
D | make.info-2 | 1332 is used to supply options to the program. Append `FLAGS' to the 2262 Append SUFFIX to each word in NAMES.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 200 % Append this vertical mode material after the current line in the output. 5662 % Append \endinput to make sure that TeX does not see the ending newline. 6711 % Append the tokens #2 to the definition of macro #1, not expanding either.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 214 % Append this vertical mode material after the current line in the output. 6817 % Append \endinput to make sure that TeX does not see the ending newline. 7886 % Append the tokens #2 to the definition of macro #1, not expanding either.
|