HomeSort by relevance Sort by last modified time
    Searched full:appends (Results 126 - 150 of 1049) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/main/java/libcore/reflect/
Types.java 93 * Appends the best {@link #toString} name for {@code c} to {@code out}.
112 * Appends names of the {@code types} to {@code out} separated by commas.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 36 print "before appends" + '-' * 30
107 print "before appends" + '-' * 30
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 36 print "before appends" + '-' * 30
107 print "before appends" + '-' * 30
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 154 /// register, and appends it as an operand to an MCInst.
210 /// translateImmediate - Appends an immediate operand to an MCInst.
326 /// ModR/M byte to its LLVM equivalent and appends it to an MCInst.
363 /// operand in LLVM's format, and appends it to an MCInst.
546 /// byte of an instruction to LLVM form, and appends it to an MCInst.
600 /// LLVM form, and appends it to an MCInst.
618 /// to LLVM's format and appends it to an MCInst.
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc 46 // Creates a DictionaryValue using |url| and appends to |list|.
54 // Creates an InstantMostVisitedItem using |url| and appends to |list|.
62 // Creates an MostVisitedURL using |url| and appends to |list|.
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
containers.py 110 """Appends an item to the list. Similar to list.append()."""
136 """Appends the contents of another repeated field of the same type to this
238 """Appends the contents of another repeated field of the same type to this
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.h 324 /** Creates a SkPDFInt object and appends it to the array.
329 /** Creates a SkPDFScalar object and appends it to the array.
334 /** Creates a SkPDFName object and appends it to the array.
  /external/protobuf/python/google/protobuf/internal/
containers.py 99 """Appends an item to the list. Similar to list.append()."""
125 """Appends the contents of another repeated field of the same type to this
210 """Appends the contents of another repeated field of the same type to this
  /external/skia/src/pdf/
SkPDFTypes.h 324 /** Creates a SkPDFInt object and appends it to the array.
329 /** Creates a SkPDFScalar object and appends it to the array.
334 /** Creates a SkPDFName object and appends it to the array.
  /libcore/libdvm/src/main/java/java/lang/reflect/
AccessibleObject.java 231 * Appends the best {@link #toString} name for {@code c} to {@code out}.
250 * Appends names of the specified array classes to the buffer. The array
268 * Appends the generic type representation to the buffer.
  /art/compiler/sea_ir/debug/
dot_gen.h 53 // Appends to @result a dot language formatted string representing the node and
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcslcat.c 42 * Appends src to string dst of size siz (unlike wcsncat, siz is the
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputCollector.java 106 * Helper for {@link #getFinisher}, which appends the suffix to
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 108 * Helper for {@link #getFinisher}, which appends the suffix to
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestInterceptorList.java 52 * Appends a request interceptor to this list.
HttpResponseInterceptorList.java 54 * Appends a response interceptor to this list.
  /external/ceres-solver/internal/ceres/
stringprintf.h 80 // Lower-level routine that takes a va_list and appends to a specified string.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
array_data_model.js 91 * Appends items to the end of the model.
  /external/chromium/net/base/
address_list.h 45 // Appends a copy of |head| and all its linked addrinfos to the stored
host_resolver_proc.h 60 // Sets the last procedure in the chain, i.e. appends |proc| to the end of the
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.h 126 // Creates a new worker thread, and appends it to |executors_|.
  /external/chromium/net/tools/flip_server/
buffer_interface.h 43 // appends up-to-'size' bytes to the buffer.
  /external/chromium/net/websockets/
websocket_handshake_handler.h 39 // Appends the header value pair for |name| and |value|, if |name| doesn't
  /external/chromium/testing/gtest/src/
gtest-test-part.cc 67 // Appends a TestPartResult to the array.
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 432 appends = {
445 appends['ccflags'] = 'CCFLAGS'
449 appends['includedirs'] = 'CPPPATH'
451 for field, var in appends.items():

Completed in 2309 milliseconds

1 2 3 4 56 7 8 91011>>