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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/snapshot/
snapshot_win.h 21 // Grabs a snapshot of the desktop. No security checks are done. This is
  /external/clang/test/Analysis/
exercise-ps.c 13 // This following case checks that we properly handle typedefs when getting
html-diags.c 13 // Currently this test mainly checks that the HTML diagnostics doesn't crash
  /external/clang/test/CodeGen/
debug-info-gline-tables-only.c 2 // Checks that clang with "-gline-tables-only" doesn't emit debug info
  /external/clang/test/Driver/
frame-pointer.c 5 // RUN: %clang -target i386-pc-linux -### -S -Os %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECKs-32 %s
12 // RUN: %clang -target x86_64-pc-linux -### -S -Os %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECKs-64 %s
23 // CHECKs-32-NOT: -mdisable-fp-elim
29 // CHECKs-64-NOT: -mdisable-fp-elim
  /external/libpng/
configure.ac 36 # Checks for programs.
47 # Checks for header files.
51 # Checks for typedefs, structures, and compiler characteristics.
56 # Checks for library functions.
  /external/libsepol/man/man3/
sepol_check_context.3 13 checks the validity of a security context against a binary policy
  /external/llvm/test/Assembler/
ConstantExprFoldCast.ll 1 ; This test checks to make sure that constant exprs fold in some simple situations
  /external/llvm/test/CodeGen/ARM/
2009-10-30.ll 2 ; This test checks that the address of the varg arguments is correctly
  /external/llvm/test/CodeGen/R600/
fcmp-cnde-int-args.ll 3 ; This test checks a bug in R600TargetLowering::LowerSELECT_CC where the
  /external/llvm/test/CodeGen/Thumb/
iabs.ll 10 ; This test just checks that 4 instructions were emitted
  /external/llvm/test/MC/X86/
intel-syntax-hex.s 4 // Checks to make sure we parse the hexadecimal suffix properly.
  /external/llvm/test/Transforms/InstCombine/
apint-and-xor-merge.ll 1 ; This test case checks that the merge of and/xor can work on arbitrary
  /external/llvm/test/Transforms/LoopDeletion/
multiple-exits.ll 3 ; Checks whether dead loops with multiple exits can be eliminated
  /external/llvm/test/Transforms/SimplifyCFG/
2003-08-17-BranchFold.ll 1 ; This test checks to make sure that 'br X, Dest, Dest' is folded into
2003-08-17-BranchFoldOrdering.ll 1 ; This test checks to make sure that 'br X, Dest, Dest' is folded into
  /external/mockito/src/org/mockito/internal/util/reflection/
InstanceField.java 7 import org.mockito.internal.util.Checks;
25 * @param field The field that should be accessed, note that no checks are performed to ensure
30 this.field = Checks.checkNotNull(field, "field");
31 this.instance = Checks.checkNotNull(instance, "instance");
  /external/oprofile/daemon/
opd_pipe.h 39 * Checks the Oprofile daemon fifo pipe for do_jitconv request.
  /external/oprofile/libpp/
populate_for_spu.h 23 * checks the first sample file for this indicator.
  /external/protobuf/gtest/xcode/Config/
DebugProject.xcconfig 29 // // Turns on special C++ STL checks to "encourage" good STL use
  /external/stressapptest/
configure.ac 74 # Checks for programs.
103 # Checks for header files.
115 # Checks for typedefs, structures, and compiler characteristics.
128 # Checks for library functions.
  /external/valgrind/main/memcheck/tests/
nanoleak2.c 8 // test checks that is fixed.
  /frameworks/base/core/java/android/speech/tts/
AbstractSynthesisCallback.java 24 * Checks whether the synthesis request completed successfully.
  /frameworks/base/packages/Keyguard/test/
Android.mk 23 # Remove these to verify permission checks are working correctly
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 23 * Checks creation and deletion of a file.

Completed in 1524 milliseconds

1 2 3 4 5 6 7 8 91011>>