HomeSort by relevance Sort by last modified time
    Searched defs:inout (Results 1 - 19 of 19) sorted by null

  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 22 std::strstream inout; local
26 inout << i << ' ' << d << ' ' << s << std::ends;
27 assert(inout.str() == std::string("123 4.5 dog"));
31 inout >> i >> d >> s;
35 inout.freeze(false);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 21 std::strstream inout; local
25 inout << i << ' ' << d << ' ' << s << std::ends;
26 assert(inout.str() == std::string("123 4.5 dog"));
30 inout >> i >> d >> s;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 22 std::strstream inout; local
26 inout << i << ' ' << d << ' ' << s << std::ends;
27 assert(inout.str() == std::string("123 4.5 dog"));
31 inout >> i >> d >> s;
35 inout.freeze(false);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 100 struct quad_header_inout inout; member in struct:quad_header
  /external/ipsec-tools/src/racoon/
privsep.c 510 int inout; local
526 memcpy(&inout, bufs[3], sizeof(port));
537 raddr, bufs[2], inout) != 0) {
570 int inout; local
581 memcpy(&inout, bufs[1], sizeof(inout));
593 port, inout);
596 if (isakmp_cfg_accounting_pam(port, inout) != 0) {
991 privsep_accounting_system(port, raddr, usr, inout)
995 int inout;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 359 const char* inout = ndx ? "in" : "out"; local
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n";
    [all...]
  /external/openssh/
session.c 325 int inout[2], err[2]; local
331 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) < 0) {
338 close(inout[0]);
339 close(inout[1]);
358 close(inout[0]);
359 close(inout[1]);
405 close(inout[1]);
407 if (dup2(inout[0], 0) < 0) /* stdin */
409 if (dup2(inout[0], 1) < 0) /* stdout (same as stdin) */
411 close(inout[0])
    [all...]
sftp.c 2198 int inout[2]; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 919 if (iclass->operands[opnd].inout == 's')
937 char inout;
943 inout = iclass->operands[opnd].inout;
946 if (inout == 's')
949 return inout;
932 char inout; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 97 char inout; /* Direction: 'i', 'o', or 'm'. */ member in struct:xtensa_arg_internal_struct
137 char inout; /* "i" or "o". */ member in struct:xtensa_interface_internal_struct
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 325 struct etna_reg_desc *inout = inout_order[inout_ptr].ptr; local
328 if (!inout->active || inout->native.valid) { /* Skip if already a native register assigned */
335 if (mode_inputs ? (inout->last_use <= temp->first_use)
336 : (inout->first_use >= temp->last_use)) {
338 inout->native = temp->native;
347 struct etna_reg_desc *inout = inout_order[inout_ptr].ptr; local
349 if (inout->active && !inout->native.valid)
350 inout->native = alloc_new_native_reg(c)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 239 } inout; member in union:ir3_instruction::__anon27665
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 4372 char inout; local
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 864 milliseconds