| /src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/ |
| intl.cs | 131 b.Append("__UESCAPED__"); 140 b.Append('_'); 141 b.Append('U'); 142 b.Append(hexdigit[(uc >> 28) & 0x0f]); 143 b.Append(hexdigit[(uc >> 24) & 0x0f]); 144 b.Append(hexdigit[(uc >> 20) & 0x0f]); 145 b.Append(hexdigit[(uc >> 16) & 0x0f]); 146 b.Append(hexdigit[(uc >> 12) & 0x0f]); 147 b.Append(hexdigit[(uc >> 8) & 0x0f]); 148 b.Append(hexdigit[(uc >> 4) & 0x0f]) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msgunfmt.cs | 129 b.Append("__UESCAPED__"); 138 b.Append('_'); 139 b.Append('U'); 140 b.Append(hexdigit[(uc >> 28) & 0x0f]); 141 b.Append(hexdigit[(uc >> 24) & 0x0f]); 142 b.Append(hexdigit[(uc >> 20) & 0x0f]); 143 b.Append(hexdigit[(uc >> 16) & 0x0f]); 144 b.Append(hexdigit[(uc >> 12) & 0x0f]); 145 b.Append(hexdigit[(uc >> 8) & 0x0f]); 146 b.Append(hexdigit[(uc >> 4) & 0x0f]) [all...] |
| msgfmt.cs | 42 b.Append((char)c);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| segmented_array_test.cc | 37 ASSERT_NE(data.Append(TestData{0, 0}), nullptr); 38 ASSERT_NE(data.Append(TestData{1, 1}), nullptr); 46 ASSERT_NE(data.Append(TestData{0, 1}), nullptr); 58 ASSERT_NE(data.Append(TestData{I, I + 1}), nullptr); 206 auto P = Data.Append({i, &Dummy}); 243 auto P = Data->Append({i, &Dummy}); 265 auto P = Data->Append({i, &Dummy}); 282 auto P = Data->Append({i, &Dummy}); 304 auto P = Data->Append({i, &Dummy}); 321 ASSERT_NE(A.Append(&I), nullptr) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| InputFile.cpp | 123 static void formatInternal(LinePrinter &Printer, bool Append, Args &&... args) { 124 if (Append) 213 bool Append) const { 216 formatInternal(Printer, Append, "- (no checksum) {0}", File); 220 formatInternal(Printer, Append, "- ({0}: {1}) {2}", 227 bool Append) const { 229 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); 235 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); 242 formatInternal(Printer, Append, "(unknown file name offset {0})", Offset); 247 formatInternal(Printer, Append, "{0} (no checksum)", *ExpectedFile) [all...] |
| InputFile.h | 97 bool Append = false) const; 100 bool Append = false) const;
|
| /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/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stoptheworld_mac.cpp | 38 void Append(thread_t thread); 70 suspended_threads_list.Append(threads[i]); 135 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_stacktrace_printer.cpp | 181 buffer->Append("%"); 306 buffer->Append("%");
|
| sanitizer_stoptheworld_linux_libcdep.cpp | 96 void Append(tid_t tid); 183 suspended_threads_list_.Append(tid); 558 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) {
|
| /src/distrib/sets/ |
| makesums | 29 append=\> 35 -A Append to possible existing checksum files 48 append=\>\> 78 eval ${CKSUM} -a md5 ${lists} ${append} MD5 79 eval ${CKSUM} -a sha512 ${lists} ${append} SHA512
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-test-part.cc | 62 void TestPartResultArray::Append(const TestPartResult& result) {
|
| /src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| ubsan_monitor.cpp | 27 Buffer.Append(Msg.data());
|
| ubsan_diag.cpp | 229 Buffer->Append(FloatBuffer); 295 Buffer.Append(Decor.Highlight()); 364 Buffer.Append(Decor.Bold());
|
| /src/usr.bin/make/unit-tests/ |
| varname-dot-makeflags.mk | 17 # Append an option with argument, a plain option and a variable assignment.
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| gtest-test-part.h | 134 void Append(const TestPartResult& result);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_profile_collector.cc | 175 DFSStack.Append(R); 189 Record->Path.Append(N->FId); 193 DFSStack.Append(C.NodePtr); 298 auto B = ProfileBuffers->Append({});
|
| /src/external/gpl3/gcc/dist/libcody/ |
| cody.hh | 89 /// Begin a message line. Use before a sequence of Append and 92 /// End a message line. Use after a sequence of Append and related calls. 96 /// Append a string to the current line. No whitespace is prepended 106 void Append (char const *str, bool maybe_quote = false, 113 Append (Detail::S2C(u8" ")); 117 /// Add a word as with Append, but prefixing whitespace to make a 124 Append (str, maybe_quote, len); 127 /// @param str the string to append 128 /// @param maybe_quote string might need quoting, as for Append 138 /// Append a literal character [all...] |
| /src/external/gpl3/gcc.old/dist/libcody/ |
| cody.hh | 89 /// Begin a message line. Use before a sequence of Append and 92 /// End a message line. Use after a sequence of Append and related calls. 96 /// Append a string to the current line. No whitespace is prepended 106 void Append (char const *str, bool maybe_quote = false, 113 Append (Detail::S2C(u8" ")); 117 /// Add a word as with Append, but prefixing whitespace to make a 124 Append (str, maybe_quote, len); 127 /// @param str the string to append 128 /// @param maybe_quote string might need quoting, as for Append 138 /// Append a literal character [all...] |
| /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/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_descriptions.cpp | 54 str.Append(" created by unknown thread\n"); 129 str.Append(d.Location()); 151 str.Append(d.Default()); 280 str.Append(d.Location()); 296 str.Append(d.Default());
|