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

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D000-content-with-spaces.c1 this is four tokens
H A D019-define-func-1-arg-multi.c2 foo(this is more than one word)
/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
H A Dpth_cancel1.stdout.exp3 result is correct
/external/valgrind/main/drd/tests/
H A Dannotate_rwlock_hg.stderr.exp1 Total error count is below threshold.
/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.cpp5 #warning This file is deprecated. // expected-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/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...]
H A DFileInputStreamTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
37 private java.io.InputStream is; field in class:FileInputStreamTest
48 is = new FileInputStream(f);
49 is.close();
66 is = new FileInputStream(fileName);
67 is.close();
75 is = new FileInputStream("");
80 if (is != null) {
81 is.close();
85 is
[all...]
/external/webkit/LayoutTests/http/tests/ssl/
H A Dverify-ssl-enabled.php6 HTTPS is <?= $_SERVER['HTTPS'] ?>!
/external/llvm/test/MC/ARM/
H A Dfull_line_comment.s2 # this is a full line comment starting at column 1
8 # .long 1 this line is commented out
/external/stlport/test/unit/
H A Dstrstream_test.cpp35 istrstream is("652208307");
37 is >> rval;
41 istrstream is("-652208307");
43 is >> rval;

Completed in 528 milliseconds

1234567891011>>