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

  /external/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;
  /ndk/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;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad.h 98 struct quad_header_inout inout; member in struct:quad_header
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 98 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...]
  /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 

Completed in 408 milliseconds