HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 151 - 175 of 4335) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/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/icu/icu4j/perf-tests/
converterperf.pl 69 my $OUT; # see out()
114 $OUT = '';
119 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
122 out("<TR><TD>");
125 out("</TD></TR>");
130 out("<TR><TD>");
133 out("</TD></TR>");
137 out("</TABLE></P>");
150 print HTML $OUT;
163 sub out { subroutine
    [all...]
dateformatperf.pl 49 my $OUT; # see out()
101 $OUT = '';
106 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
109 out("<TR><TD>");
112 out("</TD></TR>");
117 out("<TR><TD>");
120 out("</TD></TR>");
124 out("</TABLE></P>");
137 print HTML $OUT;
150 sub out { subroutine
    [all...]
decimalformatperf.pl 45 my $OUT; # see out()
96 $OUT = '';
101 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
104 out("<TR><TD>");
107 out("</TD></TR>");
112 out("<TR><TD>");
115 out("</TD></TR>");
119 out("</TABLE></P>");
132 print HTML $OUT;
145 sub out { subroutine
    [all...]
normperf.pl 105 my $OUT; # see out()
150 $OUT = '';
155 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
158 out("<TR><TD>");
161 out("</TD></TR>");
166 out("<TR><TD>");
169 out("</TD></TR>");
173 out("</TABLE></P>");
186 print HTML $OUT;
199 sub out { subroutine
    [all...]
ucharacterperf.pl 53 my $OUT; # see out()
98 $OUT = '';
103 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
106 out("<TR><TD>");
109 out("</TD></TR>");
114 out("<TR><TD>");
117 out("</TD></TR>");
121 out("</TABLE></P>");
134 print HTML $OUT;
147 sub out { subroutine
    [all...]
unicodesetperf.pl 43 my $OUT; # see out()
88 $OUT = '';
93 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
96 out("<TR><TD>");
99 out("</TD></TR>");
104 out("<TR><TD>");
107 out("</TD></TR>");
111 out("</TABLE></P>");
124 print HTML $OUT;
137 sub out { subroutine
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
SourceSet.java 80 out = new PrintWriter(
83 out.print('\uFEFF'); // BOM
84 System.out.println();
85 System.out.println("Writing " + filename);
89 out.close();
92 static PrintWriter out; field in class:SourceSet
99 System.out.println(t.getID() + ": " +
101 out.println("# MINIMAL FILTER GENERATED FOR: " + t.getID() + (forward ? "" : " REVERSE"));
102 out.println(":: "
107 out.println("# Unicode: " + sourceSet.toPattern(false))
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
ZipMultiReportOutputTest.java 52 OutputStream out = zipOutput.createFile("a.txt"); local
53 out.write(content1);
54 out.close();
67 OutputStream out = zipOutput.createFile("b.txt"); local
68 out.write(content1, 5, 3);
69 out.close();
81 OutputStream out = zipOutput.createFile("b.txt"); local
82 out.write(40);
83 out.flush();
84 out.close()
97 OutputStream out = zipOutput.createFile("dir\/index.html"); local
121 OutputStream out = zipOutput.createFile("dir\/index.html"); local
141 OutputStream out = zipOutput.createFile("index.html"); local
148 OutputStream out = zipOutput.createFile("index.html"); local
155 OutputStream out = zipOutput.createFile("index.html"); local
162 OutputStream out = zipOutput.createFile("index.html"); local
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 53 char out[3] = {0}; local
54 t.setp(out, out+sizeof(out));
57 assert(out[0] == 'A');
60 assert(out[0] == 'A');
61 assert(out[1] == 'B');
  /external/libvncserver/libvncserver/
zrleoutstream.h 36 zrleBuffer out; member in struct:__anon16950
  /external/llvm/
llvm-tblgen-rules.mk 4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
45 $(call transform-td-to-out, register-info)
50 $(call transform-td-to-out,instr-info)
55 $(call transform-td-to-out,subtarget)
62 $(call transform-td-to-out, register-info)
67 $(call transform-td-to-out,instr-info)
72 $(call transform-td-to-out,subtarget)
79 $(call transform-td-to-out, register-info
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SimpleOutputStream.java 18 private FinishableOutputStream out; field in class:SimpleOutputStream
34 SimpleOutputStream(FinishableOutputStream out,
36 if (out == null)
39 this.out = out;
71 // Write out the filtered data.
73 out.write(filterBuf, pos, filtered);
98 out.write(filterBuf, pos, unfiltered);
113 // If it fails, don't call out.finish().
117 out.finish()
    [all...]
UncompressedLZMA2OutputStream.java 16 private FinishableOutputStream out; field in class:UncompressedLZMA2OutputStream
34 UncompressedLZMA2OutputStream(FinishableOutputStream out) {
35 if (out == null)
38 this.out = out;
39 outData = new DataOutputStream(out);
92 out.write(0x00);
110 out.flush();
122 out.finish();
133 if (out != null)
    [all...]
  /external/mockito/src/org/mockito/internal/util/
StringJoiner.java 11 StringBuilder out = new StringBuilder("\n"); local
12 return join(out, linesToBreak);
15 private static String join(StringBuilder out, Object[] linesToBreak) {
17 out.append(line.toString()).append("\n");
19 int lastBreak = out.lastIndexOf("\n");
20 return out.replace(lastBreak, lastBreak+1, "").toString();
  /external/nanopb-c/examples/using_double_on_avr/
double_conversion.c 67 conversion_t out; local
116 out.i = mantissa;
117 out.i |= (uint32_t)(exponent + 127) << 23;
118 out.i |= (uint32_t)sign << 31;
120 return out.f;
  /external/owasp/sanitizer/src/tests/org/owasp/html/
UrlTextExampleTest.java 26 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42 StringBuilder out = new StringBuilder(); local
44 out,
56 out.toString());
  /external/protobuf/java/src/device/main/java/com/google/protobuf/nano/android/
ParcelableExtendableMessageNano.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 public void writeToParcel(Parcel out, int flags) {
52 ParcelableMessageNanoCreator.writeToParcel(getClass(), this, out); local
ParcelableMessageNano.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49 public void writeToParcel(Parcel out, int flags) {
50 ParcelableMessageNanoCreator.writeToParcel(getClass(), this, out); local
  /external/skia/tools/
embed_resources.py 41 out = args.output.write; variable
42 out('#include "SkTypes.h"\n')
47 out('static const uint8_t resource{0:d}[] SK_STRUCT_ALIGN({1:d}) = {{\n'
52 out(hex(b) + ',')
56 out('\n')
58 out('};\n')
59 out('static const size_t resource{0:d}_size = {1:d};\n'
64 out('struct SkEmbeddedResource { const uint8_t* d; const size_t s; };\n')
65 out('static const SkEmbeddedResource header[] = {\n')
68 out(' {{ resource{0:d}, resource{0:d}_size }},\n'.format(index)
    [all...]
  /external/toybox/toys/other/
base64.c 31 int out = 0, bits = 0, x = 0, i, len; local
38 putchar(toybuf[out<<(6-bits)]);
52 out = (out<<6) + x;
55 putchar(out >> (bits -= 8));
56 out &= (1<<bits)-1;
66 out = (out<<8) + buf[i];
69 putchar(toybuf[out >> (bits -= 6)]);
70 out &= (1<<bits)-1
    [all...]
eject.c 61 int fd, out = 0; local
67 if (!toys.optflags) xioctl(fd, 0x5309, &out); // CDROM_EJECT
71 int rc = ioctl(fd, 0x5326, &out); // CDROM_DRIVE_STATUS
73 xioctl(fd, 0x5319, &out); // CDROM_CLOSE_TRAY
74 else xioctl(fd, 0x5309, &out); // CDROM_EJECT
  /external/toybox/toys/pending/
iconv.c 41 char *in = toybuf+inleft, *out = outstart; local
52 if (iconv(TT.ic, &in, &inleft, &out, &outleft) == -1
57 *(out++) = *(in++);
61 xwrite(1, outstart, out-outstart);
  /external/toybox/toys/posix/
echo.c 38 int i = 0, out; local
56 if (!(out = *(c++))) break;
59 if (out == '\\' && *c) {
62 if (n) out = n;
65 out = 0;
66 while (*c>='0' && *c<='7' && n++<3) out = (out*8)+*(c++)-'0';
68 out = 0;
70 if (*c>='0' && *c<='9') out = (out*16)+*(c++)-'0'
    [all...]
  /external/valgrind/none/tests/s390x/
bfp-2.c 12 float out; local
14 __asm__ volatile("sqebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
15 printf("sqebr %f -> %f\n", in, out);
20 double out; local
22 __asm__ volatile("sqdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
23 printf("sqdbr %f -> %f\n", in, out);
28 float out; local
36 double out; local
44 float out; local
52 double out; local
60 float out; local
68 double out; local
    [all...]

Completed in 976 milliseconds

1 2 3 4 5 67 8 91011>>