Home
last modified time | relevance | path

Searched refs:Append (Results 1 – 25 of 27) sorted by relevance

12

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util.h96 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
Dcrazy_linker_error_unittest.cpp36 TEST(Error, Append) { in TEST() argument
38 error.Append("Bar"); in TEST()
Dcrazy_linker_error.h35 void Append(const char* message);
Dcrazy_linker_error.cpp23 void Error::Append(const char* message) { in Append() function in crazy::Error
Dcrazy_linker_search_path_list.cpp31 list_.Append(list, list_end - list); in AddPaths()
Dcrazy_linker_util.cpp63 void String::Append(const char* str, size_t len) { in Append() function in crazy::String
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-test-part_test.cc178 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()
Dgtest-listener_test.cc205 UnitTest::GetInstance()->listeners().Append( in main()
207 UnitTest::GetInstance()->listeners().Append( in main()
Dgtest_shuffle_test_.cc100 listeners.Append(new TestNamePrinter); in main()
Dgtest_unittest.cc6753 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/
Dtest_util.h67 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/
Dsample10_unittest.cc141 listeners.Append(new LeakChecker); in main()
Dsample9_unittest.cc135 listeners.Append(new TersePrinter); in main()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
Dgtest.cc580 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/
Dgtest-test-part.h131 void Append(const TestPartResult& result);
Dgtest.h1015 void Append(TestEventListener* listener);
/ndk/docs/text/
DNDK-DEPENDS.text37 > Append 'some/other/path' to the search path for depending libraries
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info925 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)
Dsed.texi1280 @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
Dsed-in.texi1279 @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/
Dmake-stds.texi223 used to supply options to the program. Append @samp{FLAGS} to the
Dmake.info-21332 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/
Dtexinfo.tex200 % 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/
Dtexinfo.tex214 % 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.

12