HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 251 - 275 of 1794) sorted by null

<<11121314151617181920>>

  /external/linux-kselftest/tools/testing/selftests/powerpc/scripts/
hmi.sh 87 echo "Processed $expected_hmis events; presumed success. Check dmesg."
  /external/llvm/test/MC/ARM/
eh-compact-pr1.s 4 @ Check the compact pr1 model
25 @ Check .TEST1 section
27 @ CHECK: Sections [
28 @ CHECK: Section {
29 @ CHECK: Name: .TEST1
30 @ CHECK: SectionData (
31 @ CHECK: 0000: 30482DE9 000081E0 08B08DE2 3088BDE8 |0H-.........0...|
32 @ CHECK: )
33 @ CHECK: }
37 @ Check .ARM.extab.TEST1 sectio
    [all...]
eh-directive-fnend-diagnostics.s 4 @ Check the diagnostics for mismatched .fnend directive
15 @ CHECK: error: .fnstart must precede .fnend directive
16 @ CHECK: .fnend
17 @ CHECK: ^
thumb-st_other.s 1 @ Check the value of st_other for thumb function.
18 @ CHECK: Name: main
19 @ CHECK: Other: 0
eh-directive-section.s 4 @ RUN: FileCheck --check-prefix=RELOC %s < %t
6 @ Check the combination of .section, .fnstart, and .fnend directives.
49 @ Check the .TEST1 section.
51 @ CHECK: Sections [
52 @ CHECK: Section {
53 @ CHECK: Index: 3
54 @ CHECK-NEXT: Name: .TEST1
55 @ CHECK: SectionData (
56 @ CHECK: 0000: 1EFF2FE1 |../.|
57 @ CHECK:
    [all...]
  /external/llvm/test/MC/Hexagon/
dcfetch.s 3 # Check that DCFETCH is correctly shuffled.
6 # CHECK: 9402c000
15 # CHECK-NOT: error:
endloop.s 3 # Check that a branch in an end-loop packet is caught.
19 # CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register
  /external/llvm/test/MC/Mips/
sym-expr.s 0 # Check parsing symbol expressions
11 jal __start + 0x4 # CHECK: instruction: [jal, Imm<__start+4>]
12 jal __start + (-0x10) # CHECK: instruction: [jal, Imm<__start-16>]
13 jal (__start + (-0x10)) # CHECK: instruction: [jal, Imm<__start-16>]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pybackward.swg 12 #define SWIG_Check_frag(Type...) %fragment_name(Check, Type)
13 #define SWIG_Check_name(Type...) %symbol_name(Check, Type)
  /system/vold/fs/
Ext4.h 30 status_t Check(const std::string& source, const std::string& target);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
v32-err-11.s 4 ; Check that explicit contants out-of-range for addoq are
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
inval-ept.s 0 # Check illegal EPT instructions
movbe.s 0 # Check movbe
x86-64-inval-movbe.s 0 # Check illegal movbe in 64bit mode.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-2.s 0 # Check for range
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
swym-op.s 0 # Check different type of operands to SWYM etc.
2 # No need to check the canonical three constants.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-mova.s 3 ! Check that an error occurs on mova instructions with an unaligned or
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err-pt-1.s 0 ! Check that we get errors for a PT operand out of range with -no-relax.
mix-1.s 0 ! Check mixed-mode objects; different sections holding different ISA:s.
pt-2.s 0 ! Check inter-segment pt and pta
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-mixed-lib2.s 3 @ Check also calls to an undef weak symbol.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
shmix-1.s 0 ! Check mixed-mode objects; different sections holding different ISA:s.
  /libcore/luni/src/test/java/dalvik/system/
BlockGuardTest.java 40 recorder.setChecks(EnumSet.allOf(RecordingPolicy.Check.class));
158 recorder.setChecks(EnumSet.of(RecordingPolicy.Check.UNBUFFERED_IO));
269 private Set<Check> checksList;
271 public enum Check {
278 public void setChecks(EnumSet<Check> checksList) {
284 if (checksList != null && checksList.contains(Check.WRITE_TO_DISK)) {
291 if (checksList != null && checksList.contains(Check.READ_FROM_DISK)) {
298 if (checksList != null && checksList.contains(Check.NETWORK)) {
305 if (checksList != null && checksList.contains(Check.UNBUFFERED_IO)) {
  /art/runtime/
jni_internal_test.cc 49 CHECK(aioobe.get() != nullptr);
53 CHECK(ase.get() != nullptr);
58 CHECK(sioobe.get() != nullptr);
95 CHECK(c != nullptr);
111 abort_catcher->Check(check_jni_msg);
121 check_jni_abort_catcher.Check(check_jni ? "non-nullable const char* was NULL"
137 // Check JNI will reject invalid class names as aborts but without pending exceptions.
140 check_jni_abort_catcher.Check("illegal class name 'java.lang.String'");
144 check_jni_abort_catcher.Check("illegal class name '[Ljava.lang.String;'");
146 // Without check JNI we're tolerant and replace '.' with '/'
    [all...]
  /external/gemmlowp/test/
test_blocking_counter.cc 45 Check(!made_the_last_decrement_);
78 Check(num_threads_that_made_the_last_decrement == 1);

Completed in 983 milliseconds

<<11121314151617181920>>