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

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/
message_lite.h 197 // Like SerializeToString(), but appends to the data to the string's existing
  /external/smali/util/src/main/java/org/jf/util/
ClassFileNameHandler.java 40 * guaranteed to be unique. When "colliding" class names are found, it appends a numeric identifier to the end of the
  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 22 * When the user appends a new character to the Pinyin string, all enabled atom
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 127 APPENDS = 'e' # extend list on stack by topmost stack slice
609 # Helper to batch up APPENDS sequences
634 write(APPENDS)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 333 173: e APPENDS (MARK at 3)
398 173: e APPENDS (MARK at 5)
844 num_appends = count_opcode(pickle.APPENDS, s)
853 num_appends = count_opcode(pickle.APPENDS, s)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 127 APPENDS = 'e' # extend list on stack by topmost stack slice
609 # Helper to batch up APPENDS sequences
634 write(APPENDS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 333 173: e APPENDS (MARK at 3)
398 173: e APPENDS (MARK at 5)
844 num_appends = count_opcode(pickle.APPENDS, s)
853 num_appends = count_opcode(pickle.APPENDS, s)
    [all...]
  /external/chromium/base/
values.h 399 // Appends a Value to the end of the list.
402 // Appends a Value if it's not already present. Takes ownership of the
  /external/chromium/googleurl/src/
url_canon_internal.h 93 // Appends the given string to the output, escaping characters that do not
345 // Appends the given substring to the output, escaping "some" characters that
  /external/chromium_org/base/
values.h 438 // Appends a Value to the end of the list.
450 // Appends a Value if it's not already present. Takes ownership of the
  /external/chromium_org/chrome/installer/util/
shell_util.h 476 // |unique_suffix| Optional input. If given, this function appends the value
503 // |unique_suffix| Optional input. If given, this function appends the value
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 179 // Appends the plugin path to |g_custom_entries|.
208 // Appends the breakpad dump path to |g_custom_entries|.
  /external/chromium_org/dbus/
message.cc 24 // Appends the header name and the value to |output|, if the value is
34 // Appends the header name and the value to |output|, if the value is
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 465 // Resize buffer for 0 byte appends so we always have a valid pointer.
466 // We need to convey all appends, even 0 byte ones to |m_webSourceBuffer|
  /external/chromium_org/third_party/libva/va/
va_enc_h264.h 56 * i.e. the driver appends \c end_of_seq() NAL unit to the encoded frame.
62 * i.e. the driver appends \c end_of_stream() NAL unit to the encoded frame.
  /external/chromium_org/third_party/sqlite/src/test/
collate4.test 33 # for the SQL and appends a "nosort" to the result if the program contains the
35 # opcode it appends "sort"
like.test 154 # This procedure executes the SQL. Then it appends to the result the
156 # it appends the ::sqlite_query_plan variable.
select9.test 338 # for the SQL and appends a "nosort" to the result if the program contains the
340 # opcode it appends "sort"
where2.test 67 # This procedure executes the SQL. Then it appends to the result the
69 # it appends the ::sqlite_query_plan variable.
  /external/chromium_org/url/
url_canon_internal.h 75 // Appends the given string to the output, escaping characters that do not
327 // Appends the given substring to the output, escaping "some" characters that
  /external/icu4c/common/unicode/
unorm2.h 286 * Appends the normalized form of the second string to the first string
309 * Appends the second string to the first string
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 319 * Appends a parameter type to the parameter list represented
361 * Appends a parameter type to the parameter list represented
  /external/llvm/include/llvm/IR/
Module.h 175 /// Appends the two values, which are required to be metadata nodes.
178 /// Appends the two values, which are required to be metadata
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 143 * An index of size + 1 appends a node.
258 * Appends a qualifier to the qualifier list and sets respective options.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
IntegralToString.java 171 * Returns null and appends the string representation of i to sb if sb is non-null.
305 * Returns null and appends the string representation of n to sb if sb is non-null.

Completed in 1086 milliseconds

<<11121314151617181920>>