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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
000-content-with-spaces.c 1 this is four tokens
  /external/valgrind/main/cachegrind/tests/
dlclose.stdout.exp 1 This is myprint!
  /external/valgrind/main/memcheck/tests/
inline.stdout.exp 1 sum is 0
varinfo4.stdout.exp 1 answer is 0
clientperm.stdout.exp 1 m_na: returned value is -1
2 sum is non-positive
3 m_rm: returned value is 1
4 sum is non-positive
supp-dir.stderr.exp 2 FATAL: suppressions file "x86/" is a directory
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf.stdout.exp 1 fooble: result is 22
  /external/valgrind/main/none/tests/darwin/
rlimit.stderr.exp 1 RLIMIT_NOFILE is 256
  /external/valgrind/main/none/tests/
floored.stdout.exp 1 the answer is 3
readline1.stdout.exp 1 HERE strlen is 2
shell_dir.stderr.exp 1 valgrind: ./x86/: is a directory
  /ndk/tests/build/stdint-c++/jni/
test_constant_macros.cpp 5 #error INT8_MIN is defined!
8 #error INT8_MAX is defined!
11 #error INT_LEAST8_MIN is defined!
14 #error INT_LEAST8_MAX is defined!
17 #error INT_FAST8_MIN is defined!
20 #error INT_FAST8_MAX is defined!
23 #error UINT8_MAX is defined!
26 #error UINT_LEAST8_MAX is defined!
29 #error UINT_FAST8_MAX is defined!
32 #error INT16_MIN is defined
    [all...]
test_limit_macros.cpp 5 #error INT8_MIN is not defined!
8 #error INT8_MAX is not defined!
11 #error INT_LEAST8_MIN is not defined!
14 #error INT_LEAST8_MAX is not defined!
17 #error INT_FAST8_MIN is not defined!
20 #error INT_FAST8_MAX is not defined!
23 #error UINT8_MAX is not defined!
26 #error UINT_LEAST8_MAX is not defined!
29 #error UINT_FAST8_MAX is not defined!
32 #error INT16_MIN is not defined
    [all...]
  /external/valgrind/main/drd/tests/
annotate_rwlock_hg.stderr.exp 1 Total error count is below threshold.
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLInputStream.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
27 * the control socket Object stays live while the stream is in use
31 private InputStream is; // Actual input stream field in class:FtpURLInputStream
35 public FtpURLInputStream(InputStream is, Socket controlSocket) {
36 this.is = is;
42 return is.read();
47 return is.read(buf, off, nbytes);
52 is.reset()
    [all...]
  /external/clang/test/Misc/
warn-in-system-header.h 4 #warning the cake is a lie
  /external/clang/test/PCH/
pth.c 4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
  /external/clang/test/SemaCXX/
warn-deprecated-header.cpp 5 #warning This file is deprecated. // expected-warning {{This file is deprecated.}}
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.stdout.exp 2 in int_handler, RIP is ...
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.stdout.exp 2 in int_handler, EIP is ...
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/
CloseShieldInputStream.java 13 * software distributed under the License is distributed on an *
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY *
37 private InputStream is; field in class:CloseShieldInputStream
39 public CloseShieldInputStream(InputStream is) {
40 this.is = is;
44 return is;
52 return is.read();
60 return is.available();
68 is = null;
    [all...]
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
8 # .long 1 this line is commented out
  /ndk/tests/standalone/test-fpic/
test-fpic.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
17 /* This test is used to check that -fpic is a default compiler option
22 #error __PIC__ is not defined!
25 #error -fPIC is the default, should be -fpic
28 #error __PIC__ value is unsupported! Should be 1 to indicate -fpic is the default.
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputOutputStreamTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
30 private ObjectInputStream is; field in class:OldObjectInputOutputStreamTest
42 is.readBoolean());
45 is.readBoolean();
51 is.close();
53 is.readBoolean();
66 (byte) 127, is.readByte());
69 is.readByte();
75 is.close()
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ByteArrayInputStreamTest.java 12 * 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)
    [all...]

Completed in 953 milliseconds

1 2 3 4 5 6 7 8 91011>>