Searched defs:dout (Results 1 - 8 of 8) sorted by relevance

/external/aac/libFDK/src/mips/
H A Dfft_rad2_mips.cpp107 int32c *dout = (int32c*)x; local
124 mips_fft32(dout, din, twiddles, scratch, ldn);
127 x[2*i] = dout[i].re<<1;
128 x[2*i+1] = dout[i].im<<1;
/external/bison/src/
H A Dgraphviz.c166 struct obstack dout; local
170 obstack_init (&dout);
195 firstd = print_token (&dout, firstd, symbols[i]->tag);
206 conclude_red (&dout, source, ruleno, false, firstd, fout);
209 obstack_free (&dout, 0);
/external/javassist/src/main/javassist/tools/rmi/
H A DObjectImporter.java161 ObjectOutputStream dout = new ObjectOutputStream(out);
162 dout.writeUTF(name);
163 dout.flush();
171 dout.close();
231 ObjectOutputStream dout = new ObjectOutputStream(out);
232 dout.writeInt(objectid);
233 dout.writeInt(methodid);
234 writeParameters(dout, args);
235 dout.flush();
249 dout
285 writeParameters(ObjectOutputStream dout, Object[] params) argument
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSEntry.java219 * @param dout
222 protected void toByteArray(DataOutputStream dout) throws IOException { argument
223 dout.write(this.getName().getBytes("UTF8"));
224 dout.writeShort(this.getRecordType().indexValue());
225 dout.writeShort(this.getRecordClass().indexValue());
236 DataOutputStream dout = new DataOutputStream(bout);
237 this.toByteArray(dout);
238 dout.close();
H A DDNSRecord.java318 protected void toByteArray(DataOutputStream dout) throws IOException { argument
319 super.toByteArray(dout);
322 dout.writeByte(buffer[i]);
672 protected void toByteArray(DataOutputStream dout) throws IOException { argument
673 super.toByteArray(dout);
674 dout.writeShort(_priority);
675 dout.writeShort(_weight);
676 dout.writeShort(_port);
678 dout.write(_server.getBytes("UTF-8"));
/external/robolectric/lib/main/
H A Dobjenesis-1.0.jar ... .io.ByteArrayOutputStream byteOut java.io.DataOutputStream dout java.io.IOException e public void " href= ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 198 milliseconds