/external/clang/test/CodeGen/ |
2007-05-11-str-const.c | 3 static unsigned char out[]={0,1}; variable
|
mips-constraints-mem.c | 17 int out = 0; local 22 : "=r"(out)
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
freeze.pass.cpp | 22 std::ostrstream out; local 23 out.freeze(); 24 assert(!out.fail()); 25 out << 'a'; 26 assert(out.fail()); 27 out.clear(); 28 out.freeze(false); 29 out << 'a'; 30 out << char(0); 31 assert(out.str() == std::string("a")) [all...] |
pcount.pass.cpp | 22 std::ostrstream out; local 23 assert(out.pcount() == 0); 24 out << 123 << ' ' << 4.5 << ' ' << "dog"; 25 assert(out.pcount() == 11);
|
str.pass.cpp | 22 std::ostrstream out; local 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; 24 assert(out.str() == std::string("123 4.5 dog"));
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
freeze.pass.cpp | 22 std::strstream out; local 23 out.freeze(); 24 assert(!out.fail()); 25 out << 'a'; 26 assert(out.fail()); 27 out.clear(); 28 out.freeze(false); 29 out << 'a'; 30 out << char(0); 31 assert(out.str() == std::string("a")) [all...] |
pcount.pass.cpp | 22 std::strstream out; local 23 assert(out.pcount() == 0); 24 out << 123 << ' ' << 4.5 << ' ' << "dog"; 25 assert(out.pcount() == 11);
|
str.pass.cpp | 22 std::strstream out; local 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; 24 assert(out.str() == std::string("123 4.5 dog"));
|
/external/javassist/sample/hotswap/logging/ |
HelloWorld.java | 3 System.out.println("** HelloWorld.print()"); 4 System.out.println("hello world");
|
/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...] |
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string.io/ |
stream_insert.pass.cpp | 24 std::ostringstream out; local 26 out << s; 27 assert(out.good()); 28 assert(s == out.str()); 31 std::ostringstream out; local 33 out.width(12); 34 out << s; 35 assert(out.good()); 36 assert(" " + s == out.str()); 39 std::wostringstream out; local 46 std::wostringstream out; local [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...] |
/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...] |