HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1176 - 1200 of 5424) sorted by null

<<41424344454647484950>>

  /external/icu/icu4c/source/test/intltest/
punyref.c 135 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
140 delta = out = 0;
148 if (max_out - out < 2) return punycode_big_output;
149 output[out++] = (char)
156 h = b = out;
159 /* number of basic code points, and out is the number of characters */
162 if (b > 0) output[out++] = delimiter;
193 if (out >= max_out) return punycode_big_output;
197 output[out++] = encode_digit(t + (q - t) % (base - t), 0);
201 output[out++] = encode_digit(q, case_flags && case_flags[j])
224 punycode_uint n, out, i, max_out, bias, local
    [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 237 ofstream out; local
238 out.open(argv[2]);
240 out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" << endl;
244 out << " <perfTestResult" << endl;
245 out << " test=\"";
248 case 0: out << "DateFormat"; break;
249 case 1: out << "BreakIterator Word"; break;
250 case 2: out << "BreakIterator Char"; break;
251 case 3: out << "NumbFormat"; break;
252 case 4: out << "Collation"; break
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliteratingTextComponent.java 131 System.out.println("Transliterator: " + translit.getID());
132 System.out.println("From:\t" + '"' + buf.toString() + '"'
149 System.out.println("To:\t" + '"' + buf.toString() + '"'
156 System.out.println();
184 String out = buf.toString();
185 log.append(out.substring(0, index.contextStart)).
187 append(out.substring(index.contextStart, index.start)).
189 append(out.substring(index.start)).
194 System.out.println(escape(log.toString()));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestClassOverride.java 134 String out = bidi.writeReordered(Bidi.DO_MIRRORING); local
135 assertEquals("Actual and expected output mismatch", textOut, out);
TestCompatibility.java 214 String out = bidi.writeReordered(0); local
215 logln("Output #1 of Bidi(AttributedCharacterIterator): " + out);
224 out = bidi.writeReordered(0);
225 logln("Output #2 of Bidi(AttributedCharacterIterator): " + out);
232 out = bidi.writeReordered(0);
233 logln("Output #3 of Bidi(AttributedCharacterIterator): " + out);
239 out = bidi.writeReordered(0);
240 logln("Output of Bidi(abc==(123)==>def,3,null,0,10, DEFAULT_LTR): " + out);
244 out = bidi.writeReordered(0);
245 logln("Output of Bidi(abc==(123)==>def,3,null,0,10, DEFAULT_RTL): " + out);
    [all...]
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 32 System.out.println("========================================================================");
33 System.out.println(" getBestPatternExample()");
34 System.out.println();
35 System.out.println(" Use DateTimePatternGenerator to create customized date/time pattern:");
36 System.out.println(" yQQQQ,yMMMM, MMMMd, hhmm, jjmm per locale");
37 System.out.println("========================================================================");
53 System.out.printf("%-20s%-35s%-35s%-35s\n\n", "Skeleton", "en_US", "fr_FR","zh_CN");
55 System.out.printf("%-20s", skeleton);
64 System.out.printf("%-35s",sdf.format(date));
66 System.out.println("\n")
    [all...]
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternDemo.java 29 System.out.println("autoQA: "+autoQA);
50 System.out.format("%2d: %s%s%s\n", i, indent, partString, explanation);
64 System.out.println("message: "+s);
70 System.out.println("Exception: "+e.getMessage());
78 System.out.println(new MiniMessageFormatter(msg).format(new StringBuilder(), args));
85 System.out.println(new MiniMessageFormatter(msg).format(
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/pluralformat/
PluralFormatSample.java 26 System.out.println("=======================================================================================");
27 System.out.println(" PluralFormatExample()");
28 System.out.println();
29 System.out.println(" Use PluralFormat and Messageformat to get appropriate Plural Form for languages below:");
30 System.out.println(" English, Slovenian");
31 System.out.println("=======================================================================================");
47 System.out.println("Output by using PluralFormat and MessageFormat API\n");
48 System.out.printf("%-16s%-16s%-16s\n", "Number", "English", "Slovenian");
58 System.out.printf("%-16s%-16s%-16s\n", num, msgEn, msgSl);
61 System.out.println()
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 96 System.out.println("src: " + srcDir.getCanonicalPath());
97 System.out.println("dst: " + dstDir.getCanonicalPath());
98 System.out.println("undep: " + undep);
99 System.out.flush();
105 System.out.println("done");
106 System.out.flush();
115 PrintWriter pw = new PrintWriter(System.out);
155 System.out.println("process dir: " + f.getPath());
173 System.out.println("process '" + srcFile.getPath() + "'");
185 System.out.println(String.valueOf(n) + ": " + line)
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
BuildMirroringTables.java 61 System.out.println("There are " + count + " mirrored characters.");
73 System.out.println("There are " + total + " characters with a different mirror.\n");
81 System.out.println();
  /external/iproute2/lib/
json_writer.c 26 FILE *out; /* output file */ member in struct:json_writer
37 fputs(" ", self->out);
46 putc('\n', self->out);
54 putc(self->sep, self->out);
63 putc('"', self->out);
67 fputs("\\t", self->out);
70 fputs("\\n", self->out);
73 fputs("\\r", self->out);
76 fputs("\\f", self->out);
79 fputs("\\b", self->out);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ByteStream.java 180 public void writeTo(OutputStream out) throws IOException {
181 out.write(buf, 0, count);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 104 List<JavaExpression> out = new ArrayList<JavaExpression>(in.size() * 2); local
106 if (!out.isEmpty()) {
107 out.add(DOT);
109 out.add(component);
111 return out;
123 List<JavaExpression> out = new ArrayList<JavaExpression>(in.size()); local
136 out.add(last);
140 out.add(last);
141 return out;
151 PrintWriter out = new PrintWriter(buffer) local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 92 public void filter(String in, Appendable out) throws IOException {
98 out.append("<tt>");
101 splitAndConvert(in, out);
104 out.append("</tt>");
113 private void splitAndConvert(String in, Appendable out) throws IOException {
127 htmlCharEscaper.filter(in.subSequence(regionStart, matchStart).toString(), out); local
135 formatEmail(in, matchStart, matchEnd, out);
139 matcher.group(WITH_SCHEME_GROUP) == null, out);
146 htmlCharEscaper.filter(in.substring(regionStart, end), out); local
155 * @param out The text output that the email address should be appended to
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 37 private final Appendable out; field in class:SyntaxTreeDumper
43 public SyntaxTreeDumper(Appendable out) {
44 this.out = out;
48 * Dumps to System.out.
51 this(System.out);
126 out.append(line);
133 * Simple command line tool for parsing a template and dumping out the AST.
145 tree.apply(new SyntaxTreeDumper(System.out));
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 33 * It also strips out empty lines and leading whitespace inside HTML tags (i.e.
49 private final Appendable out; field in class:HtmlWhiteSpaceStripper
87 * @param out The Appendable object to dump the stripped output to.
89 public HtmlWhiteSpaceStripper(Appendable out) {
90 this(out, 1);
97 * @param out The Appendable object to dump the stripped output to.
100 public HtmlWhiteSpaceStripper(Appendable out, int level) {
101 this.out = out;
107 return out.toString()
    [all...]
  /external/kmod/testsuite/
testsuite.h 87 const char *out; member in struct:test::__anon22198
  /external/kmod/tools/
static-nodes.c 62 static int write_human(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsigned int min)
66 ret = fprintf(out,
86 static int write_tmpfiles(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsigned int min)
93 ret = fprintf(out, "d /dev/%.*s 0755 - - -\n",
99 ret = fprintf(out, "%c! /dev/%s 0600 - - - %u:%u\n",
113 static int write_devname(FILE *out, char modname[], char devname[], char type, unsigned int maj, unsigned int min)
117 ret = fprintf(out, "%s %s %c%u:%u\n", modname, devname, type, maj, min);
160 FILE *in = NULL, *out = NULL; local
237 out = fopen(output, "we");
238 if (out == NULL)
    [all...]
  /external/libedit/src/
map.c 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1252 Char *out; local
    [all...]
  /external/libjpeg-turbo/simd/
jcsample-altivec.c 39 __vector unsigned char this0, next0, out; local
78 out = vec_pack(outl, outh);
79 vec_st(out, 0, outptr);
95 __vector unsigned char this0, next0, this1, next1, out; local
154 out = vec_pack(outl, outh);
155 vec_st(out, 0, outptr);
  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 273 int out; local
275 out=dup(1);
276 if (-1 == out)
307 dup2(out,1);
308 close(out);
  /external/libmojo/third_party/markupsafe/
_speedups.c 58 PyUnicodeObject *out; local
65 /* First we need to figure out how long the escaped string will be */
80 out = (PyUnicodeObject*)PyUnicode_FromUnicode(NULL, PyUnicode_GET_SIZE(in) + delta);
81 if (!out)
84 outp = PyUnicode_AS_UNICODE(out);
113 return (PyObject*)out;
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 30 tran_low_t out[4 * 4]; local
31 tran_low_t *outptr = out;
43 for (j = 0; j < 4; ++j) temp_in[j] = out[j * 4 + i];
62 tran_low_t out[8 * 8]; local
63 tran_low_t *outptr = out;
76 for (j = 0; j < 8; ++j) temp_in[j] = out[j * 8 + i];
95 tran_low_t out[16 * 16]; local
96 tran_low_t *outptr = out;
109 for (j = 0; j < 16; ++j) temp_in[j] = out[j * 16 + i];
218 tran_low_t out[4 * 4] local
250 tran_low_t out[8 * 8]; local
283 tran_low_t out[16 * 16]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_1024_add_neon.c 29 static INLINE void load_from_output(const int32_t *const out, const int first,
32 q0->val[0] = vld1q_s32(out + first * 32);
33 q0->val[1] = vld1q_s32(out + first * 32 + 4);
34 q1->val[0] = vld1q_s32(out + second * 32);
35 q1->val[1] = vld1q_s32(out + second * 32 + 4);
38 static INLINE void store_in_output(int32_t *const out, const int first,
41 vst1q_s32(out + first * 32, q0.val[0]);
42 vst1q_s32(out + first * 32 + 4, q0.val[1]);
43 vst1q_s32(out + second * 32, q1.val[0]);
44 vst1q_s32(out + second * 32 + 4, q1.val[1])
395 int32_t *out; local
    [all...]
idct16x16_add_neon.c 66 static INLINE void idct16x16_add_store(const int16x8_t *const out,
69 idct16x16_add8x1(out[0], &dest, stride);
70 idct16x16_add8x1(out[1], &dest, stride);
71 idct16x16_add8x1(out[2], &dest, stride);
72 idct16x16_add8x1(out[3], &dest, stride);
73 idct16x16_add8x1(out[4], &dest, stride);
74 idct16x16_add8x1(out[5], &dest, stride);
75 idct16x16_add8x1(out[6], &dest, stride);
76 idct16x16_add8x1(out[7], &dest, stride);
77 idct16x16_add8x1(out[8], &dest, stride)
134 int16x8_t in[16], step1[16], step2[16], out[16]; local
339 int16x8_t in[8], step1[16], step2[16], out[16]; local
499 int16x4_t in[4], step1[16], step2[16], out[16]; local
656 int16x8_t in[4], step1[16], step2[16], out[16]; local
    [all...]

Completed in 735 milliseconds

<<41424344454647484950>>