/external/harfbuzz_ng/test/shaping/tests/ |
D | ligature-id.tests | 1 …4c1b2aa173262734c1f616148f1648cfd6.ttf::U+0995,U+09CD,U+0995,U+0020,U+0995,U+09CD,U+09B0,U+0995,U+… 2 …62734c1f616148f1648cfd6.ttf::U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0020,U+0995,U+09CD,U+09B0… 3 …6148f1648cfd6.ttf::U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0020,U+0995,U+… 4 …d6.ttf::U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0020… 5 …0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+… 6 …CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09… 7 …CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09… 8 …CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09… 9 …CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09… 10 …CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+0995,U+09CD,U+0995,U+09… [all …]
|
/external/autotest/client/common_lib/ |
D | control_data_unittest.py | 44 cd = control_data.parse_control(self.control_tmp.name, True) 45 self.assertEquals(cd.author, "Author") 46 self.assertEquals(cd.dependencies, set(['console', 'power'])) 47 self.assertEquals(cd.doc, "doc stuff") 48 self.assertEquals(cd.experimental, False) 49 self.assertEquals(cd.name, "nAmE") 50 self.assertEquals(cd.run_verify, False) 51 self.assertEquals(cd.sync_count, 2) 52 self.assertEquals(cd.time, "short") 53 self.assertEquals(cd.test_class, "kernel") [all …]
|
/external/curl/ |
D | Makefile.dist | 34 cd lib 36 cd ..\src 40 cd lib 42 cd ..\src 46 cd lib 48 cd ..\src 52 cd lib 54 cd ..\src 58 cd lib && $(MAKE) -u -f Makefile.Watcom 59 cd src && $(MAKE) -u -f Makefile.Watcom [all …]
|
/external/cblas/ |
D | Makefile | 85 ( cd testing && make clean ) 86 ( cd src && make clean ) 90 ( cd testing && make cleanobj ) 91 ( cd src && make clean ) 94 ( cd testing && make cleanexe ) 117 ( cd src && make slib1) 119 ( cd src && make dlib1) 121 ( cd src && make clib1) 123 ( cd src && make zlib1) 125 ( cd src && make all1) [all …]
|
/external/dbus/test/ |
D | test-utils.c | 15 CData *cd = data; in add_watch() local 17 return _dbus_loop_add_watch (cd->loop, watch); in add_watch() 24 CData *cd = data; in remove_watch() local 26 _dbus_loop_remove_watch (cd->loop, watch); in remove_watch() 33 CData *cd = data; in toggle_watch() local 35 _dbus_loop_toggle_watch (cd->loop, watch); in toggle_watch() 42 CData *cd = data; in add_timeout() local 44 return _dbus_loop_add_timeout (cd->loop, timeout); in add_timeout() 51 CData *cd = data; in remove_timeout() local 53 _dbus_loop_remove_timeout (cd->loop, timeout); in remove_timeout() [all …]
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfPizCompressor.cpp | 350 ChannelData &cd = _channelData[i]; in compress() local 352 cd.start = tmpBufferEnd; in compress() 353 cd.end = cd.start; in compress() 355 cd.nx = numSamples (c.channel().xSampling, minX, maxX); in compress() 356 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in compress() 357 cd.ys = c.channel().ySampling; in compress() 359 cd.size = pixelTypeSize (c.channel().type) / pixelTypeSize (HALF); in compress() 361 tmpBufferEnd += cd.nx * cd.ny * cd.size; in compress() 374 ChannelData &cd = _channelData[i]; in compress() local 376 if (modp (y, cd.ys) != 0) in compress() [all …]
|
D | ImfB44Compressor.cpp | 665 ChannelData &cd = _channelData[i]; in compress() local 667 cd.start = tmpBufferEnd; in compress() 668 cd.end = cd.start; in compress() 670 cd.nx = numSamples (c.channel().xSampling, minX, maxX); in compress() 671 cd.ny = numSamples (c.channel().ySampling, minY, maxY); in compress() 673 tmpBufferEnd += cd.nx * cd.ny * cd.size; in compress() 689 ChannelData &cd = _channelData[i]; in compress() local 691 if (modp (y, cd.ys) != 0) in compress() 694 if (cd.type == HALF) in compress() 696 for (int x = cd.nx; x > 0; --x) in compress() [all …]
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_compress.c | 190 codec_t* cd; in TIFFFindCODEC() local 192 for (cd = registeredCODECS; cd; cd = cd->next) in TIFFFindCODEC() 193 if (cd->info->scheme == scheme) in TIFFFindCODEC() 194 return ((const TIFFCodec*) cd->info); in TIFFFindCODEC() 204 codec_t* cd = (codec_t*) in TIFFRegisterCODEC() local 207 if (cd != NULL) { in TIFFRegisterCODEC() 208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t)); in TIFFRegisterCODEC() 209 cd->info->name = (char*) in TIFFRegisterCODEC() 210 ((uint8*) cd->info + sizeof (TIFFCodec)); in TIFFRegisterCODEC() 211 strcpy(cd->info->name, name); in TIFFRegisterCODEC() [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_compress.c | 190 codec_t* cd; in TIFFFindCODEC() local 192 for (cd = registeredCODECS; cd; cd = cd->next) in TIFFFindCODEC() 193 if (cd->info->scheme == scheme) in TIFFFindCODEC() 194 return ((const TIFFCodec*) cd->info); in TIFFFindCODEC() 204 codec_t* cd = (codec_t*) in TIFFRegisterCODEC() local 207 if (cd != NULL) { in TIFFRegisterCODEC() 208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t)); in TIFFRegisterCODEC() 209 cd->info->name = (char*) in TIFFRegisterCODEC() 210 ((uint8*) cd->info + sizeof (TIFFCodec)); in TIFFRegisterCODEC() 211 strcpy(cd->info->name, name); in TIFFRegisterCODEC() [all …]
|
/external/valgrind/docs/internals/ |
D | howto_BUILD_KDE42.txt | 72 cd qt-x11-opensource-src-4.4.3 122 for each package, use a separate source and build dir cd to the build 153 cd ~ 156 cd build 158 cd kdesupport 165 cd ~/build 167 cd kdelibs 174 cd ~/build 176 cd kdepimlibs 183 cd ~/build [all …]
|
/external/opencv/cv/src/ |
D | cvcondens.cpp | 60 CvConDensation *CD = 0; in cvCreateConDensation() local 69 CV_CALL( CD = (CvConDensation *) cvAlloc( sizeof( CvConDensation ))); in cvCreateConDensation() 71 CD->SamplesNum = SamplesNum; in cvCreateConDensation() 72 CD->DP = DP; in cvCreateConDensation() 73 CD->MP = MP; in cvCreateConDensation() 75 CV_CALL( CD->flSamples = (float **) cvAlloc( sizeof( float * ) * SamplesNum )); in cvCreateConDensation() 76 CV_CALL( CD->flNewSamples = (float **) cvAlloc( sizeof( float * ) * SamplesNum )); in cvCreateConDensation() 77 CV_CALL( CD->flSamples[0] = (float *) cvAlloc( sizeof( float ) * SamplesNum * DP )); in cvCreateConDensation() 78 CV_CALL( CD->flNewSamples[0] = (float *) cvAlloc( sizeof( float ) * SamplesNum * DP )); in cvCreateConDensation() 83 CD->flSamples[i] = CD->flSamples[i - 1] + DP; in cvCreateConDensation() [all …]
|
/external/pcre/dist/ |
D | RunGrepTest | 73 (cd $srcdir; $valgrind $pcregrep PATTERN ./testdata/grepinput) >>testtrygrep 77 (cd $srcdir; $valgrind $pcregrep '^PATTERN' ./testdata/grepinput) >>testtrygrep 81 (cd $srcdir; $valgrind $pcregrep -in PATTERN ./testdata/grepinput) >>testtrygrep 85 (cd $srcdir; $valgrind $pcregrep -ic PATTERN ./testdata/grepinput) >>testtrygrep 89 (cd $srcdir; $valgrind $pcregrep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtryg… 93 (cd $srcdir; $valgrind $pcregrep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtry… 97 (cd $srcdir; $valgrind $pcregrep -il PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtryg… 101 (cd $srcdir; $valgrind $pcregrep -l PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygr… 105 (cd $srcdir; $valgrind $pcregrep -q PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygr… 109 (cd $srcdir; $valgrind $pcregrep -q NEVER-PATTERN ./testdata/grepinput ./testdata/grepinputx) >>tes… [all …]
|
D | pcre_compile.c | 49 #define NLBLOCK cd /* Block containing newline information */ 921 expand_workspace(compile_data *cd) in expand_workspace() argument 924 int newsize = cd->workspace_size * 2; in expand_workspace() 927 if (cd->workspace_size >= COMPILE_WORK_SIZE_MAX || in expand_workspace() 928 newsize - cd->workspace_size < WORK_SIZE_SAFETY_MARGIN) in expand_workspace() 933 memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar)); in expand_workspace() 934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace() 935 if (cd->workspace_size > COMPILE_WORK_SIZE) in expand_workspace() 936 (PUBL(free))((void *)cd->start_workspace); in expand_workspace() 937 cd->start_workspace = newspace; in expand_workspace() [all …]
|
/external/pcre/dist/testdata/ |
D | testinput9 | 162 /(?<=aXb)cd/8 165 /(?<=a\x{100}b)cd/8 168 /(?<=a\x{100000}b)cd/8 327 ab> <cd 330 ab> <cd 333 ab> <cd 336 ab> <cd 344 ab cd 350 ab cd 361 ab====cd [all …]
|
D | testinput4 | 106 /(?<=aXb)cd/8 109 /(?<=a\x{100}b)cd/8 112 /(?<=a\x{100000}b)cd/8 271 ab> <cd 274 ab> <cd 277 ab> <cd 280 ab> <cd 288 ab cd 294 ab cd 305 ab====cd [all …]
|
/external/libxml2/os400/iconv/ |
D | iconv.c | 101 iconv_t * cd; in IconvOpen() local 110 cd = (iconv_t *) malloc(sizeof *cd); in IconvOpen() 112 if (!cd) in IconvOpen() 115 *cd = iconv_open(toibmccsid, fromibmccsid); in IconvOpen() 117 if (cd->return_value) { in IconvOpen() 118 free((char *) cd); in IconvOpen() 122 return (Iconv_t) cd; in IconvOpen() 127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, in Iconv() argument 131 if (!cd || cd == (Iconv_t) -1) { in Iconv() 136 return iconv(*(iconv_t *) cd, inbuf, inbytesleft, outbuf, outbytesleft); in Iconv() [all …]
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | Makefile | 22 cd python && make -f Makefile-swig 25 cd ruby && make -f Makefile-swig 28 cd perl && make -f Makefile-swig 31 cd tcl && make -f Makefile-swig 38 cd python && sudo make -f Makefile-swig install 41 cd ruby && sudo make -f Makefile-swig install 44 cd perl && sudo make -f Makefile-swig install 47 cd tcl && sudo make -f Makefile-swig install 54 cd python && sudo make -f Makefile-swig uninstall 57 cd ruby && sudo make -f Makefile-swig uninstall [all …]
|
/external/e2fsprogs/e2fsck/ |
D | pass2.c | 90 struct check_dir_struct cd; in e2fsck_pass2() local 100 clear_problem_context(&cd.pctx); in e2fsck_pass2() 107 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx); in e2fsck_pass2() 112 cd.pctx.errcode = 0; in e2fsck_pass2() 116 cd.pctx.errcode = ext2fs_create_icount2(fs, in e2fsck_pass2() 122 if (cd.pctx.errcode) { in e2fsck_pass2() 123 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx); in e2fsck_pass2() 137 cd.buf = buf; in e2fsck_pass2() 138 cd.ctx = ctx; in e2fsck_pass2() 139 cd.count = 1; in e2fsck_pass2() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | Makefile | 2 -cd python2 && python2.4 httplib2test.py 3 -cd python2 && python2.5 httplib2test.py 4 -cd python2 && python2.6 httplib2test.py 5 cd python2 && python2.6 httplib2test_appengine.py 6 cd python2 && python2.7 httplib2test.py 7 cd python2 && python2.7 httplib2test_appengine.py 8 cd python3 && python3.2 httplib2test.py 11 INLINE_VERSION = $(shell cd python2; python -c "import httplib2;print httplib2.__version__") 12 INLINE_VERSION_3 = $(shell cd python3; ~/bin/python3.2 -c "import httplib2;print(httplib2.__version… 34 cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION) [all …]
|
/external/valgrind/memcheck/tests/amd64/ |
D | fxsave-amd64.stdout.exp | 18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 86 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 89 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 92 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 [all …]
|
/external/clang/test/SemaCXX/ |
D | err_typecheck_assign_const_filecheck.cpp | 23 const D Cd; member 69 Ca.Cb.Cc.Cd.Ce.Snum = 5; in test1() 90 a.b.c.Cd.e.num = 5; in test2() 92 // CHECK: error:{{.*}} 'Cd' in test2() 94 // CHECK: note:{{.*}} 'Cd' in test2() 138 Ca.b.c.Cd.e.num = 5; in test3() 140 // CHECK: error:{{.*}} 'Cd' in test3() 142 // CHECK: note:{{.*}} 'Cd' in test3() 147 a.getCB().c.Cd.e.num = 5; in test3() 149 // CHECK: error:{{.*}} 'Cd' in test3() [all …]
|
/external/libvncserver/test/ |
D | encodingstest.c | 127 clientData* cd=(clientData*)client->clientData; in update() 129 testEncodings[cd->encodingIndex].str, in update() 135 clientData* cd=(clientData*)client->clientData; in update_finished() local 139 if(testEncodings[cd->encodingIndex].id==rfbEncodingZYWRLE) in update_finished() 142 if(testEncodings[cd->encodingIndex].id==rfbEncodingTight) in update_finished() 146 updateStatistics(cd->encodingIndex, in update_finished() 147 !doFramebuffersMatch(cd->server,client,maxDelta)); in update_finished() 153 clientData* cd=(clientData*)client->clientData; in clientLoop() local 155 client->appData.encodingsString=strdup(testEncodings[cd->encodingIndex].str); in clientLoop() 160 testEncodings[cd->encodingIndex].str, in clientLoop() [all …]
|
/external/autotest/client/tests/kvm/ |
D | virtio-win.cfg.sample | 35 # So you have to map the paths of your cd containing the drivers on the config 70 # Look at your cd structure and see where the drivers are 84 # Look at your cd structure and see where the drivers are 99 # Look at your cd structure and see where the drivers are 113 # Look at your cd structure and see where the drivers are 124 # Look at your cd structure and see where the drivers are 134 # Look at your cd structure and see where the drivers are 145 # Look at your cd structure and see where the drivers are 155 # Look at your cd structure and see where the drivers are 167 # Look at your cd structure and see where the drivers are [all …]
|
/external/e2fsprogs/ |
D | Makefile.in | 35 @(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi) 36 @(if test -d lib/ext2fs ; then cd lib/ext2fs && $(MAKE) ext2_err.h; fi) 43 cd $(top_builddir); CONFIG_FILES=./e2fsprogs.spec ./config.status 49 -@test -d doc && cd doc && $(MAKE) libext2fs.info 52 -@test -d doc && cd doc && $(MAKE) install-doc-libs 55 -@test -d doc && cd doc && $(MAKE) uninstall-doc-libs 58 -@test -d doc && cd doc && $(MAKE) clean 61 -test -d doc && cd doc && $(MAKE) distclean 84 (cd $$subdir && $(MAKE) $$target) || exit 1; \ 94 (cd $$subdir && $(MAKE) $$target) || exit 1; \ [all …]
|
/external/iproute2/testsuite/iproute2/ |
D | Makefile | 6 echo "Entering $$dir" && cd $$dir && $(MAKE) && cd ..; \ 16 echo "Entering $$dir" && cd $$dir && if [ -f configure ]; then ./configure; fi && cd ..; \ 21 echo "Entering $$dir" && cd $$dir && $(MAKE) clean && cd ..; \ 26 echo "Entering $$dir" && cd $$dir && $(MAKE) distclean && cd ..; \ 33 cd $@ && $(MAKE)
|