/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | pal-userdata-regs.ll | 16 …CD\01\00\A3.gs\82\AB.sgpr_limith\AB.vgpr_limit\CD\01\00\A3.hs\82\AB.sgpr_limith\AB.vgpr_limit\CD\0…
|
/external/harfbuzz_ng/test/shaping/data/in-house/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 | 77 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/ |
D | cd.rst | 2 :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/ |
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/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/ |
D | ConstructorDeclarationTransformationsTest.java | 53 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/ |
D | NodeListTest.java | 77 ClassOrInterfaceDeclaration cd = cu.getClassByName("A").get(); 78 cd.getMembers().register(createObserver(changes)); 80 …cd.getMembers().addAll(Arrays.asList(createIntField("a"), createIntField("b"), createIntField("c")… 91 ClassOrInterfaceDeclaration cd = cu.getClassByName("A").get(); 92 cd.getMembers().register(createObserver(changes)); 94 …cd.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/ |
D | tests.sh | 27 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/eigen/test/ |
D | mixingtypes.cpp | 41 typedef std::complex<double> CD; in mixingtypes() typedef 74 while(std::abs(scd)<epsd) scd = internal::random<CD>(); in mixingtypes() 150 VERIFY_IS_APPROX(sd*md*mcd, (sd*md).template cast<CD>().eval()*mcd); in mixingtypes() 151 VERIFY_IS_APPROX(sd*mcd*md, sd*mcd*md.template cast<CD>()); in mixingtypes() 152 VERIFY_IS_APPROX(scd*md*mcd, scd*md.template cast<CD>().eval()*mcd); in mixingtypes() 153 VERIFY_IS_APPROX(scd*mcd*md, scd*mcd*md.template cast<CD>()); in mixingtypes() 160 VERIFY_IS_APPROX(sd*md.adjoint()*mcd, (sd*md).template cast<CD>().eval().adjoint()*mcd); in mixingtypes() 161 VERIFY_IS_APPROX(sd*mcd.adjoint()*md, sd*mcd.adjoint()*md.template cast<CD>()); in mixingtypes() 162 …VERIFY_IS_APPROX(sd*md.adjoint()*mcd.adjoint(), (sd*md).template cast<CD>().eval().adjoint()*mcd.a… in mixingtypes() 163 …VERIFY_IS_APPROX(sd*mcd.adjoint()*md.adjoint(), sd*mcd.adjoint()*md.template cast<CD>().adjoint()); in mixingtypes() [all …]
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | coprocessors.s | 1 @ RUN: llvm-mc -triple=armv7 < %s 2> %t | FileCheck --check-prefix=ACCEPT-01234567CD --check-prefix… 2 @ RUN: llvm-mc -triple=thumbv7 < %s 2> %t | FileCheck --check-prefix=ACCEPT-01234567CD --check-pref… 4 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 6 @ RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 7 @ RUN: not llvm-mc -triple=thumbv8.1m.main < %s 2> %t | FileCheck --check-prefix=ACCEPT-01234567CD … 11 @ ACCEPT-01234567CD: mrc p0, #1, r2, c3, c4, #5 12 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction 15 @ ACCEPT-01234567CD: mrc p1, #1, r2, c3, c4, #5 16 @ REJECT-01234567CD: [[@LINE-2]]:7: error: invalid operand for instruction 19 @ ACCEPT-01234567CD: mrc p2, #1, r2, c3, c4, #5 [all …]
|
/external/oss-fuzz/projects/cryptofuzz/ |
D | build.sh | 31 cd $SRC/ 33 cd boost_1_74_0/ 42 cd $SRC/cryptofuzz 66 cd $SRC/libfuzzer-js/ 74 cd $SRC/cryptofuzz/modules/bn.js/ 80 cd $SRC/cryptofuzz/modules/bignumber.js/ 85 cd $SRC/cryptofuzz/modules/crypto-js/ 95 cd $SRC/nss-nspr/ 104 cd $SRC/cryptofuzz/modules/nss 109 cd $SRC/Monocypher/ [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/ARM/ |
D | coprocessors-thumb.txt | 1 …=thumbv7 -disassemble < %s 2> %t | FileCheck --check-prefix=ACCEPT-01234567CD --check-prefix=ACCEP… 4 # RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 5 …-mc -triple=thumbv8.1m.main -disassemble < %s 2> %t | FileCheck --check-prefix=ACCEPT-01234567CD %s 9 # ACCEPT-01234567CD: mrc p0, #1, r2, c3, c4, #5 10 # REJECT-01234567CD: [[@LINE-2]]:2: warning: invalid instruction encoding 13 # ACCEPT-01234567CD: mrc p1, #1, r2, c3, c4, #5 14 # REJECT-01234567CD: [[@LINE-2]]:2: warning: invalid instruction encoding 17 # ACCEPT-01234567CD: mrc p2, #1, r2, c3, c4, #5 18 # REJECT-01234567CD: [[@LINE-2]]:2: warning: invalid instruction encoding 21 # ACCEPT-01234567CD: mrc p3, #1, r2, c3, c4, #5 [all …]
|
D | coprocessors-arm.txt | 1 …le=armv7 -disassemble < %s 2> %t | FileCheck --check-prefix=ACCEPT-01234567CD --check-prefix=ACCEP… 4 # RUN: FileCheck --check-prefix=REJECT-01234567CD --check-prefix=REJECT-89 --check-prefix=REJECT-AB… 7 # ACCEPT-01234567CD: mrc p0, #1, r2, c3, c4, #5 8 # REJECT-01234567CD: [[@LINE-2]]:2: warning: invalid instruction encoding 11 # ACCEPT-01234567CD: mrc p1, #1, r2, c3, c4, #5 12 # REJECT-01234567CD: [[@LINE-2]]:2: warning: invalid instruction encoding 15 # ACCEPT-01234567CD: mrc p2, #1, r2, c3, c4, #5 16 # REJECT-01234567CD: [[@LINE-2]]:2: warning: invalid instruction encoding 19 # ACCEPT-01234567CD: mrc p3, #1, r2, c3, c4, #5 20 # REJECT-01234567CD: [[@LINE-2]]:2: warning: invalid instruction encoding [all …]
|
/external/oss-fuzz/projects/kimageformats/ |
D | build.sh | 18 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/grpc-grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake.bat | 16 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 …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_compress.c | 188 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/flac/src/ |
D | Makefile.lite | 54 (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/cpython2/Lib/plat-irix5/ |
D | readcd.doc | 1 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-irix6/ |
D | readcd.doc | 1 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/ |
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/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 42 /* 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/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/capstone/bindings/ |
D | Makefile | 22 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/python/cffi/c/ |
D | _cffi_backend.c | 1000 CDataObject *cd = PyObject_New(CDataObject, &CData_Type); in new_simple_cdata() local 1001 if (cd == NULL) in new_simple_cdata() 1004 cd->c_data = data; in new_simple_cdata() 1005 cd->c_type = ct; in new_simple_cdata() 1006 cd->c_weakreflist = NULL; in new_simple_cdata() 1007 return (PyObject *)cd; in new_simple_cdata() 1099 CDataObject *cd = _new_casted_primitive(ct); in convert_to_object() local 1100 if (cd != NULL) in convert_to_object() 1101 write_raw_longdouble_data(cd->c_data, value); in convert_to_object() 1102 return (PyObject *)cd; in convert_to_object() [all …]
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | crypt_r.cpp | 13 crypt_data cd; in main() local 14 cd.initialized = 0; in main() 15 char *p = crypt_r("abcdef", "xz", &cd); in main() 19 crypt_data cd; in main() local 20 cd.initialized = 0; in main() 21 char *p = crypt_r("abcdef", "$1$", &cd); in main() 25 crypt_data cd; in main() local 26 cd.initialized = 0; in main() 27 char *p = crypt_r("abcdef", "$5$", &cd); in main() 31 crypt_data cd; in main() local [all …]
|