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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
json.h 24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
47 bool GetIntFromJson(const Json::Value& in, int* out);
48 bool GetUIntFromJson(const Json::Value& in, unsigned int* out);
49 bool GetStringFromJson(const Json::Value& in, std::string* out);
50 bool GetBoolFromJson(const Json::Value& in, bool* out);
51 bool GetDoubleFromJson(const Json::Value& in, double* out);
53 // Pull values out of a JSON array.
55 Json::Value* out);
57 int* out);
59 unsigned int* out);
    [all...]
  /external/chromium_org/third_party/ots/src/
maxp.cc 77 bool ots_maxp_serialise(OTSStream *out, OpenTypeFile *file) {
80 if (!out->WriteU32(maxp->version_1 ? 0x00010000 : 0x00005000) ||
81 !out->WriteU16(maxp->num_glyphs)) {
87 if (!out->WriteU16(maxp->max_points) ||
88 !out->WriteU16(maxp->max_contours) ||
89 !out->WriteU16(maxp->max_c_points) ||
90 !out->WriteU16(maxp->max_c_contours)) {
95 if (!out->WriteU16(maxp->max_zones) ||
96 !out->WriteU16(maxp->max_t_points) ||
97 !out->WriteU16(maxp->max_storage) |
    [all...]
  /external/qemu/android/
help.c 17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__)
20 help_virtual_device( stralloc_t* out )
59 help_sdk_images( stralloc_t* out )
99 help_build_images( stralloc_t* out )
116 " If the kernel image is not found in the out directory, then it is searched\n"
145 help_disk_images( stralloc_t* out )
209 help_keys(stralloc_t* out)
213 stralloc_add_str( out, " When running the emulator, use the following keypresses:\n\n");
251 help_environment(stralloc_t* out)
282 help_keyset_file(stralloc_t* out)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 91 public void write(PrintWriter out) {
92 stringExpr.write(out);
121 public void write(PrintWriter out) {
122 expression.write(out);
177 public abstract void write(PrintWriter out);
181 StringWriter out = new StringWriter();
182 write(new PrintWriter(out));
183 return out.toString();
199 public void write(PrintWriter out) {
200 JavaSourceWriter.writeJavaSymbol(out, method)
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestKeyManager.java 39 private static final PrintStream out = LOG ? System.out : new NullPrintStream(); field in class:TestKeyManager
59 out.println("TestKeyManager.<init> keyManager=" + keyManager);
64 out.print("TestKeyManager.chooseClientAlias");
65 out.print(" | keyTypes: ");
67 out.print(keyType);
68 out.print(' ');
89 out.print("TestKeyManager.chooseServerAlias");
90 out.print(" | keyType: ");
91 out.print(keyType)
    [all...]
  /art/test/008-instanceof/src/
Main.java 30 System.out.println("iface1.mFloaty = " + face1.mFloaty + " " + face1.mWahoo);
31 System.out.println("aa.mFloaty = " + aa.mFloaty + " " + aa.mWahoo);
32 System.out.println("bb.mWhoami = " + bb.mWhoami);
35 System.out.print("aaOkay (false) = ");
36 System.out.println(aaOkay);
38 System.out.print("bbOkay (true) = ");
39 System.out.println(bbOkay);
46 System.out.println("Caught a ClassCastException (expected)");
  /art/test/012-math/src/
Main.java 31 System.out.println("res:" +res);
33 System.out.println("res:" +res);
35 System.out.println("res:" +res);
37 System.out.println("res:" +res);
39 System.out.println("res:" +res);
41 System.out.println("res:" +res);
43 System.out.println("res:" +res);
45 System.out.println("res:" +res);
47 System.out.println("res:" +res);
49 System.out.println("res:" +res)
    [all...]
  /art/test/019-wrong-array-type/src/
Main.java 28 System.out.println("Array store succeeded?!");
30 System.out.println("Got correct array store exception");
  /art/test/029-assert/src/
Main.java 25 System.out.println("didn't assert (is '-ea' implemented?)");
27 System.out.println("caught expected assert exception");
  /dalvik/dx/src/com/android/dx/command/
DxConsole.java 23 * By default the PrintStream objects link to {@code System.out} and
29 * Standard output stream. Links to {@code System.out} by default.
31 public static PrintStream out = System.out; field in class:DxConsole
  /dalvik/tests/008-instanceof/src/
Main.java 30 System.out.println("iface1.mFloaty = " + face1.mFloaty + " " + face1.mWahoo);
31 System.out.println("aa.mFloaty = " + aa.mFloaty + " " + aa.mWahoo);
32 System.out.println("bb.mWhoami = " + bb.mWhoami);
35 System.out.print("aaOkay (false) = ");
36 System.out.println(aaOkay);
38 System.out.print("bbOkay (true) = ");
39 System.out.println(bbOkay);
46 System.out.println("Caught a ClassCastException (expected)");
  /dalvik/tests/012-math/src/
Main.java 31 System.out.println("res:" +res);
33 System.out.println("res:" +res);
35 System.out.println("res:" +res);
37 System.out.println("res:" +res);
39 System.out.println("res:" +res);
41 System.out.println("res:" +res);
43 System.out.println("res:" +res);
45 System.out.println("res:" +res);
47 System.out.println("res:" +res);
49 System.out.println("res:" +res)
    [all...]
  /dalvik/tests/019-wrong-array-type/src/
Main.java 28 System.out.println("Array store succeeded?!");
30 System.out.println("Got correct array store exception");
  /dalvik/tests/029-assert/src/
Main.java 11 System.out.println("GLITCH: didn't assert (is '-ea' set?)");
13 System.out.println("caught expected assert exception");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Generator.java 9 public ASN1Generator(OutputStream out)
11 _out = out;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.h 20 Device* out);
24 AdapterState* out);
  /external/chromium_org/third_party/icu/source/tools/gentest/
genres32.c 54 FILE *out; local
61 out = fopen(file, "w");
64 if(out == NULL) {
76 "testtable32 {", out
86 fprintf(out, "%s{\"\\U%08x\"}\n", key, i);
89 fprintf(out, "%s:int{%d}\n", key, i);
97 "}", out
100 fclose(out);
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_pku.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
87 BIO_printf(out, "%*s", indent, "");
89 BIO_write(out, "Not Before: ", 12);
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
94 BIO_write(out, "Not After: ", 11);
95 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
  /external/clang/test/SemaCXX/
statements.cpp 21 void a() { goto out; A x; out: return; }
  /external/clang/tools/diagtool/
TreeView.cpp 36 static bool showColors(llvm::raw_ostream &out) {
37 if (&out != &llvm::errs() && &out != &llvm::outs())
42 static void setColor(bool ShowColors, llvm::raw_ostream &out,
45 out << llvm::sys::Process::OutputColor(Color, false, false);
48 static void resetColor(bool ShowColors, llvm::raw_ostream &out) {
50 out << llvm::sys::Process::ResetColor();
60 static void printGroup(llvm::raw_ostream &out, const GroupRecord &Group,
62 out.indent(Indent * 2);
64 bool ShowColors = showColors(out);
    [all...]
  /external/e2fsprogs/lib/uuid/
unparse.c 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
51 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt)
56 sprintf(out, fmt,
63 void uuid_unparse_lower(const uuid_t uu, char *out)
65 uuid_unparse_x(uu, out, fmt_lower);
68 void uuid_unparse_upper(const uuid_t uu, char *out)
70 uuid_unparse_x(uu, out, fmt_upper);
73 void uuid_unparse(const uuid_t uu, char *out)
75 uuid_unparse_x(uu, out, FMT_DEFAULT);
  /external/icu4c/tools/gentest/
genres32.c 54 FILE *out; local
61 out = fopen(file, "w");
64 if(out == NULL) {
76 "testtable32 {", out
86 fprintf(out, "%s{\"\\U%08x\"}\n", key, i);
89 fprintf(out, "%s:int{%d}\n", key, i);
97 "}", out
100 fclose(out);
  /external/junit/src/org/junit/internal/
RealSystem.java 11 public PrintStream out() { method in class:RealSystem
12 return System.out;
  /external/openssl/crypto/x509v3/
v3_pku.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
87 BIO_printf(out, "%*s", indent, "");
89 BIO_write(out, "Not Before: ", 12);
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
94 BIO_write(out, "Not After: ", 11);
95 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
  /external/wpa_supplicant_8/src/crypto/
aes-encblock.c 20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out)
29 aes_encrypt(ctx, in, out);

Completed in 1821 milliseconds

1 2 3 4 5 6 7 8 91011>>