HomeSort by relevance Sort by last modified time
    Searched full:appending (Results 226 - 250 of 866) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 58 it already exists), and 'a' for appending (which on some Unix systems,
70 'a' open for writing, appending to the end of the file if it exists
84 binary mode (appending 'b' to the mode argument) return contents as
169 appending = "a" in modes
174 if writing or appending:
179 if reading + writing + appending > 1:
181 if not (reading or writing or appending):
192 (appending and "a" or "") +
216 elif writing or appending:
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 210 * Enters a new scope by appending any necessary whitespace and the given
221 * Closes the current scope by appending any necessary whitespace and the
  /external/chromium/googleurl/src/
url_canon_etc.cc 114 // Scheme is unspecified or empty, convert to empty by appending a colon.
161 // The output scheme ends with the the current position, before appending
url_canon_path.cc 162 // appending directory paths, so the previous path component has and ending
196 // If there are already path components (this mode is used when appending
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 381 certain keyword arguments before appending them to the environments
522 entry with that key already, then combine by appending or prepending the
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 298 // Verify that the RenderPass we are appending to is created by our
305 // Verify that the RenderPass we are appending to was created by us.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.h 329 * \param start The index to start appending new data at.
353 * \param start The index to start appending new data at.
  /external/chromium_org/third_party/sqlite/src/test/
walcksum.test 138 # * That when appending to native or non-native checksum log files
141 # * Test point 2 when the appending process is not one that recovered
  /external/chromium_org/url/
url_canon_etc.cc 89 // Scheme is unspecified or empty, convert to empty by appending a colon.
136 // The output scheme ends with the the current position, before appending
url_canon_path.cc 136 // appending directory paths, so the previous path component has and ending
170 // If there are already path components (this mode is used when appending
  /external/kernel-headers/original/linux/
mtio.h 40 #define MTEOM 12 /* goto end of recorded media (for appending files).
42 * appending another file.
  /external/mesa3d/src/glsl/
ralloc.h 329 * \param start The index to start appending new data at.
353 * \param start The index to start appending new data at.
  /external/proguard/src/proguard/retrace/
ReTrace.java 356 * Finds the original field name(s), appending the first one to the out
429 * Finds the original method name(s), appending the first one to the out
  /external/stlport/stlport/stl/
_sstream.c 191 // At this point we know we're appending.
234 // At this point we know we're appending.
  /frameworks/base/core/java/android/util/
JsonWriter.java 235 * Enters a new scope by appending any necessary whitespace and the given
246 * Closes the current scope by appending any necessary whitespace and the
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 191 // At this point we know we're appending.
234 // At this point we know we're appending.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 81 instead of `double' and appending f to each function name. */
120 instead of `double' and appending l to each function name. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 81 instead of `double' and appending f to each function name. */
120 instead of `double' and appending l to each function name. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 81 instead of `double' and appending f to each function name. */
120 instead of `double' and appending l to each function name. */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 191 // At this point we know we're appending.
234 // At this point we know we're appending.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 191 // At this point we know we're appending.
234 // At this point we know we're appending.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 191 // At this point we know we're appending.
234 // At this point we know we're appending.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 191 // At this point we know we're appending.
234 // At this point we know we're appending.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c 191 // At this point we know we're appending.
234 // At this point we know we're appending.
  /build/core/
cleanbuild.mk 23 # and appending an increasing number of '@' characters.

Completed in 1254 milliseconds

1 2 3 4 5 6 7 8 91011>>