HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 176 - 200 of 8458) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/tools/signapk/test/
run 5 all: out/signed-$(package)
8 rm -rf out
12 DSAPARAM := out/dsaparam
15 umask 0077 && openssl dsaparam -out $@ 1024
19 umask 0077 && openssl gendsa -out $@.pk~ $(DSAPARAM)
21 -in $@.pk~ -out $@.pk
22 umask 0077 && openssl req -new -x509 -key $@.pk -out $@ -days 1095 \
25 cert := out/key1.pem
26 out/signed-$(package): $(package) $(cert)
30 -key $(cert).pk -cert $(cert) -tempdir out
    [all...]
  /dalvik/tests/009-instanceof2/src/
Main.java 30 System.out.print("instanceof Serializable = ");
31 System.out.println((Object)aaArray instanceof java.io.Serializable);
32 System.out.print("instanceof Cloneable = ");
33 System.out.println((Object)aaArray instanceof java.lang.Cloneable);
34 System.out.print("instanceof Runnable = ");
35 System.out.println((Object)aaArray instanceof java.lang.Runnable);
38 System.out.print("aaOkay (false) = ");
39 System.out.println(aaOkay);
41 System.out.print("bbOkay (true) = ");
42 System.out.println(bbOkay)
    [all...]
  /dalvik/tests/047-returns/src/
Main.java 9 System.out.println("pick 1");
11 System.out.println(((CommonInterface)pickOne(1)).doStuff());
13 System.out.println("pick 2");
15 System.out.println(((CommonInterface)pickOne(2)).doStuff());
17 System.out.println("pick 3");
39 System.out.println("one running");
42 System.out.println("one");
49 System.out.println("two running");
52 System.out.println("two");
59 System.out.println("three running")
    [all...]
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
Makefile 4 $(shell mkdir -p out)
10 out/main.o: main.c ../../HeapBitmap.h
13 out/HeapBitmap.o: ../../HeapBitmap.c ../../HeapBitmap.h include/cutils/ashmem.h include/Dalvik.h
16 out/hbtest: out/main.o out/HeapBitmap.o out/clz.o
20 runtest: out/hbtest
21 out/hbtest
25 rm -rf out
    [all...]
  /libcore/luni/src/main/java/java/io/
FilterWriter.java 35 protected Writer out; field in class:FilterWriter
38 * Constructs a new FilterWriter on the Writer {@code out}. All writes are
41 * @param out
44 protected FilterWriter(Writer out) {
45 super(out);
46 this.out = out;
58 out.close();
63 * Flushes this writer to ensure all pending data is sent out to the target
72 out.flush()
    [all...]
  /external/bison/src/
gram.c 68 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
70 fprintf (out, " %3d ", r->number);
73 fprintf (out, "%s:", r->lhs->tag);
79 fputc (' ', out);
80 fputc ('|', out);
85 rule_lhs_print_xml (rule *r, FILE *out, int level)
87 xml_printf (out, level, "<lhs>%s</lhs>", r->lhs->tag);
101 rule_rhs_print (rule *r, FILE *out)
107 fprintf (out, " %s", symbols[*rp]->tag);
108 fputc ('\n', out);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ecdhtest.c 60 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen)
116 return SHA1(in, inlen, out);
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out)
146 BIO_puts(out,"Testing key generation with ");
147 BIO_puts(out,text);
149 BIO_puts(out,"\n");
151 (void)BIO_flush(out);
169 BIO_puts(out," pri 1=");
170 BN_print(out,a->priv_key)
307 BIO *out; local
    [all...]
  /external/chromium_org/tools/gn/
