HomeSort by relevance Sort by last modified time
    Searched defs:Append (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.h 53 Append,
121 If this devcie is not one hot-plug devce, append its device path into the
149 If this devcie is not one hot-plug devce, append its device path into the
282 @param Operation Variable operations, including APPEND, CHECK and DELETE.
  /external/libbrillo/brillo/dbus/
dbus_param_writer.h 5 // DBusParamWriter::Append(writer, ...) provides functionality opposite
9 // DBusParamWriter::AppendDBusOutParams(writer, ...) is similar to Append()
28 static void Append(dbus::MessageWriter* writer,
31 // Append the current |param| to D-Bus, then call Append() with one
33 // Append(dbus::MessageWriter*) is called to end the iteration.
35 Append(writer, rest...);
38 // The final overload of DBusParamWriter::Append() used when no more
41 static void Append(dbus::MessageWriter* /*writer*/) {}
50 // Skip the current |param| and call Append() with one fewer arguments
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
filter_chain.h 31 inline void Append(Args&&... args);
33 void Append(std::unique_ptr<MessageReceiver> filter);
51 inline void FilterChain::Append(Args&&... args) {
52 Append(base::MakeUnique<FilterType>(std::forward<Args>(args)...));
56 inline void FilterChain::Append<PassThroughFilter>() {
  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.cpp 24 bool CXFA_AttachNodeList::Append(CXFA_Node* pNode) {
cxfa_arraynodelist.cpp 28 bool CXFA_ArrayNodeList::Append(CXFA_Node* pNode) {
  /external/tensorflow/tensorflow/java/src/gen/cc/
source_writer.cc 22 SourceWriter& SourceWriter::Append(const StringPiece& str) {
40 Append(StringPiece(str.data() + start_pos, line_pos - start_pos));
43 Append(StringPiece(str.data() + start_pos, str.size() - start_pos));
51 Append("\n");
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/divergent/
buf.go 9 // Append ...
10 func (*Buf) Append([]byte) {}
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/divergent/
buf.go 9 // Append ...
10 func (*Buf) Append([]byte) {}
  /device/google/cuttlefish_common/common/libs/net/
netlink_request.h 80 // Append raw data to buffer.
89 // Append specialized data.
90 template <typename T> T* Append(const T& data) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 44 void Append(SuspendedThreadID thread_id) {
  /external/dng_sdk/source/
dng_string_list.h 63 void Append (const dng_string &s)
dng_opcode_list.cpp 136 void dng_opcode_list::Append (AutoPtr<dng_opcode> &opcode)
261 Append (opcode);
  /external/icu/icu4c/source/common/
bytestream.cpp 44 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) {
  /external/libmojo/mojo/public/cpp/bindings/lib/
filter_chain.cc 43 void FilterChain::Append(std::unique_ptr<MessageReceiver> filter) {
  /external/libvpx/libvpx/tools/
diff.py 27 def Append(self, line):
30 self.delta_line_nums.append(self.offset + l)
31 self.lines.append(line[1:])
50 def Append(self, line):
53 self.left.Append(line)
55 self.right.Append(line)
57 self.left.Append(line)
58 self.right.Append(line)
65 self.lines.append(line)
121 hunk.Append(line
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_texttabstopscontext.cpp 16 void CXFA_TextTabstopsContext::Append(uint32_t dwAlign, float fTabstops) {
  /external/v8/src/libplatform/
task-queue.cc 24 void TaskQueue::Append(Task* task) {
  /frameworks/av/cmds/stagefright/
WaveWriter.h 49 void Append(const void *data, size_t size) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 56 func (bs *BitFields) Append(b BitField) {
57 *bs = append(*bs, b)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 56 func (bs *BitFields) Append(b BitField) {
57 *bs = append(*bs, b)
  /external/compiler-rt/make/
util.mk 36 # Function: Append variable value
38 # Append the given value to the given make variable.
39 Append = $(eval $(1) += $(2))
  /external/google-breakpad/src/testing/gtest/src/
gtest-test-part.cc 68 void TestPartResultArray::Append(const TestPartResult& result) {
  /external/googletest/googletest/src/
gtest-test-part.cc 68 void TestPartResultArray::Append(const TestPartResult& result) {
  /external/icu/icu4c/source/common/unicode/
bytestream.h 64 * Append "bytes[0,n-1]" to this.
69 virtual void Append(const char* bytes, int32_t n) = 0;
79 * After writing at most *result_capacity bytes, call Append() with the
81 * Many Append() implementations will avoid copying bytes if this function
88 * sink->Append(buffer, n);
89 * In many implementations, that call to Append will avoid copying bytes.
97 * a prefix to it to Append().
98 * That is, it is not correct to pass an interior pointer to Append().
122 * The ByteSink should be ready for further Append() calls after Flush().
140 * If more than capacity bytes are Append()ed, then excess bytes are ignored
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-test-part.cc 68 void TestPartResultArray::Append(const TestPartResult& result) {

Completed in 461 milliseconds

1 2 3 4 5 6 7 8