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

1 2 3 4 5

  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 22 std::strstream inout; local
26 inout << i << ' ' << d << ' ' << s << std::ends;
27 assert(inout.str() == std::string("123 4.5 dog"));
31 inout >> i >> d >> s;
35 inout.freeze(false);
cp_size_mode.pass.cpp 24 std::strstream inout(buf, 0);
25 assert(inout.str() == std::string("123 4.5 dog"));
29 inout >> i;
30 assert(inout.fail());
31 inout.clear();
32 inout << i << ' ' << d << ' ' << s;
33 assert(inout.str() == std::string("321 5.5 cat"));
37 inout >> i >> d >> s;
44 std::strstream inout(buf, 11, std::ios::app);
45 assert(inout.str() == std::string("123 4.5 dog"))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 22 std::strstream inout; local
26 inout << i << ' ' << d << ' ' << s << std::ends;
27 assert(inout.str() == std::string("123 4.5 dog"));
31 inout >> i >> d >> s;
35 inout.freeze(false);
cp_size_mode.pass.cpp 24 std::strstream inout(buf, 0);
25 assert(inout.str() == std::string("123 4.5 dog"));
29 inout >> i;
30 assert(inout.fail());
31 inout.clear();
32 inout << i << ' ' << d << ' ' << s;
33 assert(inout.str() == std::string("321 5.5 cat"));
37 inout >> i >> d >> s;
44 std::strstream inout(buf, 11, std::ios::app);
45 assert(inout.str() == std::string("123 4.5 dog"))
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
cp_size_mode.pass.cpp 23 std::strstream inout(buf, 0);
24 assert(inout.str() == std::string("123 4.5 dog"));
28 inout >> i;
29 assert(inout.fail());
30 inout.clear();
31 inout << i << ' ' << d << ' ' << s;
32 assert(inout.str() == std::string("321 5.5 cat"));
36 inout >> i >> d >> s;
43 std::strstream inout(buf, 11, std::ios::app);
44 assert(inout.str() == std::string("123 4.5 dog"))
    [all...]
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;
  /cts/tests/tests/security/src/android/security/cts/activity/
ISecureRandomService.aidl 20 int getRandomBytesAndPid(inout byte[] randomBytes);
  /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/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 39 quad->inout.mask &= ~MASK_TOP_LEFT;
42 quad->inout.mask &= ~MASK_TOP_RIGHT;
45 quad->inout.mask &= ~MASK_BOTTOM_LEFT;
48 quad->inout.mask &= ~MASK_BOTTOM_RIGHT;
50 if (quad->inout.mask)
sp_quad.h 100 struct quad_header_inout inout; member in struct:quad_header
  /external/libchrome/sandbox/linux/seccomp-bpf/
syscall.cc 332 register intptr_t inout __asm__("r0") = nr;
337 : "=r"(inout)
338 : "0"(inout), "r"(data)
358 ret = inout;
373 register intptr_t inout __asm__("x0") = nr;
376 : "=r"(inout)
377 : "0"(inout), "r"(data)
379 ret = inout;
  /external/vboot_reference/firmware/lib/cryptolib/
rsa.c 79 * Input and output big-endian byte array in inout.
82 uint8_t* inout) {
93 (inout[((key->len - 1 - i) * 4) + 0] << 24) |
94 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
95 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
96 (inout[((key->len - 1 - i) * 4) + 3] << 0);
116 *inout++ = (uint8_t)(tmp >> 24);
117 *inout++ = (uint8_t)(tmp >> 16);
118 *inout++ = (uint8_t)(tmp >> 8);
119 *inout++ = (uint8_t)(tmp >> 0)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ioccom.h 59 #define _IOC(inout,group,num,len) (inout | ((len & IOCPARM_MASK) << 16) | ((group) << 8) | (num))
  /external/clang/test/OpenMP/
target_update_ast_print.cpp 16 #pragma omp target update to(a) if(l>5) device(l) nowait depend(inout:l)
18 #pragma omp target update from(b) if(l<5) device(l-1) nowait depend(inout:l)
24 // CHECK-NEXT: #pragma omp target update to(a) if(l > 5) device(l) nowait depend(inout : l)
25 // CHECK-NEXT: #pragma omp target update from(b) if(l < 5) device(l - 1) nowait depend(inout : l)
29 // CHECK-NEXT: #pragma omp target update to(a) if(l > 5) device(l) nowait depend(inout : l)
30 // CHECK-NEXT: #pragma omp target update from(b) if(l < 5) device(l - 1) nowait depend(inout : l)
34 // CHECK-NEXT: #pragma omp target update to(a) if(l > 5) device(l) nowait depend(inout : l)
35 // CHECK-NEXT: #pragma omp target update from(b) if(l < 5) device(l - 1) nowait depend(inout : l)
task_if_codegen.cpp 58 #pragma omp task if (Arg) depend(inout : Arg)
105 #pragma omp task if (Arg) depend(inout : Arg)
  /frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
IUceService.aidl 72 inout UceLong optionsServiceListenerHdl);
95 inout UceLong presenceServiceListenerHdl);
  /external/avb/libavb/
avb_rsa.c 173 * Input and output big-endian byte array in inout.
175 static void modpowF4(const IAvbKey* key, uint8_t* inout) {
188 uint32_t tmp = (inout[((key->len - 1 - i) * 4) + 0] << 24) |
189 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
190 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
191 (inout[((key->len - 1 - i) * 4) + 3] << 0);
210 *inout++ = (uint8_t)(tmp >> 24);
211 *inout++ = (uint8_t)(tmp >> 16);
212 *inout++ = (uint8_t)(tmp >> 8);
213 *inout++ = (uint8_t)(tmp >> 0)
    [all...]
  /external/libconstrainedcrypto/
rsa.c 96 // Input and output big-endian byte array in inout.
98 uint8_t* inout) {
108 (inout[((key->len - 1 - i) * 4) + 0] << 24) |
109 (inout[((key->len - 1 - i) * 4) + 1] << 16) |
110 (inout[((key->len - 1 - i) * 4) + 2] << 8) |
111 (inout[((key->len - 1 - i) * 4) + 3] << 0);
138 *inout++ = tmp >> 24;
139 *inout++ = tmp >> 16;
140 *inout++ = tmp >> 8;
141 *inout++ = tmp >> 0
    [all...]
  /external/vboot_reference/firmware/2lib/
2rsa.c 96 * @param inout Input and output big-endian byte array
100 static void modpowF4(const struct vb2_public_key *key, uint8_t *inout,
112 (inout[((key->arrsize - 1 - i) * 4) + 0] << 24) |
113 (inout[((key->arrsize - 1 - i) * 4) + 1] << 16) |
114 (inout[((key->arrsize - 1 - i) * 4) + 2] << 8) |
115 (inout[((key->arrsize - 1 - i) * 4) + 3] << 0);
135 *inout++ = (uint8_t)(tmp >> 24);
136 *inout++ = (uint8_t)(tmp >> 16);
137 *inout++ = (uint8_t)(tmp >> 8);
138 *inout++ = (uint8_t)(tmp >> 0)
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
ILocationProvider.aidl 43 boolean sendExtraCommand(String command, inout Bundle extras);
  /external/clang/tools/scan-view/share/
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,
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/share/
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,
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
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,
  /prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-view/share/
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,
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
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,

Completed in 857 milliseconds

1 2 3 4 5