Searched refs:append (Results 1 - 25 of 36) sorted by path

12

/haiku/3rdparty/kallisti5/
H A Dconfigure.py16 help='Target architectures. First provided is primary.', type=str, action='append',
108 buildConfig.append({"key": key, "value": value})
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dgen_err_list.py97 defines.append(define)
101 defines.append(define)
H A Dplugin.py52 self.fortunes.append(fortune)
/haiku/headers/cpp/std/
H A Dbastring.cc223 append (n - length (), c);
H A Dbastring.h209 basic_string& append (const basic_string& _str, size_type pos = 0, function in class:basic_string
212 basic_string& append (const charT* s, size_type n) function in class:basic_string
214 basic_string& append (const charT* s) function in class:basic_string
215 { return append (s, traits::length (s)); }
216 basic_string& append (size_type n, charT c) function in class:basic_string
220 basic_string& append(InputIterator first, InputIterator last) function in class:basic_string
222 basic_string& append(const_iterator first, const_iterator last)
227 { append(1, __c); }
252 { return append (rhs); }
254 { return append (
[all...]
/haiku/headers/cpp/
H A Dstl_rope.h87 // Sequence must provide an append operation that appends an
119 _M_prefix->append(_M_buffer, _M_buffer + _M_buf_count);
158 void append(value_type* __s, size_t __len) function in class:sequence_buffer
168 _M_prefix->append(__s, __s + __len);
171 append(__s, __len);
176 append(__s, __len);
1879 rope& append(const _CharT* __iter, size_t __n) { function in class:rope
1887 rope& append(const _CharT* __c_string) { function in class:rope
1889 append(__c_string, __len);
1893 rope& append(cons function in class:rope
1901 rope& append(const_iterator __s, const_iterator __e) { function in class:rope
1915 rope& append(_CharT __c) { function in class:rope
1923 rope& append() { return append(_CharT()); } // XXX why? function in class:rope
1925 rope& append(const rope& __y) { function in class:rope
1935 rope& append(size_t __n, _CharT __c) { function in class:rope
[all...]
H A Dstreambuf.h123 append = _IO_APPEND }; enumerator in enum:open_mode
/haiku/headers/private/net/
H A Dnet_buffer.h59 status_t (*append)(net_buffer* buffer, const void* data, member in struct:net_buffer_module_info
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp174 gBufferModule->append(nbuf, data, currentPacketLen);
/haiku/src/system/libroot/stubbed/
H A Dgenerate_stubs.py34 dataSymbols.append(symbol)
41 functionSymbols.append(symbol)
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp309 write_blocks(int fd, struct entry& entry, bool append = false)
314 if (append) {
315 // in the append case, we need to check the file size
634 action("append to \"%s\"", file.name.c_str());
/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py59 provides.append(line.split(b' ')[1])
67 requires.append(line)
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp386 status = gBufferModule->append(buffer, iovec.iov_base, bytesRead);
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp185 status_t status = gBufferModule->append(buffer, data, *_length);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp692 status = gBufferModule->append(
697 status = gBufferModule->append(
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp249 gBufferModule->append(buffer.Get(), &mtu, sizeof(mtu));
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1386 if (gNetBufferModule.append(buffer, data, bytes) < B_OK) {
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp212 appendParameter(BString& string, bool append, const char* parameter) argument
214 if (!append)
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py620 stack_append = stack.append
639 record = recording.append
823 stack_append = stack.append
828 scopes_append = scopes.append
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp144 openMessage.AddBool("append", true);
224 bool append; local
225 if (message->FindBool("append", &append) != B_OK)
226 append = false;
234 if (append && window == NULL)
237 if (append || referenceImage) {
241 if (append)
H A DMainWindow.cpp240 // it in another window, unless we append.
250 message->AddBool("append", true);
678 MainWindow::Open(const entry_ref& ref, bool append) argument
685 if (append)
784 // (either replace it or append to it)
785 fDocument->MakeEmpty(!append);
786 // if append, the document savers are preserved
788 if (!append) {
866 // (either replace it or append to it)
913 // (either replace it or append t
[all...]
H A DMainWindow.h77 bool append = false);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1584 bool append = false; local
1585 if (message->FindBool("append to playlist", &append) != B_OK)
1586 append = modifiers() & B_SHIFT_KEY;
1589 int32 appendIndex = append ? APPEND_INDEX_APPEND_LAST
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp2251 AccumulatedWord.append (1 /* one copy of the char */, (char) Letter);
5332 AccumulatedWord.append (1 /* one copy of the char */, (char) Letter);
/haiku/src/build/libroot/
H A Dfs.cpp292 normalizedPath.append(ptr, len);
335 // append the leaf name
336 if (normalizedPath.length() > 1) // don't append "/", if parent is root
390 // if there's a name, append it

Completed in 167 milliseconds

12