HomeSort by relevance Sort by last modified time
    Searched refs:src (Results 101 - 125 of 3491) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/androidprefs/
Android.mk 19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
20 LOCAL_JAVA_RESOURCE_DIRS := src
  /external/opencv/cv/src/
cvpyramids.cpp 83 icvPyrDownG5x5_##flavor##_CnR( const type* src, int srcstep, type* dst, \
95 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
121 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
126 row[0] = PD_LT( src[0], src[1], src[2] ); \
127 row[Wd-1] = PD_RB( src[Wd*2-4], src[Wd*2-3], \
128 src[Wd*2-2], src[Wd*2-1]);
942 CvMat srcstub, *src = (CvMat*)srcarr; local
1035 CvMat srcstub, *src = (CvMat*)srcarr; local
1180 CvMat stub, *src; local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 37 CharSequence src; local
46 src = "can";
47 actual = AutoText.get(src, 0, src.length(), view);
52 src = "acn";
53 actual = AutoText.get(src, 0, src.length(), view);
61 src = "acn";
62 actual = AutoText.get(src, 0, src.length() + 1, view)
    [all...]
  /external/bison/lib/
stpcpy.h 32 /* Copy SRC to DST, returning the address of the terminating '\0' in DST. */
33 extern char *stpcpy (char *dst, const char *src);
  /external/chromium/third_party/libevent/
strlcpy.c 44 * Copy src to string dst of size siz. At most siz-1 characters
46 * Returns strlen(src); if retval >= siz, truncation occurred.
49 _event_strlcpy(dst, src, siz)
51 const char *src;
55 register const char *s = src;
66 /* Not enough room in dst, add NUL and traverse rest of src */
74 return(s - src - 1); /* count does not include NUL */
  /external/e2fsprogs/lib/ext2fs/
dupfs.c 22 errcode_t ext2fs_dup_handle(ext2_filsys src, ext2_filsys *dest)
27 EXT2_CHECK_MAGIC(src, EXT2_ET_MAGIC_EXT2FS_FILSYS);
33 *fs = *src;
47 retval = ext2fs_get_mem(strlen(src->device_name)+1, &fs->device_name);
50 strcpy(fs->device_name, src->device_name);
55 memcpy(fs->super, src->super, SUPERBLOCK_SIZE);
60 memcpy(fs->orig_super, src->orig_super, SUPERBLOCK_SIZE);
66 memcpy(fs->group_desc, src->group_desc,
69 if (src->inode_map) {
70 retval = ext2fs_copy_bitmap(src->inode_map, &fs->inode_map)
    [all...]
  /external/elfutils/libelf/
gelf_xlatetof.c 29 gelf_xlatetof (elf, dest, src, encode)
32 const Elf_Data * src;
39 ? INTUSE(elf32_xlatetof) (dest, src, encode)
40 : INTUSE(elf64_xlatetof) (dest, src, encode));
gelf_xlatetom.c 29 gelf_xlatetom (elf, dest, src, encode)
32 const Elf_Data * src;
39 ? INTUSE(elf32_xlatetom) (dest, src, encode)
40 : INTUSE(elf64_xlatetom) (dest, src, encode));
  /external/mesa3d/src/glsl/
ir_reader.h 32 const char *src, bool scan_for_prototypes);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Appendable.java 29 * @param src the source data to be appended.
31 public void append(byte[] src);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
CrossProcessFilter.java 33 public void process(Photo src, Photo dst) {
35 src.texture(), src.width(), src.height(), dst.texture());
DocumentaryFilter.java 33 public void process(Photo src, Photo dst) {
35 src.texture(), src.width(), src.height(), dst.texture());
GrayscaleFilter.java 33 public void process(Photo src, Photo dst) {
35 src.texture(), src.width(), src.height(), dst.texture());
LomoishFilter.java 33 public void process(Photo src, Photo dst) {
35 src.texture(), src.width(), src.height(), dst.texture());
NegativeFilter.java 33 public void process(Photo src, Photo dst) {
35 src.texture(), src.width(), src.height(), dst.texture());
PosterizeFilter.java 33 public void process(Photo src, Photo dst) {
35 src.texture(), src.width(), src.height(), dst.texture());
SepiaFilter.java 33 public void process(Photo src, Photo dst) {
35 src.texture(), src.width(), src.height(), dst.texture());
  /sdk/swtmenubar/
