/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
TestBagFormatter.java | 43 System.out.println(UnicodeProperty.getTypeName(i)); 50 System.out.println(); 51 System.out.println(propAlias + "\t" + bf.join(up.getNameAliases())); 57 System.out.println(um.toString(new NumberComparator())); 65 System.out.println("\t" + bf.join(valueAlias + "\t" + up.getValueAliases(valueAlias))); 83 System.out.println("Start"); 139 System.out.println(sb); 143 System.out.println("End"); 201 System.out.println(it.next()); 223 System.out.println("in: " + foo) [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
BIG5Tool.java | 39 // The file buffer and file data length need to be out in class member variables 110 System.out.println(dir.getName()); 119 System.out.println(files[i].getPath()); 120 System.out.println(" " + fileSize + " bytes."); 154 System.out.println(" " + fileChars + " Chars"); 155 System.out.println(" " + fileMbcsChars + " mbcs Chars"); 156 System.out.println(" " + errs + " errors"); 157 System.out.println("\n"); 178 // sort and dump out the frequency statistics. 185 System.out.println("# <char code> <occurences> <Cumulative %>") [all...] |
EUCTool.java | 39 // The file buffer and file data length need to be out in class member variables 110 System.out.println(dir.getName()); 119 System.out.println(files[i].getPath()); 120 System.out.println(" " + fileSize + " bytes."); 154 System.out.println(" " + fileChars + " Chars"); 155 System.out.println(" " + fileMbcsChars + " mbcs Chars"); 156 System.out.println(" " + errs + " errors"); 157 System.out.println("\n"); 178 // sort and dump out the frequency statistics. 185 System.out.println("# <char code> <occurences> <Cumulative %>") [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
StatisticsTool.java | 104 System.out.println(usageString); 154 System.out.println("? Could not open " + outputFileName + " for writing."); 158 System.out.println(inputFile.getFilename() + ": " + ngrams.getUniqueNGrams() + "/" + ngrams.getTotalNGrams()); 201 System.out.println("? Could not open " + outputFileName + " for writing."); 364 System.out.println(); 386 System.out.println("Detection test"); 393 System.out.println(file.getFilename() + "(" + file.getEncoding() + "):"); 431 System.out.println(" " + checkers[c].getLanguage() + ": " + histogram[c]); 435 System.out.println(" NONE: " + misses); 438 System.out.println() [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/ |
CompressionTableGenerator.java | 119 System.out.println("static int [] sOffsetTable = {"); 121 System.out.print("0x" + Integer.toHexString(offsetTable[i]) 124 System.out.print("0x" + Integer.toHexString(offsetTable[i])); 125 System.out.println(); 126 System.out.println("};"); 166 System.out.println("private static boolean [] sSingleTagTable = {"); 168 System.out.print(singleTagTable[i] + ", "); 170 System.out.print(singleTagTable[i]); 171 System.out.println(); 172 System.out.println("};") [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/netfilter_bridge/ |
ebtables.h | 164 /* the physical out-dev */ 165 char out[IFNAMSIZ]; member in struct:ebt_entry 166 /* 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/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/ |
PreloaderBundleGenerator.java | 57 System.out.println(new File(".").getAbsolutePath()); 75 System.out.println("Copying resources from " + assetPath + " to " + assetOutputPath ); 76 System.out.println(source.file.getAbsolutePath()); 78 System.out.println(target.file.getAbsolutePath()); 204 System.out.println(token);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftoutln.c | 937 FT_Vector in, out, anchor, shift; local 956 out.x = points[j].x - points[i].x; 957 out.y = points[j].y - points[i].y; 958 l_out = (FT_Fixed)FT_Vector_NormLen( &out ); 965 out = anchor; 978 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y ); 986 shift.x = in.y + out.y; 987 shift.y = in.x + out.x; 995 q = FT_MulFix( out.x, in.y ) - FT_MulFix( out.y, in.x ) [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/ |
Model.java | 374 * @param out the {@link BoundingBox} that will be set with the bounds.
375 * @return the out parameter for chaining */
376 public BoundingBox calculateBoundingBox (final BoundingBox out) {
377 out.inf();
378 return extendBoundingBox(out);
383 * @param out the {@link BoundingBox} that will be extended with the bounds.
384 * @return the out parameter for chaining */
385 public BoundingBox extendBoundingBox (final BoundingBox out) {
388 nodes.get(i).extendBoundingBox(out);
389 return out;
[all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/ |
Node.java | 104 public BoundingBox calculateBoundingBox (final BoundingBox out) {
105 out.inf();
106 return extendBoundingBox(out);
110 public BoundingBox calculateBoundingBox (final BoundingBox out, boolean transform) {
111 out.inf();
112 return extendBoundingBox(out, transform);
117 public BoundingBox extendBoundingBox (final BoundingBox out) {
118 return extendBoundingBox(out, true);
123 public BoundingBox extendBoundingBox (final BoundingBox out, boolean transform) {
130 meshPart.mesh.extendBoundingBox(out, meshPart.offset, meshPart.size, globalTransform); [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/input/ |
RemoteSender.java | 31 private DataOutputStream out;
field in class:RemoteSender 52 out = new DataOutputStream(socket.getOutputStream());
53 out.writeBoolean(Gdx.input.isPeripheralAvailable(Peripheral.MultitouchScreen));
66 out.writeInt(ACCEL);
67 out.writeFloat(Gdx.input.getAccelerometerX());
68 out.writeFloat(Gdx.input.getAccelerometerY());
69 out.writeFloat(Gdx.input.getAccelerometerZ());
70 out.writeInt(COMPASS);
71 out.writeFloat(Gdx.input.getAzimuth());
72 out.writeFloat(Gdx.input.getPitch()); [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Interpolation.java | 254 private float out (float a) {
method in class:Interpolation.Bounce 261 if (a <= 0.5f) return (1 - out(1 - a * 2)) / 2;
262 return out(a * 2 - 1) / 2 + 0.5f;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
SelectTest.java | 177 System.out.println("origin dummy: " + originDummy); 178 System.out.println("TEST FAILURE: " + "idx: " + idx + " does not equal (k - 1): " + (k - 1)); 271 System.out.print(o); 273 System.out.println();
|
/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/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 679 tran_low_t out[64]; local 765 tran_low_t out[256]; local [all...] |
vp9_resize.c | 458 uint8_t *out = NULL; local 471 const uint8_t *const in = (s == 0 ? input : out); 473 out = output; 475 out = (s & 1 ? otmp2 : otmp); 477 down2_symodd(in, filteredlength, out); 479 down2_symeven(in, filteredlength, out); 483 interpolate(out, filteredlength, output, olength); 751 uint16_t *out = NULL; local 764 const uint16_t *const in = (s == 0 ? input : out); 766 out = output [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
idct32x32_msa.c | 709 int16_t out; local 713 out = ROUND_POWER_OF_TWO((input[0] * cospi_16_64), DCT_CONST_BITS); 714 out = ROUND_POWER_OF_TWO((out * cospi_16_64), DCT_CONST_BITS); 715 out = ROUND_POWER_OF_TWO(out, 6); 717 vec = __msa_fill_h(out);
|
/external/libxml2/ |
xzlib.c | 59 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon18406 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/llvm/include/llvm/Support/ |
MathExtras.h | 233 unsigned char out[sizeof(Val)]; local 236 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 237 std::memcpy(&Val, out, sizeof(Val));
|
/external/lz4/programs/ |
bench.c | 320 char* out = compressedBuffer; local 326 chunkP[i].compressedBuffer = out; out += maxCompressedChunkSize;
|
/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...] |