/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | MANIFEST | 3 PKG-INFO 42 docs/apidoc/api-objects.txt 47 docs/apidoc/identifier-index.html 49 docs/apidoc/module-tree.html 50 docs/apidoc/rcssmin-module.html 51 docs/apidoc/rcssmin-pysrc.html 86 tests/main/out/atgroup_00.out 87 tests/main/out/atgroup_00.out.b 88 tests/main/out/atgroup_01.out 89 tests/main/out/atgroup_01.out.b [all …]
|
/external/tcpdump/tests/ |
D | TESTLIST | 1 # The options -n and -t are useless in TESTLIST. They are already set 6 # We cannot rely on, for example, "print-x.out" and 7 # "print-X.out" being different files - we might be running 8 # this on a case-insensitive file system, e.g. a Windows 9 # file system or a case-insensitive HFS+ file system on 12 # Therefore, for "X" and "XX", we have "print-capX.out" 13 # and "print-capXX.out". 15 print-x print-flags.pcap print-x.out -x 16 print-xx print-flags.pcap print-xx.out -xx 17 print-X print-flags.pcap print-capX.out -X [all …]
|
/external/fonttools/Tests/ttLib/tables/data/aots/ |
D | classdef2_font3.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
D | classdef1_font3.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
D | classdef2_font2.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
D | classdef1_font2.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
D | classdef1_font1.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
D | classdef2_font1.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
D | classdef2_font4.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
D | classdef1_font4.ttx.GSUB | 1 <?xml version="1.0" encoding="UTF-8"?> 7 <!-- ScriptCount=1 --> 13 <!-- FeatureCount=1 --> 16 <!-- LangSysCount=0 --> 21 <!-- FeatureCount=1 --> 25 <!-- LookupCount=1 --> 31 <!-- LookupCount=4 --> 35 <!-- SubTableCount=1 --> 37 <Substitution in=".notdef" out="g3"/> 38 <Substitution in="g1" out="g4"/> [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | intermOut.cpp | 2 // Copyright (C) 2002-2005 3Dlabs Inc. Ltd. 3 // Copyright (C) 2012-2016 LunarG, Inc. 34 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 87 // 2. Print out a text based description of the tree. 130 infoSink.debug << node->getLoc().string << ":"; in OutputTreeText() 131 if (node->getLoc().line) in OutputTreeText() 132 infoSink.debug << node->getLoc().line; in OutputTreeText() 151 TInfoSink& out = infoSink; in visitBinary() local 153 OutputTreeText(out, node, depth); in visitBinary() 155 switch (node->getOp()) { in visitBinary() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 24 // 2. Print out a text based description of the tree. 58 stream << static_cast<int>(primarySize) << "-component vector of "; in getCompleteString() 72 sink.location(node->getLine()); in OutputTreeText() 91 sink << "'" << node->getSymbol() << "' "; in visitSymbol() 92 sink << "(" << node->getCompleteString() << ")\n"; in visitSymbol() 97 TInfoSinkBase& out = sink; in visitBinary() local 99 OutputTreeText(out, node, mDepth); in visitBinary() 101 switch (node->getOp()) { in visitBinary() 102 case EOpAssign: out << "move second child to first child"; break; in visitBinary() [all …]
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 41 // out: memory location to write to 43 void U16(void* out, uint16_t v) { in U16() argument 44 my_memcpy(out, &v, sizeof(v)); in U16() 48 // out: memory location to write to 50 void U32(void* out, uint32_t v) { in U32() argument 51 my_memcpy(out, &v, sizeof(v)); in U32() 65 void ThreadInfo::FillCPUContext(RawContextCPU* out) const { in FillCPUContext() 66 out->context_flags = MD_CONTEXT_X86_ALL; in FillCPUContext() 68 out->dr0 = dregs[0]; in FillCPUContext() [all …]
|
D | ucontext_reader.cc | 27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 44 return uc->uc_mcontext.gregs[REG_ESP]; in GetStackPointer() 48 return uc->uc_mcontext.gregs[REG_EIP]; in GetInstructionPointer() 51 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc, in FillCPUContext() argument 53 const greg_t* regs = uc->uc_mcontext.gregs; in FillCPUContext() 55 out->context_flags = MD_CONTEXT_X86_FULL | in FillCPUContext() 58 out->gs = regs[REG_GS]; in FillCPUContext() 59 out->fs = regs[REG_FS]; in FillCPUContext() 60 out->es = regs[REG_ES]; in FillCPUContext() 61 out->ds = regs[REG_DS]; in FillCPUContext() [all …]
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 77 const SkSize& sz = svg->containerSize(); in SkTestSVGTypeface() 92 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() 95 glyph->fAdvanceX = fGlyphs[glyphID].fAdvance; in getAdvance() 96 glyph->fAdvanceY = 0; in getAdvance() 104 rec->setHinting(kNo_SkFontHinting); in onFilterRec() 108 SkDEBUGCODE(unsigned glyphCount = this->countGlyphs()); in getGlyphToUnicodeMap() 117 info->fFontName = fName; in onGetAdvancedMetrics() 122 desc->setFamilyName(fName.c_str()); in onGetFontDescriptor() 123 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() [all …]
|
/external/skia/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 77 const SkSize& sz = svg->containerSize(); in SkTestSVGTypeface() 92 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() 95 glyph->fAdvanceX = fGlyphs[glyphID].fAdvance; in getAdvance() 96 glyph->fAdvanceY = 0; in getAdvance() 104 rec->setHinting(kNo_SkFontHinting); in onFilterRec() 108 SkDEBUGCODE(unsigned glyphCount = this->countGlyphs()); in getGlyphToUnicodeMap() 117 info->fFontName = fName; in onGetAdvancedMetrics() 122 desc->setFamilyName(fName.c_str()); in onGetFontDescriptor() 123 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() [all …]
|
/external/owasp/sanitizer/ |
D | Makefile | 7 @echo " help - Displays this message." 8 @echo " ----------- QUICK" 9 @echo " clean - Delete all built files." 10 @echo " default - Build documentation&classes, and run checks." 11 @echo " The output will be available under out/." 12 @echo " ----------- DIAGNOSTIC" 13 @echo " classes - Put Java .class files under out/." 14 @echo " tests - Compile tests." 15 @echo " runtests - Runs tests. Some require a network connection." 16 @echo " coverage - Runs tests and generates a code coverage report." [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | merge-stores.ll | 1 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tahiti -verify-machineinstrs -amdgpu-load… 2 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=bonaire -verify-machineinstrs -amdgpu-loa… 8 ; TODO: Non-zero base offset for load and store combinations 12 ; GCN-LABEL: {{^}}merge_global_store_2_constants_i8: 15 define amdgpu_kernel void @merge_global_store_2_constants_i8(i8 addrspace(1)* %out) #0 { 16 %out.gep.1 = getelementptr i8, i8 addrspace(1)* %out, i32 1 18 store i8 123, i8 addrspace(1)* %out.gep.1 19 store i8 456, i8 addrspace(1)* %out, align 2 23 ; GCN-LABEL: {{^}}merge_global_store_2_constants_i8_natural_align: 27 define amdgpu_kernel void @merge_global_store_2_constants_i8_natural_align(i8 addrspace(1)* %out) #… [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 440.vert.out | 21 ERROR: 0:66: 'component' : doubles cannot start on an odd-numbered component 55 ERROR: 0:193: 'assign' : l-value required "gl_BaseVertexARB" (can't modify shader input) 56 ERROR: 0:194: 'assign' : l-value required "gl_BaseInstanceARB" (can't modify shader input) 57 ERROR: 0:195: 'assign' : l-value required "gl_DrawIDARB" (can't modify shader input) 98 0:? 'a' (layout( location=2 component=2) in 2-component vector of float) 100 0:? 'c' (layout( location=3 component=2) in 3-component vector of float) 101 0:? 'd' (layout( location=0 component=3) in 4-element array of float) 102 0:? 'e' (layout( location=4 component=0) in 5-element array of 3-component vector of float) 103 0:? 'f' (layout( location=4 component=3) in 5-element array of float) 104 0:? 'g' (layout( location=9) in 6-element array of float) [all …]
|
/external/vogar/src/vogar/ |
D | Vogar.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 58 @Option(names = { "--expectations" }) 64 @Option(names = { "--mode" }) 67 @Option(names = { "--variant" }) 70 @Option(names = { "--ssh" }) 73 @Option(names = { "--chroot" }) 76 @Option(names = { "--timeout" }) 79 @Option(names = { "--first-monitor-port" }) 80 int firstMonitorPort = -1; 82 @Option(names = { "--clean-before" }) [all …]
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 2 * Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved. 24 * openssl-core@openssl.org. 45 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 101 EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data; in aes_init_key() 103 mode = ctx->cipher->flags & EVP_CIPH_MODE_MASK; in aes_init_key() 106 ret = aes_hw_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key() 107 dat->block = aes_hw_decrypt; in aes_init_key() 108 dat->stream.cbc = NULL; in aes_init_key() 110 dat->stream.cbc = aes_hw_cbc_encrypt; in aes_init_key() 113 ret = aes_nohw_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key() [all …]
|
/external/swiftshader/src/Reactor/ |
D | ReactorUnitTests.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 int x = p[-1]; in reference() 28 z += (2 << i) - (i / 3); in reference() 44 Int x = p[-1]; in TEST() 50 z += (2 << i) - (i / 3); in TEST() 66 int (*callable)(int*, int) = (int(*)(int*,int))routine->getEntry(); in TEST() 104 int (*callable)() = (int(*)())routine->getEntry(); in TEST() 121 Pointer<Byte> out = function.Arg<1>(); in TEST() local 123 *Pointer<Int4>(out + 16 * 0) = *Pointer<Int4>(in + 16 * 0); in TEST() 124 *Pointer<Short4>(out + 16 * 1) = *Pointer<Short4>(in + 16 * 1); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/ |
D | merge-stores-private.ll | 1 …-mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-4,-unaligned-scratch-access -load-sto… 2 …-mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-8,-unaligned-scratch-access -load-sto… 3 …-mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-16,-unaligned-scratch-access -load-sto… 4 …-mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-4,+unaligned-scratch-access -load-sto… 5 …-mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-8,+unaligned-scratch-access -load-sto… 6 …-mtriple=amdgcn-amd-amdhsa -mattr=+max-private-element-size-16,+unaligned-scratch-access -load-sto… 9 ; ALL-LABEL: @merge_private_store_4_vector_elts_loads_v4i32 15 ; ELT8-UNALIGNED: store <2 x i32> 16 ; ELT8-UNALIGNED: store <2 x i32> 18 ; ELT16-UNALIGNED: store <4 x i32> [all …]
|
/external/deqp-deps/glslang/Test/ |
D | runtests | 6 REMAPEXE=../build/install/bin/spirv-remap 8 mkdir -p localResults 10 if [ -a localtestlist ] 15 $EXE -i -l $t > $TARGETDIR/$b.out 16 diff -b $BASEDIR/$b.out $TARGETDIR/$b.out || HASERROR=1 20 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv 26 $EXE badMacroArgs.frag > $TARGETDIR/badMacroArgs.frag.out 27 diff -b $BASEDIR/badMacroArgs.frag.out $TARGETDIR/badMacroArgs.frag.out || HASERROR=1 33 $EXE -l -q -C reflection.vert > $TARGETDIR/reflection.vert.out 34 diff -b $BASEDIR/reflection.vert.out $TARGETDIR/reflection.vert.out || HASERROR=1 [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1 //===-- CPPBackend.cpp - Library for converting LLVM code to C++ code -----===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 89 /// CppWriter - This class is the main chunk of code that converts an LLVM 92 formatted_raw_ostream &Out; member in __anon755c64820111::CppWriter 107 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){} in CppWriter() 125 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0); 127 inline void out() { if (indent_level >0) indent_level--; } in out() function in __anon755c64820111::CppWriter 163 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) { in nl() argument 164 Out << '\n'; in nl() [all …]
|