/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryOutputCapsule.java | 72 public void write(byte value, String name, byte defVal) throws IOException { in write() method in BinaryOutputCapsule 76 write(value); in write() 79 public void write(byte[] value, String name, byte[] defVal) in write() method in BinaryOutputCapsule 84 write(value); in write() 87 public void write(byte[][] value, String name, byte[][] defVal) in write() method in BinaryOutputCapsule 92 write(value); in write() 95 public void write(int value, String name, int defVal) throws IOException { in write() method in BinaryOutputCapsule 99 write(value); in write() 102 public void write(int[] value, String name, int[] defVal) in write() method in BinaryOutputCapsule 107 write(value); in write() [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/xmlwriter/src/org/jheer/ |
D | XMLWriter.java | 91 public void write(String s) throws IOException { in write() method in XMLWriter 92 m_out.write(s); in write() 102 m_out.write(s); in writeln() 103 m_out.write("\n"); in writeln() 110 m_out.write("\n"); in writeln() 119 m_out.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"); in begin() 133 m_out.write(header); in begin() 144 m_out.write("<!-- "); in comment() 145 m_out.write(comment); in comment() 146 m_out.write(" -->"); in comment() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | ShortArrayCodeOutput.java | 57 public void write(short codeUnit) { in write() method in ShortArrayCodeOutput 63 public void write(short u0, short u1) { in write() method in ShortArrayCodeOutput 64 write(u0); in write() 65 write(u1); in write() 69 public void write(short u0, short u1, short u2) { in write() method in ShortArrayCodeOutput 70 write(u0); in write() 71 write(u1); in write() 72 write(u2); in write() 76 public void write(short u0, short u1, short u2, short u3) { in write() method in ShortArrayCodeOutput 77 write(u0); in write() [all …]
|
/external/clang/test/OpenMP/ |
D | atomic_write_codegen.c | 80 #pragma omp atomic write in main() 84 #pragma omp atomic write in main() 88 #pragma omp atomic write in main() 92 #pragma omp atomic write in main() 96 #pragma omp atomic write in main() 100 #pragma omp atomic write in main() 104 #pragma omp atomic write in main() 108 #pragma omp atomic write in main() 112 #pragma omp atomic write in main() 116 #pragma omp atomic write in main() [all …]
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
D | InstructionMethodItem.java | 97 writer.write("#was invalid verification error type: "); in writeTo() 99 writer.write("\n"); in writeTo() 117 writer.write("#"); in writeTo() 118 writer.write(ex.getMessage()); in writeTo() 119 writer.write("\n"); in writeTo() 126 writer.write("#invalid reference type: "); in writeTo() 154 writer.write("#invalid payload reference"); in writeTo() 161 writer.write("#disallowed odex opcode\n"); in writeTo() 167 writer.write("#"); in writeTo() 173 writer.write(' '); in writeTo() [all …]
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | encoder.py | 344 def EncodeVarint(write, value): argument 348 write(local_chr(0x80|bits)) 351 return write(local_chr(bits)) 361 def EncodeSignedVarint(write, value): argument 367 write(local_chr(0x80|bits)) 370 return write(local_chr(bits)) 413 def EncodePackedField(write, value): argument 414 write(tag_bytes) 418 local_EncodeVarint(write, size) 420 encode_value(write, element) [all …]
|
/external/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 351 def EncodeVarint(write, value): argument 355 write(local_chr(0x80|bits)) 358 return write(local_chr(bits)) 369 def EncodeSignedVarint(write, value): argument 375 write(local_chr(0x80|bits)) 378 return write(local_chr(bits)) 422 def EncodePackedField(write, value): argument 423 write(tag_bytes) 427 local_EncodeVarint(write, size) 429 encode_value(write, element) [all …]
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
D | MjpegFileWriter.java | 47 aviOutput.write(rh.toBytes()); in MjpegFileWriter() 48 aviOutput.write(new AVIMainHeader().toBytes()); in MjpegFileWriter() 49 aviOutput.write(new AVIStreamList().toBytes()); in MjpegFileWriter() 50 aviOutput.write(new AVIStreamHeader().toBytes()); in MjpegFileWriter() 51 aviOutput.write(new AVIStreamFormat().toBytes()); in MjpegFileWriter() 52 aviOutput.write(new AVIJunk().toBytes()); in MjpegFileWriter() 54 aviOutput.write(new AVIMovieList().toBytes()); in MjpegFileWriter() 73 aviOutput.write(fcc); in addImage() 74 aviOutput.write(intBytes(swapInt(useLength))); in addImage() 75 aviOutput.write(imagedata); in addImage() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | InstructionWriter.java | 80 public void write(@Nonnull Instruction10t instruction) { in write() method in InstructionWriter 82 writer.write(instruction.getOpcode().value); in write() 83 writer.write(instruction.getCodeOffset()); in write() 89 public void write(@Nonnull Instruction10x instruction) { in write() method in InstructionWriter 91 writer.write(instruction.getOpcode().value); in write() 92 writer.write(0); in write() 98 public void write(@Nonnull Instruction11n instruction) { in write() method in InstructionWriter 100 writer.write(instruction.getOpcode().value); in write() 101 writer.write(packNibbles(instruction.getRegisterA(), instruction.getNarrowLiteral())); in write() 107 public void write(@Nonnull Instruction11x instruction) { in write() method in InstructionWriter [all …]
|
/external/libxml2/python/ |
D | generator.py | 455 include.write("#if %s\n" % cond) 456 export.write("#if %s\n" % cond) 457 output.write("#if %s\n" % cond) 459 include.write("PyObject * ") 460 include.write("libxml_%s(PyObject *self, PyObject *args);\n" % (name)) 462 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" % 468 include.write("#endif\n") 469 export.write("#endif\n") 470 output.write("#endif\n") 475 include.write("#endif\n") [all …]
|
/external/skia/platform_tools/android/gyp_gen/ |
D | makefile_writer.py | 34 f.write(' \\\n\t'.join(items_to_write)) 36 f.write('\n\n') 153 f.write('LOCAL_PATH:= $(call my-dir)\n') 161 f.write('include $(CLEAR_VARS)\n') 181 f.write(AUTOGEN_WARNING) 182 f.write('BASE_PATH := $(call my-dir)\n') 185 f.write(DEBUGGING_HELP) 191 f.write('LOCAL_FDO_SUPPORT := true\n') 192 f.write('ifneq ($(strip $(TARGET_FDO_CFLAGS)),)\n') 193 f.write('\t# This should be the last -Oxxx specified in LOCAL_CFLAGS\n') [all …]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPSerializerRDF.java | 120 write(tailStr); in serialize() 247 write(PACKET_HEADER); in serializeAsRDF() 253 write(RDF_XMPMETA_START); in serializeAsRDF() 257 write(XMPMetaFactory.getVersionInfo().getMessage()); in serializeAsRDF() 259 write("\">"); in serializeAsRDF() 264 write(RDF_RDF_START); in serializeAsRDF() 279 write(RDF_RDF_END); in serializeAsRDF() 284 write(RDF_XMPMETA_END); in serializeAsRDF() 323 write(RDF_SCHEMA_START); // Special case an empty XMP object. in serializePrettyRDFSchemas() 325 write("/>"); in serializePrettyRDFSchemas() [all …]
|
/external/libxml2/ |
D | gentest.py | 419 test.write("#ifdef %s\n" % (modules_defines[module])) 421 test.write(""" 430 test.write("#endif\n\n") 486 test.write(line) 497 test.write("/* CUT HERE: everything below that line is generated */\n") 565 test.write("#ifdef %s\n" % (modules_defines[module])) 567 test.write("#define gen_nb_%s %d\n" % (name, len(vals))) 568 test.write("""static %s gen_%s(int no, int nr ATTRIBUTE_UNUSED) {\n""" % 572 test.write(" if (no == %d) return(%s);\n" % (i, value)) 574 test.write(""" return(0); [all …]
|
D | genUnicode.py | 210 header.write( 238 output.write( 284 output.write(',\n') 287 output.write(' {"%s", xmlUCSIs%s}' % (block, name)) 288 output.write('};\n\n') 290 output.write('static xmlUnicodeRange xmlUnicodeCats[] = {\n') 294 output.write(',\n') 297 output.write(' {"%s", xmlUCSIsCat%s}' % (name, name)) 298 output.write('};\n\n') 323 output.write(pline + " };\n") [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | MultiPartWriter.java | 67 out.write(__CRLF); in close() 68 out.write(__DASHDASH); in close() 69 out.write(boundary); in close() 70 out.write(__DASHDASH); in close() 71 out.write(__CRLF); in close() 89 out.write(__CRLF); in startPart() 90 out.write(__DASHDASH); in startPart() 91 out.write(boundary); in startPart() 92 out.write(__CRLF); in startPart() 93 out.write("Content-Type: "); in startPart() [all …]
|
D | MultiPartOutputStream.java | 72 out.write(__CRLF); in close() 73 out.write(__DASHDASH); in close() 74 out.write(boundaryBytes); in close() 75 out.write(__DASHDASH); in close() 76 out.write(__CRLF); in close() 96 out.write(__CRLF); in startPart() 98 out.write(__DASHDASH); in startPart() 99 out.write(boundaryBytes); in startPart() 100 out.write(__CRLF); in startPart() 102 out.write(("Content-Type: "+contentType).getBytes(StringUtil.__ISO_8859_1)); in startPart() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
D | OutputCapsule.java | 52 public void write(byte value, String name, byte defVal) throws IOException; in write() method 53 public void write(byte[] value, String name, byte[] defVal) throws IOException; in write() method 54 public void write(byte[][] value, String name, byte[][] defVal) throws IOException; in write() method 59 public void write(int value, String name, int defVal) throws IOException; in write() method 60 public void write(int[] value, String name, int[] defVal) throws IOException; in write() method 61 public void write(int[][] value, String name, int[][] defVal) throws IOException; in write() method 66 public void write(float value, String name, float defVal) throws IOException; in write() method 67 public void write(float[] value, String name, float[] defVal) throws IOException; in write() method 68 public void write(float[][] value, String name, float[][] defVal) throws IOException; in write() method 73 public void write(double value, String name, double defVal) throws IOException; in write() method [all …]
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | XMLWriter.java | 506 write("<?xml"); in startDocument() 508 write(" version=\"1.0\""); in startDocument() 510 write(" version=\""); in startDocument() 511 write(version); in startDocument() 512 write("\""); in startDocument() 515 write(" encoding=\""); in startDocument() 516 write(outputEncoding); in startDocument() 517 write("\""); in startDocument() 520 write(" standalone=\"yes\"?>\n"); in startDocument() 522 write(" standalone=\""); in startDocument() [all …]
|
/external/skia/tools/lua/ |
D | paths_agg.lua | 15 io.write("Number of clips: ", clips, "\n"); 16 io.write("Number of draws: ", draws, "\n"); 17 io.write("Number of clipped paths: ", clipPaths, "\n"); 18 io.write("Number of drawn paths: ", drawPaths, "\n"); 19 io.write("Number of clipped software paths: ", swClipPaths, "\n"); 20 io.write("Number of drawn software paths: ", swDrawPaths, "\n"); 22 io.write("\n") 24 io.write("Number of SKPs total: ", skpsTotal, "\n") 25 io.write("Number of SKPs that draw paths: ", skpsWithPath, "\n") 26 io.write("Number of SKPs that draw SW paths: ", skpsWithSWPath, "\n") [all …]
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/ |
D | WebSocketReaderTest.java | 50 data.write(ByteString.decodeHex("0a00")); // Empty ping. in controlFramesMustBeFinal() 60 data.write(ByteString.decodeHex("9a00")); // Empty ping, flag 1 set. in reservedFlagsAreUnsupported() 68 data.write(ByteString.decodeHex("aa00")); // Empty ping, flag 2 set. in reservedFlagsAreUnsupported() 76 data.write(ByteString.decodeHex("ca00")); // Empty ping, flag 3 set. in reservedFlagsAreUnsupported() 86 data.write(ByteString.decodeHex("8100")); in clientSentFramesMustBeMasked() 96 data.write(ByteString.decodeHex("8180")); in serverSentFramesMustNotBeMasked() 106 data.write(ByteString.decodeHex("8a7e007e")); in controlFramePayloadMax() 116 data.write(ByteString.decodeHex("810548656c6c6f")); // Hello in clientSimpleHello() 122 data.write(ByteString.decodeHex("818537fa213d7f9f4d5158")); // Hello in serverSimpleHello() 128 data.write(ByteString.decodeHex("817E000548656c6c6f")); // Hello in clientFramePayloadShort() [all …]
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | GzipSourceTest.java | 32 gzipped.write(gzipHeader); in gunzip() 33 gzipped.write(deflated); in gunzip() 34 gzipped.write(gzipTrailer); in gunzip() 44 gzipped.write(gzipHeader); in gunzip_withHCRC() 46 gzipped.write(deflated); in gunzip_withHCRC() 47 gzipped.write(gzipTrailer); in gunzip_withHCRC() 53 gzipped.write(gzipHeaderWithFlags((byte) 0x04)); in gunzip_withExtra() 55 gzipped.write("blubber".getBytes(UTF_8), 0, 7); in gunzip_withExtra() 56 gzipped.write(deflated); in gunzip_withExtra() 57 gzipped.write(gzipTrailer); in gunzip_withExtra() [all …]
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | split-lib.py | 8 self.shfile.write("echo \"\" > %s\n" % self.timeFile) 15 self.shfile.write("echo \"%s: Calls %s\" >> %s\n" % (callname, irname, self.timeFile)) 16 self.shfile.write("echo \"\" >> %s\n" % self.timeFile) 17 self.shfile.write("echo \"With MCJIT\" >> %s\n" % self.timeFile) 18 …self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tm… 19 self.shfile.write(" -o %s -a " % self.timeFile) 20 …self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-obje… 21 self.shfile.write("echo \"\" >> %s\n" % self.timeFile) 22 self.shfile.write("echo \"With MCJIT again\" >> %s\n" % self.timeFile) 23 …self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tm… [all …]
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | split-lib.py | 8 self.shfile.write("echo \"\" > %s\n" % self.timeFile) 15 self.shfile.write("echo \"%s: Calls %s\" >> %s\n" % (callname, irname, self.timeFile)) 16 self.shfile.write("echo \"\" >> %s\n" % self.timeFile) 17 self.shfile.write("echo \"With MCJIT\" >> %s\n" % self.timeFile) 18 …self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tm… 19 self.shfile.write(" -o %s -a " % self.timeFile) 20 …self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\… 21 self.shfile.write("echo \"\" >> %s\n" % self.timeFile) 22 self.shfile.write("echo \"With MCJIT again\" >> %s\n" % self.timeFile) 23 …self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tm… [all …]
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | SyntheticAccessCommentMethodItem.java | 52 writer.write("# "); in writeTo() 55 writer.write("invokes: "); in writeTo() 58 writer.write("getter for: "); in writeTo() 61 writer.write("setter for: "); in writeTo() 64 writer.write("++operator for: "); in writeTo() 67 writer.write("operator++ for: "); in writeTo() 70 writer.write("--operator for: "); in writeTo() 73 writer.write("operator-- for: "); in writeTo() 76 writer.write("+= operator for: "); in writeTo() 79 writer.write("-= operator for: "); in writeTo() [all …]
|