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

<<81828384858687888990>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 470 String out = bidi.writeReordered(Bidi.REMOVE_BIDI_CONTROLS | Bidi.DO_MIRRORING); local
471 assertEquals("\nWrong result #1", "abc", out);
477 out = bidi.writeReordered(0);
478 assertEquals("\nWrong result #2", "", out);
480 out = bidi.writeReordered(0);
481 assertEquals("\nWrong result #3", " ", out);
483 out = bidi.writeReordered(0);
484 assertEquals("\nWrong result #4", "abc", out);
486 out = bidi.writeReordered(0);
487 assertEquals("\nWrong result #5", "\u05d1\u05d0", out);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
ICUDurationTest.java 218 String out; local
226 out = df.format(d);
227 if(out.equals(expected)) {
228 logln("out=expected: " + expected + " from " + d);
230 errln("FAIL: got " + out + " wanted " + expected + " from " + d);
237 out = df.format(d);
238 if(out.equals(expected)) {
239 logln("out=expected: " + expected + " from " + d);
241 errln("FAIL: got " + out + " wanted " + expected + " from " + d);
247 out = df.format(d)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 125 // comment this out, because the zone string information is lost
143 if (SHOW_ALL) System.out.println();
144 if (SHOW_ALL) System.out.println("zones for " + locale);
151 if (SHOW_ALL) System.out.println("key: " + key);
155 if (SHOW_ALL) System.out.println(" entry: " + entry);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 41 // The file buffer and file data length need to be out in class member variables
112 System.out.println(dir.getName());
121 System.out.println(files[i].getPath());
122 System.out.println(" " + fileSize + " bytes.");
156 System.out.println(" " + fileChars + " Chars");
157 System.out.println(" " + fileMbcsChars + " mbcs Chars");
158 System.out.println(" " + errs + " errors");
159 System.out.println("\n");
180 // sort and dump out the frequency statistics.
187 System.out.println("# <char code> <occurences> <Cumulative %>")
    [all...]
EUCTool.java 41 // The file buffer and file data length need to be out in class member variables
112 System.out.println(dir.getName());
121 System.out.println(files[i].getPath());
122 System.out.println(" " + fileSize + " bytes.");
156 System.out.println(" " + fileChars + " Chars");
157 System.out.println(" " + fileMbcsChars + " mbcs Chars");
158 System.out.println(" " + errs + " errors");
159 System.out.println("\n");
180 // sort and dump out the frequency statistics.
187 System.out.println("# <char code> <occurences> <Cumulative %>")
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
StatisticsTool.java 106 System.out.println(usageString);
156 System.out.println("? Could not open " + outputFileName + " for writing.");
160 System.out.println(inputFile.getFilename() + ": " + ngrams.getUniqueNGrams() + "/" + ngrams.getTotalNGrams());
203 System.out.println("? Could not open " + outputFileName + " for writing.");
366 System.out.println();
388 System.out.println("Detection test");
395 System.out.println(file.getFilename() + "(" + file.getEncoding() + "):");
433 System.out.println(" " + checkers[c].getLanguage() + ": " + histogram[c]);
437 System.out.println(" NONE: " + misses);
440 System.out.println()
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/
CompressionTableGenerator.java 121 System.out.println("static int [] sOffsetTable = {");
123 System.out.print("0x" + Integer.toHexString(offsetTable[i])
126 System.out.print("0x" + Integer.toHexString(offsetTable[i]));
127 System.out.println();
128 System.out.println("};");
168 System.out.println("private static boolean [] sSingleTagTable = {");
170 System.out.print(singleTagTable[i] + ", ");
172 System.out.print(singleTagTable[i]);
173 System.out.println();
174 System.out.println("};")
    [all...]
  /external/iptables/iptables/
nft-bridge.h 83 /* the physical out-dev */
84 char out[IFNAMSIZ]; member in struct:ebt_entry
85 /* the logical out-dev */
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockSocketConnection.java 60 private final OutputStream out = new OutputStream() { field in class:MockSocketConnection.MockSocket
134 return out;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
InstrumenterTest.java 173 OutputStream out = new ByteArrayOutputStream(); local
175 int count = instrumenter.instrumentAll(in, out, "Test");
187 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
190 new ByteArrayInputStream(buffer.toByteArray()), out, "Test");
194 out.toByteArray()));
272 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
273 ZipOutputStream zip = new ZipOutputStream(out);
275 out.write(0x23); // Unexpected data here
280 new ByteArrayInputStream(out.toByteArray()),
299 ByteArrayOutputStream out = new ByteArrayOutputStream() local
344 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
381 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
396 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
414 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 46 private final Appendable out; field in class:DefaultRenderingContext
66 Appendable out, FunctionExecutor globalFunctionExecutor, AutoEscapeOptions autoEscapeOptions) {
69 this.out = out;
131 out.append(tmp);
133 globalFunctionExecutor.escape(currentEscaper, text, out);
160 out.append(text);
  /external/kernel-headers/original/uapi/linux/
auto_dev-ioctl.h 77 } out; member in union:args_ismountpoint::__anon21271
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebtables.h 166 /* the physical out-dev */
167 char out[IFNAMSIZ]; member in struct:ebt_entry
168 /* the logical out-dev */
  /external/libchrome/crypto/
