| /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(":") 84 interleave(lambda: self.write(", "), self.dispatch, t.names) 88 self.write("." * t.level) 90 self.write(t.module) 91 self.write(" import ") 92 interleave(lambda: self.write(", "), self.dispatch, t.names) 98 self.write(" = ") [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/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/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
| D | InstructionMethodItem.java | 84 writer.write("#"); in writeInvalidItemIndex() 85 writer.write(ex.getMessage()); in writeInvalidItemIndex() 86 writer.write("\n"); in writeInvalidItemIndex() 103 writer.write("#was invalid verification error type: "); in writeTo() 105 writer.write("\n"); in writeTo() 126 writer.write("#invalid reference type: "); in writeTo() 144 writer.write("#invalid reference type: "); in writeTo() 184 writer.write("#invalid payload reference\n"); in writeTo() 191 writer.write("#disallowed odex opcode\n"); in writeTo() 197 writer.write("#"); in writeTo() [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/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
| D | InstructionWriter.java | 106 public void write(@Nonnull Instruction10t instruction) { in write() method in InstructionWriter 108 writer.write(getOpcodeValue(instruction.getOpcode())); in write() 109 writer.write(instruction.getCodeOffset()); in write() 115 public void write(@Nonnull Instruction10x instruction) { in write() method in InstructionWriter 117 writer.write(getOpcodeValue(instruction.getOpcode())); in write() 118 writer.write(0); in write() 124 public void write(@Nonnull Instruction11n instruction) { in write() method in InstructionWriter 126 writer.write(getOpcodeValue(instruction.getOpcode())); in write() 127 writer.write(packNibbles(instruction.getRegisterA(), instruction.getNarrowLiteral())); in write() 133 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/protobuf/objectivec/ |
| D | GPBCodedOutputStream.h | 62 /// Creates a stream to write into the given @c NSOutputStream. 69 /// Initializes a stream to write into the given @c NSOutputStream. 75 /// Write the raw byte out. 78 /// Write the tag for the given field number and wire format. 84 /// Write a 32bit value out in little endian format. 86 /// Write a 64bit value out in little endian format. 89 /// Write a 32bit value out in varint format. 91 /// Write a 64bit value out in varint format. 94 /// Write a size_t out as a 32bit varint value. 103 /// @param data The data blob to write out. [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/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 …]
|
| D | SkSLGLSLCodeGenerator.cpp | 24 void GLSLCodeGenerator::write(const char* s) { in write() function in SkSL::GLSLCodeGenerator 38 this->write(s); in writeLine() 43 void GLSLCodeGenerator::write(const String& s) { in write() function in SkSL::GLSLCodeGenerator 44 this->write(s.c_str()); in write() 47 void GLSLCodeGenerator::write(StringFragment s) { in write() function in SkSL::GLSLCodeGenerator 56 fOut->write(s.fChars, s.fLength); in write() 74 fExtensions.write(name.c_str(), name.length()); in writeExtension() 170 this->write(type.fName); in writeType() 175 this->write("struct "); in writeType() 176 this->write(type.fName); in writeType() [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. 372 def EncodeVarint(write, value): argument 376 write(six.int2byte(0x80|bits)) 379 return write(six.int2byte(bits)) 388 def EncodeSignedVarint(write, value): argument 394 write(six.int2byte(0x80|bits)) 397 return write(six.int2byte(bits)) 440 def EncodePackedField(write, value): argument 441 write(tag_bytes) [all …]
|
| /external/skia/src/sksl/ |
| 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() 78 this->write(type.name()); in writeType() 87 this->write("}"); in writeType() 91 this->write(to_string(type.columns())); in writeType() 95 this->write(to_string(type.columns())); in writeType() 96 this->write("x"); in writeType() 97 this->write(to_string(type.rows())); in writeType() [all …]
|
| D | SkSLGLSLCodeGenerator.cpp | 24 void GLSLCodeGenerator::write(const char* s) { in write() function in SkSL::GLSLCodeGenerator 38 this->write(s); in writeLine() 43 void GLSLCodeGenerator::write(const String& s) { in write() function in SkSL::GLSLCodeGenerator 44 this->write(s.c_str()); in write() 47 void GLSLCodeGenerator::write(StringFragment s) { in write() function in SkSL::GLSLCodeGenerator 56 fOut->write(s.fChars, s.fLength); in write() 74 fExtensions.write(name.c_str(), name.length()); in writeExtension() 166 this->write(type.fName); in writeType() 171 this->write("struct "); in writeType() 172 this->write(type.fName); in writeType() [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 …]
|
| /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
| D | SevenZOutputFile.java | 65 * Opens file to write a 7z archive to. 67 * @param filename the file to write to 72 EnumSet.of(StandardOpenOption.CREATE, StandardOpenOption.WRITE, in SevenZOutputFile() 77 * Prepares channel to write a 7z archive to. 81 * allows you to write to an in-memory archive.</p> 83 * @param channel the channel to write to 163 * The caller must then write the content to the archive and call 218 public void write(final int b) throws IOException { in write() method in SevenZOutputFile 219 getCurrentOutputStream().write(b); in write() 227 public void write(final byte[] b) throws IOException { in write() method in SevenZOutputFile [all …]
|
| /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/ |
| D | WebSocketReaderTest.java | 52 data.write(ByteString.decodeHex("0a00")); // Empty ping. in controlFramesMustBeFinal() 62 data.write(ByteString.decodeHex("9a00")); // Empty ping, flag 1 set. in reservedFlagsAreUnsupported() 70 data.write(ByteString.decodeHex("aa00")); // Empty ping, flag 2 set. in reservedFlagsAreUnsupported() 78 data.write(ByteString.decodeHex("ca00")); // Empty ping, flag 3 set. in reservedFlagsAreUnsupported() 88 data.write(ByteString.decodeHex("8100")); in clientSentFramesMustBeMasked() 98 data.write(ByteString.decodeHex("8180")); in serverSentFramesMustNotBeMasked() 108 data.write(ByteString.decodeHex("8a7e007e")); in controlFramePayloadMax() 118 data.write(ByteString.decodeHex("810548656c6c6f")); // Hello in clientSimpleHello() 124 data.write(ByteString.decodeHex("818537fa213d7f9f4d5158")); // Hello in serverSimpleHello() 130 data.write(ByteString.decodeHex("817E000548656c6c6f")); // Hello in clientFramePayloadShort() [all …]
|
| /external/smali/util/src/main/java/org/jf/util/jcommander/ |
| D | HelpFormatter.java | 139 writer.write("usage:"); in format() 143 writer.write(" "); in format() 144 writer.write(ExtendedCommands.commandName(jc)); in format() 150 writer.write(" ["); in format() 151 writer.write(param.getParameter().getParameter().names()[0]); in format() 152 writer.write("]"); in format() 157 writer.write(" [<options>]"); in format() 162 writer.write(" [<command [<args>]]"); in format() 168 writer.write(" <args>"); in format() 172 writer.write(" "); in format() [all …]
|
| /external/python/cpython3/Lib/ |
| D | pprint.py | 140 self._stream.write("\n") 157 stream.write(_recursion(object)) 176 stream.write(rep) 181 write = stream.write 182 write('{') 184 write((self._indent_per_level - 1) * ' ') 190 write('}') 196 stream.write(repr(object)) 199 stream.write(cls.__name__ + '(') 203 stream.write(')') [all …]
|