Searched refs:check (Results 226 - 250 of 4788) sorted by relevance

1234567891011>>

/external/e2fsprogs/tests/progs/
H A Dtest_icount_cmds.ct35 validate, check;
/external/libvorbis/test/
H A DMakefile.am9 check: $(check_PROGRAMS)
/external/llvm/test/MC/ARM/
H A Dalign_arm_2_thumb.s2 @ RUN: llvm-objdump -triple thumbv7-none-linux -d %t.o | FileCheck --check-prefix=ARM_2_THUMB %s
5 @ RUN: llvm-objdump -triple thumbv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=ARM_2_THUMB %s
H A Dalign_thumb_2_arm.s2 @ RUN: llvm-objdump -triple armv7-none-linux -d %t.o | FileCheck --check-prefix=THUMB_2_ARM %s
5 @ RUN: llvm-objdump -triple armv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=THUMB_2_ARM %s
H A Ddiagnostics-noneon.s2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
H A Dthumb2be-movt-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dthumb2be-movw-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Didiv.s1 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM %s
2 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB %s
4 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM-NOTHUMBHWDIV %s
5 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB-NOARMHWDIV %s
7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s
8 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8 %s
10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8-NOTHUMBHWDIV %s
11 @ RUN: llvm-mc -triple=thumbv8 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8-NOTHUMBHWDIV %s
H A Dinst-constant-required.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dinst-overflow.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
/external/llvm/test/MC/Mips/
H A Dcpsetup.s3 # RUN: FileCheck -check-prefix=O32 %s
6 # RUN: FileCheck -check-prefix=ASM %s
10 # RUN: FileCheck -check-prefix=NXX -check-prefix=N32 %s
13 # RUN: FileCheck -check-prefix=ASM %s
17 # RUN: FileCheck -check-prefix=NXX -check-prefix=N64 %s
20 # RUN: FileCheck -check-prefix=ASM %s
/external/llvm/test/Object/
H A Dsimple-archive.test4 RUN: llvm-nm -M %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s
/external/stlport/
H A DMakefile14 all install depend clean clobber distclean check::
26 .PHONY: all install depend clean clobber distclean check release-shared install-release-shared
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DPKIXAttrCertChecker.java44 * does not pass the check.
46 public abstract void check(X509AttributeCertificate attrCert, CertPath certPath, method in class:PKIXAttrCertChecker
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_memorizingfile.py47 def check(self, memorizing_file, num_read, expected_list): member in class:UtilTest
81 self.check(memorizing_file, 3, ['Hello\n', 'World\n', 'Welcome'])
86 self.check(memorizing_file, 3, ['Hello\n', 'World\n'])
91 self.check(memorizing_file, 10, [])
/external/chromium_org/build/android/
H A Denvsetup.sh58 "${ENVSETUP_GYP_CHROME_SRC}/build/gyp_chromium" --depth="${ENVSETUP_GYP_CHROME_SRC}" --check "$@"
/external/chromium_org/third_party/icu/source/samples/translit/answers/
H A Dmain_3.cpp41 check(status, "Calendar::createInstance");
63 check(status, "RuleBasedTransliterator::ct");
77 check(status, "DateFormat::format");
85 check(status, "DateFormat::format");
H A Dmain_4.cpp42 check(status, "Calendar::createInstance");
64 check(status, "RuleBasedTransliterator::ct");
81 check(status, "DateFormat::format");
89 check(status, "DateFormat::format");
/external/chromium_org/third_party/icu/source/samples/translit/
H A Dmain.cpp43 check(status, "Calendar::createInstance");
66 check(status, "Transliterator::createFromRules");
83 check(status, "DateFormat::format");
91 check(status, "DateFormat::format");
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h40 BugType(class CheckName check, StringRef name, StringRef cat) argument
41 : Check(check), Name(name), Category(cat), SuppressonSink(false) {}
65 BuiltinBug(class CheckName check, const char *name, const char *description) argument
66 : BugType(check, name, categories::LogicError), desc(description) {}
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp27 class TraversalDumper : public Checker< check::BranchCondition,
28 check::EndFunction > {
64 class CallDumper : public Checker< check::PreCall,
65 check::PostCall > {
/external/freetype/src/gzip/
H A Dinfutil.c44 /* update check information */
46 z->adler = s->check = (*s->checkfn)(s->check, q, n);
70 /* update check information */
72 z->adler = s->check = (*s->checkfn)(s->check, q, n);
/external/icu/icu4c/source/samples/translit/answers/
H A Dmain_3.cpp41 check(status, "Calendar::createInstance");
63 check(status, "RuleBasedTransliterator::ct");
77 check(status, "DateFormat::format");
85 check(status, "DateFormat::format");
H A Dmain_4.cpp42 check(status, "Calendar::createInstance");
64 check(status, "RuleBasedTransliterator::ct");
81 check(status, "DateFormat::format");
89 check(status, "DateFormat::format");
/external/icu/icu4c/source/samples/translit/
H A Dmain.cpp43 check(status, "Calendar::createInstance");
66 check(status, "Transliterator::createFromRules");
83 check(status, "DateFormat::format");
91 check(status, "DateFormat::format");

Completed in 9141 milliseconds

1234567891011>>