/external/icu4c/test/intltest/ |
D | mnkytst.cpp | 84 UnicodeString subs, subt; in TestCollationKey() local 86 source.extract(MIN(s, slen), MAX(s, slen), subs); in TestCollationKey() 93 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 97 report( subs, subt, result, revResult); in TestCollationKey() 100 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 104 report( subs, subt, result, revResult); in TestCollationKey() 107 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 111 report(subs, subt, result, revResult); in TestCollationKey() 114 UnicodeString addOne(subs); in TestCollationKey() 117 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() [all …]
|
/external/elfutils/libebl/ |
D | eblwstrtab.c | 234 struct Ebl_WStrent *subs; in ebl_wstrtabadd() local 237 for (subs = (*sep)->next; subs != NULL; subs = subs->next) in ebl_wstrtabadd() 238 if (subs->len == newstr->len) in ebl_wstrtabadd() 245 return subs; in ebl_wstrtabadd() 286 struct Ebl_WStrent *subs; in copystrings() local 296 for (subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() 298 assert (subs->len < nodep->len); in copystrings() 299 subs->offset = nodep->offset + nodep->len - subs->len; in copystrings() 300 assert (subs->offset != 0 || subs->string[0] == '\0'); in copystrings()
|
D | eblstrtab.c | 234 struct Ebl_Strent *subs; in ebl_strtabadd() local 237 for (subs = (*sep)->next; subs != NULL; subs = subs->next) in ebl_strtabadd() 238 if (subs->len == newstr->len) in ebl_strtabadd() 245 return subs; in ebl_strtabadd() 286 struct Ebl_Strent *subs; in copystrings() local 296 for (subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() 298 assert (subs->len < nodep->len); in copystrings() 299 subs->offset = nodep->offset + nodep->len - subs->len; in copystrings() 300 assert (subs->offset != 0 || subs->string[0] == '\0'); in copystrings()
|
D | eblgstrtab.c | 245 struct Ebl_GStrent *subs; in ebl_gstrtabadd() local 248 for (subs = (*sep)->next; subs != NULL; subs = subs->next) in ebl_gstrtabadd() 249 if (subs->len == newstr->len) in ebl_gstrtabadd() 256 return subs; in ebl_gstrtabadd() 297 struct Ebl_GStrent *subs; in copystrings() local 307 for (subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() 309 assert (subs->len < nodep->len); in copystrings() 310 subs->offset = nodep->offset + (nodep->len - subs->len) * nodep->width; in copystrings() 311 assert (subs->offset != 0 || subs->string[0] == '\0'); in copystrings()
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-path.c | 58 GList *subs; member 124 dir->subs = g_list_prepend (dir->subs, sub); in ip_map_sub_dir() 224 dir->subs = g_list_remove (dir->subs, sub); in ip_unmap_sub_dir() 232 for (l = dir->subs; l; l = l->next) in ip_unmap_all_subs() 237 g_list_free (dir->subs); in ip_unmap_all_subs() 238 dir->subs = NULL; in ip_unmap_all_subs() 253 if (dir->subs == NULL) in _ip_stop_watching() 280 g_assert (dir->subs == NULL); in ip_watched_dir_free() 292 for (l = dir->subs; l; l = l->next) in ip_wd_delete() 319 for (subl = dir->subs; subl; subl = subl->next) in ip_event_dispatch() [all …]
|
/external/e2fsprogs/ |
D | Makefile.in | 21 all:: subs 26 subs: 29 progs: subs all-progs-recursive 30 libs: subs all-libs-recursive 53 install: subs all-libs-recursive install-progs-recursive \ 57 install-strip: subs all-libs-recursive install-strip-progs-recursive \ 135 check:: subs check-recursive
|
/external/webkit/SunSpider/tests/ |
D | regexp-dna.js | 1693 subs = { variable 1710 for(k in subs) 1711 …dnaInput = dnaInput.replace(k, subs[k]) // FIXME: Would like this to be a global substitution in a…
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | fastquant_inline.h | 214 subs q_value, q_value, #3840 in coeff_dequant() 258 subs coeff, coeff, #0xf00 in coeff_dequant_mpeg() 310 subs q_value, q_value, #3840 in coeff_dequant() 355 subs coeff, coeff, #0xf00 in coeff_dequant_mpeg() 373 subs coeff, coeff, ac_clip, lsl #1 in coeff_clip() 401 subs coeff, coeff, #0xf00 in clip_2047() 419 subs coeff, coeff, #0xf00 in coeff_dequant_mpeg_intra()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-data.c | 371 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) == NULL); in fdata_sub_add() 372 f->subs = g_list_prepend (f->subs, sub); in fdata_sub_add() 380 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) != NULL); in fdata_sub_remove() 381 l = g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find); in fdata_sub_remove() 384 f->subs = g_list_delete_link (f->subs, l); in fdata_sub_remove()
|
D | fen-helper.c | 259 for (i = f->subs; i; i = i->next) { in default_emit_event_cb() 270 for (i = pdata->subs; i; i = i->next) { in default_emit_event_cb() 279 for (i = f->subs; i; i = i->next) { in default_emit_event_cb() 286 for (i = pdata->subs; i; i = i->next) { in default_emit_event_cb()
|
D | fen-data.h | 38 #define FN_IS_PASSIVE(fp) (((fdata*)(fp))->subs == NULL) 54 GList *subs; member
|
/external/bison/djgpp/ |
D | config.sed | 94 # Prevent the spliting of subs.sed. 95 # The sed script: subs.sed is split into 48 lines long files. 96 # This will produce sed scripts called subs-$ac_sed_frag.sed, where 100 # at the end of one particular subs-$ac_sed_frag.sed and the rest of the 101 # sed command will be written at the begining of the next subs-$ac_sed_frag.sed 104 /ac_max_sed_lines=[0-9]/ s,=.*$,=`sed -n "$=" $tmp/subs.sed`,
|
/external/skia/src/core/asm/ |
D | s32a_d565_opaque.S | 31 subs r4, r2, #0 84 3: subs r4, r4, #1 // r4 = --count
|
/external/icu4c/ |
D | config.status | 492 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF 632 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 634 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 636 if test ! -s $tmp/subs.frag; then 644 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
/external/grub/ |
D | config.status | 466 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF 589 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 591 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 593 if test ! -s $tmp/subs.frag; then 601 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
/external/elfutils/ |
D | config.status | 476 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF 594 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 596 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 598 if test ! -s $tmp/subs.frag; then 606 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
/external/strace/ |
D | config.status | 454 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF 566 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 568 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 570 if test ! -s $tmp/subs.frag; then 578 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
/external/bison/ |
D | config.status | 475 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF 613 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 615 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 617 if test ! -s $tmp/subs.frag; then 625 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 284 FT_Byte* subs; /* sub-headers */ in tt_cmap2_validate() local 313 subs = p; in tt_cmap2_validate() 314 glyph_ids = subs + (max_subs + 1) * 8; in tt_cmap2_validate() 388 FT_Byte* subs = table + 518; /* subheaders table */ in tt_cmap2_get_subheader() local 397 sub = subs; /* jump to first sub-header */ in tt_cmap2_get_subheader() 414 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) ); in tt_cmap2_get_subheader() 417 if ( sub == subs ) in tt_cmap2_get_subheader()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | configure | 1447 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF 1525 " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file 1527 rm -f conftest.subs
|
/external/fdlibm/ |
D | configure | 3002 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 3062 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 3064 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 3066 if test ! -s $tmp/subs.frag; then 3074 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
/external/openssl/crypto/0.9.9-dev/aes/ |
D | aes-armv4.s | 263 subs r12,r12,#1 420 subs r12,r12,#1 474 subs r12,r12,#1 533 subs r12,r12,#1 645 subs r12,r12,#1 910 subs r12,r12,#1
|
/external/jpeg/ |
D | configure | 1752 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF 1810 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file 1812 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
|
/external/opencore/codecs_v2/audio/mp3/dec/src/asm/ |
D | pvmp3_dct_16_gcc.s | 396 subs r3,r3,#1 418 subs r3,r3,#1
|
/external/openssl/crypto/0.9.9-dev/bn/ |
D | armv4-mont.s | 115 subs r7,r7,r7 @ "clear" carry flag
|