Home
last modified time | relevance | path

Searched full:cd (Results 1 – 25 of 5894) sorted by relevance

12345678910>>...236

/external/harfbuzz_ng/test/shape/data/in-house/tests/
Dligature-id.tests1 …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+…
6CD,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…
7CD,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…
8CD,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…
9CD,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…
10CD,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/
Dcontrol_data_unittest.py77 cd = ControlData({'suite': 'foo,bar'}, 'filename')
78 self.assertEqual(set(cd.suite_tag_parts), {'foo', 'bar'})
82 cd = ControlData({}, 'filename')
83 self.assertEqual(cd.suite_tag_parts, [])
99 cd = control_data.parse_control(self.control_tmp.name, True)
100 self.assertEqual(cd.author, "Author")
101 self.assertEqual(cd.dependencies, set(['console', 'power']))
102 self.assertEqual(cd.doc, "doc stuff")
103 self.assertEqual(cd.experimental, False)
104 self.assertEqual(cd.name, "nAmE")
[all …]
/external/python/cpython2/Doc/library/
Dcd.rst2 :mod:`cd` --- CD-ROM access on SGI systems
5 .. module:: cd
7 :synopsis: Interface to the CD-ROM on Silicon Graphics systems.
12 The :mod:`cd` module has been removed in Python 3.
15 This module provides an interface to the Silicon Graphics CD library. It is
18 The way the library works is as follows. A program opens the CD-ROM device with
19 :func:`.open` and creates a parser to parse the data from the CD with
21 data from the CD, but also to get status information for the CD-ROM device, and
22 to get information about the CD, such as the table of contents. Data from the
23 CD is passed to the parser, which parses the frames, and calls any callback
[all …]
/external/cblas/
DMakefile85 ( 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/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/
DConstructorDeclarationTransformationsTest.java53 ConstructorDeclaration cd = consider("A(){}"); in settingName() local
54 cd.setName("B"); in settingName()
55 assertTransformedToString("B(){}", cd); in settingName()
64 ConstructorDeclaration cd = consider("A(){}"); in addingModifiers() local
65 cd.setModifiers(createModifierList(PUBLIC)); in addingModifiers()
66 assertTransformedToString("public A(){}", cd); in addingModifiers()
71 ConstructorDeclaration cd = consider("public A(){}"); in removingModifiers() local
72 cd.setModifiers(new NodeList<>()); in removingModifiers()
73 assertTransformedToString("A(){}", cd); in removingModifiers()
78 ConstructorDeclaration cd = consider("public A(){}"); in replacingModifiers() local
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
DNodeListTest.java77 ClassOrInterfaceDeclaration cd = cu.getClassByName("A").get();
78 cd.getMembers().register(createObserver(changes));
80cd.getMembers().addAll(Arrays.asList(createIntField("a"), createIntField("b"), createIntField("c")…
91 ClassOrInterfaceDeclaration cd = cu.getClassByName("A").get();
92 cd.getMembers().register(createObserver(changes));
94cd.getMembers().addAll(0, Arrays.asList(createIntField("a"), createIntField("b"), createIntField("…
105 ClassOrInterfaceDeclaration cd = cu.getClassByName("A").get();
106 cd.getMembers().register(createObserver(changes));
108 cd.getMembers().clear();
119 ClassOrInterfaceDeclaration cd = cu.getClassByName("A").get();
[all …]
/external/protobuf/
Dtests.sh27 cd conformance && make test_cpp && cd ..
33 cd benchmarks && make cpp-benchmark && cd ..
46 cd src
68 cd ${DIST//.tar.gz}
77 cd ..
138 (cd dotnettmp; dotnet new > /dev/null)
146 cd conformance && make test_csharp && cd ..
165 cd examples && PROTO_PATH="-I../src -I." make gotest && cd ..
198 cd $dir && $MVN clean && $MVN test
199 cd ../..
[all …]
/external/oss-fuzz/projects/cryptofuzz/
Dbuild.sh27 cd $SRC/
40 cd $SRC/
42 cd boost_1_74_0/
51 cd $SRC/cryptofuzz
72 cd $SRC/libfuzzer-js/
80 cd $SRC/cryptofuzz/modules/bn.js/
86 cd $SRC/cryptofuzz/modules/bignumber.js/
91 cd $SRC/cryptofuzz/modules/crypto-js/
101 # cd $SRC/nss-nspr/
110 # cd $SRC/cryptofuzz/modules/nss
[all …]
/external/eigen/test/
Dmixingtypes.cpp77 typedef std::complex<double> CD; in mixingtypes() typedef
110 while(std::abs(scd)<epsd) scd = internal::random<CD>(); in mixingtypes()
173 VERIFY_IS_APPROX(sd*md*mcd, (sd*md).template cast<CD>().eval()*mcd); in mixingtypes()
174 VERIFY_IS_APPROX(sd*mcd*md, sd*mcd*md.template cast<CD>()); in mixingtypes()
175 VERIFY_IS_APPROX(scd*md*mcd, scd*md.template cast<CD>().eval()*mcd); in mixingtypes()
176 VERIFY_IS_APPROX(scd*mcd*md, scd*mcd*md.template cast<CD>()); in mixingtypes()
183 VERIFY_IS_APPROX(sd*md.adjoint()*mcd, (sd*md).template cast<CD>().eval().adjoint()*mcd); in mixingtypes()
184 VERIFY_IS_APPROX(sd*mcd.adjoint()*md, sd*mcd.adjoint()*md.template cast<CD>()); in mixingtypes()
185 …VERIFY_IS_APPROX(sd*md.adjoint()*mcd.adjoint(), (sd*md).template cast<CD>().eval().adjoint()*mcd.a… in mixingtypes()
186 …VERIFY_IS_APPROX(sd*mcd.adjoint()*md.adjoint(), sd*mcd.adjoint()*md.template cast<CD>().adjoint()); in mixingtypes()
[all …]
/external/oss-fuzz/projects/kimageformats/
Dbuild.sh18 cd $SRC
19 cd zlib
23 cd $SRC
24 cd libzip
28 cd $SRC
29 cd extra-cmake-modules
33 cd $SRC
34 cd qtbase
43 cd src
47 cd $SRC
[all …]
/external/pdfium/third_party/libtiff/
Dtif_compress.c188 codec_t* cd; in TIFFFindCODEC() local
190 for (cd = registeredCODECS; cd; cd = cd->next) in TIFFFindCODEC()
191 if (cd->info->scheme == scheme) in TIFFFindCODEC()
192 return ((const TIFFCodec*) cd->info); in TIFFFindCODEC()
202 codec_t* cd = (codec_t*) in TIFFRegisterCODEC() local
205 if (cd != NULL) { in TIFFRegisterCODEC()
206 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t)); in TIFFRegisterCODEC()
207 cd->info->name = (char*) in TIFFRegisterCODEC()
208 ((uint8*) cd->info + sizeof (TIFFCodec)); in TIFFRegisterCODEC()
209 strcpy(cd->info->name, name); in TIFFRegisterCODEC()
[all …]
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.bat16 cd /d %~dp0\..\..\..
23 set INSTALL_DIR=%cd:\=/%/testinstall
30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32
32 cd third_party/zlib
34 cd cmake
37 cd ../../..
39 cd third_party/protobuf/cmake
41 cd build
44 cd ../../../..
46 cd third_party/cares/cares
[all …]
Drun_distrib_test_cmake.sh18 cd "$(dirname "$0")/../../.."
25 cd third_party/cares/cares
29 cd cmake/build
32 cd ../../../../..
36 cd third_party/zlib
38 cd cmake/build
41 cd ../../../..
45 cd third_party/protobuf
47 cd cmake/build
50 cd ../../../..
[all …]
/external/flac/src/
DMakefile.lite54 (cd $@ ; $(MAKE) -f Makefile.lite $(CONFIG))
57 (cd utils/$@ ; $(MAKE) -f Makefile.lite $(CONFIG))
60 -(cd flac ; $(MAKE) -f Makefile.lite clean)
61 -(cd libFLAC ; $(MAKE) -f Makefile.lite clean)
62 -(cd libFLAC++ ; $(MAKE) -f Makefile.lite clean)
63 -(cd metaflac ; $(MAKE) -f Makefile.lite clean)
64 -(cd plugin_common ; $(MAKE) -f Makefile.lite clean)
65 -(cd plugin_xmms ; $(MAKE) -f Makefile.lite clean)
66 -(cd share ; $(MAKE) -f Makefile.lite clean)
67 -(cd test_grabbag ; $(MAKE) -f Makefile.lite clean)
[all …]
/external/python/cffi/c/
D_cffi_backend.c1038 CDataObject *cd = PyObject_New(CDataObject, &CData_Type); in new_simple_cdata() local
1039 if (cd == NULL) in new_simple_cdata()
1042 cd->c_data = data; in new_simple_cdata()
1043 cd->c_type = ct; in new_simple_cdata()
1044 cd->c_weakreflist = NULL; in new_simple_cdata()
1045 return (PyObject *)cd; in new_simple_cdata()
1137 CDataObject *cd = _new_casted_primitive(ct); in convert_to_object() local
1138 if (cd != NULL) in convert_to_object()
1139 write_raw_longdouble_data(cd->c_data, value); in convert_to_object()
1140 return (PyObject *)cd; in convert_to_object()
[all …]
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp42 /* f(Cs,Cd) = Cs*Cd */ in blend_multiply()
49 /* f(Cs,Cd) = Cs+Cd-Cs*Cd */ in blend_screen()
58 /* f(Cs,Cd) = 2*Cs*Cd, if Cd <= 0.5 in blend_overlay()
59 * 1-2*(1-Cs)*(1-Cd), otherwise in blend_overlay()
70 /* f(Cs,Cd) = min(Cs,Cd) */ in blend_darken()
77 /* f(Cs,Cd) = max(Cs,Cd) */ in blend_lighten()
86 /* f(Cs,Cd) = in blend_colordodge()
87 * 0, if Cd <= 0 in blend_colordodge()
88 * min(1,Cd/(1-Cs)), if Cd > 0 and Cs < 1 in blend_colordodge()
89 * 1, if Cd > 0 and Cs >= 1 in blend_colordodge()
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dreadcd.doc1 Interface to CD-ROM player.
3 This module implements an interface to the built-in cd module. The
8 initialization of the class will try to open the CD player. This
9 means that initialization will fail if the CD player is already in
10 use. A RuntimeError will be raised by the cd module in that case.
13 the parts of the CD that are to be read and he specifies callback
15 tell the system to play. The specified parts of the CD will then be
21 r = readcd.Readcd([cd-player [, mode]])
23 The optional arguments are the name of the CD device and the mode.
25 possible value); when "cd-player" also isn't specified, it defaults
[all …]
/external/python/cpython2/Lib/plat-irix5/
Dreadcd.doc1 Interface to CD-ROM player.
3 This module implements an interface to the built-in cd module. The
8 initialization of the class will try to open the CD player. This
9 means that initialization will fail if the CD player is already in
10 use. A RuntimeError will be raised by the cd module in that case.
13 the parts of the CD that are to be read and he specifies callback
15 tell the system to play. The specified parts of the CD will then be
21 r = readcd.Readcd([cd-player [, mode]])
23 The optional arguments are the name of the CD device and the mode.
25 possible value); when "cd-player" also isn't specified, it defaults
[all …]
/external/google-breakpad/src/third_party/libdisasm/swig/
DMakefile22 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/libxml2/os400/iconv/
Diconv.c101 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/capstone/bindings/
DMakefile22 cd python && $(MAKE) gen_const
23 cd java && $(MAKE) gen_const
24 cd ocaml && $(MAKE) gen_const
32 cd ../tests && $(MAKE)
47 cd python && $(MAKE)
62 cd java && $(MAKE)
63 cd java && ./run.sh > $(TEST)_o
64 cd java && ./run.sh arm > $(TEST_ARM)_o
65 cd java && ./run.sh arm64 > $(TEST_ARM64)_o
66 cd java && ./run.sh mips > $(TEST_MIPS)_o
[all …]
/external/oss-fuzz/projects/bignum-fuzzer/
Dbuild.sh24 cd mpdecimal-2.5.1
27 cd $SRC/openssl
36 cd $SRC/libgmp
42 cd $SRC/bignum-fuzzer/modules/openssl
46 cd $SRC/bignum-fuzzer/modules/go
50 #cd $SRC/bignum-fuzzer/modules/rust
54 cd $SRC/bignum-fuzzer/modules/cpp_boost
58 cd $SRC/bignum-fuzzer/modules/libgmp
62 cd $SRC/bignum-fuzzer/modules/libmpdec
68 cd $SRC/bignum-fuzzer
[all …]
/external/e2fsprogs/e2fsck/
Dpass2.c134 struct check_dir_struct cd; in e2fsck_pass2() local
147 clear_problem_context(&cd.pctx); in e2fsck_pass2()
154 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx); in e2fsck_pass2()
156 cd.pctx.errcode = e2fsck_setup_icount(ctx, "inode_count", in e2fsck_pass2()
159 if (cd.pctx.errcode) { in e2fsck_pass2()
160 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx); in e2fsck_pass2()
174 cd.buf = buf; in e2fsck_pass2()
175 cd.ctx = ctx; in e2fsck_pass2()
176 cd.count = 1; in e2fsck_pass2()
177 cd.max = ext2fs_dblist_count2(fs->dblist); in e2fsck_pass2()
[all …]
/external/pcre/
DRunGrepTest116 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
120 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
124 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
128 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
132 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>te…
136 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>t…
140 (cd $srcdir; $valgrind $vjs $pcre2grep -il PATTERN ./testdata/grepinput ./testdata/grepinputx) >>te…
144 (cd $srcdir; $valgrind $vjs $pcre2grep -l PATTERN ./testdata/grepinput ./testdata/grepinputx) >>tes…
148 (cd $srcdir; $valgrind $vjs $pcre2grep -q PATTERN ./testdata/grepinput ./testdata/grepinputx) >>tes…
152 (cd $srcdir; $valgrind $vjs $pcre2grep -q NEVER-PATTERN ./testdata/grepinput ./testdata/grepinputx)…
[all …]
/external/libfuse/lib/
Dcuse_lowlevel.c118 struct cuse_data *cd; in cuse_prep_data() local
130 cd = calloc(1, sizeof(*cd) + dev_info_len); in cuse_prep_data()
131 if (!cd) { in cuse_prep_data()
136 memcpy(&cd->clop, clop, sizeof(cd->clop)); in cuse_prep_data()
137 cd->max_read = 131072; in cuse_prep_data()
138 cd->dev_major = ci->dev_major; in cuse_prep_data()
139 cd->dev_minor = ci->dev_minor; in cuse_prep_data()
140 cd->dev_info_len = dev_info_len; in cuse_prep_data()
141 cd->flags = ci->flags; in cuse_prep_data()
142 cuse_pack_info(ci->dev_info_argc, ci->dev_info_argv, cd->dev_info); in cuse_prep_data()
[all …]

12345678910>>...236