HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 551 - 575 of 3792) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 39 ;// r0 - pointer to the destination location
40 ;// r1 - step size to this destination location
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 39 ;// r0 - pointer to the destination location
40 ;// r1 - step size to this destination location
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 34 * dstStep -Destination frame step in bytes; must be a multiple of
45 * pDst -Pointer to the destination frame buffer if roi.width==2, 2-byte
omxVCM4P10_InterpolateLuma.c 34 * dstStep -destination frame step, in bytes; must be a multiple of
45 * pDst -Pointer to the destination frame buffer if roi.width==4, 4-byte
  /frameworks/ex/variablespeed/jni/
ring_buffer.h 59 // @param destination float buffer to which the samples will be written.
60 void Copy(int reader, float* destination, int num_frames) const;
  /hardware/samsung_slsi/exynos5/include/
exynos_rotator.h 111 * Set destination format.
185 * Set destination buffer
  /libcore/luni/src/main/java/libcore/net/
RawSocket.java 74 * destination port is not verified, otherwise only packets
99 * be added which includes the specified destination address, our
  /libcore/luni/src/test/java/libcore/java/lang/
SystemTest.java 75 assertEquals("destination of type java.lang.String is not an array", e.getMessage());
103 assertEquals("source[2] of type java.lang.String cannot be stored in destination array of type java.lang.Integer[]", e.getMessage());
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 3 a trailing slash. On mingw, rename fails when the destination
50 * due to the destination already existing. */
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsSingleRecipientSender.java 41 // Don't try to send an empty message, and destination should be just
55 // remove spaces and dashes from destination number
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 36 __warnattr ("wmemcpy called with length bigger than size of destination "
66 __warnattr ("wmemmove called with length bigger than size of destination "
99 __warnattr ("wmempcpy called with length bigger than size of destination "
128 __warnattr ("wmemset called with length bigger than size of destination "
189 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
380 "of destination buffer");
411 "of destination buffer");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth_des.h 94 up to MAXNETNAMELEN bytes long and the destination buffer KEY should
100 up to MAXNETNAMELEN bytes long and the destination buffer KEY
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 36 __warnattr ("wmemcpy called with length bigger than size of destination "
66 __warnattr ("wmemmove called with length bigger than size of destination "
99 __warnattr ("wmempcpy called with length bigger than size of destination "
128 __warnattr ("wmemset called with length bigger than size of destination "
189 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
380 "of destination buffer");
411 "of destination buffer");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_des.h 94 up to MAXNETNAMELEN bytes long and the destination buffer KEY should
100 up to MAXNETNAMELEN bytes long and the destination buffer KEY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar2.h 36 __warnattr ("wmemcpy called with length bigger than size of destination "
66 __warnattr ("wmemmove called with length bigger than size of destination "
99 __warnattr ("wmempcpy called with length bigger than size of destination "
128 __warnattr ("wmemset called with length bigger than size of destination "
189 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
380 "of destination buffer");
411 "of destination buffer");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_des.h 94 up to MAXNETNAMELEN bytes long and the destination buffer KEY should
100 up to MAXNETNAMELEN bytes long and the destination buffer KEY
  /bionic/libc/arch-mips/bionic/
memmove.c 35 /* We can use the optimized memcpy if the destination is completely below the
  /bionic/libc/bionic/
memmove.c 36 /* We can use the optimized memcpy if the source and destination
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 7 * destination register based on the results of the comparison.
TEMPLATE_CMP_LONG.S 2 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
  /dalvik/vm/compiler/template/mips/
TEMPLATE_CMPL_FLOAT_VFP.S 8 * destination register based on the results of the comparison.
  /external/chromium/chrome/browser/
spellchecker_mac.mm 37 TextCheckingTask(BrowserMessageFilter* destination,
42 : destination_(destination),
291 const string16& text, BrowserMessageFilter* destination) {
295 destination, route_id, identifier, text, document_tag));
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 141 // Creates tinted and composited frame images. Source and destination is
159 // Takes all images in |source| and puts them in |destination|, freeing any
160 // image already in |destination| that |source| would overwrite.
162 ImageCache* destination) const;
  /external/chromium/webkit/glue/media/
audio_decoder.cc 56 // Change to destination sample-rate.
  /external/clang/test/Analysis/
no-outofbounds.c 28 struct vec *a = malloc(sizeof(struct vec) + 10); // expected-warning {{Cast a region whose size is not a multiple of the destination type size}}

Completed in 794 milliseconds

<<21222324252627282930>>