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

1 2 3

  /external/compiler-rt/test/asan/TestCases/Windows/
iostream_sbo.cc 14 std::cin >> i;
  /external/ImageMagick/coders/
cin.c 14 % Cineon Image Format is a subset of SMTPE CIN %
249 % string, is CIN.
283 % ReadCINImage() reads an CIN X image file and returns it. It allocates
393 cin;
457 cin.file.image_offset=ReadBlobLong(image);
459 cin.file.generic_length=ReadBlobLong(image);
461 cin.file.industry_length=ReadBlobLong(image);
463 cin.file.user_length=ReadBlobLong(image);
465 cin.file.file_size=ReadBlobLong(image);
467 offset+=ReadBlob(image,sizeof(cin.file.version),(unsigned char *
388 cin; local
896 cin; local
    [all...]
  /external/libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/
cin.pass.cpp 14 // istream cin;
25 std::cin >> i;
29 assert(std::cin.tie() == NULL);
31 assert(std::cin.tie() == &std::cout);
cout.pass.cpp 24 std::cin >> i;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.objects/narrow.stream.objects/
cin.pass.cpp 14 // istream cin;
25 std::cin >> i;
29 assert(std::cin.tie() == NULL);
31 assert(std::cin.tie() == &std::cout);
cout.pass.cpp 24 std::cin >> i;
  /external/valgrind/none/tests/arm64/
crc32.stdout.exp 2 crc32b w21,w20,w19 :: rd 00000000f8957d4c rm 4b154113f7d32514, rn cce230caafbf9cc9, cin 0, nzcv 00000000
3 crc32b w21,w20,w19 :: rd 00000000f810b326 rm 33d5d595721d4f13, rn f4509311f443a7ce, cin 0, nzcv 00000000
4 crc32b w21,w20,w19 :: rd 00000000ef405c96 rm 4a3c6de6954cbc17, rn 111b21e39fbd7254, cin 0, nzcv 00000000
5 crc32b w21,w20,w19 :: rd 00000000a0db523c rm fbb5c64ed1b044c6, rn 33ca4c4fb3960326, cin 0, nzcv 00000000
6 crc32b w21,w20,w19 :: rd 0000000096de687b rm 2b7c5939d7c0f528, rn b73870a5a6630162, cin 0, nzcv 00000000
7 crc32b w21,w20,w19 :: rd 000000005b546bd0 rm 02fe41918ac5cdba, rn 48e0815289728f05, cin 0, nzcv 00000000
8 crc32b w21,w20,w19 :: rd 000000008f7a8684 rm b60a8f381f187bae, rn 008c208cc413ff72, cin 0, nzcv 00000000
9 crc32h w21,w20,w19 :: rd 00000000862b47a9 rm 4b154113f7d32514, rn cce230caafbf9cc9, cin 0, nzcv 00000000
10 crc32h w21,w20,w19 :: rd 000000009a47a305 rm 33d5d595721d4f13, rn f4509311f443a7ce, cin 0, nzcv 00000000
11 crc32h w21,w20,w19 :: rd 00000000a788663d rm 4a3c6de6954cbc17, rn 111b21e39fbd7254, cin 0, nzcv 00000000
    [all...]
integer.stdout.exp 2 add x3, x4, x5 :: rd 0000000000004abe rm 0000000000003039, rn 0000000000001a85, cin 0, nzcv 00000000
3 add w3, w4, w5 :: rd 0000000000004abe rm 0000000000003039, rn 0000000000001a85, cin 0, nzcv 00000000
4 adc x3, x4, x5 :: rd 0000000000004abe rm 0000000000003039, rn 0000000000001a85, cin 0, nzcv 00000000
5 adc x3, x4, x5 :: rd 0000000000004abf rm 0000000000003039, rn 0000000000001a85, cin 1, nzcv 20000000 C
6 adc x3, x4, x5 :: rd ffffffffffffffff rm 0000000000000000, rn ffffffffffffffff, cin 0, nzcv 00000000
7 adc x3, x4, x5 :: rd 0000000000000000 rm 0000000000000000, rn ffffffffffffffff, cin 1, nzcv 20000000 C
8 adc x3, x4, x5 :: rd 5859704f00000000 rm 3141592700000000, rn 2718172800000000, cin 0, nzcv 00000000
9 adc x3, x4, x5 :: rd 5859704f00000001 rm 3141592700000000, rn 2718172800000000, cin 1, nzcv 20000000 C
10 adc x3, x4, x5 :: rd 0000000000000000 rm 0000000000000000, rn 0000000000000000, cin 0, nzcv 00000000
11 adc x3, x4, x5 :: rd 0000000000000001 rm 0000000000000000, rn 0000000000000000, cin 1, nzcv 20000000 C
    [all...]
  /external/protobuf/examples/
add_person.cc 13 cin >> id;
15 cin.ignore(256, '\n');
18 getline(cin, *person->mutable_name());
22 getline(cin, email);
30 getline(cin, number);
40 getline(cin, type);
  /prebuilts/misc/common/swig/include/2.0.11/cffi/
cffi.swg 8 %typemap(cin) void ":void";
10 %typemap(cin) char ":char";
11 %typemap(cin) char * ":string";
12 %typemap(cin) unsigned char ":unsigned-char";
13 %typemap(cin) signed char ":char";
15 %typemap(cin) short ":short";
16 %typemap(cin) signed short ":short";
17 %typemap(cin) unsigned short ":unsigned-short";
19 %typemap(cin) int ":int";
20 %typemap(cin) signed int ":int"
    [all...]
  /external/toybox/toys/pending/
more.c 45 static int prompt(FILE *cin, const char* fmt, ...)
58 input_key = tolower(getc(cin));
80 FILE *fp, *cin; local
82 if (!isatty(1) || !(cin = fopen("/dev/tty", "r"))) {
87 TT.cin_fd = fileno(cin);
118 input_key = prompt(cin, "--More--(%d%% of %lld bytes)",
122 input_key = prompt(cin, "--More--");
143 input_key = prompt(cin, "--More--(Next file: %s)", *toys.optargs);
150 fclose(cin);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_ios.i 8 AUTODOC(cin, "Standard C++ input stream");
  /external/xmlrpcpp/test/
TestXml.cpp 37 std::getline(std::cin, s);
45 std::getline(std::cin, s);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/
cinv_test.s 5 # cin [i/i,u/d/d,u/d,i/d,i,u]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedOutputStreamTest.cs 337 CodedInputStream cin = new CodedInputStream(new MemoryStream(bytes), new byte[50], 0, 0);
338 Assert.AreEqual(0, cin.Position);
340 uint tag = cin.ReadTag();
342 Assert.AreEqual(1, cin.Position);
343 Assert.AreEqual(500, cin.ReadInt32());
344 Assert.AreEqual(3, cin.Position);
346 tag = cin.ReadTag();
348 Assert.AreEqual(4, cin.Position);
349 int childlen = cin.ReadLength();
351 Assert.AreEqual(5, cin.Position);
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-comparison.cpp 114 } cout, cin; member in namespace:PR19724
121 cout < cin; // expected-warning {{relational comparison result unused}}
  /external/skia/src/pdf/
SkPDFUtils.cpp 290 void SkPDFUtils::WriteString(SkWStream* wStream, const char* cin, size_t len) {
296 if (cin[i] > '~' || cin[i] < ' ') {
299 if (cin[i] == '\\' || cin[i] == '(' || cin[i] == ')') {
306 if (cin[i] > '~' || cin[i] < ' ') {
307 uint8_t c = static_cast<uint8_t>(cin[i]);
315 if (cin[i] == '\\' || cin[i] == '(' || cin[i] == ')')
    [all...]
  /external/skqp/src/pdf/
SkPDFUtils.cpp 290 void SkPDFUtils::WriteString(SkWStream* wStream, const char* cin, size_t len) {
296 if (cin[i] > '~' || cin[i] < ' ') {
299 if (cin[i] == '\\' || cin[i] == '(' || cin[i] == ')') {
306 if (cin[i] > '~' || cin[i] < ' ') {
307 uint8_t c = static_cast<uint8_t>(cin[i]);
315 if (cin[i] == '\\' || cin[i] == '(' || cin[i] == ')')
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
ia32_invariant.c 78 unsigned char *c, *cin; local
87 cin = &in[1];
97 byte_decode(*cin, (struct modRM_byte *)(void*)&sib);
100 cin = &in[2];
122 *c = *cin;
125 *s = (* ((unsigned short *) cin));
128 *i = (*((unsigned int *) cin));
  /external/gptfdisk/
support.cc 42 getline(cin, inString);
43 if (!cin.good())
60 cin.getline(line, 255);
61 if (!cin.good())
109 cin.getline(line, 255);
110 if (!cin.good())
  /external/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
test_demangle.pass.cpp     [all...]
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 131 std::istream *in = &std::cin;
143 if (in != &std::cin)
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainFDriver.cpp 117 std::istream *in = &std::cin;
129 if (in != &std::cin)
  /external/libcxx/src/
iostream.cpp 21 _ALIGNAS_TYPE (istream) _LIBCPP_FUNC_VIS char cin[sizeof(istream)]
23 __asm__("?cin@" _LIBCPP_NAMESPACE_STR "@std@@3V?$basic_istream@DU?$char_traits@D@" _LIBCPP_NAMESPACE_STR "@std@@@12@A")
85 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin, &mb_cin));

Completed in 822 milliseconds

1 2 3