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

1 2

  /external/chromium/third_party/icu/source/common/
bytestream.cpp 31 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) {
  /external/icu4c/common/
bytestream.cpp 31 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) {
  /external/chromium/net/base/
load_log.cc 42 void LoadLog::Append(const LoadLog* log) {
  /frameworks/base/cmds/stagefright/
WaveWriter.h 49 void Append(const void *data, size_t size) {
  /external/chromium/third_party/icu/public/common/unicode/
bytestream.h 62 * 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().
137 * If more than capacity bytes are Append()ed, then excess bytes are ignored,
152 * Append "bytes[0,n-1]" to this
    [all...]
  /external/icu4c/common/unicode/
bytestream.h 62 * 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().
137 * If more than capacity bytes are Append()ed, then excess bytes are ignored,
152 * Append "bytes[0,n-1]" to this
    [all...]
  /external/protobuf/gtest/src/
gtest-test-part.cc 78 void TestPartResultArray::Append(const TestPartResult& result) {
gtest.cc 548 result_->Append(result);
    [all...]
  /external/chromium/base/
linked_list.h 22 // To add elements to the list, use any of LinkedList::Append,
29 // list.Append(n1);
30 // list.Append(n3);
142 void Append(LinkNode<T>* e) {
file_path.cc 218 *path = path->Append(*child_comp);
332 ret.append(suffix);
333 ret.append(ext);
368 str.append(1, kExtensionSeparator);
369 str.append(extension);
384 FilePath FilePath::Append(const StringType& component) const {
387 // Append normally doesn't do any normalization, but as a special case,
400 // Don't append a separator if the path is empty (indicating the current
402 // append).
404 // Don't append a separator if the path still ends with a trailin
    [all...]
values.cc 26 copy->Append(child_copy);
672 Append(CreateNullValue());
673 Append(in_value);
801 void ListValue::Append(Value* in_value) {
819 result->Append((*i)->DeepCopy());
tracked_objects.cc 154 output->append("<html><head><title>About Objects");
157 output->append(" - " + escaped_query);
158 output->append("</title></head><body><pre>");
184 output->append("</pre>");
212 output->append(help_string);
213 output->append("</body></html>");
222 output->append("There were no tracked matches.");
229 output->append("Aggregate Stats: ");
231 output->append("<hr><hr>");
239 output->append("<br><br>")
    [all...]
  /external/gtest/src/
gtest-test-part.cc 76 void TestPartResultArray::Append(const TestPartResult& result) {
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 230 t.append(" ");
231 t.append("xyz");
246 t.append(" ");
247 t.append("xyz");
395 virtual void Append(const char *bytes, int32_t n) {
402 virtual void Flush() { Append("z", 1); }
415 sink.Append("abc", 3);
418 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
444 sink.Append("abc", 3);
446 errln("CheckedArrayByteSink did not Append() as expected")
    [all...]
  /external/icu4c/test/intltest/
strtest.cpp 230 t.append(" ");
231 t.append("xyz");
246 t.append(" ");
247 t.append("xyz");
395 virtual void Append(const char *bytes, int32_t n) {
402 virtual void Flush() { Append("z", 1); }
415 sink.Append("abc", 3);
418 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
444 sink.Append("abc", 3);
446 errln("CheckedArrayByteSink did not Append() as expected")
    [all...]
  /external/astl/src/
string.cpp 286 void string::Append(const value_type *str, size_type n)
307 string& string::append(const value_type *str) function in class:std::string
311 Append(str, traits_type::length(str));
316 string& string::append(const value_type *str, size_type n) function in class:std::string
320 Append(str, n);
325 string& string::append(const value_type *str, size_type pos, size_type n) function in class:std::string
329 Append(str + pos, n);
334 string& string::append(const string& str) function in class:std::string
336 Append(str.mData, str.mLength);
340 // Specialization to append from other strings' iterators
342 string& string::append<__wrapper_iterator<const char *,string> >( function in class:std::string
349 string& string::append<__wrapper_iterator<char *,string> >( function in class:std::string
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 267 self.Append(val)
286 def Append(self, val):
288 self.cmb.Append(val)
345 def Append(self, val):
347 self.txt.Append(val)
  /external/v8/src/
log-utils.cc 213 void LogMessageBuilder::Append(const char* format, ...) {
239 void LogMessageBuilder::Append(const char c) {
247 void LogMessageBuilder::Append(String* str) {
251 Append(static_cast<char>(str->Get(i)));
265 Append("0x%" V8PRIxPTR, addr);
267 Append("%" V8PRIxPTR, addr);
278 Append("%c%" V8PRIxPTR, sign, delta);
289 Append(str->IsAsciiRepresentation() ? 'a' : '2');
291 Append('e');
293 Append('#');
    [all...]
  /external/chromium/googleurl/src/
url_canon.h 43 // supports simple resizing and append operations on it.
133 void Append(const T* str, int str_len) {
225 // character set, the converter should append the HTML entity sequence in
273 // These individual canonicalizers append the canonicalized versions of the
278 // These functions all append to the output so they can be chained. Make sure
291 // append slashes which will be needed before any authority components for most
504 // These functions replace any string contents, rather than append as above.
    [all...]
  /external/chromium/base/third_party/symbolize/
demangle.cc 149 bool append; // Append flag. member in struct:__anon2450
185 state->append = true;
248 // Append "str" at "out_cur". If there is an overflow, "overflowed"
251 static void Append(State *state, const char * const str, const int length) {
276 // Append "str" with some tweaks, iff "append" state is true.
280 if (state->append && length > 0) {
281 // Append a space if the output buffer ends with '<' and "str"
285 Append(state, " ", 1)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 454 void TestPartResultArray::Append(const TestPartResult& result) {
501 result_->Append(result);
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 372 milliseconds

1 2