| /external/curl/packages/vms/ |
| D | generate_config_vms_h_curl.com | 116 $ write sys$output "NOTICE: A LIBIDN port has been detected." 117 $ write sys$output " This port of curl for VMS has not been tested with it." 124 $ write sys$output " LIBIDN support is not enabled." 125 $ write sys$output "Run with the ""libidn"" parameter to attempt to use." 127 $ write sys$output " Untested LIBIDN support requested." 135 $ write sys$output "NOTICE: A LIBSSH2 port has been detected." 136 $ write sys$output " This port of curl for VMS has not been tested with it." 143 $ write sys$output " LIBSSH2 support is not enabled." 144 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use." 146 $ write sys$output " Untested LIBSSH2 support requested." [all …]
|
| D | config_h.com | 88 $ write sys$output "Found existing custom file ''file'." 91 $ write sys$output "Creating new sys$disk:[]config_vms.h for you." 109 $! Write out the header 162 $ write sys$output "Can not find sys$disk:config.h.in" 165 $ write/symbol sys$output line_out 168 $ write sys$output "Also looked in PRJ_INCLUDE: for these files." 171 $ write tf "" 172 $ write tf - 174 $ write tf - 176 $ write tf - [all …]
|
| /external/libevent/ |
| D | epolltable-internal.h | 43 If either the read or the write change is add+del: 45 Else, if either the read or the write change is add: 50 If the write change is add, or 51 (the write change is not del, and ev_write is in old_events): 59 Else, if the read or the write change is del: 62 If the write change is del: 70 {The write change is del.} 78 There is no read or write change; set op to 0 and events to 0. 117 Bit 4: write change is add 118 Bit 5: write change is del [all …]
|
| /external/ImageMagick/PerlMagick/ |
| D | MANIFEST | 38 t/bzlib/write.t 49 t/fpx/write.t 54 t/hdf/write.t 106 t/jbig/write.t 120 t/jng/write.t 124 t/jpeg/write.t 142 t/png/write-16.t 143 t/png/write.t 148 t/ps/write.t 151 t/rad/write.t [all …]
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors_ioctl.inc | 17 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 19 // XXX: The declarations below may use WRITE instead of READWRITE, unless 24 WRITE, 52 _(FIOGETOWN, WRITE, sizeof(int)); 56 _(SIOCATMARK, WRITE, sizeof(int)); 58 _(SIOCGPGRP, WRITE, sizeof(int)); 62 _(TIOCGETD, WRITE, sizeof(int)); 63 _(TIOCGPGRP, WRITE, pid_t_sz); 64 _(TIOCGWINSZ, WRITE, struct_winsize_sz); 67 _(TIOCMGET, WRITE, sizeof(int)); [all …]
|
| /external/python/cpython3/Tools/parser/ |
| D | unparse.py | 41 self.f.write("\n"+" "*self._indent + text) 43 def write(self, text): member in Unparser 45 self.f.write(text) 49 self.write(":") 83 self.write("(") 85 self.write(" := ") 87 self.write(")") 91 interleave(lambda: self.write(", "), self.dispatch, t.names) 95 self.write("." * t.level) 97 self.write(t.module) [all …]
|
| /external/skqp/gn/ |
| D | gn_to_cmake.py | 62 out.write('set("') 63 out.write(CMakeStringEscape(variable_name)) 64 out.write('" "') 65 out.write(CMakeStringEscape(value)) 66 out.write('")\n') 75 out.write('list(APPEND "') 76 out.write(CMakeStringEscape(variable_name)) 77 out.write('"\n "') 78 out.write('"\n "'.join([CMakeStringEscape(value) for value in values])) 79 out.write('")\n') [all …]
|
| /external/protobuf/objectivec/ |
| D | GPBCodedOutputStream.h | 61 * @note Any -write* api can raise the GPBCodedOutputStreamException_* 79 * Creates a stream to write into the given NSOutputStream. 98 * Initializes a stream to write into the given @c NSOutputStream. 112 * Write the raw byte out. 114 * @param value The value to write out. 119 * Write the tag for the given field number and wire format. 127 * Write a 32bit value out in little endian format. 129 * @param value The value to write out. 133 * Write a 64bit value out in little endian format. 135 * @param value The value to write out. [all …]
|
| /external/skia/gn/ |
| D | gn_to_cmake.py | 62 out.write('set("') 63 out.write(CMakeStringEscape(variable_name)) 64 out.write('" "') 65 out.write(CMakeStringEscape(value)) 66 out.write('")\n') 75 out.write('list(APPEND "') 76 out.write(CMakeStringEscape(variable_name)) 77 out.write('"\n "') 78 out.write('"\n "'.join([CMakeStringEscape(value) for value in values])) 79 out.write('")\n') [all …]
|
| /external/python/cpython2/Demo/parser/ |
| D | unparse.py | 36 self.f.write("") 41 self.f.write("\n"+" "*self._indent + text) 43 def write(self, text): member in Unparser 45 self.f.write(text) 49 self.write(":") 84 interleave(lambda: self.write(", "), self.dispatch, t.names) 92 self.write("." * t.level) 94 self.write(t.module) 95 self.write(" import ") 96 interleave(lambda: self.write(", "), self.dispatch, t.names) [all …]
|
| /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
| D | InstructionMethodItem.java | 86 writer.write("#"); in writeInvalidItemIndex() 87 writer.write(ex.getMessage()); in writeInvalidItemIndex() 88 writer.write("\n"); in writeInvalidItemIndex() 109 writer.write("#was invalid verification error type: "); in writeTo() 111 writer.write("\n"); in writeTo() 133 … indentingWriter.write(ReferenceUtil.getReferenceString(reference, classContext)); in writeTo() 140 referenceWritable = indentingWriter -> writer.write(referenceString); in writeTo() 142 writer.write("#invalid reference type: "); in writeTo() 145 referenceWritable = indentingWriter -> writer.write("invalid_reference"); in writeTo() 154 … indentingWriter.write(ReferenceUtil.getReferenceString(reference2, classContext)); in writeTo() [all …]
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
| D | InstructionWriter.java | 114 public void write(@Nonnull Instruction10t instruction) { in write() method in InstructionWriter 116 writer.write(getOpcodeValue(instruction.getOpcode())); in write() 117 writer.write(instruction.getCodeOffset()); in write() 123 public void write(@Nonnull Instruction10x instruction) { in write() method in InstructionWriter 125 writer.write(getOpcodeValue(instruction.getOpcode())); in write() 126 writer.write(0); in write() 132 public void write(@Nonnull Instruction11n instruction) { in write() method in InstructionWriter 134 writer.write(getOpcodeValue(instruction.getOpcode())); in write() 135 writer.write(packNibbles(instruction.getRegisterA(), instruction.getNarrowLiteral())); in write() 141 public void write(@Nonnull Instruction11x instruction) { in write() method in InstructionWriter [all …]
|
| /external/slf4j/slf4j-site/src/site/pages/templates/ |
| D | left.js | 1 document.write('<div class="menuGroup">'); 2 document.write(' <p class="menu_header">SLF4J Project</p>'); 3 document.write(' <a href="index.html">Introduction</a>'); 4 document.write(' <a href="download.html">Download</a>'); 5 document.write(' <a href="docs.html">Documentation</a>'); 6 document.write(' <a href="license.html">License</a>'); 7 document.write(' <a href="news.html">News</a>'); 9 document.write(' <p class="menu_header">Support</p>'); 11 document.write(' <a href="mailing-lists.html">Mailing Lists</a>'); 12 document.write(' <a href="bug-reporting.html">Bug Reporting</a>'); [all …]
|
| /external/cbor-java/src/main/java/co/nstant/in/cbor/encoder/ |
| D | AbstractEncoder.java | 30 outputStream.write(symbol); in encodeTypeChunked() 39 write((int) (symbol | length)); in encodeTypeAndLength() 42 write(symbol); in encodeTypeAndLength() 43 write((int) length); in encodeTypeAndLength() 46 write(symbol); in encodeTypeAndLength() 47 write((int) (length >> 8)); in encodeTypeAndLength() 48 write((int) (length & 0xFF)); in encodeTypeAndLength() 51 write(symbol); in encodeTypeAndLength() 52 write((int) ((length >> 24) & 0xFF)); in encodeTypeAndLength() 53 write((int) ((length >> 16) & 0xFF)); in encodeTypeAndLength() [all …]
|
| /external/u-boot/arch/arm/mach-rockchip/ |
| D | make_fit_atf.py | 53 file.write('\t\tatf_%d {\n' % atf_index) 54 file.write('\t\t\tdescription = \"ARM Trusted Firmware\";\n') 55 file.write('\t\t\tdata = /incbin/("%s");\n' % data) 56 file.write('\t\t\ttype = "firmware";\n') 57 file.write('\t\t\tarch = "arm64";\n') 58 file.write('\t\t\tos = "arm-trusted-firmware";\n') 59 file.write('\t\t\tcompression = "none";\n') 60 file.write('\t\t\tload = <0x%08x>;\n' % phy_addr) 62 file.write('\t\t\tentry = <0x%08x>;\n' % elf_entry) 63 file.write('\t\t};\n') [all …]
|
| /external/v8/gnparser/ |
| D | gnLexer.py | 11 buf.write(u"\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2") 12 buf.write(u"\24\u008e\b\1\4\2\t\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6") 13 buf.write(u"\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13\t\13\4\f\t\f\4") 14 buf.write(u"\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t") 15 buf.write(u"\22\4\23\t\23\4\24\t\24\4\25\t\25\3\2\3\2\3\3\3\3\3\4") 16 buf.write(u"\3\4\3\4\3\5\3\5\3\6\3\6\3\7\3\7\3\b\3\b\3\t\3\t\3\n") 17 buf.write(u"\3\n\3\13\3\13\3\13\3\13\3\13\3\f\3\f\3\f\3\f\3\f\5\f") 18 buf.write(u"I\n\f\3\r\3\r\3\16\3\16\3\16\3\16\3\16\3\16\3\16\3\16") 19 buf.write(u"\3\16\3\16\3\16\3\16\3\16\3\16\5\16[\n\16\3\17\3\17\3") 20 buf.write(u"\17\7\17`\n\17\f\17\16\17c\13\17\3\20\5\20f\n\20\3\20") [all …]
|
| /external/skia/src/sksl/ |
| D | SkSLByteCodeGenerator.cpp | 171 this->write(ByteCode::Instruction::kBoundsCheck); in getLocation() 172 this->write(index); in getLocation() 173 this->write(length); in getLocation() 175 this->write(ByteCode::Instruction::kImmediate); in getLocation() 176 this->write(imm); in getLocation() 177 this->write(ByteCode::Immediate{stride}); in getLocation() 179 this->write(ByteCode::Instruction::kMultiplyI); in getLocation() 180 this->write(offset); in getLocation() 181 this->write(index); in getLocation() 182 this->write(imm); in getLocation() [all …]
|
| D | SkSLMetalCodeGenerator.cpp | 37 void MetalCodeGenerator::write(const char* s) { in write() function in SkSL::MetalCodeGenerator 51 this->write(s); in writeLine() 56 void MetalCodeGenerator::write(const String& s) { in write() function in SkSL::MetalCodeGenerator 57 this->write(s.c_str()); in write() 100 this->write(type.name()); in writeType() 109 this->write("}"); in writeType() 111 this->write(this->typeName(type)); in writeType() 180 this->write(" == "); in writeIntrinsicCall() 183 this->write(" != "); in writeIntrinsicCall() 186 this->write(" < "); in writeIntrinsicCall() [all …]
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | encoder.py | 43 strings and invokes the writer function to write those strings. Typically the 44 writer function is the write() method of a BytesIO. 375 def EncodeVarint(write, value, unused_deterministic=None): argument 379 write(six.int2byte(0x80|bits)) 382 return write(six.int2byte(bits)) 391 def EncodeSignedVarint(write, value, unused_deterministic=None): argument 397 write(six.int2byte(0x80|bits)) 400 return write(six.int2byte(bits)) 444 def EncodePackedField(write, value, deterministic): argument 445 write(tag_bytes) [all …]
|
| /external/skqp/src/sksl/ |
| D | SkSLMetalCodeGenerator.cpp | 35 void MetalCodeGenerator::write(const char* s) { in write() function in SkSL::MetalCodeGenerator 49 this->write(s); in writeLine() 54 void MetalCodeGenerator::write(const String& s) { in write() function in SkSL::MetalCodeGenerator 55 this->write(s.c_str()); in write() 76 this->write(type.name()); in writeType() 85 this->write("}"); in writeType() 89 this->write(to_string(type.columns())); in writeType() 93 this->write(to_string(type.columns())); in writeType() 94 this->write("x"); in writeType() 95 this->write(to_string(type.rows())); in writeType() [all …]
|
| /external/arm-trusted-firmware/lib/extensions/amu/aarch64/ |
| D | amu_helpers.S | 52 * Given `idx`, write `val` to the corresponding AMU counter. 74 1: write AMEVCNTR00_EL0 /* index 0 */ 75 write AMEVCNTR01_EL0 /* index 1 */ 76 write AMEVCNTR02_EL0 /* index 2 */ 77 write AMEVCNTR03_EL0 /* index 3 */ 127 * Given `idx`, write `val` to the corresponding AMU counter. 149 1: write AMEVCNTR10_EL0 /* index 0 */ 150 write AMEVCNTR11_EL0 /* index 1 */ 151 write AMEVCNTR12_EL0 /* index 2 */ 152 write AMEVCNTR13_EL0 /* index 3 */ [all …]
|
| /external/mesa3d/src/intel/tools/tests/gen8/ |
| D | sendc.asm | 2 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT }; 4 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT }; 6 … render MsgDesc: RT write SIMD16/RepData LastRT Surface = 0 mlen 1 rlen 0 { align1 1H EOT }; 8 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT }; 10 … render MsgDesc: RT write SIMD8 LastRT Surface = 1 mlen 6 rlen 0 { align1 1Q EOT }; 12 … render MsgDesc: RT write SIMD16 LastRT Surface = 1 mlen 10 rlen 0 { align1 1H EOT }; 14 render MsgDesc: RT write SIMD8 Surface = 1 mlen 7 rlen 0 { align1 1Q }; 16 … render MsgDesc: RT write SIMD8 LastRT Surface = 2 mlen 7 rlen 0 { align1 1Q EOT }; 18 … render MsgDesc: RT write SIMD16 Surface = 1 mlen 12 rlen 0 { align1 1H }; 20 … render MsgDesc: RT write SIMD16 LastRT Surface = 2 mlen 12 rlen 0 { align1 1H EOT }; [all …]
|
| /external/mesa3d/src/intel/tools/tests/gen7.5/ |
| D | sendc.asm | 2 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT }; 4 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT }; 6 … render MsgDesc: RT write SIMD16/RepData LastRT Surface = 0 mlen 1 rlen 0 { align1 1H EOT }; 8 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT }; 10 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT }; 12 render MsgDesc: RT write SIMD8 Surface = 1 mlen 7 rlen 0 { align1 1Q }; 14 … render MsgDesc: RT write SIMD8 LastRT Surface = 2 mlen 7 rlen 0 { align1 1Q EOT }; 16 … render MsgDesc: RT write SIMD16 Surface = 1 mlen 12 rlen 0 { align1 1H }; 18 … render MsgDesc: RT write SIMD16 LastRT Surface = 2 mlen 12 rlen 0 { align1 1H EOT }; 20 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 5 rlen 0 { align1 1Q EOT }; [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| D | redirects.txt | 3 # RUN: echo "not-present" > %t.stdout-write 4 # RUN: echo "is-present" > %t.stdout-write 5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s 7 # STDOUT-WRITE-NOT: not-present 8 # STDOUT-WRITE: is-present 10 # RUN: echo "appended-line" >> %t.stdout-write 11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s 19 # RUN: echo "not-present" > %t.stderr-write 20 # RUN: %{python} %S/write-to-stderr.py 2> %t.stderr-write 21 # RUN: FileCheck --check-prefix=STDERR-WRITE < %t.stderr-write %s [all …]
|
| /external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| D | redirects.txt | 3 # RUN: echo "not-present" > %t.stdout-write 4 # RUN: echo "is-present" > %t.stdout-write 5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s 7 # STDOUT-WRITE-NOT: not-present 8 # STDOUT-WRITE: is-present 10 # RUN: echo "appended-line" >> %t.stdout-write 11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s 19 # RUN: echo "not-present" > %t.stderr-write 20 # RUN: %S/write-to-stderr.sh 2> %t.stderr-write 21 # RUN: FileCheck --check-prefix=STDERR-WRITE < %t.stderr-write %s [all …]
|