Home
last modified time | relevance | path

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

12345678910>>...16

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs129 b.Append("__UESCAPED__"); in ConstructClassName()
138 b.Append('_'); in ConstructClassName()
139 b.Append('U'); in ConstructClassName()
140 b.Append(hexdigit[(uc >> 28) & 0x0f]); in ConstructClassName()
141 b.Append(hexdigit[(uc >> 24) & 0x0f]); in ConstructClassName()
142 b.Append(hexdigit[(uc >> 20) & 0x0f]); in ConstructClassName()
143 b.Append(hexdigit[(uc >> 16) & 0x0f]); in ConstructClassName()
144 b.Append(hexdigit[(uc >> 12) & 0x0f]); in ConstructClassName()
145 b.Append(hexdigit[(uc >> 8) & 0x0f]); in ConstructClassName()
146 b.Append(hexdigit[(uc >> 4) & 0x0f]); in ConstructClassName()
[all …]
H A Dmsgfmt.cs42 b.Append((char)c); in ReadString()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs131 b.Append("__UESCAPED__"); in ConstructClassName()
140 b.Append('_'); in ConstructClassName()
141 b.Append('U'); in ConstructClassName()
142 b.Append(hexdigit[(uc >> 28) & 0x0f]); in ConstructClassName()
143 b.Append(hexdigit[(uc >> 24) & 0x0f]); in ConstructClassName()
144 b.Append(hexdigit[(uc >> 20) & 0x0f]); in ConstructClassName()
145 b.Append(hexdigit[(uc >> 16) & 0x0f]); in ConstructClassName()
146 b.Append(hexdigit[(uc >> 12) & 0x0f]); in ConstructClassName()
147 b.Append(hexdigit[(uc >> 8) & 0x0f]); in ConstructClassName()
148 b.Append(hexdigit[(uc >> 4) & 0x0f]); in ConstructClassName()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp123 static void formatInternal(LinePrinter &Printer, bool Append, Args &&... args) { in formatInternal() argument
124 if (Append) in formatInternal()
213 bool Append) const { in formatFromFileName()
216 formatInternal(Printer, Append, "- (no checksum) {0}", File); in formatFromFileName()
220 formatInternal(Printer, Append, "- ({0}: {1}) {2}", in formatFromFileName()
227 bool Append) const { in formatFromChecksumsOffset()
229 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
235 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
242 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); in formatFromChecksumsOffset()
247 formatInternal(Printer, Append, "{0} (no checksum)", *ExpectedFile); in formatFromChecksumsOffset()
[all …]
H A DInputFile.h97 bool Append = false) const;
100 bool Append = false) const;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dsegmented_array_test.cc37 ASSERT_NE(data.Append(TestData{0, 0}), nullptr); in TEST()
38 ASSERT_NE(data.Append(TestData{1, 1}), nullptr); in TEST()
46 ASSERT_NE(data.Append(TestData{0, 1}), nullptr); in TEST()
58 ASSERT_NE(data.Append(TestData{I, I + 1}), nullptr); in TEST()
206 auto P = Data.Append({i, &Dummy}); in TEST()
243 auto P = Data->Append({i, &Dummy}); in TEST()
265 auto P = Data->Append({i, &Dummy}); in TEST()
282 auto P = Data->Append({i, &Dummy}); in TEST()
304 auto P = Data->Append({i, &Dummy}); in TEST()
321 ASSERT_NE(A.Append(&I), nullptr); in TEST()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc37 void Append(thread_t thread);
69 suspended_threads_list.Append(threads[i]); in RunThread()
130 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc58 void Append(tid_t tid);
136 suspended_threads_list_.Append(pl.pl_lwpid); in SuspendAllThreads()
333 void SuspendedThreadsListNetBSD::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListNetBSD
H A Dsanitizer_stoptheworld_linux_libcdep.cc110 void Append(tid_t tid);
197 suspended_threads_list_.Append(tid); in SuspendThread()
557 void SuspendedThreadsListLinux::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListLinux
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc39 void Append(thread_t thread);
71 suspended_threads_list.Append(threads[i]); in RunThread()
132 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld_linux_libcdep.cc96 void Append(tid_t tid);
183 suspended_threads_list_.Append(tid); in SuspendThread()
531 void SuspendedThreadsListLinux::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListLinux
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp38 void Append(thread_t thread);
70 suspended_threads_list.Append(threads[i]); in RunThread()
132 void SuspendedThreadsListMac::Append(thread_t thread) { in Append() function in __sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp58 void Append(tid_t tid);
136 suspended_threads_list_.Append(pl.pl_lwpid); in SuspendAllThreads()
333 void SuspendedThreadsListNetBSD::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListNetBSD
H A Dsanitizer_stoptheworld_linux_libcdep.cpp95 void Append(tid_t tid);
182 suspended_threads_list_.Append(tid); in SuspendThread()
551 void SuspendedThreadsListLinux::Append(tid_t tid) { in Append() function in __sanitizer::SuspendedThreadsListLinux
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dcody.hh106 void Append (char const *str, bool maybe_quote = false,
113 Append (Detail::S2C(u8" ")); in Space()
124 Append (str, maybe_quote, len); in AppendWord()
140 void Append (char c);
H A Dbuffer.cc50 void MessageBuffer::Append (char const *str, bool quote, size_t len) in Append() function in Cody::Detail::MessageBuffer
142 void MessageBuffer::Append (char c) in Append() function in Cody::Detail::MessageBuffer
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc175 DFSStack.Append(R); in populateRecords()
189 Record->Path.Append(N->FId); in populateRecords()
193 DFSStack.Append(C.NodePtr); in populateRecords()
298 auto B = ProfileBuffers->Append({}); in serialize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp462 static void Append(char *Start, char *End, char *&Buffer, unsigned &BufferSize, in Append() function
491 Append(reinterpret_cast<char *>(&Raw), in SaveSourceLocation()
499 Append(reinterpret_cast<char *>(&Ptr), in SavePointer()
518 Append(Other.Buffer, Other.Buffer + Other.BufferSize, Buffer, BufferSize, in NestedNameSpecifierLocBuilder()
556 Append(Other.Buffer, Other.Buffer + Other.BufferSize, Buffer, BufferSize, in operator =()
/netbsd-src/distrib/sets/
H A Dmakesums35 -A Append to possible existing checksum files
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.hin78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */
81 #define GLOB_MARK 0x0008 /* Append / to matching directories. */
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-test-part.cc62 void TestPartResultArray::Append(const TestPartResult& result) { in Append() function in testing::TestPartResultArray
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h134 void Append(const TestPartResult& result);
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dmultilabel_merge.dts50 /* Append labels (also changes property content) */
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A Dtdtags27 -a Append the tags to an existing tags file.
67 -a Append newly generated tags to those already in an existing
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp45 M.addModuleFlag(Module::Append, "CG Profile", MDNode::get(Context, Nodes)); in addModuleFlags()

12345678910>>...16