Searched defs:Append (Results 1 - 25 of 79) sorted by relevance

1234

/external/libbrillo/brillo/dbus/
H A Ddbus_param_writer.h5 // DBusParamWriter::Append(writer, ...) provides functionality opposite
9 // DBusParamWriter::AppendDBusOutParams(writer, ...) is similar to Append()
28 static void Append(dbus::MessageWriter* writer, function in class:brillo::dbus_utils::final
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*/) {} function in class:brillo::dbus_utils::final
50 // Skip the current |param| and call Append() wit
[all...]
/external/libvpx/libvpx/tools/
H A Ddiff.py27 def Append(self, line): member in class:DiffLines
50 def Append(self, line): member in class:DiffHunk
53 self.left.Append(line)
55 self.right.Append(line)
57 self.left.Append(line)
58 self.right.Append(line)
121 hunk.Append(line)
/external/v8/src/libplatform/
H A Dtask-queue.cc22 void TaskQueue::Append(Task* task) { function in class:v8::platform::TaskQueue
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
H A Dservermanager.py26 passed to ServerManager.Append() and by calling __enter__(). Once an
40 def Append(self, initializer, *init_args, **init_kwargs): member in class:ServerManager
41 """Append a server to the end of the list to run.
55 """Append a traffic shaper to the end of the list to run.
66 """Append a function to the list to call when switching to record mode.
74 """Append a function to the list to call when switching to replay mode.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h44 void Append(SuspendedThreadID thread_id) { function in class:__sanitizer::SuspendedThreadsList
/external/compiler-rt/make/
H A Dutil.mk36 # Function: Append variable value
38 # Append the given value to the given make variable.
39 Append = $(eval $(1) += $(2)) macro
/external/dng_sdk/source/
H A Ddng_string_list.h63 void Append (const dng_string &s) function in class:dng_string_list
H A Ddng_opcode_list.cpp136 void dng_opcode_list::Append (AutoPtr<dng_opcode> &opcode) function in class:dng_opcode_list
261 Append (opcode);
H A Ddng_preview.cpp690 void dng_preview_list::Append (AutoPtr<dng_preview> &preview) function in class:dng_preview_list
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/icu/icu4c/source/common/
H A Dbytestream.cpp42 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink
/external/icu/icu4c/source/common/unicode/
H A Dbytestream.h62 * Append "bytes[0,n-1]" to this.
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
79 * Many Append() implementations will avoid copying bytes if this function
86 * sink->Append(buffer, n);
87 * In many implementations, that call to Append will avoid copying bytes.
95 * a prefix to it to Append().
96 * That is, it is not correct to pass an interior pointer to Append().
120 * The ByteSink should be ready for further Append() calls after Flush().
138 * If more than capacity bytes are Append()e
245 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } function in class:StringByteSink
[all...]
/external/libchrome/base/containers/
H A Dlinked_list.h24 // To add elements to the list, use any of LinkedList::Append,
31 // list.Append(n1);
32 // list.Append(n3);
150 void Append(LinkNode<T>* e) { function in class:base::LinkedList
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/protobuf/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dcodegen.cc90 return Append(code, k, Offset(jt), Offset(jf));
103 return Append(code, k, 0, 0);
118 Node jump = Append(BPF_JMP | BPF_JA, Offset(target), 0, 0);
123 CodeGen::Node CodeGen::Append(uint16_t code, uint32_t k, size_t jt, size_t jf) { function in class:sandbox::CodeGen
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dtypeannotation.py106 def Append(self, item): member in class:TypeAnnotation
314 prev.Append(current)
320 prev.Append(current)
365 self.Append(current, error_token=token)
369 self.Append(current, error_token=token)
390 self.Append(current, error_token=token)
404 def Append(self, type_obj, error_token): member in class:TypeAnnotationParser
407 self._stack[-1].Append(type_obj)
/external/v8/src/
H A Dlog-utils.cc59 msg.Append("v8-version,%d,%d,%d,%d,%d", Version::GetMajor(),
113 void Log::MessageBuilder::Append(const char* format, ...) { function in class:v8::internal::Log::MessageBuilder
139 void Log::MessageBuilder::Append(const char c) { function in class:v8::internal::Log::MessageBuilder
148 Append('"');
151 Append('\\');
153 Append(*p);
155 Append('"');
159 void Log::MessageBuilder::Append(String* str) { function in class:v8::internal::Log::MessageBuilder
163 Append(static_cast<char>(str->Get(i)));
169 Append("
[all...]
/external/webrtc/webrtc/base/
H A Dcryptstring.h80 void Append(const std::string & text) { function in class:rtc::FormatCryptString
81 Append(text.data(), text.length());
84 void Append(const char * data, size_t length) { function in class:rtc::FormatCryptString
91 void Append(const CryptString * password) { function in class:rtc::FormatCryptString
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dcommon.py187 class Append(pipeline.Pipeline): class in inherits:pipeline.Pipeline
/external/google-breakpad/src/common/
H A Dtest_assembler.cc221 Section &Section::Append(Endianness endianness, size_t size, uint64_t number) { function in class:google_breakpad::test_assembler::Section
227 Section &Section::Append(Endianness endianness, size_t size, function in class:google_breakpad::test_assembler::Section
233 return Append(endianness, size, value);
257 return Append(ENDIANNESS(e), bits / 8, v); \
282 return Append(endianness_, bits / 8, v); \
293 Section &Section::Append(const Section &section) { function in class:google_breakpad::test_assembler::Section
H A Dtest_assembler.h289 // Append the SIZE bytes at DATA or the contents of STRING to the
291 Section &Append(const uint8_t *data, size_t size) { function in class:google_breakpad::test_assembler::Section
295 Section &Append(const string &data) { function in class:google_breakpad::test_assembler::Section
300 // Append SIZE copies of BYTE to the end of this section. Return a
302 Section &Append(size_t size, uint8_t byte) { function in class:google_breakpad::test_assembler::Section
307 // Append NUMBER to this section. ENDIANNESS is the endianness to
310 Section &Append(Endianness endianness, size_t size, uint64_t number);
311 Section &Append(Endianness endianness, size_t size, const Label &label);
313 // Append SECTION to the end of this section. The labels SECTION
320 Section &Append(cons
[all...]

Completed in 2227 milliseconds

1234