Searched refs:check (Results 201 - 225 of 4788) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/tools/icupkg/
H A DMakefile.in38 distclean distclean-local dist dist-local check check-local install-man
49 check: all check-local
71 check-local: all-local
/external/icu/icu4c/source/tools/icuswap/
H A DMakefile.in38 distclean distclean-local dist dist-local check check-local install-man
49 check: all check-local
71 check-local: all-local
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A DTestDataFormatterLibcxxMultiSet.py49 self.runCmd('type format clear', check=False)
50 self.runCmd('type summary clear', check=False)
51 self.runCmd('type filter clear', check=False)
52 self.runCmd('type synth clear', check=False)
53 self.runCmd("settings set target.max-children-count 256", check=False)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A DTestDataFormatterLibcxxSet.py49 self.runCmd('type format clear', check=False)
50 self.runCmd('type summary clear', check=False)
51 self.runCmd('type filter clear', check=False)
52 self.runCmd('type synth clear', check=False)
53 self.runCmd("settings set target.max-children-count 256", check=False)
/external/llvm/test/MC/Mips/
H A Delf_eflags.s4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R6 %s
7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R6-NAN2008 %s
10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2 %s
13 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2-NAN2008 %s
16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64 %s
19 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64-NAN2008 %s
22 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r6 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS32R6 %s
25 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r6 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS32R6-NAN2008 %s
28 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS32R2 %s
31 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check
[all...]
H A Doddspreg.s2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
6 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-O32
9 # RUN: FileCheck %s -check-prefix=CHECK-ASM
13 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N32
16 # RUN: FileCheck %s -check-prefix=CHECK-ASM
20 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N64
/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A DMakefile.in38 distclean distclean-local dist dist-local check check-local plugin-check
49 check: all check-local
66 check-local: $(TARGET)
95 plugin-check: $(PLUGIN) $(PLUGINFILE)
/external/icu/icu4c/source/tools/icuinfo/
H A DMakefile.in38 distclean distclean-local dist dist-local check check-local plugin-check
49 check: all check-local
66 check-local: $(TARGET)
95 plugin-check: $(PLUGIN) $(PLUGINFILE)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DActiveEdge_Test.cpp55 const SkPoint& check = rh.fBelow.fY <= lh.fBelow.fY local
58 return (check.fY - lh.fAbove.fY) * (lh.fBelow.fX - lh.fAbove.fX)
59 < (lh.fBelow.fY - lh.fAbove.fY) * (check.fX - lh.fAbove.fX);
61 const SkPoint& check = lh.fBelow.fY <= rh.fBelow.fY local
63 return (rh.fBelow.fY - rh.fAbove.fY) * (check.fX - rh.fAbove.fX)
64 < (check.fY - rh.fAbove.fY) * (rh.fBelow.fX - rh.fAbove.fX);
/external/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp32 constexpr bool check(const char *, int=0, int=0);
57 constexpr bool Board::check(const char *p, int Row, int Col) { function in class:Board
59 *p == '\n' ? check(p+1, Row+1, 0) :
60 *p == 'o' ? at(Row, Col) && check(p+1, Row, Col+1) :
61 *p == '-' ? !at(Row, Col) && check(p+1, Row, Col+1) :
65 static_assert(q8.check(
/external/llvm/test/MC/ARM/
H A Ddirective-arch-armv2.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv2a.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv3.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv3m.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv5.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6-m.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
/external/skia/experimental/Intersection/
H A DActiveEdge_Test.cpp55 const SkPoint& check = rh.fBelow.fY <= lh.fBelow.fY local
58 return (check.fY - lh.fAbove.fY) * (lh.fBelow.fX - lh.fAbove.fX)
59 < (lh.fBelow.fY - lh.fAbove.fY) * (check.fX - lh.fAbove.fX);
61 const SkPoint& check = lh.fBelow.fY <= rh.fBelow.fY local
63 return (rh.fBelow.fY - rh.fAbove.fY) * (check.fX - rh.fAbove.fX)
64 < (check.fY - rh.fAbove.fY) * (rh.fBelow.fX - rh.fAbove.fX);
/external/valgrind/main/memcheck/tests/
H A Ddw4.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
14 Uninitialised byte(s) found during client check request
/external/freetype/src/gzip/
H A Dinflate.c15 DICT4, /* four dictionary check bytes to go */
16 DICT3, /* three dictionary check bytes to go */
17 DICT2, /* two dictionary check bytes to go */
18 DICT1, /* one dictionary check byte to go */
21 CHECK4, /* four check bytes to go */
22 CHECK3, /* three check bytes to go */
23 CHECK2, /* two check bytes to go */
24 CHECK1, /* one check byte to go */
25 DONE, /* finished check, done */
39 uLong was; /* computed check valu
41 } check; /* if CHECK, check values to compare */ member in union:internal_state::__anon21553
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc14 // If in the dominator tree we check "exp + v1" and later (dominated)
15 // "exp + v2", if v2 <= v1 we can safely remove the second check, and if
16 // v2 > v1 we can use v2 in the 1st check and again remove the second.
30 HBoundsCheck* check,
32 if (!check->index()->representation().IsSmiOrInteger32()) return NULL;
38 if (check->index()->IsAdd()) {
39 HAdd* index = HAdd::cast(check->index());
47 } else if (check->index()->IsSub()) {
48 HSub* index = HSub::cast(check->index());
54 } else if (check
29 Create(Zone* zone, HBoundsCheck* check, int32_t* offset) argument
113 UpdateUpperOffsets(HBoundsCheck* check, int32_t offset) argument
122 UpdateLowerOffsets(HBoundsCheck* check, int32_t offset) argument
381 HBoundsCheck* check = HBoundsCheck::cast(i); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseTextInputType.cpp40 bool BaseTextInputType::tooLong(const String& value, HTMLTextFormControlElement::NeedsToCheckDirtyFlag check) const
45 if (check == HTMLTextFormControlElement::CheckDirtyFlag) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dpng_unittest.py72 checker.check()
82 checker.check()
90 checker.check()
98 checker.check()
106 checker.check()
114 checker.check()
122 checker.check()
130 checker.check()
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config_aura.cc37 gfx::ImageSkia check = GetMenuCheckImage(false); local
38 check_height = check.height();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp32 class DominatorsTreeDumper : public Checker<check::ASTCodeBody> {
54 class LiveVariablesDumper : public Checker<check::ASTCodeBody> {
74 class CFGViewer : public Checker<check::ASTCodeBody> {
94 class CFGDumper : public Checker<check::ASTCodeBody> {
120 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > {
140 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > {
161 class ConfigDumper : public Checker< check::EndOfTranslationUnit > {
199 class ExplodedGraphViewer : public Checker< check::EndAnalysis > {

Completed in 403 milliseconds

1234567891011>>