Searched refs:check (Results 176 - 200 of 1226) sorted by relevance

1234567891011>>

/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/deqp/scripts/opengl/
H A Dgen_es_direct_init.py37 check = lambda api, _: api == 'gles2',
/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");
H A Dmain_1.cpp28 check(status, "Calendar::createInstance");
50 check(status, "DateFormat::format");
58 check(status, "DateFormat::format");
H A Dmain_2.cpp29 check(status, "Calendar::createInstance");
58 check(status, "DateFormat::format");
66 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");
/external/llvm/test/MC/ARM/
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
H A Dinst-thumb-overflow-2.s2 @ RUN: | FileCheck -check-prefix CHECK-ERRORS %s
H A Dthumb2be-b.w-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-beq.w-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
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-ARM-reloc.s2 @ RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s
/external/llvm/test/MC/Mips/
H A Delf_eflags_nanlegacy.s3 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
5 # RUN: FileCheck %s -check-prefix=CHECK-ASM
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-e500.s1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck -check-prefix=CHECK -check-prefix=CHECK-OPT %s
4 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck -check-prefix=CHECK -check-prefix=CHECK-RELAX %s
/external/ltrace/testsuite/
H A Drun-my-tests.sh5 # run it via 'make check' using RUNTESTFLAGS. This script just makes it easy.
43 make check RUNTESTFLAGS="$flags"
/external/mockito/src/org/mockito/internal/verification/
H A DAtLeast.java38 missingInvocation.check(data.getAllInvocations(), data.getWanted());
40 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount);
51 missingInvocation.check(allInvocations, wanted, this, data.getOrderingContext());
54 numberOfCalls.check(allInvocations, wanted, wantedCount);
H A DTimes.java36 missingInvocation.check(data.getAllInvocations(), data.getWanted());
39 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount);
48 missingInvocation.check(allInvocations, wanted, this, data.getOrderingContext());
51 numberOfCalls.check(allInvocations, wanted, wantedCount, data.getOrderingContext());
/external/valgrind/memcheck/tests/
H A Dvarinfo3.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
22 Uninitialised byte(s) found during client check request
29 Uninitialised byte(s) found during client check request
36 Uninitialised byte(s) found during client check request
44 Uninitialised byte(s) found during client check request
51 Uninitialised byte(s) found during client check request
/external/droiddriver/src/io/appium/droiddriver/
H A DPoller.java66 * Used by Poller to check conditions.
68 * @param <T> type of the value returned by {@link #check}
76 T check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException; method in interface:Poller.ConditionChecker
89 public UiElement check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
108 public Void check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
/external/icu/icu4c/source/samples/legacy/
H A DMakefile44 .PHONY: all clean distclean check report
59 # Make check: simply runs the sample, logged to a file
60 check: $(TARGET)
66 $(TARGET).report: check $(TARGET).cpp

Completed in 510 milliseconds

1234567891011>>