HomeSort by relevance Sort by last modified time
    Searched full:inout (Results 276 - 300 of 343) sorted by null

<<11121314

  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 402 // to the inout param
  /frameworks/base/docs/html/guide/components/
aidl.jd 156 Either <code>in</code>, <code>out</code>, or <code>inout</code> (see the example below).
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 474 // the out/inout parameters
aidl.cpp 499 " out or inout.\n",
    [all...]
  /prebuilts/sdk/tools/linux/bin/
aidl 
  /external/libpng/contrib/tools/
pngfix.c 329 uarb_shift(uarb inout, int ndigits, unsigned int right_shift)
330 /* Shift inout right by right_shift bits, right_shift must be in the range
341 png_uint_16 temp = (png_uint_16)(carry | (inout[i] >> right_shift));
344 carry = (png_uint_16)((inout[i] << (16-right_shift)) & 0xffff);
346 inout[i] = temp;
    [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/skia/src/effects/
SkLightingImageFilter.cpp 480 void onComputeInvariantOutput(GrInvariantOutput* inout) const override {
482 inout->mulByUnknownFourComponents();
    [all...]
  /external/tcpdump/
tcpdump.c 984 else if (strcasecmp(optarg, "inout") == 0)
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 765 case ParamCommandComment::InOut:
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 906 ParamCommandComment::InOut,
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 136 /* <InOut> */
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c 136 /* <InOut> */
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestThreadManager.java 760 LegacyMetadataMapper.convertRequestMetadata(/*inout*/legacyRequest);
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 373 case ir_var_inout: return "shader inout";
644 /* FINISHME: For geometry shaders, this should also look for inout
661 /* FINISHME: For geometry shaders, this should also look for inout
    [all...]
ir.cpp 1275 * as out or inout function parameters, nor can they be
    [all...]
  /external/valgrind/callgrind/
main.c 862 /*INOUT*/ UInt* instrs,
863 /*INOUT*/ UInt* cjmps,
864 /*INOUT*/ Bool* cjmp_inverted)
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 157 * States that this column stores {@code INOUT} type parameters.
310 * States that the parameter or column is an INOUT parameter
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
  /external/libvorbis/lib/
psy.c 1026 /* inout passes in the ifloor, passes back quantized result */
    [all...]
  /external/valgrind/cachegrind/
cg_merge.c 464 static Bool parse_ULong ( /*OUT*/ULong* res, /*INOUT*/const char** pptr)
    [all...]
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_object.c 586 /* Decides whether to split or not the inout/output buffer into chunks
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 589 /* Decides whether to split or not the inout/output buffer into chunks
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 661 /// in out inout bycopy byref oneway int char float double void _Bool
877 // Parse type qualifiers, in, inout, etc.
    [all...]

Completed in 915 milliseconds

<<11121314