HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1126 - 1150 of 1601) sorted by null

<<41424344454647484950>>

  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 227 // Private implementation of our X11 integration. Keeps X11 headers out of the
265 // the data out of |clipboard_selection_| or |primary_selection_|. If the
421 std::vector< ::Atom> out; local
428 out.push_back(it->first);
446 out.push_back(atom_array[i]);
465 out.push_back(*it);
471 return TargetList(out, &atom_cache_);
  /external/chromium_org/ui/views/layout/
grid_layout.cc 833 gfx::Size out; local
834 SizeRowsAndColumns(false, 0, 0, &out);
835 out.SetSize(std::max(out.width(), minimum_size_.width()),
836 std::max(out.height(), minimum_size_.height()));
837 return out;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 164 std::vector<std::string> out; local
169 out.push_back("GL_EXT_color_buffer_half_float");
175 out.push_back("GL_EXT_color_buffer_half_float");
182 out.push_back("GL_EXT_color_buffer_float");
188 return out;
224 std::ostringstream out; local
229 out << sep;
230 out << *iter;
233 return out.str();
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 773 const deUint32 out = ((const deUint32*)outputs[0])[compNdx]; local
778 if (out != ref)
841 const deInt32 out = ((const deUint32*)outputs[0])[compNdx]; local
846 if ((out&cmpMask) != (ref&cmpMask))
898 const deInt32 out = ((const deUint32*)outputs[0])[compNdx]; local
901 if ((out&cmpMask) != (ref&cmpMask))
947 const int out = ((const int*)outputs[0])[compNdx]; local
1007 const int out = ((const int*)outputs[0])[compNdx]; local
1085 const int out = ((const deInt32*)outputs[0])[compNdx]; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 40 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
41 out.write(insn.getOpcodeUnit());
55 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
56 out.write(insn.getOpcodeUnit());
72 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
73 out.write(
91 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
92 out.write(
109 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
110 out.write(codeUnit(insn.getOpcode(), insn.getA()))
    [all...]
  /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...]

Completed in 1335 milliseconds

<<41424344454647484950>>