/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBBITableBuilder.java | 47 int[] fDtran; // Transitions out of this state. 107 System.out.println("Parse tree after flattening variable references."); 114 // tree. Means that all matches must start out with the 145 System.out.println("Parse tree after flattening Unicode Set references."); 162 System.out.print("\n"); 414 // TODO: Add rule syntax for this behavior, get specifics out of here and [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
BytesTrie.java | 382 * @param out Each next byte is 0-extended to a char and appended to this object. 383 * (Only uses the out.append(c) method.) 387 public int getNextBytes(Appendable out) /*const*/ { 393 append(out, bytes_[pos]&0xff); // Next byte of a pending linear-match node. 410 getNextBranchBytes(bytes_, pos, ++node, out); 414 append(out, bytes_[pos]&0xff); [all...] |
CharsTrie.java | 345 * @param out Each next char is appended to this object. 346 * (Only uses the out.append(c) method.) 350 public int getNextChars(Appendable out) /*const*/ { 356 append(out, chars_.charAt(pos)); // Next unit of a pending linear-match node. 372 getNextBranchChars(chars_, pos, ++node, out); 376 append(out, chars_.charAt(pos)); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
TestCLDRVsICU.java | 82 System.out.println(); 88 // WARNING: THIS IS TEMPORARY DIRECTORY UNTIL THE FILES ARE STRAIGHTENED OUT 90 System.out.println(); 102 System.out.print("-D" + key + "=\"" + temp + "\" "); 489 System.out.print("getTimeInstance"); 493 System.out.print("getDateInstance"); 498 System.out.print("getDateTimeInstance");
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
MessageRegression.java | 107 * ICU 4.8: This test is commented out because toPattern() has been changed to return 529 String out = mf.format(new Object[]{new Integer(i)}); local 531 if (!out.equals(PREFIX[i])) 532 errln("" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\""); 535 if (!out.startsWith(PREFIX[i]) || 536 !out.endsWith(SUFFIX[i])) 537 errln("" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"...\"" + 562 String out = cf.format(j); local 563 if (!out.equals(DATA[i+1+j])) 565 out + "; want \"" + DATA[i+1+j] + '"') [all...] |
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CheckTags.java | 85 // System.out.println("reset [" + index + "] header: " + header + " report: " + reportError); 107 System.out.println(); // always since we always report number of errors 123 // System.out.println(">>> " + last + " error: " + error + " show: " + show + " nomsg: " + nomsg); 134 System.out.println(); 137 System.out.print(" "); 141 System.out.print(n.header); 150 System.out.println(); 153 System.out.print("*** "); 155 System.out.print(msg);
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
AbstractBuffer.java | 672 public void writeTo(OutputStream out) 679 out.write(array,getIndex(),length()); 689 out.write(buf,0,l);
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
ProxyServlet.java | 420 final OutputStream out = response.getOutputStream(); local 469 content.writeTo(out); 650 continuation.setTimeout(0); // ideally never times out 694 OutputStream out = response.getOutputStream(); local 703 IO.copyThread(socket.getInputStream(),out); local
|
/external/kernel-headers/original/uapi/rdma/ |
ib_user_cm.h | 29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 71 __u16 out; member in struct:ib_ucm_cmd_hdr
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
JsonReader.java | 91 if (debug) System.out.println();
193 if (debug) System.out.println("name: " + value);
199 if (debug) System.out.println("boolean: " + name + "=true");
203 if (debug) System.out.println("boolean: " + name + "=false");
241 if (debug) System.out.println("double: " + name + "=" + Double.parseDouble(value));
247 if (debug) System.out.println("double: " + name + "=" + Double.parseDouble(value));
255 if (debug) System.out.println("string: " + name + "=" + value);
266 if (debug) System.out.println("startObject: " + name);
286 if (debug) System.out.println("endObject");
299 if (debug) System.out.println("startArray: " + name); [all...] |
/external/libmicrohttpd/src/testspdy/ |
test_new_connection.c | 415 uint8_t out[MAX_OUTLEN]; local 419 rv = spdylay_gzip_inflate(req->inflater, out, &outlen, data, &tlen); 424 fwrite(out, 1, outlen, stdout); 464 unsigned char **out, unsigned char *outlen, 474 rv = spdylay_select_next_protocol(out, outlen, in, inlen);
|
test_notls.c | 413 uint8_t out[MAX_OUTLEN]; local 417 rv = spdylay_gzip_inflate(req->inflater, out, &outlen, data, &tlen); 422 fwrite(out, 1, outlen, stdout);
|
test_request_response.c | 398 uint8_t out[MAX_OUTLEN]; local 402 rv = spdylay_gzip_inflate(req->inflater, out, &outlen, data, &tlen); 407 fwrite(out, 1, outlen, stdout); 452 unsigned char **out, unsigned char *outlen, 462 rv = spdylay_select_next_protocol(out, outlen, in, inlen);
|
/external/libopus/src/ |
opus_demo.c | 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 243 short *in, *out; local 596 out = (short*)malloc(max_frame_size*channels*sizeof(short)); 671 fprintf(stderr, "Ran out of input, " 781 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 1); 785 output_samples = opus_decode(dec, data[1-toggle], len[1-toggle], out, output_samples, 0); 788 output_samples = opus_decode(dec, lost ? NULL : data[toggle], len[toggle], out, output_samples, 0); 802 s=out[i+(skip*channels)]; [all...] |
/external/libvncserver/libvncserver/ |
main.c | 362 char *in,*out; local 368 out = screen->frameBuffer+rect.x1*bpp+rect.y1*rowstride; 371 for(j=rect.y1;j<rect.y2;j++,out+=rowstride,in+=rowstride) 372 memmove(out,in,widthInBytes); 374 out += rowstride*(rect.y2-rect.y1-1); 376 for(j=rect.y2-1;j>=rect.y1;j--,out-=rowstride,in-=rowstride) 377 memmove(out,in,widthInBytes);
|
/external/libvpx/libvpx/test/ |
convolve_test.cc | 570 uint8_t* const out = output(); local 573 UUT_->copy_(in, kInputStride, out, kOutputStride, NULL, 0, NULL, 0, 580 ASSERT_EQ(lookup(out, y * kOutputStride + x), 587 uint8_t* const out = output(); local 592 UUT_->avg_(in, kInputStride, out, kOutputStride, NULL, 0, NULL, 0, 599 ASSERT_EQ(lookup(out, y * kOutputStride + x), 607 uint8_t* const out = output(); local 611 UUT_->sh8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16, 618 ASSERT_EQ(lookup(out, y * kOutputStride + x), 625 uint8_t* const out = output() local 643 uint8_t* const out = output(); local 687 uint8_t* const out = output(); local 749 uint8_t* const out = output(); local 831 uint8_t *const out = output(); local 933 uint8_t* const out = output(); local [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct32x32_add_neon.c | 21 qA = vld1q_s16(out + first * 32); \ 22 qB = vld1q_s16(out + second * 32); 25 vst1q_s16(out + first * 32, qA); \ 26 vst1q_s16(out + second * 32, qB); 263 int16_t *out, 358 int16_t *out, 465 int16_t *out; local 469 for (idct32_pass_loop = 0, out = pass1; 473 out = pass2) { 476 input += 32 * 8, out += 8) { // idct32_bands_loo [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
inv_txfm.c | 115 tran_low_t out[4 * 4]; local 116 tran_low_t *outptr = out; 130 temp_in[j] = out[j * 4 + i]; 143 tran_low_t out = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), 8); local 144 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64), 8); 145 a1 = ROUND_POWER_OF_TWO(out, 4); 211 tran_low_t out[8 * 8]; local 212 tran_low_t *outptr = out; 226 temp_in[j] = out[j * 8 + i] 238 tran_low_t out = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), 8); local 363 tran_low_t out[8 * 8] = { 0 }; local 555 tran_low_t out[16 * 16]; local 753 tran_low_t out[16 * 16] = { 0 }; local 781 tran_low_t out = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), 8); local 1160 tran_low_t out[32 * 32]; local 1199 tran_low_t out[32 * 32] = {0}; local 1228 tran_low_t out = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), 8); local 1350 tran_low_t out[4 * 4]; local 1379 tran_low_t out = WRAPLOW( local 1442 tran_low_t out[8 * 8]; local 1471 tran_low_t out = WRAPLOW( local 1600 tran_low_t out[8 * 8] = { 0 }; local 1793 tran_low_t out[16 * 16]; local 1990 tran_low_t out[16 * 16] = { 0 }; local 2020 tran_low_t out = WRAPLOW( local 2404 tran_low_t out[32 * 32]; local 2444 tran_low_t out[32 * 32] = {0}; local 2475 tran_low_t out = WRAPLOW( local [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans16_dspr2.c | 961 int32_t out; local [all...] |
vpx_convolve8_avg_vert_msa.c | 23 v16u8 dst0, dst1, dst2, dst3, out; local 59 out = PCKEV_XORI128_UB(out10, out32); 63 out = __msa_aver_u_b(out, dst0); 65 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride); 265 v16u8 dst0, dst1, dst2, dst3, out, filt0, src2110, src4332; local 288 out = (v16u8)__msa_pckev_b((v16i8)tmp1, (v16i8)tmp0); 289 out = __msa_aver_u_b(out, dst0) [all...] |
vpx_convolve8_msa.c | 31 v16u8 mask0, mask1, mask2, mask3, out; local 87 out = PCKEV_XORI128_UB(tmp0, tmp1); 88 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride);
|
vpx_convolve8_vert_msa.c | 23 v16u8 out; local 55 out = PCKEV_XORI128_UB(out10, out32); 56 ST4x4_UB(out, out, 0, 1, 2, 3, dst, dst_stride);
|
/external/libweave/third_party/chromium/crypto/ |
p224.cc | 91 // Add computes *out = a+b 94 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) { 96 (*out)[i] = a[i] + b[i]; 111 // Subtract computes *out = a-b 114 // out[i] < 2**32 115 void Subtract(FieldElement* out, const FieldElement& a, const FieldElement& b) { 118 (*out)[i] = a[i] + kZero31ModP[i] - b[i]; 151 void ReduceLarge(FieldElement* out, LargeFieldElement* inptr) { 168 // As the values become small enough, we start to store them in |out| and use 172 (*out)[i] = static_cast<uint32_t>(in[i] & kBottom28Bits) 327 FieldElement& out = *inout; local [all...] |
/external/libxml2/ |
testrecurse.c | 50 const char *out; /* output directory */ member in struct:testDesc 375 /* print out the selected text */ 543 channel(data, "%s\n", "out of memory error"); 610 static char *resultFilename(const char *filename, const char *out, 626 if (out == NULL) 627 out = ""; 635 snprintf(res, 499, "%s%s%s", out, base, suffixbuff); 831 result = resultFilename(globbuf.gl_pathv[i], tst->out, 834 fprintf(stderr, "Out of memory !\n"); 841 error = resultFilename(globbuf.gl_pathv[i], tst->out, [all...] |
uri.c | 1333 xmlChar *out; local 1413 char *cur, *out; local 1613 char *ret, *out; local 1674 int len, out; local 1884 int ret, len, indx, cur, out; local [all...] |