HomeSort by relevance Sort by last modified time
    Searched full:appends (Results 326 - 350 of 1640) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/bytes/
buffer.go 167 // Write appends the contents of p to the buffer, growing the buffer as
179 // WriteString appends the contents of s to the buffer, growing the buffer as
197 // ReadFrom reads data from r until EOF and appends it to the buffer, growing
260 // WriteByte appends the byte c to the buffer, growing the buffer as needed.
274 // WriteRune appends the UTF-8 encoding of Unicode code point r to the
  /external/clang/lib/Format/
ContinuationIndenter.h 59 /// \brief Appends the next token to \p State and updates information
103 /// \brief Appends the next token to \p State and updates information
113 /// \brief Appends the next token to \p State and updates information
  /external/ltp/utils/ffsb-6.0-rc2/
README 37 Version 4.0 didn't support overwrites (only appends) so we interpret
179 appends - calls write() using the append flag with an overall amount
190 blocksize as an operation (reads,writes,creates, and appends) whereas
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.h 130 // Appends values of this slice to the data file.
328 // Appends the buffered data, then closes the underlying file.
332 // Appends the buffered data to the underlying file. Does NOT flush the file.
  /prebuilts/go/darwin-x86/src/math/big/
ftoa.go 57 // Append appends to buf the string form of the floating-point number x,
305 // fmtB appends the string of x in the format mantissa "p" exponent
339 // fmtP appends the string of x in the format "0x." mantissa "p" exponent
  /prebuilts/go/linux-x86/src/math/big/
ftoa.go 57 // Append appends to buf the string form of the floating-point number x,
305 // fmtB appends the string of x in the format mantissa "p" exponent
339 // fmtP appends the string of x in the format "0x." mantissa "p" exponent
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 66 static pANTLR3_UINT8 appendS (pANTLR3_STRING string, pANTLR3_STRING newbit);
287 string->appendS = appendS;
325 string->appendS = appendS;
    [all...]
  /external/boringssl/src/include/openssl/
evp.h 206 // structure (RFC 5280) and appends the result to |cbb|. It returns one on
224 // structure (RFC 5208) and appends the result to |cbb|. It returns one on
246 // EVP_DigestSignUpdate appends |len| bytes from |data| to the data which will
299 // EVP_DigestVerifyUpdate appends |len| bytes from |data| to the data which
341 // EVP_SignUpdate appends |len| bytes from |data| to the data which will be
375 // EVP_VerifyUpdate appends |len| bytes from |data| to the data which will be
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.h 91 @brief Appends a string
98 @brief Appends a string of length _Count
106 @brief Appends a string
113 @brief Appends _Count letters of _Str from _Off in _Str
122 @brief Appends _Ch _Count times
656 @brief Appends _Ch to the string
    [all...]
PVRTArray.h 160 @brief Appends an element to the end of the array, expanding it
289 @brief appends an existing CPVRTArray on to this one.
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
ASMifierAbstractVisitor.java 152 * Appends a string representation of the given constant to the given
163 * Appends a string representation of the given constant to the given
ASMifierMethodVisitor.java 357 * Appends a declaration of the given label to {@link #buf buf}. This
373 * Appends the name of the given label to {@link #buf buf}. The given label
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 128 /** Pointer to function appends a copy of the characters contained in another string. Strings must be in the
131 pANTLR3_UINT8 (*appendS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * newbit);
  /external/boringssl/src/crypto/evp/
internal.h 83 // pub_encode encodes |key| as a SubjectPublicKeyInfo and appends the result
95 // priv_encode encodes |key| as a PrivateKeyInfo and appends the result to
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 117 """Appends flags to the command line if they aren't already there.
149 """Appends and removes flags to/from the command line if they aren't already
  /external/curl/tests/server/
getpart.c 155 * This appends data from a given source buffer to the end of the used part of
164 * If the source buffer is indicated to be base64 encoded, this appends the
  /external/libbrillo/brillo/http/
http_form_data.h 135 // Appends "filename" parameter to Content-Disposition header.
163 // Appends "boundary" parameter to Content-Type header.
  /external/libchrome/base/json/
json_parser.h 113 // Appends a string to the std::string. Must be Convert()ed to use.
196 // decodes it into UTF-8 units, and appends it to the given builder. The
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 128 * Removes exactly {@code byteCount} bytes from this and appends them to
135 * Removes all bytes from this and appends them to {@code sink}. Returns the
  /external/python/cpython3/Modules/clinic/
arraymodule.c.h 265 "Appends items from the string, interpreting it as an array of machine values, as if it had been read from a file using the fromfile() method).\n"
299 "Appends items from the string, interpreting it as an array of machine values, as if it had been read from a file using the fromfile() method).");
  /libcore/ojluni/src/main/java/java/lang/
StringBuilder.java 42 * converts a given datum to a string and then appends or inserts the
142 * Appends the specified {@code StringBuffer} to this sequence.
  /sdk/find_java/src/source/
utils.h 250 // Appends a path segment, adding a \ as necessary.
255 // Appends a path segment, adding a \ as necessary.
  /external/skia/site/user/api/
SkPath_Reference.md 186 | <a href="#SkPath_arcTo">arcTo</a> | appends <a href="#Arc">Arc</a> |
189 | <a href="#SkPath_conicTo">conicTo</a> | appends <a href="#Conic">Conic</a> |
194 | <a href="#SkPath_cubicTo">cubicTo</a> | appends <a href="#Cubic">Cubic</a> |
222 | <a href="#SkPath_lineTo">lineTo</a> | appends <a href="undocumented#Line">Line</a> |
225 | <a href="#SkPath_quadTo">quadTo</a> | appends <a href="#Quad">Quad</a> |
226 | <a href="#SkPath_rArcTo">rArcTo</a> | appends <a href="#Arc">Arc</a> relative to <a href="#Last_Point">Last Point</a> |
227 | <a href="#SkPath_rConicTo">rConicTo</a> | appends <a href="#Conic">Conic</a> relative to <a href="#Last_Point">Last Point</a> |
228 | <a href="#SkPath_rCubicTo">rCubicTo</a> | appends <a href="#Cubic">Cubic</a> relative to <a href="#Last_Point">Last Point</a> |
229 | <a href="#SkPath_rLineTo">rLineTo</a> | appends <a href="undocumented#Line">Line</a> relative to <a href="#Last_Point">Last Point</a> |
231 | <a href="#SkPath_rQuadTo">rQuadTo</a> | appends <a href="#Quad">Quad</a> relative to <a href="#Last_Point">Last Point</a>
    [all...]
  /art/libartbase/base/unix_file/
random_access_file_test.h 130 // Expanding the file appends zero bytes.
  /bootable/recovery/otautil/include/otautil/
rangeset.h 37 // Appends the given Range to the current RangeSet.

Completed in 1182 milliseconds

<<11121314151617181920>>