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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/standalone-static-library/
prog.c 1 extern void print(void);
5 print();
mylib.c 3 void print(void) function
  /art/test/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...]
  /art/test/122-secondarydex/src/
Super.java 18 private void print() { method in class:Super
Test.java 19 t.print();
22 private void print() { method in class:Test
  /external/javassist/sample/hotswap/
HelloWorld.java 2 public void print() { method in class:HelloWorld
  /external/ltrace/testsuite/ltrace.main/
main.c 7 extern void print ( char* );
17 print ("Library function call!");
main-lib.c 4 print(char* s) function
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioStatusTable.java 23 * Class used to print a scenario status table.
43 public void print(PerformanceResults performanceResults) { method in class:ScenarioStatusTable
49 // Print titles
51 this.stream.print("<table border=\"1\">\n");
52 this.stream.print("<tr>\n");
53 this.stream.print("<td><h4>All ");
54 this.stream.print(computeSize(scenarios));
55 this.stream.print(" scenarios</h4></td>\n");
58 // Print one line per scenario results
63 this.stream.print("<tr>\n")
    [all...]
FingerPrint.java 52 * Create and save fingerprints as image and print their reference in the current stream.
54 * @param performanceResults The performance results used to print the fingerprints
56 public void print(final PerformanceResults performanceResults) { method in class:FingerPrint
74 // Print the legend
75 this.stream.print("The following fingerprints show results for the most representative tests of the ");
77 this.stream.print("current build.<br>\n");
79 this.stream.print(this.component);
80 this.stream.print(" component.<br>\n");
82 this.stream.print("<table border=\"0\">\n");
83 this.stream.print("<tr><td valign=\"top\">Select which kind of scale you want to use:</td>\n")
    [all...]
RawDataTable.java 52 * Print all build data to the current stream.
54 public void print(){ method in class:RawDataTable
55 this.stream.print("<table border=\"1\">");
58 this.stream.print("</table>\n");
62 * Print table columns headers.
72 this.stream.print(buffer.toString());
76 * Print all build results in the table.
79 this.stream.print("<tr><td><b>Build ID</b></td>");
81 this.stream.print("</tr>\n");
88 this.stream.print("<tr><td>")
    [all...]
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintManagerDelegate.java 7 import android.print.PrintAttributes;
8 import android.print.PrintDocumentAdapter;
12 * We can't simply extend from {@link android.print.PrintManager}, since it's a final class.
17 * Same as {@link android.print.PrintManager#print}, except this doesn't return a
18 * {@link android.print.PrintJob} since the clients don't need it.
20 void print(String printJobName, method in interface:PrintManagerDelegate
Printable.java 14 boolean print(); method in interface:Printable
PrintManagerDelegateImpl.java 8 import android.print.PrintAttributes;
9 import android.print.PrintDocumentAdapter;
10 import android.print.PrintManager;
13 * An implementation of {@link PrintManagerDelegate} using the Android framework print manager.
23 public void print(String printJobName, PrintDocumentAdapter documentAdapter, method in class:PrintManagerDelegateImpl
25 mPrintManager.print(printJobName, documentAdapter, attributes);
  /external/clang/test/CodeGenCXX/
overload-binop-implicitconvert.cpp 5 void print(const char *t);
9 print(c);
17 print("foo");
  /cts/tests/print/src/android/print/cts/
IPrivilegedOperations.aidl 17 package android.print.cts;
  /cts/tests/tests/print/src/android/print/cts/
IPrivilegedOperations.aidl 17 package android.print.cts;
  /external/llvm/lib/MC/
MCLabel.cpp 15 void MCLabel::print(raw_ostream &OS) const { function in class:MCLabel
21 print(dbgs());
  /external/clang/test/CodeGen/
2009-01-05-BlockInlining.c 18 static void print(int result) {
24 print(fun(x));
25 print(block(x));
27 print(block_inline(x));
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 2 public void print() { method in class:HelloWorld
3 System.out.println("** HelloWorld.print()");
  /external/chromium_org/third_party/WebKit/Source/wtf/
PrintStream.h 54 void print(const T& value) function in class:WTF::PrintStream
60 void print(const T1& value1, const T2& value2) function in class:WTF::PrintStream
62 print(value1);
63 print(value2);
67 void print(const T1& value1, const T2& value2, const T3& value3) function in class:WTF::PrintStream
69 print(value1);
70 print(value2);
71 print(value3);
75 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) function in class:WTF::PrintStream
77 print(value1)
84 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) function in class:WTF::PrintStream
94 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) function in class:WTF::PrintStream
105 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) function in class:WTF::PrintStream
117 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) function in class:WTF::PrintStream
130 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) function in class:WTF::PrintStream
144 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) function in class:WTF::PrintStream
159 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) function in class:WTF::PrintStream
175 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) function in class:WTF::PrintStream
192 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) function in class:WTF::PrintStream
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
Print.h 2 Print.h - Base class that provides print() and println()
34 class Print
44 void print(const String &);
45 void print(const char[]);
46 void print(char, int = BYTE);
47 void print(unsigned char, int = BYTE);
48 void print(int, int = DEC);
49 void print(unsigned int, int = DEC);
50 void print(long, int = DEC)
    [all...]
Print.cpp 2 Print.cpp - Base class that provides print() and println()
28 #include "Print.h"
33 void Print::write(const char *str)
40 void Print::write(const uint8_t *buffer, size_t size)
46 void Print::print(const String &s) function in class:Print
53 void Print::print(const char str[]) function in class:Print
58 void Print::print(char c, int base function in class:Print
63 void Print::print(unsigned char b, int base) function in class:Print
68 void Print::print(int n, int base) function in class:Print
73 void Print::print(unsigned int n, int base) function in class:Print
78 void Print::print(long n, int base) function in class:Print
93 void Print::print(unsigned long n, int base) function in class:Print
99 void Print::print(double n, int digits) function in class:Print
    [all...]
  /art/test/039-join-main/src/
Main.java 25 System.out.print("Starting thread '" + t.getName() + "'\n");
31 System.out.print("JoinMain starter returning\n");
43 System.out.print("@ JoinMainSub running\n");
47 System.out.print("@ JoinMainSub successfully joined main\n");
49 System.out.print("@ JoinMainSub interrupted!\n");
52 System.out.print("@ JoinMainSub bailing\n");
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_expr.cpp 90 ast_expression_bin::print(void) const function in class:ast_expression_bin
92 subexpressions[0]->print();
94 subexpressions[1]->print();

Completed in 1788 milliseconds

1 2 3 4 5 6 7 8 91011>>