HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 1 - 25 of 5680) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-05-11-str-const.c 3 static unsigned char out[]={0,1}; variable
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 3 System.out.println("** HelloWorld.print()");
4 System.out.println("hello world");
  /external/mesa3d/src/glsl/tests/
qualifier-03.glsl 1 /* FAIL - out only allowed in parameter list in GLSL 1.10 */
2 out vec4 foo;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermOut.cpp 15 // 2. Print out a text based description of the tree.
88 TInfoSinkBase& out = sink; local
90 OutputTreeText(out, node, depth);
93 case EOpAssign: out << "move second child to first child"; break;
94 case EOpInitialize: out << "initialize first child with second child"; break;
95 case EOpAddAssign: out << "add second child into first child"; break;
96 case EOpSubAssign: out << "subtract second child into first child"; break;
97 case EOpMulAssign: out << "multiply second child into first child"; break;
98 case EOpVectorTimesMatrixAssign: out << "matrix mult second child into first child"; break;
99 case EOpVectorTimesScalarAssign: out << "vector scale second child into first child"; break
140 TInfoSinkBase& out = sink; local
204 TInfoSinkBase& out = sink; local
277 TInfoSinkBase& out = sink; local
310 TInfoSinkBase& out = sink; local
343 TInfoSinkBase& out = sink; local
381 TInfoSinkBase& out = sink; local
    [all...]
  /external/v8/src/