config_values_extractors.cc 17 void operator()(const std::string& s, std::ostream& out) const {
18 out << " ";
19 EscapeStringToStream(out, s, escape_options_);
32 std::ostream& out) {
34 EscapedStringWriter(escape_options), out);
path_output.cc 33 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const {
34 WritePathStr(out, file.value());
37 void PathOutput::WriteDir(std::ostream& out,
44 out << "/.";
46 out << "/";
48 // Writing out the source root.
51 // can't just write it out.
53 out << ".";
55 out.write(inverse_current_dir_.c_str(),
60 out << "./"
    [all...]
  /external/openssl/crypto/ecdh/
ecdhtest.c 60 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen)
116 return SHA1(in, inlen, out);
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out)
146 BIO_puts(out,"Testing key generation with ");
147 BIO_puts(out,text);
149 BIO_puts(out,"\n");
151 (void)BIO_flush(out);
169 BIO_puts(out," pri 1=");
170 BN_print(out,a->priv_key)
307 BIO *out; local
    [all...]
  /external/chromium_org/net/data/ssl/scripts/
generate-duplicate-cn-certs.sh 32 try rm -rf out
33 try mkdir out
36 try echo 1 > out/B-serial
37 try touch out/B-index.txt
40 try openssl genrsa -out out/A.key 2048
41 try openssl genrsa -out out/B.key 2048
45 CA_DIR=out \
53 -key out/B.key
    [all...]
generate-redundant-test-chains.sh 37 try rm -rf out
38 try mkdir out
44 try echo $serial > out/$i-serial
49 try openssl genrsa -out out/A.key 2048
50 try openssl genrsa -out out/B.key 2048
51 try openssl genrsa -out out/C.key 2048
52 try openssl genrsa -out out/D.key 204
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
UnfoldShortCircuit.cpp 32 TInfoSinkBase &out = mOutputHLSL->getBodyStream(); local
50 out << "bool s" << i << ";\n";
52 out << "{\n";
56 out << "s" << i << " = ";
59 out << ";\n";
60 out << "if (!s" << i << ")\n"
64 out << " s" << i << " = ";
67 out << ";\n"
70 out << "}\n";
81 out << "bool s" << i << ";\n"
113 TInfoSinkBase &out = mOutputHLSL->getBodyStream(); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_x509a.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
75 BIO_printf(out, "%*sTrusted Uses:\n%*s",
78 if(!first) BIO_puts(out, ", ");
82 BIO_puts(out, oidstr);
84 BIO_puts(out, "\n");
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
88 BIO_printf(out, "%*sRejected Uses:\n%*s",
91 if(!first) BIO_puts(out, ", ");
95 BIO_puts(out, oidstr)
    [all...]
  /external/openssl/crypto/asn1/
t_x509a.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
75 BIO_printf(out, "%*sTrusted Uses:\n%*s",
78 if(!first) BIO_puts(out, ", ");
82 BIO_puts(out, oidstr);
84 BIO_puts(out, "\n");
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
88 BIO_printf(out, "%*sRejected Uses:\n%*s",
91 if(!first) BIO_puts(out, ", ");
95 BIO_puts(out, oidstr)
    [all...]
  /art/test/041-narrowing/src/
Main.java 8 System.out.println();
9 System.out.println("Double.POSITIVE_INFINITY = "
11 System.out.println("Double.NEGATIVE_INFINITY = "
13 System.out.println("Float.POSITIVE_INFINITY = "
15 System.out.println("Float.NEGATIVE_INFINITY = "
17 System.out.println("Double.NaN = "
19 System.out.println("Float.NaN = "
22 System.out.println();
23 System.out.println("(byte) Double.NaN = "
26 System.out.println("(short) Double.NaN =
    [all...]
  /dalvik/tests/041-narrowing/src/
Main.java 8 System.out.println();
9 System.out.println("Double.POSITIVE_INFINITY = "
11 System.out.println("Double.NEGATIVE_INFINITY = "
13 System.out.println("Float.POSITIVE_INFINITY = "
15 System.out.println("Float.NEGATIVE_INFINITY = "
17 System.out.println("Double.NaN = "
19 System.out.println("Float.NaN = "
22 System.out.println();
23 System.out.println("(byte) Double.NaN = "
26 System.out.println("(short) Double.NaN =
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
functions_as_parameters_unittest.cc 16 FunctionType out; local
17 EXPECT_FALSE(FunctionType::Populate(empty_value, &out));
23 FunctionType out; local
24 ASSERT_TRUE(FunctionType::Populate(value, &out));
25 EXPECT_TRUE(out.event_callback.empty());
35 FunctionType out; local
36 ASSERT_TRUE(FunctionType::Populate(value, &out));
37 EXPECT_TRUE(value.Equals(out.ToValue().get()));
46 FunctionType out; local
47 ASSERT_TRUE(FunctionType::Populate(value, &out));
55 OptionalFunctionType out; local
63 OptionalFunctionType out; local
71 OptionalFunctionType out; local
80 OptionalFunctionType out; local
90 OptionalFunctionType out; local
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LoggingPrintStreamTest.java 34 TestPrintStream out = new TestPrintStream(); field in class:LoggingPrintStreamTest
43 t.printStackTrace(out);
47 assertEquals(Arrays.asList(lines), out.lines);
52 out.print(4);
53 out.print(o);
54 out.print(2);
55 out.flush();
56 assertEquals(Arrays.asList("4" + o + "2"), out.lines);
61 out.print(4);
62 out.println(o)
    [all...]
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 71 PrintStream out = System.out; local
73 out.println("<html><body>");
74 out.println("<style>");
75 out.println("a, th, td, h2 { font-family: arial }");
76 out.println("th, td { font-size: small }");
77 out.println("</style>");
78 out.println("<script src=\"sorttable.js\"></script>");
79 out.println("<p><a href=\"#removed\">Removed</a>");
80 out.println("<a name=\"added\"/><h2>Added</h2>")
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
vec4.js 20 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 var out = new GLMAT_ARRAY_TYPE(4);
36 out[0] = 0;
37 out[1] = 0;
38 out[2] = 0;
39 out[3] = 0;
40 return out;
50 var out = new GLMAT_ARRAY_TYPE(4);
51 out[0] = a[0];
52 out[1] = a[1]
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MapItem.java 25 * INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
83 protected void writeItem(AnnotatedOutput out) {
87 out.annotate("map_size: 0x" + Integer.toHexString(sections.length + 2) + " (" +
89 out.writeInt(sections.length + 2);
92 out.annotate(0, "[" + index++ + "]");
93 out.indent();
94 writeSectionInfo(out, ItemType.TYPE_HEADER_ITEM, 1, 0);
95 out.deindent();
98 out.annotate(0, "[" + index++ + "]");
99 out.indent()
    [all...]
  /art/test/033-class-init-deadlock/src/
Main.java 29 System.out.println("Deadlock test starting.");
39 System.out.println("Deadlock test interrupting threads.");
42 System.out.println("Deadlock test main thread bailing.");
43 System.out.println("A initialized: " + aInitialized);
44 System.out.println("B initialized: " + bInitialized);
51 System.out.println("A initializing...");
54 System.out.println("A initialized");
61 System.out.println("B initializing...");
64 System.out.println("B initialized");
  /dalvik/tests/033-class-init-deadlock/src/
Main.java 15 System.out.println("Deadlock test starting.");
25 System.out.println("Deadlock test interrupting threads.");
28 System.out.println("Deadlock test main thread bailing.");
29 System.out.println("A initialized: " + aInitialized);
30 System.out.println("B initialized: " + bInitialized);
37 System.out.println("A initializing...");
40 System.out.println("A initialized");
47 System.out.println("B initializing...");
50 System.out.println("B initialized");
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 53 private final SessionOutputBuffer out; field in class:IdentityOutputStream
58 public IdentityOutputStream(final SessionOutputBuffer out) {
60 if (out == null) {
63 this.out = out;
74 this.out.flush();
79 this.out.flush();
86 this.out.write(b, off, len);
97 this.out.write(b);

Completed in 1220 milliseconds

1 2 3 4 5 6 78 91011>>