Searched refs:write (Results 451 - 475 of 1953) sorted by relevance

<<11121314151617181920>>

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DByteUtils.java68 outputStream.write(buffer, 0, byteCount);
89 * The short to write
97 outputStream.write(byteArray);
149 * The integer to write
157 outputStream.write(byteArray);
213 * The long to write
221 outputStream.write(byteArray);
293 * The double to write
301 outputStream.write(byteArray);
349 * The float to write
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h38 /// need to take the slow path to write a single character.
112 /// unbuffered, the stream will flush after every write. This routine
135 return write(C);
142 return write(C);
149 return write(C);
160 return write(Str.data(), Size);
176 return write(Str.data(), Str.length());
201 raw_ostream &write(unsigned char C);
202 raw_ostream &write(const char *Ptr, size_t Size);
473 /// \arg O - The vector to write t
[all...]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua70 io.write("*** error: mapval values must be unique, ", symnr, "\n")
111 io.write("*** error: invalid property name '", prop, "'\n")
122 io.write("*** error: property '", prop, "' must be unique\n"); return
146 -- write out Phones pkb
171 outfile:write(string.sub(symtab[i], j, j))
173 outfile:write("\0")
178 outfile:write("\0\0\0\0\0\0\0\0")
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java31 private PrintWriter theWriter; // where we write to
44 theWriter.write(buff, offset, length);
50 theWriter.write(buff, offset, length);
57 // theWriter.write(buff, offset, length);
71 theWriter.write(buff, offset, length);
80 theWriter.write(buff, offset, length);
124 theWriter.write(buff, offset, length);
125 theWriter.write(' ');
129 theWriter.write(buff, offset, length);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dhttp_server.py135 f.write(base_conf)
140 f.write(('cgi.assign = ( ".cgi" => "/usr/bin/env",\n'
147 f.write(('server.errorlog = "%s"\n'
153 f.write(('server.upload-dirs = ( "%s" )\n\n') % (self._output_dir))
156 f.write(('alias.url = ( "/js-test-resources" => "%s" )\n\n') %
160 f.write(('alias.url += ( "/media-resources" => "%s" )\n\n') %
186 f.write(('$SERVER["socket"] == "127.0.0.1:%d" {\n'
/external/clang/utils/
H A Dtoken-delta.py157 f.write(tokens[j])
173 sys.stderr.write('\n ')
174 sys.stderr.write('%s:%d tokens: [' % (file,len(byFile[i])))
179 sys.stderr.write('%d][' % prev)
180 sys.stderr.write(str(j))
181 sys.stderr.write(':')
184 sys.stderr.write(str(byFile[i][-1]))
185 sys.stderr.write('] ')
202 sys.stderr.write('.')
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCylinder.java407 public void write(JmeExporter e) throws IOException { method in class:Cylinder
408 super.write(e);
410 capsule.write(axisSamples, "axisSamples", 0);
411 capsule.write(radialSamples, "radialSamples", 0);
412 capsule.write(radius, "radius", 0);
413 capsule.write(radius2, "radius2", 0);
414 capsule.write(height, "height", 0);
415 capsule.write(closed, "closed", false);
416 capsule.write(inverted, "inverted", false);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DWriterTest.java65 * @tests java.io.Writer#write(String)
71 wr.write("Some string");
94 public void write(char[] arg0, int arg1, int arg2) throws IOException { method in class:WriterTest.MockLockWriter
122 public void write(char[] buffer, int offset, int count) method in class:WriterTest.MockWriter
H A DDataOutputStreamTest.java61 os.write(fileString.getBytes(), 0, 150);
71 * @tests java.io.DataOutputStream#write(byte[], int, int)
74 os.write(fileString.getBytes(), 0, 150);
85 * @tests java.io.DataOutputStream#write(int)
88 os.write((int) 't');
124 os.write(fileString.getBytes());
231 assertTrue("Failed to write string in UTF format",
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_GetLocal.java49 out.write(buf, 0, result);
69 out.write(buf, 0, result);
85 out.write(buf, 0, result);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DJcaContentSignerBuilder.java115 public void write(byte[] bytes, int off, int len) method in class:JcaContentSignerBuilder.SignatureOutputStream
128 public void write(byte[] bytes) method in class:JcaContentSignerBuilder.SignatureOutputStream
141 public void write(int b) method in class:JcaContentSignerBuilder.SignatureOutputStream
/external/icu4c/common/
H A Dbytestriebuilder.cpp354 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { function in class:BytesTrieBuilder::BTLinearMatchNode
356 next->write(builder);
357 b.write(s, length);
358 offset=b.write(b.getMinLinearMatch()+length-1);
398 BytesTrieBuilder::write(int32_t byte) { function in class:BytesTrieBuilder
408 BytesTrieBuilder::write(const char *b, int32_t length) { function in class:BytesTrieBuilder
419 return write(elements[i].getString(*strings).data()+byteIndex, length);
425 return write(((BytesTrie::kMinOneByteValueLead+i)<<1)|isFinal);
454 return write(intBytes, length);
459 int32_t offset=write(nod
[all...]
H A Ducharstriebuilder.cpp302 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { function in class:UCharsTrieBuilder::UCTLinearMatchNode
304 next->write(builder);
305 b.write(s, length);
346 UCharsTrieBuilder::write(int32_t unit) { function in class:UCharsTrieBuilder
356 UCharsTrieBuilder::write(const UChar *s, int32_t length) { function in class:UCharsTrieBuilder
367 return write(elements[i].getString(strings).getBuffer()+unitIndex, length);
373 return write(i|(isFinal<<15));
391 return write(intUnits, length);
397 return write(node);
415 return write(intUnit
[all...]
/external/icu4c/common/unicode/
H A Dbytestriebuilder.h140 virtual void write(StringTrieBuilder &builder);
149 virtual int32_t write(int32_t byte);
150 int32_t write(const char *b, int32_t length);
H A Ducharstriebuilder.h144 virtual void write(StringTrieBuilder &builder);
153 virtual int32_t write(int32_t unit);
154 int32_t write(const UChar *s, int32_t length);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java315 public void write(JmeExporter ex) throws IOException { method in class:Properties
317 oc.write(name, "name", DEFAULT_NAME);
318 oc.write(type, "type", 0);
319 oc.write(subType, "subtype", 0);
320 oc.write(description, "description", null);
323 oc.write((String) value, "value", null);
326 oc.write((Integer) value, "value", 0);
329 oc.write((Float) value, "value", 0);
334 oc.write((int[]) value, "value", null);
337 oc.write((floa
[all...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DHullCollisionShape.java35 public void write(JmeExporter ex) throws IOException { method in class:HullCollisionShape
36 super.write(ex);
39 capsule.write(points, "points", null);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DCameraControl.java154 public void write(JmeExporter ex) throws IOException { method in class:CameraControl
155 super.write(ex);
156 ex.getCapsule(this).write(controlDir, CONTROL_DIR_NAME,
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DHullCollisionShape.java34 public void write(JmeExporter ex) throws IOException { method in class:HullCollisionShape
35 super.write(ex);
38 capsule.write(points, "points", null);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
H A DAssetTileLoader.java80 public void write(JmeExporter ex) throws IOException { method in class:AssetTileLoader
82 c.write(assetPath, "assetPath", null);
83 c.write(name, "name", null);
/external/libpng/scripts/
H A Dmakevms.com52 $ write sys$output "Compiling Libpng sources ..."
86 $ write sys$output "Building Libpng ..."
88 $ write sys$output "Building pngtest..."
94 $ write sys$output "Testing Libpng..."
100 $ write sys$output "Libpng build completed"
137 $ write sys$output P2
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.stderr.exp26 This conflicts with a previous write of size 4 by thread #x
42 This conflicts with a previous write of size 4 by thread #x
51 Possible data race during write of size 4 at 0x........ by thread #x
67 Possible data race during write of size 4 at 0x........ by thread #x
83 Possible data race during write of size 4 at 0x........ by thread #x
103 Possible data race during write of size 4 at 0x........ by thread #x
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs75 public static void write<T>( this TextWriter writer, T value ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs73 public static void write<T>( this TextWriter writer, T value ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
H A DSystemProcessTest.java37 os.write("10 5 abcde".getBytes());

Completed in 1477 milliseconds

<<11121314151617181920>>