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

<<21222324252627282930>>

  /external/libusb/
install-sh 172 # When -t is used, the destination is already specified.
173 # Otherwise, the last argument is the destination. Remove it from $@.
246 echo "$0: no destination specified." >&2
256 # If destination is a directory, append the input filename; won't work
467 # Now rename the file to the real destination.
474 # Now remove or move aside any old file at destination location.
476 # systems and the destination file might be busy for other
493 # Now rename the file to the real destination.
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 68 // Insert an unconditional branch to the normal destination.
71 // Remove any PHI node entries from the exception destination.
  /external/lz4/lib/
lz4.h 78 Destination buffer must be already allocated,
87 maxDecompressedSize : is the size of the destination buffer, which must be already allocated.
88 return : the number of bytes decompressed into the destination buffer (necessarily <= maxDecompressedSize)
89 If the destination buffer is not large enough, decoding will stop and output an error code (<0).
124 maxOutputSize : is the size of the destination buffer (which must be already allocated)
147 Destination buffer must be already allocated. Its size must be a minimum of 'originalSize' bytes.
159 into destination buffer 'dest' of size 'maxDecompressedSize'.
162 return : the number of bytes decoded in the destination buffer (necessarily <= maxDecompressedSize)
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.h 80 /* 2. the destination addres of the received datagram (from the IP_RECVDSTADDR socket option, and */
95 struct sockaddr *ifi_dstaddr;/* destination address */
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 151 * set the destination clipping
175 * set the layer destination area
  /external/mesa3d/src/mesa/math/
m_translate.h 37 * The function name specifies the destination format/size.
38 * \param to the destination address
  /external/okhttp/okio/okio/src/main/java/okio/
Sink.java 55 /** Pushes all buffered bytes to their final destination. */
62 * Pushes all buffered bytes to their final destination and releases the
  /external/openfst/src/include/fst/
verify.h 90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
94 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 30 Syncrhonize the destination file tree with the source file tree
48 # of a source file and a destination file
  /external/parameter-framework/bindings/python/
CMakeLists.txt 76 install(TARGETS _PyPfw LIBRARY DESTINATION ${PYTHON_MODULE_PATH})
79 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/PyPfw.py DESTINATION ${PYTHON_MODULE_PATH})
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_compress.c 12 Compresses the source buffer into the destination buffer. The level
15 destination buffer, which must be at least 0.1% larger than sourceLen plus
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcomapi.c 25 * Closing a data source or destination, if necessary, is the application's
65 * Closing a data source or destination, if necessary, is the application's
  /external/squashfs-tools/squashfs-tools/
unsquashfs_xattr.c 67 * If the destination filesystem cannot
77 "supported by the destination "
  /external/v8/tools/testrunner/local/
utils.py 117 def URLRetrieve(source, destination):
120 with open(destination, 'w') as f:
  /external/zlib/src/as400/
zlib.inc 114 D dest 65535 options(*varsize) Destination buffer
115 D destLen 10U 0 Destination length
120 D dest 65535 options(*varsize) Destination buffer
121 D destLen 10U 0 Destination length
130 D dest 65535 options(*varsize) Destination buffer
131 D destLen 10U 0 Destination length
325 D dest like(z_stream) Destination stream
372 D dest like(z_stream) Destination stream
  /external/zlib/src/
compress.c 12 Compresses the source buffer into the destination buffer. The level
15 destination buffer, which must be at least 0.1% larger than sourceLen plus
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 50 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
57 * [out] pDst Pointer to the destination frame buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 50 * [in] dstStep Destination frame step in byte. Must be multiple of roi.width.
57 * [out] pDst Pointer to the destination frame buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Average_16x.c 53 * iDstStep - Step of the destination buffer
58 * pDstPred - Pointer to the destination buffer. 16-byte aligned.
omxVCCOMM_Average_8x.c 53 * iDstStep - Step of the destination buffer.
58 * pDstPred - Pointer to the destination buffer. 8-byte aligned.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_Average_4x.c 51 * iDstStep - Step of the destination buffer; must be a multiple of 4.
56 * pDstPred - Pointer to the destination buffer. 4-byte alignment required.
omxVCM4P10_InterpolateChroma.c 49 * dstStep -Destination frame step in bytes; must be a multiple of
60 * pDst -Pointer to the destination frame buffer if roi.width==2, 2-byte
omxVCM4P10_InterpolateLuma.c 49 * dstStep -destination frame step, in bytes; must be a multiple of
60 * pDst -Pointer to the destination frame buffer if roi.width==4, 4-byte
omxVCM4P10_InvTransformResidualAndAdd.c 52 * iDstReconStep - Step of the destination reconstruction buffer; must be a
59 * pDstRecon -Pointer to the destination reconstruction buffer. 4-byte
  /frameworks/base/services/core/java/com/android/server/updates/
SELinuxPolicyInstallReceiver.java 70 private void installFile(File destination, BufferedInputStream stream, int length)
74 writeUpdate(updateDir, destination, Base64.decode(chunk, Base64.DEFAULT));

Completed in 873 milliseconds

<<21222324252627282930>>