/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
IEmailService.aidl | 39 int sync(long accountId, inout Bundle syncExtras);
|
/external/boringssl/src/crypto/aes/asm/ |
aesv8-armx.pl | 312 my ($rndkey0,$rndkey1,$inout)=map("q$_",(0..3)); 321 vld1.8 {$inout},[$inp] 326 aes$e $inout,$rndkey0 327 aes$mc $inout,$inout 330 aes$e $inout,$rndkey1 331 aes$mc $inout,$inout 335 aes$e $inout,$rndkey0 336 aes$mc $inout,$inou [all...] |
aesni-x86.pl | 112 { my ($p,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout)); 119 &xorps ($inout,$ivec) if (defined($ivec)); 120 &xorps ($inout,$rndkey0) if (!defined($ivec)); 122 eval"&aes${p} ($inout,$rndkey1)"; 127 eval"&aes${p}last ($inout,$rndkey1)"; 131 { my ($p,$inout)=@_; $inout=$inout0 if (!defined($inout)); [all...] |
/external/deqp/framework/randomshaders/ |
rsgPrettyPrinter.cpp | 109 "inout", // INOUT,
|
rsgVariable.cpp | 53 case STORAGE_PARAMETER_INOUT: str << Token::INOUT; break;
|
/external/freetype/include/ |
ftbitmap.h | 63 /* <InOut> */ 122 /* <InOut> */
|
ftmodapi.h | 238 /* <InOut> */ 289 /* <InOut> */ 392 * @inout: 538 /* <InOut> */ 572 /* <InOut> */ [all...] |
ftglyph.h | 271 /* <InOut> */ 420 /* <InOut> */ [all...] |
ftgzip.h | 118 * @inout:
|
/external/harfbuzz_ng/src/ |
hb-set.cc | 437 * @codepoint: (inout): 456 * @last: (inout): input current last and output last codepoint in the range.
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/ |
FadeFilter.java | 50 * @see <a href="http://jmonkeyengine.org/groups/graphics/forum/topic/newbie-question-general-fade-inout-effect/#post-105559">http://jmonkeyengine.org/groups/graphics/forum/topic/newbie-question-general-fade-inout-effect/#post-105559</a>
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_fs_exec.c | 130 quad->inout.mask &= tgsi_exec_machine_run( machine ); 131 if (quad->inout.mask == 0)
|
/external/mesa3d/src/glsl/ |
ir_function.cpp | 74 * a function to be declared as auto (not in, out, or inout) or 93 * there is int -> float but no float -> int), inout parameters must
|
/external/pdfium/third_party/freetype/include/ |
ftbitmap.h | 63 /* <InOut> */ 114 /* <InOut> */
|
ftmodapi.h | 238 /* <InOut> */ 289 /* <InOut> */ 392 * @inout: 536 /* <InOut> */ 570 /* <InOut> */ [all...] |
/external/skia/src/gpu/effects/ |
GrYUVtoRGBEffect.cpp | 137 void onComputeInvariantOutput(GrInvariantOutput* inout) const override { 139 inout->setToOther(kA_GrColorComponentFlag, 0xFF << GrColor_SHIFT_A,
|
/prebuilts/misc/common/swig/include/2.0.11/guile/ |
typemaps.i | 200 %typemap (in) C_NAME *INOUT = C_NAME *INPUT; 201 %typemap (argout) C_NAME *INOUT = C_NAME *OUTPUT; 243 %typemap (in) C_NAME *INOUT = C_NAME *INPUT; 244 %typemap (argout) C_NAME *INOUT = C_NAME *OUTPUT; 245 %typemap (in) C_NAME &INOUT = C_NAME &INPUT; 246 %typemap (argout) C_NAME &INOUT = C_NAME &OUTPUT; 305 %typemap (in) char **INOUT = char **INPUT; 306 %typemap (argout) char **INOUT = char **OUTPUT;
|
/system/extras/tests/sdcard/ |
stopwatch.h | 108 // @param str[inout] On entry points to the begining of a buffer 111 // @param size[inout] On entry points to the size of the buffer
|
/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 286 * \param [inout] Pointer to time buffer with decoded PCM samples. 288 * \param [inout] Pointer to buffer that holds the number of input channels and where the 292 * \param [inout] Array were the corresponding channel type for each output audio channel is 294 * \param [inout] Array were the corresponding channel type index for each output audio channel 316 * @param [inout] Pointer to a buffer containing the handle of the instance.
|
/external/skia/src/effects/ |
SkColorFilters.cpp | 232 void onComputeInvariantOutput(GrInvariantOutput* inout) const override; 323 void ModeColorFilterEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const { 325 GrColorToRGBAFloat(inout->color(), inputColor); 331 MaskedColorExpr(inputColor, inout->validFlags())); 343 inout->setToOther(result.getValidComponents(), result.getColor(), readInput);
|
SkMagnifierImageFilter.cpp | 88 void onComputeInvariantOutput(GrInvariantOutput* inout) const override; 251 void GrMagnifierEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const { 252 this->updateInvariantOutputForModulation(inout);
|
/external/deqp/data/gles3/shaders/ |
functions.test | 2 # - inout with varyings, attributes, uniforms (and arrays of 'em) 3 # - inout with arrays, array elements 4 # - inout with array elements 5 # - inout by-value semantics (arrays & elements & structs) 952 void func (inout float a) 1043 void func (inout lowp float a) 1134 void func (inout highp float a) 1287 void func (inout int a) 1378 void func (inout lowp int a) 1469 void func (inout highp int a [all...] |
/external/ltrace/ |
TODO | 122 ltrace would know that out/inout/in arguments are given in the 123 right order, but left pass should display in and inout arguments 124 only, and right pass then out and inout. + would be
|
/external/parameter-framework/bindings/python/ |
pfw.i | 122 %apply std::string &INOUT { std::string& strValue }; 165 // Tells swig that "strXmlDest" in the two following methods are "inout" 167 %apply std::string &INOUT { std::string& strXmlDest };
|
/external/deqp/doc/testspecs/GLES31/ |
functional.shaders.arrays_of_arrays.txt | 34 + Arrays of arrays as function in, out, and inout parameters
|