HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 501 - 525 of 5986) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 43 * <code>System.out</code> in the customizable form.
59 System.out.print(prefix + "0x" + tail + delimiter);
62 System.out.println("");
65 System.out.println("");
102 FileOutputStream out = new FileOutputStream(f); local
113 props.store(out, null);
114 propsToFlush.store(out, null);
116 out.close();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java 81 ASN1OutputStream out)
90 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
91 out.writeLength(primitive.encodedLength());
92 out.writeObject(primitive);
109 out.writeTag(flags, tagNo);
110 out.writeImplicitObject(primitive);
115 out.writeEncoded(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo, ZERO_BYTES);
DLTaggedObject.java 75 ASN1OutputStream out)
84 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
85 out.writeLength(primitive.encodedLength());
86 out.writeObject(primitive);
103 out.writeTag(flags, tagNo);
104 out.writeImplicitObject(primitive);
109 out.writeEncoded(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo, ZERO_BYTES);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringDataItem.java 71 public void writeTo0(DexFile file, AnnotatedOutput out) {
75 if (out.annotates()) {
76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
81 out.writeUleb128(utf16Size);
82 out.write(bytes);
83 out.writeByte(0);
MemberIdItem.java 61 public final void writeTo(DexFile file, AnnotatedOutput out) {
69 if (out.annotates()) {
70 out.annotate(0, indexString() + ' ' + cst.toHuman());
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
77 out.writeShort(classIdx);
78 out.writeShort(typoidIdx);
79 out.writeInt(nameIdx);
84 * this item, in order that it may be written out. Subclasses mus
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_encode_sequence_ex.c 26 @param out [out] The destination
27 @param outlen [in/out] The size of the output
32 unsigned char *out, unsigned long *outlen, int type_of)
39 LTC_ARGCHK(out != NULL);
170 out[x++] = (type_of == LTC_ASN1_SEQUENCE) ? 0x30 : 0x31;
173 out[x++] = (unsigned char)z;
175 out[x++] = 0x81;
176 out[x++] = (unsigned char)z;
178 out[x++] = 0x82
    [all...]
  /external/elfutils/libasm/
asm_addstrz.c 82 fputs ("\t.string\t\"", asmscn->ctx->out.file);
87 fputs ("\\000", asmscn->ctx->out.file);
89 fprintf (asmscn->ctx->out.file, "\\%03o",
92 fputs ("\\\\", asmscn->ctx->out.file);
95 fputs ("\\n\"", asmscn->ctx->out.file);
99 fputc (*str, asmscn->ctx->out.file);
106 fputs ("\"\n", asmscn->ctx->out.file);
  /external/javassist/sample/evolve/
DemoServer.java 47 public void doReply(InputStream in, OutputStream out, String cmd)
51 runJava(out);
72 super.doReply(in, out, cmd);
76 OutputStreamWriter out = new OutputStreamWriter(outs); local
77 out.write("HTTP/1.0 200 OK\r\n\r\n");
79 page.show(out);
80 out.close();
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestApplication.java 29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
46 System.out.println("Creating application..");
48 System.out.println("Starting application in LWJGL mode..");
50 System.out.println("Waiting 5 seconds");
52 System.out.println("Closing application..");
56 System.out.println("Starting in fullscreen mode");
67 System.out.println("Creating offscreen buffer application");
71 System.out.println("Destroying offscreen buffer");
  /external/libvpx/libvpx/build/make/
gen_asm_deps.sh 31 --depfile=*) out="${optval}"
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc"
61 echo ${out} ${out%d}o: "${pfx}${inc}"
64 echo ${out} ${out%d}o: $srcfile
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 50 out << (isa<GlobalValue>(V) ? '@' : '%') << V->getName();
55 out << "store to ";
58 out << "call to ";
61 out << "invoke to ";
64 out << *V;
69 out << *V;
81 out << '%' << ctxt.LNumbering[V];
86 out << '%' << ctxt.RNumbering[V];
91 out << "<anonymous>";
101 if (Differences) out << "\n"
    [all...]
  /external/protobuf/examples/
ListPeople.java 13 System.out.println("Person ID: " + person.getId());
14 System.out.println(" Name: " + person.getName());
16 System.out.println(" E-mail address: " + person.getEmail());
22 System.out.print(" Mobile phone #: ");
25 System.out.print(" Home phone #: ");
28 System.out.print(" Work phone #: ");
31 System.out.println(phoneNumber.getNumber());
  /external/srec/config/en.us/grammars/
run_compile_grammars.sh 5 make_g2g -base $GMR -out $GMR.g2g
9 make_g2g -base $GMR,addWords=100 -out $GMR.g2g
13 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
17 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
21 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
25 make_g2g -base $GMR,addWords=3000 -out $GMR.g2g
29 make_g2g -base $GMR -out $GMR.g2g
33 make_g2g -base $GMR -out $GMR.g2g
37 make_g2g -base $GMR -out $GMR.g2g
41 make_g2g -base $GMR -out $GMR.g2
    [all...]
  /frameworks/base/core/java/android/app/
ResultInfo.java 53 public void writeToParcel(Parcel out, int flags) {
54 out.writeString(mResultWho);
55 out.writeInt(mRequestCode);
56 out.writeInt(mResultCode);
58 out.writeInt(1);
59 mData.writeToParcel(out, 0);
61 out.writeInt(0);
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 39 in int viewVisibility, out Rect outContentInsets,
40 out InputChannel outInputChannel);
42 in int viewVisibility, in int layerStackId, out Rect outContentInsets,
43 out InputChannel outInputChannel);
45 in int viewVisibility, out Rect outContentInsets);
47 in int viewVisibility, in int layerStackId, out Rect outContentInsets);
91 int flags, out Rect outFrame, out Rect outOverscanInsets,
92 out Rect outContentInsets, out Rect outVisibleInsets
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
CipherOutputStream.java 33 * CipherOutputStream} tries to encrypt the data writing it out.
97 out.write(result);
109 out.flush();
116 * buffered bytes from the cipher are also written out, and the cipher is
129 out.write(result);
132 if (out != null) {
133 out.flush();
140 if (out != null) {
141 out.close();
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 74 public void encodeContent(BerOutputStream out) {
75 out.encodeGeneralizedTime();
86 public void setEncodingContent(BerOutputStream out) {
89 String temp = sdf.format(out.content);
102 out.content = (temp + "Z").getBytes(Charsets.UTF_8);
103 out.length = ((byte[]) out.content).length;
ASN1UTCTime.java 86 @Override public void encodeContent(BerOutputStream out) {
87 out.encodeUTCTime();
97 @Override public void setEncodingContent(BerOutputStream out) {
100 out.content = sdf.format(out.content).getBytes(Charsets.UTF_8);
101 out.length = ((byte[]) out.content).length;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
VersionLoader.java 43 BufferedWriter out = null; local
50 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream()));
53 out.write(command);
54 out.newLine();
55 out.flush();
62 if (out != null) {
63 out.close();
ViewManager.java 44 BufferedWriter out = null; local
51 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream()));
53 out.write(command + " " + window.encode() + " " + params);
54 out.newLine();
55 out.flush();
60 if (out != null) {
61 out.close();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MemberIdItem.java 29 /** size of instances when written out to a file, in bytes */
63 public final void writeTo(DexFile file, AnnotatedOutput out) {
71 if (out.annotates()) {
72 out.annotate(0, indexString() + ' ' + cst.toHuman());
73 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
74 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
76 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
79 out.writeShort(classIdx);
80 out.writeShort(typoidIdx);
81 out.writeInt(nameIdx)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java 51 * @param out {@code non-null;} writer to send final output to
56 public IndentingWriter(Writer out, int width, String prefix) {
57 super(out);
59 if (out == null) {
60 throw new NullPointerException("out == null");
81 * @param out {@code non-null;} writer to send final output to
85 public IndentingWriter(Writer out, int width) {
86 this(out, width, "");
106 out.write('\n');
116 out.write(prefix)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdItem.java 61 public final void writeTo(DexFile file, AnnotatedOutput out) {
69 if (out.annotates()) {
70 out.annotate(0, indexString() + ' ' + cst.toHuman());
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
77 out.writeShort(classIdx);
78 out.writeShort(typoidIdx);
79 out.writeInt(nameIdx);
84 * this item, in order that it may be written out. Subclasses mus
    [all...]
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 51 * @param out {@code non-null;} writer to send final output to
56 public IndentingWriter(Writer out, int width, String prefix) {
57 super(out);
59 if (out == null) {
60 throw new NullPointerException("out == null");
81 * @param out {@code non-null;} writer to send final output to
85 public IndentingWriter(Writer out, int width) {
86 this(out, width, "");
106 out.write('\n');
116 out.write(prefix)
    [all...]
  /external/bison/src/
gram.h 219 /* Print this rule's number and lhs on OUT. If a PREVIOUS_LHS was
222 void rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out);
223 void rule_lhs_print_xml (rule *r, FILE *out, int level);
228 /* Print this rule's RHS on OUT. */
229 void rule_rhs_print (rule *r, FILE *out);
231 /* Print this rule on OUT. */
232 void rule_print (rule *r, FILE *out);
249 void ritem_print (FILE *out);
254 /* Print the grammar's rules that match FILTER on OUT under TITLE. */
255 void grammar_rules_partial_print (FILE *out, const char *title
    [all...]

Completed in 433 milliseconds

<<21222324252627282930>>