HomeSort by relevance Sort by last modified time
    Searched refs:is (Results 1 - 25 of 8620) 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/CodeGen/
debug-info-block.c 3 // 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/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.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 11 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 consumed for two errors
    [all...]
  /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 4 // expected-warning@+2 {{This file is deprecated.}}
6 #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/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

Completed in 1224 milliseconds

1 2 3 4 5 6 7 8 91011>>