p224.cc 77 // Add computes *out = a+b
80 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) {
82 (*out)[i] = a[i] + b[i];
97 // Subtract computes *out = a-b
100 // out[i] < 2**32
101 void Subtract(FieldElement* out, const FieldElement& a, const FieldElement& b) {
104 (*out)[i] = a[i] + kZero31ModP[i] - b[i];
128 void ReduceLarge(FieldElement* out, LargeFieldElement* inptr) {
145 // As the values become small enough, we start to store them in |out| and use
149 (*out)[i] = static_cast<uint32_t>(in[i] & kBottom28Bits)
298 FieldElement& out = *inout; local
    [all...]
  /external/libcxx/src/
ios.cpp 124 const ios_base::openmode ios_base::out; member in class:ios_base
  /external/libjpeg-turbo/java/
TJExample.java 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
47 System.out.println("\nUSAGE: java " + classname + " <Input file> <Output file> [options]\n");
48 System.out.println("Input and output files can be any image format that the Java Image I/O");
49 System.out.println("extensions understand. If either filename ends in a .jpg extension, then");
50 System.out.println("TurboJPEG will be used to compress or decompress the file.\n");
51 System.out.println("Options:\n");
52 System.out.println("-scale M/N = if the input image is a JPEG file, scale the width/height of the");
53 System.out.print(" output image by a factor of M/N (M/N = ");
55 System.out.print(sf[i].getNum() + "/" + sf[i].getDenom());
57 System.out.print(" or ")
    [all...]
  /external/libjpeg-turbo/simd/
jdsample-altivec.c 39 out; local
100 out = vec_perm((__vector unsigned char)outle,
102 vec_st(out, 0, outptr);
113 out = vec_perm((__vector unsigned char)outhe,
115 vec_st(out, 16, outptr);
134 __vector unsigned char this_1, this0, this1, out; local
251 out = vec_perm((__vector unsigned char)outle,
253 vec_st(out, 0, outptr0);
265 out = vec_perm((__vector unsigned char)outhe,
267 vec_st(out, 16, outptr0)
    [all...]
  /external/libopus/src/
mlp_train.c 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
140 float *in, *out; local
142 out = outputs + s*outDim;
156 error[i] = out[i] - netOut[i];
  /external/libvorbis/lib/
sharedbook.c 537 float *out=_book_unquantize(b,b->entries,NULL); local
541 if(!out){
547 if(fabs(out[i]-comp[i])>.0001){
549 "position %d, %g != %g\n",i,out[i],comp[i]);
554 if(out){
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 94 static void fdct16(const tran_low_t in[16], tran_low_t out[16]) {
145 out[0] = (tran_low_t)fdct_round_shift(t0);
146 out[4] = (tran_low_t)fdct_round_shift(t2);
147 out[8] = (tran_low_t)fdct_round_shift(t1);
148 out[12] = (tran_low_t)fdct_round_shift(t3);
167 out[2] = (tran_low_t)fdct_round_shift(t0);
168 out[6] = (tran_low_t)fdct_round_shift(t2);
169 out[10] = (tran_low_t)fdct_round_shift(t1);
170 out[14] = (tran_low_t)fdct_round_shift(t3);
216 out[1] = (tran_low_t)fdct_round_shift(temp1)
535 tran_low_t out[4 * 4]; local
665 tran_low_t out[64]; local
748 tran_low_t out[256]; local
    [all...]
vp9_resize.c 378 uint8_t *out = NULL; local
386 const uint8_t *const in = (s == 0 ? input : out);
388 out = output;
390 out = (s & 1 ? otmp2 : otmp);
392 down2_symodd(in, filteredlength, out);
394 down2_symeven(in, filteredlength, out);
398 interpolate(out, filteredlength, output, olength);
665 uint16_t *out = NULL; local
673 const uint16_t *const in = (s == 0 ? input : out);
675 out = output
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
idct32x32_msa.c 699 int16_t out; local
703 out = ROUND_POWER_OF_TWO((input[0] * cospi_16_64), DCT_CONST_BITS);
704 out = ROUND_POWER_OF_TWO((out * cospi_16_64), DCT_CONST_BITS);
705 out = ROUND_POWER_OF_TWO(out, 6);
707 vec = __msa_fill_h(out);
  /external/libxml2/
xzlib.c 59 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon25022
103 /* for an out of memory error, save as static string */
113 state->msg = (char *) "out of memory";
396 state->out = xmlMalloc(state->want << 1);
397 if (state->in == NULL || state->out == NULL) {
398 if (state->out != NULL)
399 xmlFree(state->out);
402 xz_error(state, LZMA_MEM_ERROR, "out of memory");
412 xmlFree(state->out);
415 xz_error(state, LZMA_MEM_ERROR, "out of memory")
    [all...]
  /external/libyuv/files/source/
scale_msa.cc 387 v16u8 src0, src1, src2, src3, out; local
436 out = (v16u8)__msa_vshf_b(dst_mask, (v16i8)vec1, (v16i8)vec0);
437 dst0 = __msa_copy_u_d((v2i64)out, 0);
438 dst1 = __msa_copy_u_w((v4i32)out, 2);
457 v16u8 src0, src1, src2, src3, src4, src5, out; local
516 out = (v16u8)__msa_vshf_b(dst_mask, (v16i8)vec1, (v16i8)vec0);
517 dst0 = __msa_copy_u_d((v2i64)out, 0);
518 dst1 = __msa_copy_u_w((v4i32)out, 2);
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
100 DSTTYPE *out = (DSTTYPE *)ptr; \
103 out[i] = TO(in[i]); \
242 ubyte *out = (ubyte *)ptr; local
243 out[0] = TO_8_UNORM(in[3]);
244 out[1] = TO_8_UNORM(in[0]);
245 out[2] = TO_8_UNORM(in[1]);
246 out[3] = TO_8_UNORM(in[2]);
253 ubyte *out = (ubyte *)ptr; local
254 out[2] = TO_8_UNORM(in[0])
    [all...]

Completed in 581 milliseconds

<<81828384858687888990>>