HomeSort by: relevance | last modified time | path
    Searched defs:Append (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-test-part.cc 62 void TestPartResultArray::Append(const TestPartResult& result) {
gtest.cc 627 result_->Append(result);
3391 void Append(TestEventListener *listener);
3435 void TestEventRepeater::Append(TestEventListener *listener) {
4371 result.append("%" + String::FormatByte(static_cast<unsigned char>(ch)));
4542 void TestEventListeners::Append(TestEventListener* listener) {
4543 repeater_->Append(listener);
4572 if (listener != nullptr) Append(listener);
4587 if (listener != nullptr) Append(listener);
5093 listeners()->Append(new StreamingListener(target.substr(0, pos),
5115 listeners()->Append(new GTEST_CUSTOM_TEST_EVENT_LISTENER_())
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
buffer.cc 50 void MessageBuffer::Append (char const *str, bool quote, size_t len)
64 // append until we find one, but that's probably confusing
111 goto append;
115 goto append;
119 append:
142 void MessageBuffer::Append (char c)
388 str.append (&buffer[pos], end - pos);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 39 void Append(thread_t thread);
71 suspended_threads_list.Append(threads[i]);
132 void SuspendedThreadsListMac::Append(thread_t thread) {
sanitizer_stoptheworld_linux_libcdep.cc 96 void Append(tid_t tid);
183 suspended_threads_list_.Append(tid);
531 void SuspendedThreadsListLinux::Append(tid_t tid) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_mac.cpp 38 void Append(thread_t thread);
70 suspended_threads_list.Append(threads[i]);
132 void SuspendedThreadsListMac::Append(thread_t thread) {
sanitizer_stoptheworld_netbsd_libcdep.cpp 58 void Append(tid_t tid);
136 suspended_threads_list_.Append(pl.pl_lwpid);
333 void SuspendedThreadsListNetBSD::Append(tid_t tid) {
sanitizer_stoptheworld_linux_libcdep.cpp 95 void Append(tid_t tid);
182 suspended_threads_list_.Append(tid);
551 void SuspendedThreadsListLinux::Append(tid_t tid) {
561 auto append = [&](uptr regset) { local
592 bool fail = !append(NT_PRSTATUS);
596 if (regs && append(regs))
  /src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp 462 static void Append(char *Start, char *End, char *&Buffer, unsigned &BufferSize,
491 Append(reinterpret_cast<char *>(&Raw),
499 Append(reinterpret_cast<char *>(&Ptr),
518 Append(Other.Buffer, Other.Buffer + Other.BufferSize, Buffer, BufferSize,
556 Append(Other.Buffer, Other.Buffer + Other.BufferSize, Buffer, BufferSize,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 141 Append = 5,
145 /// during the append operation.
310 /// Append to the module-scope inline assembly blocks.
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 342 | Append

Completed in 35 milliseconds