HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 801 - 825 of 5294) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
route.h 49 #define RTF_GATEWAY 0x0002 /* destination is a gateway */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cStringIO.h 39 the caller doesn't have to provide its own buffer as destination).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 97 # XXX if the destination file already exists, we clobber it if
100 # should probably blow up if destination exists and we would be
188 "can't move '%s': destination '%s' already exists" %
193 "can't move '%s': destination '%s' not a valid path" % \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cStringIO.h 39 the caller doesn't have to provide its own buffer as destination).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 97 # XXX if the destination file already exists, we clobber it if
100 # should probably blow up if destination exists and we would be
188 "can't move '%s': destination '%s' already exists" %
193 "can't move '%s': destination '%s' not a valid path" % \
  /sdk/eclipse/scripts/
build_adt.sh 46 echo Copying ADT plugins and bundle into destination folder
  /system/extras/perfprofd/
perfprofdcore.h 28 // by perfprofd within the destination directory; consumed by GmsCore.
  /system/security/keystore/include/keystore/
keystore.h 65 * Returns NULL if the destination array is too small. Otherwise it
  /external/skia/experimental/FileReaderApp/English.lproj/
MainMenu.xib     [all...]
  /bionic/libc/arch-arm/krait/bionic/
memcpy_base.S 47 /* align destination to cache-line for the write-buffer */
65 // copies 4 bytes, destination 32-bits aligned
69 // copies 8 bytes, destination 64-bits aligned
  /build/libs/host/
CopyFile.c 55 * Returns true if the source file is newer than the destination file.
82 * Returns true if the source and destination files are actually the
153 * Set the permissions, owner, and timestamps on the destination file
201 * Copy a regular file. If the destination file exists and is not a
218 "acp: destination '%s' exists and is not regular file\n",
222 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst);
261 /* if "force" is set, try removing the destination file and retry */
345 * We always discard the destination file. If it's a symlink already,
368 "acp: destination '%s' exists and is not regular or symlink\n",
444 "acp: destination '%s' exists and is not a directory\n", dst)
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 134 ALOGE("%s: Unable to find buffers for JPEG source/destination",
266 ALOGV("%s: Setting destination to %p, size %zu",
273 ALOGE("%s: JPEG destination buffer overflow!",
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealMatrix.java 306 final double[][] destination)
313 if ((destination.length < rowsCount) || (destination[0].length < columnsCount)) {
316 destination.length, destination[0].length,
341 destination[row - startRow][column - startColumn] = value;
349 public void copySubMatrix(int[] selectedRows, int[] selectedColumns, double[][] destination)
354 if ((destination.length < selectedRows.length) ||
355 (destination[0].length < selectedColumns.length)) {
358 destination.length, destination[0].length
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForChars.java 191 * Copies characters from this string into the destination character
198 * @param dst the destination array.
199 * @param dstBegin the start offset in the destination array.
  /external/icu/icu4c/source/common/unicode/
usprep.h 237 * @param dest Pointer to the destination buffer to receive the output
238 * @param destCapacity The capacity of destination array
254 * @return The number of UChars in the destination buffer
  /external/iputils/doc/
arping.sgml 23 <arg choice="req"><replaceable/destination/</arg>
29 Ping <replaceable/destination/ on device <replaceable/interface/ by ARP packets,
115 set to <replaceable/destination/.
  /external/jpeg/
jcapistd.c 24 * Before calling this, all parameters and a data destination must be set up.
46 /* (Re)initialize error mgr and destination modules */
66 * the data destination module has requested suspension of the compressor,
transupp.h 16 * source and destination files. See the comments in transupp.c, or see
118 * Support for copying optional markers from source to destination file.
132 /* Copy markers saved in the given source object to the destination object */
  /external/libhevc/common/arm/
ihevc_weighted_pred_neon_intr.c 67 * Pointer to the destination
73 * Destination stride
198 * Pointer to the destination
204 * Destination stride
349 * Pointer to destination
358 * Destination stride
514 * Pointer to destination
523 * Destination stride
700 * Pointer to destination
709 * Destination strid
    [all...]
  /external/libmtp/examples/
connect.c 71 printf(" --sendfile [source] [destination]\n");
72 printf(" --sendtrack [source] [destination]\n");
73 printf(" --getfile [source] [destination]\n");
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_argb.cc 85 // Rotate by 270 is a ARGBTranspose with the destination written
86 // from bottom to top. So set the destination pointer to the end
87 // of the buffer and flip the sign of the destination stride.
  /external/libyuv/files/source/
rotate_argb.cc 71 // Rotate by 270 is a ARGBTranspose with the destination written
72 // from bottom to top. So set the destination pointer to the end
73 // of the buffer and flip the sign of the destination stride.
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackExt.java 126 * destination address and port and then returns its local address.
128 * @param dst the destination address that the socket would need to connect
138 * the specified destination address and port.
  /external/openfst/src/include/fst/script/
draw-impl.h 135 << ", destination = " << dest_;
215 ostream *ostrm_; // drawn FST destination
216 string dest_; // drawn FST destination name
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapistd.c 25 * Before calling this, all parameters and a data destination must be set up.
47 /* (Re)initialize error mgr and destination modules */
67 * the data destination module has requested suspension of the compressor,

Completed in 820 milliseconds

<<31323334353637383940>>