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

1234567891011>>

/external/clang/test/CodeGen/
H A Ddebug-info-block.c3 // Verify that the desired debugging type is generated for a structure
4 // member that is a pointer to a block.
10 } is; variable in typeref:struct:inStruct
/external/clang/test/Modules/Inputs/NoUmbrella.framework/Headers/
H A DBoom.h1 this is gibberish
/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
H A Dxml1.stdout.exp1 hello from frame3(). The answer is not 42.
/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
H A Dshell_dir.stderr.exp1 valgrind: ./x86/: is a directory
/external/valgrind/main/drd/tests/
H A Dannotate_rwlock_hg.stderr.exp1 Total error count is below threshold.
/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...]
H A DCharStreamState.pm7 is => 'rw',
12 # What line number is the scanner at before processing buffer[p]?
14 is => 'rw',
19 # What char position 0..n-1 in line is scanner before processing buffer[p]?
21 is => 'rw',
/external/clang/test/Misc/
H A Dwarn-in-system-header.h4 #warning the cake is a lie
/external/clang/test/PCH/
H A Dpth.c4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
/external/clang/test/SemaCXX/
H A Dwarn-deprecated-header.cpp4 // expected-warning@+2 {{This file is deprecated.}}
6 #warning This file is deprecated.
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Dint3-amd64.stdout.exp2 in int_handler, RIP is ...
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dint3-x86.stdout.exp2 in int_handler, EIP is ...
/external/valgrind/main/none/tests/s390x/
H A Dstfle.stdout.exp1 the value of cc is 0 and #double words is 2
2 the value of cc is 0 and #double words is 2
3 The z/Architecture architectural mode is installed and active
4 the value of cc is 0 and #double words is 2
5 STFLE facility is installed
6 the value of cc is 3 and #double words is
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3cyclicdfa.c6 * Any state that has a semantic predicate edge is special; those states
8 * which is generated by cyclicDFA template.
79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa) argument
86 mark = is->mark(is); /* Store where we are right now */
99 s = cdfa->specialStateTransition(ctx, rec, is, cdfa, specialState);
112 is->rewind(is, mark);
115 is->consume(is);
193 antlr3dfaspecialStateTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
201 antlr3dfaspecialTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DByteArrayInputStreamTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
27 private InputStream is; field in class:ByteArrayInputStreamTest
77 assertTrue("Returned incorrect number of available bytes", is
85 is.read();
86 is.close();
87 is.read(); // Should be able to read from a closed stream
96 is.skip(3000);
97 is.mark(1000);
98 is.read(buf1, 0, buf1.length);
99 is
[all...]

Completed in 412 milliseconds

1234567891011>>