HomeSort by relevance Sort by last modified time
    Searched full:inout (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/mesa3d/src/glsl/tests/
qualifier-01.glsl 2 /* FAIL - inout only allowed in parameter list */
3 inout vec4 foo;
  /frameworks/base/core/tests/coretests/src/android/os/
IAidlTest.aidl 27 AidlTest.TestParcelable parcelableInOut(inout AidlTest.TestParcelable p);
30 inout List<AidlTest.TestParcelable> list, int index);
32 inout List<AidlTest.TestParcelable> list, int index);
34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2);
35 char[] charArray(in char[] a0, out char[] a1, inout char[] a2);
36 int[] intArray(in int[] a0, out int[] a1, inout int[] a2);
37 long[] longArray(in long[] a0, out long[] a1, inout long[] a2);
38 float[] floatArray(in float[] a0, out float[] a1, inout float[] a2);
39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2);
40 String[] stringArray(in String[] a0, out String[] a1, inout String[] a2)
    [all...]
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Skinning.glsllib 11 void Skinning_Compute(inout vec4 position, inout vec4 normal){
32 void Skinning_Compute(inout vec4 position, inout vec4 normal){
Fog.glsllib 17 void Fog_PerVertex(inout vec4 color, in vec3 wvPosition){
33 void Fog_PerPixel(inout vec4 color){
  /external/clang/test/SemaObjC/
method-encoding-2.m 5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; }
  /external/clang/test/Parser/
objc-messaging-1.m 9 [a inout: 1 :2 another:(2,3,4)]; // expected-warning{{not found}} \
11 [a inout: 1 :2 another:(2,3,4), 6,6,8]; // expected-warning{{not found}} \
13 [a inout: 1 :2 another:(2,3,4), (6,4,5),6,8]; // expected-warning{{not found}} \
15 [a inout: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 28 void enqueueNotification(String pkg, int id, in Notification notification, inout int[] idReceived);
35 void enqueueNotificationWithTag(String pkg, String tag, int id, in Notification notification, inout int[] idReceived);
  /bootable/bootloader/legacy/libc/
rsa.c 71 // Input and output big-endian byte array in inout.
73 uint8_t* inout) {
83 (inout[((key->len - 1 - i) * 4) + 0] << 24) |
84 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
85 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
86 (inout[((key->len - 1 - i) * 4) + 3] << 0);
105 *inout++ = tmp >> 24;
106 *inout++ = tmp >> 16;
107 *inout++ = tmp >> 8;
108 *inout++ = tmp >> 0
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 71 * @param pPlaneIn: (INOUT) Input Image
72 * @param pPlaneOut: (INOUT) Output Image
100 * @param pPlaneIn: (INOUT) Input Image
101 * @param pPlaneOut: (INOUT) Output Image
  /system/core/libmincrypt/
rsa.c 93 ** Input and output big-endian byte array in inout.
96 uint8_t* inout) {
106 (inout[((key->len - 1 - i) * 4) + 0] << 24) |
107 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
108 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
109 (inout[((key->len - 1 - i) * 4) + 3] << 0);
125 *inout++ = tmp >> 24;
126 *inout++ = tmp >> 16;
127 *inout++ = tmp >> 8;
128 *inout++ = tmp >> 0
    [all...]
  /external/clang/tools/scan-view/
startfile.py 45 inout = file(os.devnull, 'r+')
48 inout = None
57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
58 stderr=inout, close_fds=closefds,
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 423 private void doTestCollapseWithNoChange(String inout) {
430 assertEquals(inout, is('-').collapseFrom(inout, '_'));
431 assertEquals(inout, is('-').or(is('#')).collapseFrom(inout, '_'));
432 assertEquals(inout, isNot('x').collapseFrom(inout, '_'));
433 assertEquals(inout, is('x').negate().collapseFrom(inout, '_'));
434 assertEquals(inout, anyOf("-").collapseFrom(inout, '_'))
    [all...]
  /external/freetype/include/freetype/
ftlist.h 106 /* <InOut> */
123 /* <InOut> */
144 /* <InOut> */
161 /* <InOut> */
ftoutln.h 98 /* <InOut> */
246 /* <InOut> */
293 /* <InOut> */
321 /* <InOut> */
362 /* <InOut> */
390 /* <InOut> */
429 /* <InOut> */
ftmac.h 75 /* <InOut> */
205 /* <InOut> */
240 /* <InOut> */
ftmm.h 283 /* <InOut> */
310 /* <InOut> */
337 /* <InOut> */
  /frameworks/base/location/java/android/location/
ILocationProvider.aidl 50 boolean sendExtraCommand(String command, inout Bundle extras);
  /external/svox/pico/compat/include/
TtsEngine.h 57 // @param [inout] void *& - The userdata pointer set in the original
62 // @param [inout] int8_t *& - A buffer of audio data only valid during the
64 // @param [inout] size_t & - The size of the buffer
164 // @param[inout] encoding in: the desired audio sample format
166 // @param[inout] rate in: the desired audio sample rate
168 // @param[inout] channels in: the desired number of audio channels
187 // @param[inout] iosize in: stores the size available to store the
  /external/svox/pico/compat/jni/
tts.h 106 // @param [inout] void *& - The userdata pointer set in the original
111 // @param [inout] int8_t *& - A buffer of audio data only valid during the
113 // @param [inout] size_t & - The size of the buffer
224 // @param[inout] encoding in: the desired audio sample format
226 // @param[inout] rate in: the desired audio sample rate
228 // @param[inout] channels in: the desired number of audio channels
253 // @param[inout] iosize in: stores the size available to store the
  /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...]
isakmp_cfg.c     [all...]
  /external/svox/pico/lib/
picodata.c 697 picoos_uint8 * inout,
711 rest += fact * inout[i];
713 inout[i] = rest >> PICODATA_PRECISION;
714 rest -= inout[i] << PICODATA_PRECISION;
722 picoos_uint8 * inout,
736 weighted_sum += inout[i] * weight[i];
739 transDurUniform(frame_duration_exp,array_length,inout,inputdur,targetdur,restdur);
751 rest += fact * inout[i] * weight[i];
753 out = inout[i] + (rest >> PICODATA_PRECISION);
757 rest -= ((out-inout[i]) << PICODATA_PRECISION)
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 7 - (id)initWithTwoInts:(inout int)x second:(int)y;
80 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y} (40) (parent: ObjCProtocolDecl 'P1')
85 // CHECK-CC2: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}
91 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}
98 // CHECK-CC4: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}{HorizontalSpace }{LeftBrace {}{VerticalSpace
109 // CHECK-CC6: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}{HorizontalSpace }{LeftBrace {}{VerticalSpace
142 // CHECK-CCF: NotImplemented:{TypedText inout} (40)
154 // CHECK-CCG: NotImplemented:{TypedText inout} (40)
167 // CHECK-CCH: NotImplemented:{TypedText inout} (40)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ValidateLimitations.h 47 // the given function out or inout parameter.
  /frameworks/base/tools/aidl/
aidl_language_l.l 88 inout { SET_BUFFER(INOUT); return INOUT; }

Completed in 1290 milliseconds

1 2 3 4 5 6 7