/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateTimeGeneratorTest.java | 935 Collection<String> out = new LinkedHashSet<String>(); local [all...] |
MeasureUnitTest.java | 265 // // System.out.println("Done with MeasureUnit thread test."); [all...] |
NumberRegressionTests.java | 227 String out = nf.format(x); local 228 logln("0.00159999 formats with 4 fractional digits to " + out); 230 if (!out.equals(expected)) 713 String out = df.format(x); local 714 logln("" + x + " formats with 1 fractional digits to " + out); 715 if (!out.equals(expected)) errln("FAIL: Expected " + expected); 1205 String out = nf.format(pi); local 1420 String out = fmt.format(in); local [all...] |
TimeZoneFormatTest.java | 948 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); local 1041 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
RBBITestMonkey.java | [all...] |
/external/jcommander/src/main/java/com/beust/jcommander/ |
JCommander.java | 979 public void usage(String commandName, StringBuilder out) { 980 usage(commandName, out, ""); 987 public void usage(String commandName, StringBuilder out, String indent) { 1140 usage(progName.getName(), out, " "); local [all...] |
/external/libcxx/src/ |
locale.cpp | 700 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char()); 701 strxfrm_l(const_cast<char*>(out.c_str()), in.c_str(), out.size()+1, __l); 702 return out; 748 string_type out(wcsxfrm_l(0, in.c_str(), 0, __l), wchar_t()); 749 wcsxfrm_l(const_cast<wchar_t*>(out.c_str()), in.c_str(), out.size()+1, __l); 750 return out; 4201 wchar_t out; local [all...] |
/external/libdrm/intel/ |
intel_decode.c | 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 45 FILE *out; member in struct:drm_intel_decode 87 static FILE *out; variable 98 fprintf(out, "Buffer size too small in %s (%d < %d)\n", \ 124 fprintf(out, "ERROR: Decode attempted to continue beyond end of batchbuffer\n"); 137 fprintf(out, "0x%08x: %s 0x%08x: %s", offset, parseinfo, 140 vfprintf(out, fmt, va); 278 fprintf(out, 470 fprintf(out, "Bad count in XY_SCANLINES_BLT\n"); 482 fprintf(out, "Bad count in XY_SETUP_BLT\n") [all...] |
/external/libjpeg-turbo/ |
jquant2.c | 55 * used here have proved out well in experimental comparisons, but better ones 567 * Gems II (James Arvo, ed. Academic Press, 1991). Thomas points out that 1084 int in, out; local [all...] |
/external/libmtp/src/ |
mtpz.c | 250 void mtpz_encryption_expand_key_inner(unsigned char *constant, int key_len, unsigned char **out, int *out_len); 254 void mtpz_encryption_encrypt_mac(unsigned char *hash, unsigned int hash_length, unsigned char *seed, unsigned int seed_len, unsigned char *out); 417 // out has at least 20 bytes of space 418 void mtpz_hash_finalize_hash(char *state, char *out) 443 int *out_int = (int *)out; 588 unsigned char *out = (unsigned char *)malloc(16); local 589 unsigned int *out_int = (unsigned int *)out; 600 memset(out, 0, 16); 604 memcpy(out, data + offset, chunk); 613 mtpz_encryption_encrypt_custom(data + offset, out, expanded) [all...] |
/external/libpng/ |
png.c | 286 /* Temporarily fake out the longjmp information until we have 343 /* Use the internal API that does not (or at least should not) error out, so 696 png_convert_to_rfc1123_buffer(char out[29], png_const_timep ptime) 702 if (out == NULL) 716 # define APPEND_STRING(string) pos = png_safecat(out, 29, pos, (string)) 719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) 795 * used with your application, print out PNG_LIBPNG_VER_STRING, which 4013 png_uint_16 out = (png_uint_16)(i * 257U); \/* 16-bit output value *\/ local [all...] |
pngrutil.c | 27 png_error(png_ptr, "PNG unsigned integer out of range"); 50 png_warning(png_ptr, "PNG fixed point integer out of range"); 722 /* Out of memory allocating the buffer */ 841 png_chunk_error(png_ptr, "out of place"); 932 png_chunk_benign_error(png_ptr, "out of place"); 4053 uInt out = ZLIB_IO_MAX; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_ssse3.c | 382 static INLINE void add_sub_butterfly(const __m128i *in, __m128i *out, 388 out[i] = _mm_add_epi16(in[i], in[bound - i]); 389 out[bound - i] = _mm_sub_epi16(in[i], in[bound - i]); 689 __m128i *out /*out[8]*/) { 730 out[0] = _mm_add_epi16(v0, v7); 731 out[1] = _mm_add_epi16(v1, v6); 732 out[2] = _mm_add_epi16(v2, v5); 733 out[3] = _mm_add_epi16(v3, v4); 734 out[4] = _mm_sub_epi16(v3, v4) 949 __m128i out[32]; local [all...] |
loopfilter_sse2.c | 1593 unsigned char *out = dst[idx8x8]; local [all...] |
/external/libxml2/ |
encoding.c | 81 * Handle an out of memory condition 160 * @out: a pointer to an array of bytes to store the result 161 * @outlen: the length of @out 166 * block of chars out. 173 asciiToUTF8(unsigned char* out, int *outlen, 175 unsigned char* outstart = out; 178 unsigned char* outend = out + *outlen; 183 while ((in < inend) && (out - outstart + 5 < *outlen)) { 186 if (out >= outend) 189 *out++ = c 573 unsigned short* out = (unsigned short*) outb; local 815 unsigned short* out = (unsigned short*) outb; local 2058 xmlBufPtr out; local 2184 xmlBufPtr out; local 2415 xmlBufPtr out; local [all...] |
xmllint.c | 119 XMLLINT_ERR_MEM = 9, /* Out of memory error */ 349 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem); 448 * endTimer: call where you want to stop timing and to print out a 1293 char out[40]; local 1300 out[i] = ch[i]; 1301 out[i] = 0; 1303 fprintf(stdout, "SAX.characters(%s, %d)\n", out, len); 1335 char out[40]; local 1342 out[i] = ch[i]; 1343 out[i] = 0 2553 FILE *out; local 2675 FILE *out; local 2727 FILE *out; local [all...] |
xmlwriter.c | 92 xmlOutputBufferPtr out; /* output buffer */ member in struct:_xmlTextWriter 117 static int xmlOutputBufferWriteBase64(xmlOutputBufferPtr out, int len, 172 * @out: an xmlOutputBufferPtr 175 * NOTE: the @out parameter will be deallocated when the writer is closed 181 xmlNewTextWriter(xmlOutputBufferPtr out) 188 "xmlNewTextWriter : out of memory!\n"); 199 "xmlNewTextWriter : out of memory!\n"); 210 "xmlNewTextWriter : out of memory!\n"); 216 ret->out = out; 249 xmlOutputBufferPtr out; local 285 xmlOutputBufferPtr out; local 324 xmlOutputBufferPtr out; local [all...] |
/external/libxml2/python/ |
libxml.c | 567 xmlOutputBufferPtr out; local 572 out = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_out); 574 if (out == NULL) { 579 c_retval = xmlOutputBufferClose(out); 588 xmlOutputBufferPtr out; local 593 out = (xmlOutputBufferPtr) PyoutputBuffer_Get(pyobj_out); 595 c_retval = xmlOutputBufferFlush(out); [all...] |
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 826 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) { 827 out << llvm::format("%d by %d", value.length, value.width); 928 llvm::raw_ostream &out) { 929 out << value.str; 992 // Verify that the block scalar header was written out on the same line 1039 static void output(const MyNumber &value, void *, llvm::raw_ostream &out) { 1040 out << value; 2226 std::string out; local [all...] |
/external/mesa3d/src/compiler/glsl/ |
ast.h | 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 473 unsigned out:1; member in struct:ast_type_qualifier::__anon27314::__anon27315 769 * Validate current qualifier against the global out one. 775 * Merge current qualifier into the global out one. 1123 * This is factored out of ::hir because some loops have the condition [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 631 LLVMValueRef out; local 644 out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); 645 out = lp_build_clamp(&bld, out, bld.zero, bld.one); 646 LLVMBuildStore(builder, out, outputs[attrib][chan]); 777 /* out-of-bound fetches return all zeros */ 956 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); local 1096 LLVMValueRef out = LLVMBuildLoad(builder, outputs[pos][i], ""); \/*x0 x1 .. xn*\/ local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 914 LLVMValueRef out, out1; local [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 298 goto out; 321 out: 391 goto out; 404 out: 432 goto out; 453 out: 543 goto out; 552 goto out; 557 goto out; 1088 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_INSN, size ); local 1154 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_INSN, size ); local 1240 union tgsi_any_token *out; local 1283 union tgsi_any_token *out, *insn; local 1314 union tgsi_any_token *out = retrieve_token( ureg, DOMAIN_INSN, label_token ); local 1325 union tgsi_any_token *out, *insn; local 1341 union tgsi_any_token *out; local 1357 union tgsi_any_token *out, *insn; local 1374 union tgsi_any_token *out = retrieve_token( ureg, DOMAIN_INSN, insn ); local 1570 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, array_id ? 4 : 3); local 1612 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, local 1649 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_DECL, local 1675 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_DECL, 2 ); local 1696 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, 3); local 1722 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, 3); local 1750 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, 3); local 1774 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, 2); local 1791 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, 2); local 1810 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_DECL, 5 ); local 1829 union tgsi_any_token *out = get_tokens(ureg, DOMAIN_DECL, 2); local 2056 union tgsi_any_token *out = get_tokens( ureg, local 2069 union tgsi_any_token *out = retrieve_token( ureg, DOMAIN_DECL, 0 ); local 2078 union tgsi_any_token *out = get_tokens( ureg, DOMAIN_DECL, 2 ); local [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
ir3_compiler_nir.c | 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 88 * figuring out the blocks successors 200 * stream-out addresses 652 * out, and with a slight bit of extra cleverness (to recognize 1029 /* if offset is to large to encode in the ldg, split it out: */ 1031 /* split out the minimal amount to improve the odds that 1965 struct ir3_instruction *base, *out, *stg; local 2430 struct ir3_instruction *out = ir->outputs[i]; local [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_ra.cpp | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 584 INFO("BB:%i live set of out blocks:\n", bb->getId()); 650 // go through out blocks and delete phi sources that do not originate from 653 BasicBlock *out = BasicBlock::get(ei.getNode()); local 655 for (Instruction *i = out->getPhi(); i && i->op == OP_PHI; i = i->next) { [all...] |