HomeSort by relevance Sort by last modified time
    Searched full:that (Results 926 - 950 of 189771) sorted by null

<<31323334353637383940>>

  /external/clang/test/Misc/
win32-macho.c 1 // Check that basic use of win32-macho targets works.
  /external/clang/test/Modules/Inputs/
redecl-merge-bottom-prefix.h 1 // A class that is declared in the 'bottom' module, then loaded from
  /external/clang/test/Preprocessor/
hash_space.c 3 // Should put a space before the # so that -fpreprocessed mode doesn't
  /external/clang/test/Sema/
2009-04-22-UnknownSize.c 3 static struct foo s; // expected-error { tentative definition has type 'struct foo' that is never completed }
  /external/clang/test/Sema/Inputs/
format-unused-system-args.h 1 // "System header" for testing that -Wformat-extra-args does not apply to
  /external/clang/test/SemaCXX/
qualified-member-enum.cpp 4 // Check that this doesn't crash.
  /external/compiler-rt/test/asan/TestCases/Posix/
asan-symbolize-bad-path.cc 1 // Test that asan_symbolize does not hang when provided with an non-existing
  /external/compiler-rt/test/msan/
default_blacklist.cc 1 // Test that MSan uses the default blacklist from resource directory.
  /external/compiler-rt/test/safestack/
lto.c 6 // Test that safe stack works with LTO.
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
closedir.c 1 // Check that closedir(NULL) is ok.
  /external/curl/docs/cmdline-opts/
tlspassword.d 6 --tlsauthtype. Requires that --tlsuser also be set.
trace-time.d 5 Prepends a time stamp to each trace or verbose line that curl displays.
  /external/doclava/src/com/google/doclava/
SourcePositionInfo.java 28 public SourcePositionInfo(SourcePositionInfo that) {
29 this.file = that.file;
30 this.line = that.line;
31 this.column = that.column;
35 * Given this position and str which occurs at that position, as well as str an index into str,
40 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) {
41 if (that == null) {
44 int line = that.line;
53 return new SourcePositionInfo(that.file, line, 0);
56 public static SourcePositionInfo findBeginning(SourcePositionInfo that, String str)
78 SourcePositionInfo that = (SourcePositionInfo) o; local
    [all...]
  /external/e2fsprogs/lib/ss/
mit-sipb-copyright.h 8 hereby granted, provided that the above copyright notice
9 appear in all copies and that both that copyright notice and
11 and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
  /external/eigen/failtest/
failtest_sanity_check.cpp 2 This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
  /external/gflags/cmake/
README_runtime.txt 2 by applications that use these libraries for the commandline flags
  /external/google-tv-pairing-protocol/cpp/
CHANGES 4 The anymote package contains a library that implements the anymote
ChangeLog 4 The polo package contains a library that implements the Google TV
  /external/icu/icu4c/source/test/intltest/
tsmthred.h 30 * test that threads even work
35 * test that arabic shaping can work in threads
40 * test that mutexes work
45 * test that intl functions work in a multithreaded context
  /external/ims/rcs/presencepolling/
proguard.flags 1 # Keep classes and methods that have the guava @VisibleForTesting annotation
  /external/iptables/extensions/
libxt_NOTRACK.man 1 This extension disables connection tracking for all packets matching that rule.
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
Java10Validator.java 16 /* There is no validator that validates that "var" is not used in Java 9 and lower, since the parser will never create a VarType node,
17 because that is done by the Java10 postprocessor. You can add it by hand, but that is obscure enough to ignore. */
  /external/javassist/sample/evolve/
CannotCreateException.java 4 * Signals that VersionManager.newInstance() fails.
CannotUpdateException.java 4 * Signals that VersionManager.update() fails.
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckForSigned.java 11 * Used to annotate a value that may be either negative or nonnegative, and
12 * indicates that uses of it should check for
13 * negative values before using it in a way that requires the value to be
14 * nonnegative, and check for it being nonnegative before using it in a way that

Completed in 1262 milliseconds

<<31323334353637383940>>