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

<<31323334353637383940>>

  /external/pdfium/core/src/fxcodec/libjpeg/
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/v8/src/base/
safe_conversions_impl.h 46 // Helper templates to statically determine if our destination type can contain
94 RANGE_VALID = 0x0, // Value can be represented by the destination type.
210 // Both source and destination must be numeric.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_Interpolate_Luma.c 42 * This function performs copy a block of data from source to destination
48 * [in] iDstStep Step of the destination buffer.
90 * [in] iDstStep Step of the destination(interpolation) buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 58 * step - width of the destination plane
84 * pDst - pointer to the block in the destination plane; must be aligned on
224 /* Placing the linear array into the destination plane and clipping
  /frameworks/base/libs/hwui/
GlopBuilder.cpp 479 GlopBuilder& GlopBuilder::setModelViewMapUnitToRect(const Rect destination) {
482 mOutGlop->transform.modelView.loadTranslate(destination.left, destination.top, 0.0f);
483 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f);
484 mOutGlop->bounds = destination;
488 GlopBuilder& GlopBuilder::setModelViewMapUnitToRectSnap(const Rect destination) {
492 float left = destination.left;
493 float top = destination.top;
507 mOutGlop->transform.modelView.scale(destination.getWidth(), destination.getHeight(), 1.0f)
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
BitmapUtils.java 29 * @param dstW the destination width
30 * @param dstH the destination height
31 * @param dstSliceH the height extent (in destination coordinates) to
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 129 public final String destination; field in class:BaseRecipientAdapter.TemporaryEntry
141 String destination,
151 this.destination = destination;
164 this.destination = cursor.getString(Queries.Query.DESTINATION);
460 * First, each destination (an email address or a phone number) with a valid contactId is
729 if (existingDestinations.contains(entry.destination)) {
733 existingDestinations.add(entry.destination);
739 entry.destination, entry.destinationType, entry.destinationLabel
    [all...]
  /ndk/build/tools/
dev-platform-compress.sh 31 The main idea is that in the destination directory, a file only appears
52 register_var_option "--dst-dir=<path>" DSTDIR "Specify destination directory"
97 # Files are identical, remove it from destination
  /packages/apps/Gallery2/jni/filters/
wbalance.c 133 char* destination = 0; local
134 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
137 unsigned char * rgb = (unsigned char * )destination;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */
65 /* Destination options header */
159 /* followed by destination NSAP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
gw.h 45 CGW_DST_IF, /* ifindex of destination network interface */
110 * Sets an interface index for source/destination network interfaces.
119 * send out to the destination interface.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */
65 /* Destination options header */
159 /* followed by destination NSAP */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-inline.h 46 the destination function receiving the new trees. */
52 /* Callgraph node of the destination function. */
67 /* Create a new decl to replace DECL in the destination function. */
  /system/core/libpixelflinger/arch-arm64/
t32cb16blend.S 40 * \DREG is a 32-bit register containing *two* original destination RGB565
184 // load the destination
186 // stream the destination
  /system/core/libpixelflinger/
col32cb16blend_neon.S 25 // This function alpha blends a fixed color into a destination scanline, using
30 // where d is the destination pixel,
38 // r0 = destination buffer pointer
t32cb16blend.S 28 * \DREG is a 32-bit register containing *two* original destination RGB565
171 // load the destination
173 // stream the destination
  /external/clang/lib/CodeGen/
CGCleanup.cpp 250 BranchFixups.back().Destination == nullptr)
286 // Skip this fixup if its destination isn't set.
288 if (Fixup.Destination == nullptr) continue;
291 // still pointing directly to its destination; forward it to the
306 if (!CasesAdded.insert(Fixup.Destination).second)
310 Fixup.Destination);
321 // destination is its original target.
349 // Skip this fixup if its destination doesn't match.
351 if (Fixup.Destination != Block) continue;
353 Fixup.Destination = nullptr
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 136 * @param dst The destination string.
153 * @param dst The destination string.
660 * @param dst The destination string.
674 * @param dst The destination string.
692 * @param dst The destination string.
706 * @param dst The destination string.
721 * @param dst The destination string.
735 * @param dst The destination string.
749 * @param dest The destination string
760 * @param dest The destination strin
    [all...]
  /bionic/libc/include/
string.h 264 // Compiler doesn't know destination size. Don't call __strlcpy_chk
285 // Compiler doesn't know destination size. Don't call __strlcat_chk
305 // Compiler doesn't know destination size. Don't call __strlen_chk
324 // Compiler doesn't know destination size. Don't call __strchr_chk
343 // Compiler doesn't know destination size. Don't call __strrchr_chk
unistd.h 228 __errordecl(__pread_dest_size_error, "pread called with size bigger than destination");
233 __errordecl(__pread64_dest_size_error, "pread64 called with size bigger than destination");
238 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
243 __errordecl(__readlink_dest_size_error, "readlink called with size bigger than destination");
248 __errordecl(__readlinkat_dest_size_error, "readlinkat called with size bigger than destination");
  /external/libmpeg2/common/
impeg2_inter_pred.c 66 * dst_buf : Destination Buffer
69 * dst_offset_x : X offset for destination
70 * dst_offset_y : Y offset for destination
72 * dst_wd : destination Width
146 /* destination buffer */
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 39 * unsigned char *dest : Pointer to destination data.
40 * unsigned int dest_width : Stride of destination (NOT USED).
47 * destination scaling up by 4 to 5.
145 mov esi, source // Get the source and destination pointer
328 mov esi, source // Get the source and destination pointer
  /external/libyuv/files/include/libyuv/
planar_functions.h 235 // Get function to Alpha Blend ARGB pixels and store to destination.
239 // Alpha Blend ARGB images and store to destination.
240 // Alpha of destination is set to 255.
304 // (0 to 255) and store to destination.
320 // of destination. Useful for scaling, rotation, mirror, texture mapping.
  /external/opencv/cvaux/src/
cvmorphing.cpp 66 float begCorr; /* begin of correspondence destination of run */
67 float endCorr; /* end of correspondence destination of run */
284 uchar * dst_pix, /* raster epiline from the destination image */
365 uchar * dst_pix, /* raster epiline from the destination image */
384 dst_pix, /* raster epiline from the destination image */
  /frameworks/base/core/java/android/net/
IpReachabilityMonitor.java 415 final InetAddress destination = neighMsg.getDestination(); local
416 if (!isWatching(destination)) {
424 + destination.getHostAddress() + ", "
437 if (mIpWatchList.containsKey(destination)) {
442 mIpWatchList.put(destination, value);

Completed in 915 milliseconds

<<31323334353637383940>>