Searched refs:is (Results 1 - 25 of 6381) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Ddebug-info-block.c2 // Verify that the desired debugging type is generated for a structure
3 // member that is a pointer to a block.
9 } is; variable in typeref:struct:inStruct
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D000-content-with-spaces.c1 this is four tokens
/external/clang/test/Modules/Inputs/NoUmbrella.framework/Headers/
H A DBoom.h1 this is gibberish
/external/clang/test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/
H A DFoo.h2 Foo.h is parsed
/external/mesa3d/src/glsl/glcpp/tests/
H A D000-content-with-spaces.c1 this is four tokens
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.stdout.exp1 This is myprint!
/external/valgrind/main/memcheck/tests/
H A Dinline.stdout.exp1 sum is 0
H A Dvarinfo4.stdout.exp1 answer is 0
H A Dclientperm.stdout.exp1 m_na: returned value is -1
2 sum is non-positive
3 m_rm: returned value is 1
4 sum is non-positive
H A Dsupp-dir.stderr.exp2 FATAL: suppressions file "x86/" is a directory
/external/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf.stdout.exp1 fooble: result is 22
/external/valgrind/main/none/tests/darwin/
H A Drlimit.stderr.exp1 RLIMIT_NOFILE is 256
/external/valgrind/main/none/tests/
H A Dfloored.stdout.exp1 the answer is 3
H A Dreadline1.stdout.exp1 HERE strlen is 2
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dputback.pass.cpp5 // 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
[all...]
H A Dignore.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
46 std::istream is(&sb);
47 is.ignore();
48 assert(!is.eof());
49 assert(!is.fail());
50 assert(is.gcount() == 1);
51 is.ignore(5, '\n');
52 assert(!is.eof());
53 assert(!is.fail());
54 assert(is
[all...]
H A Dunget.pass.cpp5 // 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
[all...]
H A Dget_pointer_size.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
45 std::istream is(&sb);
47 is.get(s, 5);
48 assert(!is.eof());
49 assert(!is.fail());
51 assert(is.gcount() == 2);
52 is.get(s, 5);
53 assert(!is.eof());
54 assert( is.fail());
56 assert(is
[all...]
H A Dget_pointer_size_chart.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
45 std::istream is(&sb);
47 is.get(s, 5, '*');
48 assert(!is.eof());
49 assert(!is.fail());
51 assert(is.gcount() == 2);
52 is.get(s, 5, '*');
53 assert(!is.eof());
54 assert( is.fail());
56 assert(is
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dtre.stdout.exp1 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/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
H A Dstreambuf.pass.cpp5 // 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
[all...]
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dstreambuf.pass.cpp5 // 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
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_rwlock_hg.stderr.exp1 Total error count is below threshold.
/external/valgrind/main/none/tests/amd64/
H A Dxacq_xrel.stdout.exp1 result for 'add' is a385b7d8caf2a7b9
2 result for 'adc' is a385b7d8caf2a7bd
3 result for 'and' is 0000000001010000
4 result for 'or ' is 775d75555f7fddff
5 result for 'sbb' is 0724f2d2dfb804eb
6 result for 'sub' is 0724f2d2dfb804f1
7 result for 'xor' is 5555555555555555
8 result for 'dec' is 555555555555554d
9 result for 'inc' is 555555555555555d
10 result for 'neg' is 555555555555555
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognizerSharedState.pm11 is => 'rw',
17 is => 'rw',
22 # This is true when we see an error and before having successfully
26 is => 'rw',
32 # This is used to prevent infinite loops where an error is found
33 # but no token is consumed during recovery...another error is found,
34 # ad naseum. This is a failsafe mechanism to guarantee that at least
35 # one token/tree node is consume
[all...]

Completed in 565 milliseconds

1234567891011>>