property.cc 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 void LookupResult::Print(FILE* out) {
46 PrintF(out, "Not Found\n");
50 PrintF(out, "LookupResult:\n");
51 PrintF(out, " -cacheable = %s\n", IsCacheable() ? "true" : "false");
52 PrintF(out, " -attributes = %x\n", GetAttributes());
55 PrintF(out, " -type = normal\n");
56 PrintF(out, " -entry = %d", GetDictionaryEntry());
59 PrintF(out, " -type = map transition\n");
60 PrintF(out, " -map:\n")
    [all...]
objects-printer.cc 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 void MaybeObject::Print(FILE* out) {
47 Smi::cast(this_as_object)->SmiPrint(out);
49 HeapObject::cast(this_as_object)->HeapObjectPrint(out);
52 Failure::cast(this)->FailurePrint(out);
54 Flush(out);
58 void MaybeObject::PrintLn(FILE* out) {
59 Print(out);
60 PrintF(out, "\n");
64 void HeapObject::PrintHeader(FILE* out, const char* id)
    [all...]
  /dalvik/tests/015-switch/src/
Main.java 25 case -1: System.out.print("neg one\n"); break;
26 case 0: System.out.print("zero\n"); break;
27 case 1: System.out.print("CORRECT (one)\n"); break;
28 case 2: System.out.print("two\n"); break;
29 case 3: System.out.print("three\n"); break;
30 case 4: System.out.print("four\n"); break;
31 default: System.out.print("???\n"); break;
34 case 3: System.out.print("three\n"); break;
35 case 4: System.out.print("four\n"); break;
36 default: System.out.print("CORRECT (not found)\n"); break
    [all...]
  /external/dropbear/libtomcrypt/src/misc/
zeromem.c 20 @param out The destination of the area to zero
23 void zeromem(void *out, size_t outlen)
25 unsigned char *mem = out;
26 LTC_ARGCHKVD(out != NULL);
  /external/e2fsprogs/lib/uuid/
pack.c 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
41 unsigned char *out = ptr; local
44 out[3] = (unsigned char) tmp;
46 out[2] = (unsigned char) tmp;
48 out[1] = (unsigned char) tmp;
50 out[0] = (unsigned char) tmp;
53 out[5] = (unsigned char) tmp;
55 out[4] = (unsigned char) tmp;
58 out[7] = (unsigned char) tmp;
60 out[6] = (unsigned char) tmp
    [all...]
gen_uuid_nt.c 25 // OUT PULONG p1,
26 // OUT PULONG p2,
27 // OUT PULONG p3,
28 // OUT PUCHAR Seed // 6 bytes
81 void uuid_generate(uuid_t out)
86 ((NtAllocateUuids_2000)NtAllocateUuids)(out, ((char*)out)+8, ((char*)out)+12, &seed[0] );
90 NtAllocateUuids(out, ((char*)out)+8, ((char*)out)+12)
    [all...]
  /external/grub/stage2/
terminfo.c 59 char *out; local
61 out = out_buffer;
70 *out = (*in) - 'A';
75 *out = '^';
91 *out++ = (char)(n & 0xff);
103 *out++ = '\e';
106 *out++ = '\n';
109 *out++ = '\r';
112 *out++ = '\t';
115 *out++ = '\b'
164 char *out; local
    [all...]
  /external/javassist/sample/hotswap/
HelloWorld.java 3 System.out.println("hello world");
  /dalvik/tests/065-mismatched-implements/src2/
Defs.java 5 System.out.println("yo");
9 System.out.println("yo yo");
  /dalvik/tests/066-mismatched-super/src/
Defs.java 5 System.out.println("yo");
9 System.out.println("yo yo");
  /external/javassist/sample/evolve/sample/evolve/
WebPage.java 12 public void show(OutputStreamWriter out) throws IOException {
13 out.write("<H2>Current Time:</H2>");
15 out.write("<CENTER><H3><FONT color=\"blue\">");
16 out.write(c.getTime().toString());
17 out.write("</FONT></H3></CENTER><HR>");
18 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
  /external/valgrind/main/gdbserver_tests/
filter_make_empty 8 ps -lf -p $PPID >> garbage.filtered.out
9 date >> garbage.filtered.out
10 cat >> garbage.filtered.out
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
PackageTest.java 32 String out = mDevice.executeShellCommand(MONKEY_CMD + " -v -p " + PKGS[0] + " 5000"); local
33 assertTrue(out, ALLOW_MONKEY.matcher(out).find());
34 assertFalse(out, ALLOW_CHIMP.matcher(out).find());
36 out = mDevice.executeShellCommand(MONKEY_CMD + " -v -p " + PKGS[1] + " 5000");
37 assertFalse(out, ALLOW_MONKEY.matcher(out).find());
38 assertTrue(out, ALLOW_CHIMP.matcher(out).find())
42 String out = mDevice.executeShellCommand(MONKEY_CMD + " -v -p " + PKGS[0] local
    [all...]
  /cts/tools/dasm/src/java_cup/
emit.java 38 * production. This reveals a prior state, which we transition out
225 * @param out stream to produce output on.
227 protected static void emit_package(PrintStream out)
231 out.println("package " + package_name + ";\n");
239 * @param out stream to produce output on.
242 public static void symbols(PrintStream out, boolean emit_non_terms)
250 out.println();
251 out.println("//----------------------------------------------------");
252 out.println("// The following code was generated by " +
254 out.println("// " + new Date())
    [all...]
  /dalvik/tests/077-method-override/src/
Base.java 19 System.out.println("declaredInBase: Base");
23 System.out.println("overridden: Base");
28 System.out.println("wasOverridden: Base");
35 System.out.println("overrideWithPublic: Base");
43 System.out.println("overridePublicWithProtected: Base");
50 System.out.println("overrideProtectedWithPublic: Base");
58 System.out.println("overridePublicWithPrivate: Base");
65 System.out.println("overridePrivateWithPublic: Base");
73 System.out.println("overrideVirtualWithStatic: Base");
81 System.out.println("overrideStaticWithVirtual: Base")
    [all...]
Derived.java 19 System.out.println("notDeclaredInBase: Derived");
23 System.out.println("overridden: Derived");
27 System.out.println("wasOverridden: Derived");
31 System.out.println("overrideWithPublic: Derived");
35 System.out.println("overridePublicWithProtected: Derived");
39 System.out.println("overrideProtectedWithPublic: Derived");
43 System.out.println("overridePublicWithPrivate: Derived");
47 System.out.println("overridePrivateWithPublic: Derived");
52 System.out.println("overrideVirtualWithStatic: Derived");
57 System.out.println("overrideStaticWithVirtual: Derived")
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/handlers/
stream_wsh.py 13 out = []
14 out.append("{")
15 out.append('\"l\": \"{0}\",'.format(label))
16 out.append('\"s\": {0},'.format(start_time))
17 out.append('\"e\": {0}'.format(start_time+elapsed_time))
18 out.append('}')
20 out.append(',')
21 return ''.join(out)
24 out = []
25 out.append('\"n\": \"{0}\",'.format(thread_name)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/linux/
WebFontRenderStyle.cpp 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 void WebFontRenderStyle::toFontRenderStyle(FontRenderStyle* out)
42 out->useBitmaps = useBitmaps;
43 out->useAutoHint = useAutoHint;
44 out->useHinting = useHinting;
45 out->hintStyle = hintStyle;
46 out->useAntiAlias = useAntiAlias;
47 out->useSubpixel = useSubpixel;
  /external/chromium/net/base/
dns_util_unittest.cc 20 std::string out; local
22 EXPECT_TRUE(DNSDomainFromDot("", &out));
23 EXPECT_EQ(out, IncludeNUL(""));
24 EXPECT_TRUE(DNSDomainFromDot("com", &out));
25 EXPECT_EQ(out, IncludeNUL("\003com"));
26 EXPECT_TRUE(DNSDomainFromDot("google.com", &out));
27 EXPECT_EQ(out, IncludeNUL("\x006google\003com"));
28 EXPECT_TRUE(DNSDomainFromDot("www.google.com", &out));
29 EXPECT_EQ(out, IncludeNUL("\003www\006google\003com"));
32 EXPECT_TRUE(DNSDomainFromDot("123456789a123456789a123456789a123456789a123456789a123456789a123", &out));
    [all...]
  /dalvik/tests/077-method-override/src2/
Base.java 19 System.out.println("declaredInBase: Base");
23 System.out.println("overridden: Base");
28 // System.out.println("wasOverridden: Base");
35 System.out.println("overrideWithPublic: Base");
43 System.out.println("overridePublicWithProtected: Base");
50 System.out.println("overrideProtectedWithPublic: Base");
58 System.out.println("overridePublicWithPrivate: Base");
65 System.out.println("overridePrivateWithPublic: Base");
73 System.out.println("overrideVirtualWithStatic: Base");
80 System.out.println("overrideStaticWithVirtual: Base")
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
der_encode_boolean.c 24 @param out [out] The destination for the DER encoded BOOLEAN
25 @param outlen [in/out] The max size and resulting size of the DER BOOLEAN
29 unsigned char *out, unsigned long *outlen)
32 LTC_ARGCHK(out != NULL);
40 out[0] = 0x01;
41 out[1] = 0x01;
42 out[2] = in ? 0xFF : 0x00;

Completed in 2450 milliseconds

1 2 3 4 5 6 7 8 91011>>