/external/chromium_org/third_party/freetype/src/sfnt/ |
ttpost.c | 467 /* <InOut> */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_quad_blend.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_function.cpp | 97 * Verify that 'out' and 'inout' actual parameters are lvalues. Also, verify 134 /* Verify that 'out' and 'inout' actual parameters are lvalues. */ 139 case ir_var_inout: mode = "inout"; break; 258 /* Inout parameters should never require conversion, since that [all...] |
ir_print_visitor.cpp | 149 const char *const mode[] = { "", "uniform ", "in ", "out ", "inout ",
|
glsl_lexer.ll | 266 inout return INOUT_TOK;
|
/external/freetype/src/sfnt/ |
ttpost.c | 467 /* <InOut> */
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
d.php | 135 'import', 'in', 'inout', 'interface',
|
tsql.php | 69 'INNER', 'INOUT', 'INPUT', 'INSERT', 'INT', 'INTEGER', 'INTERSECT', 'INTERVAL', 'INTO', 'IS', 'ISOLATION', 'ITERATE', 'KEY',
|
mysql.php | 87 'INFILE','INNER','INNODB','INOUT','INTO','INVOKER',
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_blend.c | [all...] |
/external/mesa3d/src/glsl/ |
ast_function.cpp | 97 * Verify that 'out' and 'inout' actual parameters are lvalues. Also, verify 134 /* Verify that 'out' and 'inout' actual parameters are lvalues. */ 139 case ir_var_inout: mode = "inout"; break; 258 /* Inout parameters should never require conversion, since that [all...] |
ir_print_visitor.cpp | 149 const char *const mode[] = { "", "uniform ", "in ", "out ", "inout ",
|
glsl_lexer.ll | 266 inout return INOUT_TOK;
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | 310 /*inout*/ 419 status_t status = validateConnect(cameraId, /*inout*/clientUid); 515 status_t status = validateConnect(cameraId, /*inout*/clientUid); 586 status_t status = validateConnect(cameraId, /*inout*/clientUid); [all...] |
CameraService.h | 321 /*inout*/
|
/sdk/emulator/opengl/host/tools/emugen/ |
EntryPoint.cpp | 269 } else if (pointerDirStr == "inout") {
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-x86_64.pl | 212 my ($p,$key,$rounds,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout)); 221 xorps $ivec,$inout 225 xorps $rndkey0,$inout 229 aes${p} $rndkey1,$inout 234 aes${p}last $rndkey1,$inout 284 # preserved. $inout[0-2] is cipher/clear text... 328 # preserved. $inout[0-3] is cipher/clear text... 373 # preserved. $inout[0-5] is cipher/clear text.. [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-x86_64.pl | 212 my ($p,$key,$rounds,$inout,$ivec)=@_; $inout=$inout0 if (!defined($inout)); 221 xorps $ivec,$inout 225 xorps $rndkey0,$inout 229 aes${p} $rndkey1,$inout 234 aes${p}last $rndkey1,$inout 284 # preserved. $inout[0-2] is cipher/clear text... 328 # preserved. $inout[0-3] is cipher/clear text... 373 # preserved. $inout[0-5] is cipher/clear text.. [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
tttables.h | [all...] |
/external/clang/lib/AST/ |
CommentSema.cpp | 226 Direction = ParamCommandComment::InOut; 247 Direction = ParamCommandComment::InOut; [all...] |
/external/freetype/include/freetype/ |
tttables.h | [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
decode_plc.c | 37 WebRtc_Word16 *In, /* (i) Vector to be filtered. InOut[-orderCoef+1] 38 to InOut[-1] contains state */
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
CallLogFragmentTest.java | 631 int inout = mRnd.nextBoolean() ? Calls.OUTGOING_TYPE : Calls.INCOMING_TYPE; 635 insert(number, Calls.PRESENTATION_ALLOWED, NOW, RAND_DURATION, inout);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
clike.js | 315 "in out inout"),
|
/external/chromium_org/third_party/angle/src/compiler/ |
ValidateLimitations.cpp | 448 "Loop index cannot be used as argument to a function out or inout parameter",
|