Android.mk 19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
20 LOCAL_JAVA_RESOURCE_DIRS := src
23 LOCAL_SRC_FILES += $(call all-java-files-under, src-$(HOST_OS))
24 LOCAL_JAVA_RESOURCE_DIRS += src-$(HOST_OS)
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 41 Uint8 *src, *dst; local
43 src = cvt->buf;
46 sample = src[0] + src[1];
48 src += 2;
55 Sint8 *src, *dst; local
57 src = (Sint8 *)cvt->buf;
60 sample = src[0] + src[1];
62 src += 2
69 Uint8 *src, *dst; local
100 Uint8 *src, *dst; local
148 Uint8 *src, *dst; local
162 Sint8 *src, *dst; local
176 Uint8 *src, *dst; local
211 Uint8 *src, *dst; local
264 Uint8 *src, *dst; local
278 Sint8 *src, *dst; local
292 Uint8 *src, *dst; local
327 Uint8 *src, *dst; local
376 Uint16 *src, *dst; local
387 Uint8 *src, *dst; local
416 Uint8 *src, *dst, lf, rf, ce; local
437 Sint8 *src, *dst, lf, rf, ce; local
458 Uint8 *src, *dst; local
517 Uint8 *src, *dst; local
593 Uint8 *src, *dst, lf, rf, ce; local
612 Sint8 *src, *dst, lf, rf, ce; local
631 Uint8 *src, *dst; local
680 Uint8 *src, *dst; local
739 Uint8 *src, *dst; local
762 Uint8 *src, *dst; local
786 Uint8 *src, *dst; local
863 Uint8 *src, *dst; local
901 Uint8 *src, *dst; local
944 Uint8 *src, *dst; local
1000 Uint8 *src, *dst; local
1067 Uint8 *src, *dst; local
1102 Uint8 *src, *dst; local
1140 Uint8 *src, *dst; local
1183 Uint8 *src, *dst; local
    [all...]
  /bionic/libc/arch-arm/bionic/
eabi.c 66 void __aeabi_memcpy8(void *dest, const void *src, size_t n) {
67 memcpy(dest, src, n);
70 void __aeabi_memcpy4(void *dest, const void *src, size_t n) {
71 memcpy(dest, src, n);
74 void __aeabi_memcpy(void *dest, const void *src, size_t n) {
75 memcpy(dest, src, n);
79 void __aeabi_memmove8(void *dest, const void *src, size_t n) {
80 memmove(dest, src, n);
83 void __aeabi_memmove4(void *dest, const void *src, size_t n) {
84 memmove(dest, src, n)
    [all...]
  /bionic/libc/string/
strlcpy.c 23 * Copy src to string dst of size siz. At most siz-1 characters
25 * Returns strlen(src); if retval >= siz, truncation occurred.
28 strlcpy(char *dst, const char *src, size_t siz)
31 const char *s = src;
42 /* Not enough room in dst, add NUL and traverse rest of src */
50 return(s - src - 1); /* count does not include NUL */
  /bionic/libc/wchar/
wcpncpy.c 33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n)
36 for (; n--; dst++, src++) {
37 if (!(*dst = *src)) {
  /external/clang/test/CodeGenCXX/
casts.cpp 6 void copyFrom(const A &src);
12 void A::copyFrom(const A &src) {
13 ((A &)src).addRef();
  /external/llvm/lib/Support/
regstrlcpy.c 24 * Copy src to string dst of size siz. At most siz-1 characters
26 * Returns strlen(src); if retval >= siz, truncation occurred.
29 llvm_strlcpy(char *dst, const char *src, size_t siz)
32 const char *s = src;
43 /* Not enough room in dst, add NUL and traverse rest of src */
51 return(s - src - 1); /* count does not include NUL */
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
DelayWrite_32.c 28 void DelayWrite_32(const LVM_INT32 *src, /* Source 1, to be delayed */
39 delay[Offset] = *src;
41 src++;

Completed in 390 milliseconds

1 2 3 45 6 7 8 91011>>