/external/doclava/src/com/google/doclava/ |
Converter.java | 195 TagInfo[] out = new TagInfo[len]; local 199 * System.out.println("Tag name='" + t.name() + "' kind='" + t.kind() + "'"); 202 out[i] = Converter.convertSeeTag((SeeTag) t, base); 204 out[i] = Converter.convertThrowsTag((ThrowsTag) t, base); 206 out[i] = Converter.convertParamTag((ParamTag) t, base); 208 out[i] = Converter.convertTag(t); 211 return out; 459 ArrayList<FieldInfo> out = new ArrayList<FieldInfo>(); 464 out.add(f); 467 return out.toArray(new FieldInfo[out.size()]) 629 AnnotationInstanceInfo[] out = new AnnotationInstanceInfo[len]; local [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 113 static FILE *out; variable 153 fprintf(out, "%lu\n", (unsigned long) bad); 154 fflush(out); 248 fflush(out); 535 /* fprintf (out, "%lu\n", nextbad); */ 795 fflush (out); 832 /* fprintf (out, "%lu\n", nextbad); */ 1255 out = fopen (output_file, "w"); 1256 if (out == NULL) 1265 out = stdout [all...] |
/external/fio/ |
options.c | 606 goto out; 620 goto out; 624 goto out; 641 goto out; 650 goto out; 686 out: 754 log_err("fio: pareto input out of range (0 < input < 1.0)\n"); 886 goto out; 891 goto out; 895 out 3695 char out[OPT_LEN_MAX+1]; local [all...] |
/external/icu/icu4c/source/common/ |
ucnv.c | 404 /*returns a single Name from the list, will return NULL if out of bounds 1001 * (continue converting by breaking out of only the inner loop) 2490 UConverter in, out; \/* stack-allocated *\/ local [all...] |
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 513 char *out; local 516 out = buffer; 519 &out, buffer + sizeof(buffer), 524 if (NULL != ucnv_detectUnicodeSignature(buffer, (int32_t)(out - buffer), NULL, &err) && 866 UnicodeString out; local 882 out.append(chunk); 891 u = out; 966 // get the corresponding byte offset out of fromoffsets[] [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnormtst.c | 707 UChar out[20]={ 0xffff, 0xffff, 0xffff, 0xffff }; local 720 length=unorm_normalize(in, 2, UNORM_NFD, 0, out, 3, &errorCode); 725 if(length!=3 || out[2]!=0x308 || out[3]!=0xffff) { 726 log_err("unorm_normalize(NFD ma<umlaut>)=%ld failed with out[]=U+%04x U+%04x U+%04x U+%04x\n", length, out[0], out[1], out[2], out[3]); 734 length=unorm_normalize(NULL, 0, UNORM_NFC, 0, out, 20, &errorCode) 1626 UChar out[32]; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmrgts.cpp | 1148 UnicodeString out; local [all...] |
rbbiapts.cpp | 1199 UnicodeString out; local [all...] |
transrt.cpp | 90 * pointer automatically when the wrapper goes out of scope. 330 // PrintWriter out; 1110 FILE *out = fopen(filename, "w"); local [all...] |
tzfmttst.cpp | 1013 UnicodeString out; local 1020 assertEquals(UnicodeString("Format result for ") + DATA[i].tzid + " (Test Case " + i + ")", expected, out); local [all...] |
/external/icu/icu4c/source/tools/gencnval/ |
gencnval.c | 187 writeAliasTable(UNewDataMemory *out); 223 UNewDataMemory *out; local 244 "\t-v or --verbose prints out extra information about the alias table\n" 292 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo, 300 writeAliasTable(out); 303 udata_finish(out, &errorCode); [all...] |
/external/icu/icu4c/source/tools/genrb/ |
wrtxml.cpp | 54 static FileStream* out=NULL; variable 90 // write data to out file 414 write_utf8_file(out,UnicodeString(tagStart)); 415 write_utf8_file(out,UnicodeString(buf, bufLen, "UTF-8")); 416 write_utf8_file(out,UnicodeString(tagEnd)); 417 write_utf8_file(out,UnicodeString("\n")); 450 write_tabs(out); 465 write_utf8_file(out, UnicodeString(" ")); 466 write_utf8_file(out, UnicodeString(name)); 467 write_utf8_file(out, UnicodeString(" = \"")) [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 1146 PrintWriter out = new PrintWriter(bout); local [all...] |
/external/kernel-headers/original/uapi/rdma/ |
rdma_user_cm.h | 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 77 __u16 out; member in struct:rdma_ucm_cmd_hdr
|
/external/libcxxabi/src/Unwind/ |
UnwindCursor.hpp | 648 _Self operator+(size_t a) { _Self out = *this; out._i += a; return out; } local 649 _Self operator-(size_t a) { assert(_i >= a); _Self out = *this; out._i -= a; return out; } local [all...] |
/external/libpng/contrib/libtests/ |
tarith.c | 188 double out = atof(buffer); local 189 double change = fabs((out - test)/test); 200 if (change >= allow && (isfinite(out) || 220 DBL_DIG, test, precision, buffer, DBL_DIG, out, change, allow, 624 /* Find out about the random number generator. */ 903 png_byte out = png_gamma_8bit_correct(j, gfp); local 904 double error = out - correct; 908 if (out != floor(correct+.5)) 911 j, g, out, correct, error); 922 png_uint_16 out = png_gamma_16bit_correct(j, gfp) local [all...] |
/external/libvorbis/lib/ |
floor1.c | 102 /* save out partitions */ 109 /* save out partition classes */ 118 /* save out the post list */ 721 back out to 'unused' when encoding them so long as curve 776 int out[VIF_POSIT+2]; local 801 out[0]=post[0]; 802 out[1]=post[1]; 818 out[i]=0; 842 out[i]=val; 848 /* we have everything we need. pack it out */ [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans32_dspr2.c | 955 int r, out; local [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1540 unsigned char *out = dst[idx8x8]; local [all...] |
/external/libxml2/ |
c14n.c | 427 * we do not want to print it out 460 * we do not want to print it out 566 * Prints out canonical namespace axis of the current node to the 663 * print out all elements from list 680 * Prints out exclusive canonical namespace axis of the current node to the 840 * print out all elements from list 925 * Prints out canonical attribute urrent node to the 1098 * Prints out canonical attribute axis of the current node to the 2151 xmlChar *out = NULL; local [all...] |
nanohttp.c | 139 char *out; /* buffer sent (zero terminated) */ member in struct:xmlNanoHTTPCtxt 172 * Handle an out of memory condition 423 if (ctxt->out != NULL) xmlFree(ctxt->out); 977 /* Time out */ 978 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out"); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
sort.c | 461 static const char *out = "N/A"; local 464 out = "N"; 466 out = "Y"; 468 return repsep_snprintf(bf, size, "%-*s", width, out); 548 const char *out; local 555 out = "N/A"; 557 out = "Yes"; 559 out = "No"; 561 return repsep_snprintf(bf, size, "%-*s", width, out); 597 char out[64] local 674 char out[64]; local 742 char out[64]; local [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 94 formatted_raw_ostream &Out; 109 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){} 127 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0); 129 inline void out() { if (indent_level >0) indent_level--; } function in class:__anon29775::CppWriter 167 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) { 168 Out << '\n'; 171 Out.indent(indent_level); 172 return Out; 222 Out << "ConstantFP::get(mod->getContext(), "; 223 Out << "APFloat(" [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 263 out %al, (%dx) label 265 out %ax, (%dx) label 267 out %eax, (%dx) label
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 462 LLVMValueRef out; local 475 out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); 476 out = lp_build_clamp(&bld, out, bld.zero, bld.one); 477 LLVMBuildStore(builder, out, outputs[attrib][chan]); 683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); local 684 lp_build_name(out, "output%u.%c", attrib, "xyzw"[chan]); 691 lp_build_print_value(gallivm, "val = ", out); 693 soa[chan] = out; 815 LLVMValueRef out = LLVMBuildLoad(builder, outputs[0][i], ""); \/*x0 x1 .. xn*\/ local [all...] |