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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/NoUmbrella.framework/Headers/
Boom.h 1 this is gibberish
  /external/clang/test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/
Foo.h 2 Foo.h is parsed
  /external/mesa3d/src/glsl/glcpp/tests/
000-content-with-spaces.c 1 this is four tokens
  /external/valgrind/cachegrind/tests/
dlclose.stdout.exp 1 This is myprint!
  /external/valgrind/memcheck/tests/
inline.stdout.exp 1 sum is 0
suppvarinfo5.stderr.exp 1 answer is 0
varinfo4.stdout.exp 1 answer is 0
  /external/valgrind/memcheck/tests/x86/
pushfpopf.stdout.exp 1 fooble: result is 22
  /external/valgrind/none/tests/darwin/
rlimit.stderr.exp 1 RLIMIT_NOFILE is 256
  /external/valgrind/none/tests/
floored.stdout.exp 1 the answer is 3
readline1.stdout.exp 1 HERE strlen is 2
  /external/valgrind/none/tests/solaris/
context_link.stdout.exp 1 Value is 42.
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
45 std::istream is(&sb);
46 is.get();
47 is.get();
48 is.get();
49 is.putback('a');
50 assert(is.bad());
51 assert(is.gcount() == 0);
52 is.clear();
53 is.putback('2')
    [all...]
unget.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
45 std::istream is(&sb);
46 is.get();
47 is.get();
48 is.get();
49 is.unget();
50 assert(is.good());
51 assert(is.gcount() == 0);
52 is.unget();
53 assert(is.good())
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
45 std::istream is(&sb);
46 is.get();
47 is.get();
48 is.get();
49 is.putback('a');
50 assert(is.bad());
51 assert(is.gcount() == 0);
52 is.clear();
53 is.putback('2')
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
45 std::istream is(&sb);
46 is.get();
47 is.get();
48 is.get();
49 is.putback('a');
50 assert(is.bad());
51 assert(is.gcount() == 0);
52 is.clear();
53 is.putback('2')
    [all...]
  /external/valgrind/none/tests/s390x/
tre.stdout.exp 1 Resulting cc is 0 and the string is
2 Resulting cc is 0 and the string is
3 Resulting cc is 0 and the string is
4 Resulting cc is 1 and the string is a
5 Resulting cc is 0 and the string is
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
31 std::basic_iostream<char> is(&sb);
32 assert(is.rdbuf() == &sb);
33 assert(is.tie() == 0);
34 assert(is.fill() == ' ');
35 assert(is.rdstate() == is.goodbit);
36 assert(is.exceptions() == is.goodbit);
37 assert(is.flags() == (is.skipws | is.dec))
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
31 std::basic_istream<char> is(&sb);
32 assert(is.rdbuf() == &sb);
33 assert(is.tie() == 0);
34 assert(is.fill() == ' ');
35 assert(is.rdstate() == is.goodbit);
36 assert(is.exceptions() == is.goodbit);
37 assert(is.flags() == (is.skipws | is.dec))
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
31 std::basic_iostream<char> is(&sb);
32 assert(is.rdbuf() == &sb);
33 assert(is.tie() == 0);
34 assert(is.fill() == ' ');
35 assert(is.rdstate() == is.goodbit);
36 assert(is.exceptions() == is.goodbit);
37 assert(is.flags() == (is.skipws | is.dec))
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
31 std::basic_istream<char> is(&sb);
32 assert(is.rdbuf() == &sb);
33 assert(is.tie() == 0);
34 assert(is.fill() == ' ');
35 assert(is.rdstate() == is.goodbit);
36 assert(is.exceptions() == is.goodbit);
37 assert(is.flags() == (is.skipws | is.dec))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
31 std::basic_iostream<char> is(&sb);
32 assert(is.rdbuf() == &sb);
33 assert(is.tie() == 0);
34 assert(is.fill() == ' ');
35 assert(is.rdstate() == is.goodbit);
36 assert(is.exceptions() == is.goodbit);
37 assert(is.flags() == (is.skipws | is.dec))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 5 // This file is dual licensed under the MIT and the University of Illinois Open
31 std::basic_istream<char> is(&sb);
32 assert(is.rdbuf() == &sb);
33 assert(is.tie() == 0);
34 assert(is.fill() == ' ');
35 assert(is.rdstate() == is.goodbit);
36 assert(is.exceptions() == is.goodbit);
37 assert(is.flags() == (is.skipws | is.dec))
    [all...]
  /external/clang/test/CodeGen/
debug-info-block.c 2 // Verify that the desired debugging type is generated for a structure
3 // member that is a pointer to a block.
29 } is; variable in typeref:struct:inStruct
  /external/valgrind/drd/tests/
annotate_rwlock_hg.stderr.exp 1 Total error count is below threshold.

Completed in 845 milliseconds

1 2 3 4 5 6 7 8 91011>>