/external/libvncserver/client_examples/ |
D | scrap.c | 84 int dstlen; in convert_data() local 86 dstlen = 0; in convert_data() 94 ++dstlen; in convert_data() 100 ++dstlen; in convert_data() 102 ++dstlen; in convert_data() 108 ++dstlen; in convert_data() 113 ++dstlen; in convert_data() 119 ++dstlen; in convert_data() 123 ++dstlen; in convert_data() 124 ++dstlen; in convert_data() [all …]
|
D | scrap.h | 13 extern void get_scrap(int type, int *dstlen, char **dst);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libc.cc | 180 const uptr dstlen = internal_strnlen(dst, maxlen); in internal_strlcat() local 181 if (dstlen == maxlen) return maxlen + srclen; in internal_strlcat() 182 if (srclen < maxlen - dstlen) { in internal_strlcat() 183 internal_memmove(dst + dstlen, src, srclen + 1); in internal_strlcat() 185 internal_memmove(dst + dstlen, src, maxlen - dstlen - 1); in internal_strlcat() 188 return dstlen + srclen; in internal_strlcat()
|
/external/llvm/test/Transforms/InstCombine/ |
D | memmove_chk-1.ll | 2 ; for dstlen and len. 16 ; Check cases where dstlen >= len. 40 ; Check cases where dstlen < len.
|
D | memcpy_chk-1.ll | 2 ; for dstlen and len. 16 ; Check cases where dstlen >= len. 40 ; Check cases where dstlen < len.
|
D | strncpy_chk-1.ll | 2 ; for len and dstlen. 12 ; Check cases where dstlen >= len 47 ; Check cases where dstlen < len
|
D | memset_chk-1.ll | 2 ; for dstlen and len. 12 ; Check cases where dstlen >= len. 44 ; Check cases where dstlen < len.
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 560 int dstlen = 0; in expandEntities() local 563 dst[dstlen++] = ch; in expandEntities() 567 refStart = dstlen; in expandEntities() 583 int ent = lookupEntity(dst, refStart, dstlen - refStart - 1); in expandEntities() 589 dstlen = refStart + 1; in expandEntities() 593 dstlen = refStart; in expandEntities() 603 return new String(dst, 0, dstlen); in expandEntities()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 928 size_t dstlen; in tzparse() local 971 dstlen = name - dstname; in tzparse() 976 dstlen = name - dstname; /* length of DST zone name */ in tzparse() 1142 dstlen = 0; in tzparse() 1152 if (dstlen != 0) in tzparse() 1153 sp->charcnt += dstlen + 1; in tzparse() 1160 if (dstlen != 0) { in tzparse() 1161 (void) strncpy(cp, dstname, dstlen); in tzparse() 1162 *(cp + dstlen) = '\0'; in tzparse()
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 124 Bool is_overlap ( void* dst, const void* src, SizeT dstlen, SizeT srclen ) in is_overlap() argument 128 if (dstlen == 0 || srclen == 0) in is_overlap() 134 hiD = loD + dstlen - 1; in is_overlap() 1525 (void* dst, const void* src, SizeT len, SizeT dstlen ); \ 1527 (void* dst, const void* src, SizeT len, SizeT dstlen ) \ 1532 if (dstlen < len) goto badness; \
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 352 extern int squashfs_uncompress_block(void *d, int dstlen, void *s, int srclen);
|
/external/robolectric/v3/runtime/ |
D | tagsoup-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |