HomeSort by relevance Sort by last modified time
    Searched full:checks (Results 476 - 500 of 7809) sorted by null

<<11121314151617181920>>

  /external/clang/test/Lexer/
preamble.c 17 // This test checks for detection of the preamble of a file, which
  /external/compiler-rt/BlocksRuntime/tests/
varargs-bad-assign.c 8 // HACK ALERT: gcc and g++ give different errors, referencing the line number to ensure that it checks for the right error; MUST KEEP IN SYNC WITH THE TEST
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
IntSet.java 39 * Checks to see if a value is in the set
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListGetTester.java 30 // This calls get() on each index and checks the result:
  /external/jmonkeyengine/engine/src/core/checkers/quals/
Unused.java 10 * This property is verified by the checker that type-checks the {@code
  /external/junit/src/org/junit/internal/matchers/
TypeSafeMatcher.java 9 * This simply implements the null check, checks the type and then casts.
  /external/libcap-ng/libcap-ng-0.7/m4/
cap-ng.m4 1 # libcap-ng.m4 - Checks for the libcap-ng support
  /external/libogg/
CHANGES 12 * Added allocation checks useful to some embedded applications
  /external/llvm/autoconf/m4/
path_tclsh.m4 1 dnl This macro checks for tclsh which is required to run dejagnu. On some
  /external/llvm/include/llvm/Support/
RWMutex.h 98 // mode, but provides not sanity checks in single threaded mode.
108 // mode, but provides not sanity checks in single threaded mode.
119 // mode, but provides not sanity checks in single threaded mode.
130 // mode, but provides not sanity checks in single threaded mode.
  /external/llvm/projects/sample/autoconf/m4/
path_tclsh.m4 1 dnl This macro checks for tclsh which is required to run dejagnu. On some
  /external/llvm/test/Analysis/ScalarEvolution/
2010-09-03-RequiredTransitive.ll 2 ; This test checks if the SCEV analysis is printed out at all.
  /external/llvm/test/Assembler/
ConstantExprNoFold.ll 1 ; This test checks to make sure that constant exprs don't fold in some simple
  /external/llvm/test/CodeGen/ARM/
deps-fix.ll 3 ;; This test checks that the ExecutionDepsFix pass performs the domain changes
integer_insertelement.ll 3 ; This test checks that when inserting one (integer) element into a vector,
  /external/llvm/test/CodeGen/R600/
fcmp.ll 17 ; This test checks that a setcc node with f32 operands is lowered to a
  /external/llvm/test/ExecutionEngine/MCJIT/
test-common-symbols-alignment.ll 3 ; This test checks that common symbols have been allocated addresses honouring
  /external/llvm/test/Instrumentation/AddressSanitizer/
do-not-instrument-internal-globals.ll 1 ; This test checks that we are not instrumenting globals
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 7 # This test checks the dwarf info section emitted to the output object by the
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 31 // Checks that the given input gives a parse error. Makes sure that an error
41 // Checks that the given input can be parsed without error.
144 // Checks that the given string can be parsed into an identical string inside
159 // Checks that parsing the given string inside an array fails.
  /external/llvm/utils/lit/lit/ExampleTests/Clang/
lit.cfg 17 # target_triple: Used by ShTest format for XFAIL checks.
  /external/open-vcdiff/testdata/
configure.ac.v0.1 12 # Checks for programs.
configure.ac.v0.2 12 # Checks for programs.
  /external/openssl/crypto/bn/
bn_depr.c 94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *),
99 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
102 int BN_is_prime_fasttest(const BIGNUM *a, int checks,
109 return BN_is_prime_fasttest_ex(a, checks, ctx_passed,

Completed in 690 milliseconds

<<11121314151617181920>>