Searched refs:check (Results 76 - 100 of 4788) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/command_script/import/
H A DTestImport.py28 self.runCmd('command script delete foo2cmd', check=False)
29 self.runCmd('command script delete foocmd', check=False)
30 self.runCmd('command script delete foobarcmd', check=False)
31 self.runCmd('command script delete barcmd', check=False)
32 self.runCmd('command script delete barothercmd', check=False)
33 self.runCmd('command script delete TPcommandA', check=False)
34 self.runCmd('command script delete TPcommandB', check=False)
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_unittest.cc68 explicit TestPrintJob(volatile bool* check) : check_(check) { argument
99 volatile bool check = false; local
100 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
111 while (!check) {
114 EXPECT_TRUE(check);
118 volatile bool check = false; local
120 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
122 EXPECT_TRUE(check);
/external/lldb/test/functionalities/command_script/
H A DTestCommandScript.py36 self.runCmd('command script delete welcome', check=False)
37 self.runCmd('command script delete targetname', check=False)
38 self.runCmd('command script delete longwait', check=False)
39 self.runCmd('command script delete mysto', check=False)
40 self.runCmd('command script delete tell_sync', check=False)
41 self.runCmd('command script delete tell_async', check=False)
42 self.runCmd('command script delete tell_curr', check=False)
43 self.runCmd('command script delete bug11569', check=False)
106 # we cannot use the stepover command to check for async execution mode since LLDB
140 self.runCmd('bug11569', check
[all...]
/external/valgrind/main/helgrind/tests/
H A Dt2t.c25 #define check if (ret != 0) printf("error %d at line %d\n", ret, __LINE__) macro
55 check;
60 check;
69 check;
74 check;
83 check;
89 check;
98 check;
103 check;
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A DTestDataFormatterLibccIterator.py51 self.runCmd('type format clear', check=False)
52 self.runCmd('type summary clear', check=False)
53 self.runCmd('type filter clear', check=False)
54 self.runCmd('type synth clear', check=False)
55 self.runCmd("settings set target.max-children-count 256", check=False)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/
H A DTestDataFormatterLibcxxString.py52 self.runCmd('type format clear', check=False)
53 self.runCmd('type summary clear', check=False)
54 self.runCmd('type filter clear', check=False)
55 self.runCmd('type synth clear', check=False)
56 self.runCmd("settings set target.max-children-count 256", check=False)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/
H A DTestDataFormatterLibcxxVBool.py51 self.runCmd('type format clear', check=False)
52 self.runCmd('type summary clear', check=False)
53 self.runCmd('type filter clear', check=False)
54 self.runCmd('type synth clear', check=False)
55 self.runCmd("settings set target.max-children-count 256", check=False)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A DTestDataFormatterStdIterator.py52 self.runCmd('type format clear', check=False)
53 self.runCmd('type summary clear', check=False)
54 self.runCmd('type filter clear', check=False)
55 self.runCmd('type synth clear', check=False)
56 self.runCmd("settings set target.max-children-count 256", check=False)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/
H A DTestDataFormatterStdString.py52 self.runCmd('type format clear', check=False)
53 self.runCmd('type summary clear', check=False)
54 self.runCmd('type filter clear', check=False)
55 self.runCmd('type synth clear', check=False)
56 self.runCmd("settings set target.max-children-count 256", check=False)
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/
H A DTestDataFormatterStdVBool.py52 self.runCmd('type format clear', check=False)
53 self.runCmd('type summary clear', check=False)
54 self.runCmd('type filter clear', check=False)
55 self.runCmd('type synth clear', check=False)
56 self.runCmd("settings set target.max-children-count 256", check=False)
/external/chromium_org/v8/src/
H A Dhydrogen-bch.cc13 * It is used to check if, inside one loop, all execution paths contain
14 * a bounds check for a particular [index, length] combination.
16 * executing a check then the check cannot be hoisted out of the loop (it
18 * We also check is there are paths that exit the loop early, and if yes we
22 * some cases they could cause a deopt if we hoist the check so this is a
114 * where the check is not performed, but hoisting the check has the same
116 * unnecessary check failures (which would mean unnecessary deoptimizations).
118 * (loop back to the header) without meeting a check, o
189 ProcessRelatedChecks( InductionVariableData::InductionVariableCheck* check, InductionVariableData* data) argument
299 HBoundsCheck* check = HBoundsCheck::cast(i); local
[all...]
/external/chromium_org/base/memory/
H A Dref_counted_unittest.cc54 CheckDerivedMemberAccess check; local
58 ScopedRefPtrToSelf* check = new ScopedRefPtrToSelf(); local
60 check->SelfDestruct();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dgenderinfotest.cpp42 void check(UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength);
57 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_OTHER, NULL, 0);
58 check(UGENDER_FEMALE, UGENDER_FEMALE, UGENDER_FEMALE, kSingleFemale, LENGTHOF(kSingleFemale));
59 check(UGENDER_MALE, UGENDER_MALE, UGENDER_MALE, kSingleMale, LENGTHOF(kSingleMale));
60 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_OTHER, kSingleOther, LENGTHOF(kSingleOther));
62 check(UGENDER_OTHER, UGENDER_FEMALE, UGENDER_FEMALE, kAllFemale, LENGTHOF(kAllFemale));
63 check(UGENDER_OTHER, UGENDER_MALE, UGENDER_MALE, kAllMale, LENGTHOF(kAllMale));
64 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_MALE, kAllOther, LENGTHOF(kAllOther));
66 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_MALE, kFemaleMale, LENGTHOF(kFemaleMale));
67 check(UGENDER_OTHE
93 void GenderInfoTest::check( function in class:GenderInfoTest
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Delements-kind-depends.js38 function check(a) { function
47 check(b); // all OK
51 check(b); // fails
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp17 template<typename U> static yes_type check(unsigned_c<sizeof(U(t))> * = 0);
18 template<typename U> static no_type check(...);
21 static const bool value = (sizeof(check<T>(0)) == sizeof(yes_type));
/external/icu/icu4c/source/test/intltest/
H A Dgenderinfotest.cpp42 void check(UGender expected_neutral, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength);
57 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_OTHER, NULL, 0);
58 check(UGENDER_FEMALE, UGENDER_FEMALE, UGENDER_FEMALE, kSingleFemale, LENGTHOF(kSingleFemale));
59 check(UGENDER_MALE, UGENDER_MALE, UGENDER_MALE, kSingleMale, LENGTHOF(kSingleMale));
60 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_OTHER, kSingleOther, LENGTHOF(kSingleOther));
62 check(UGENDER_OTHER, UGENDER_FEMALE, UGENDER_FEMALE, kAllFemale, LENGTHOF(kAllFemale));
63 check(UGENDER_OTHER, UGENDER_MALE, UGENDER_MALE, kAllMale, LENGTHOF(kAllMale));
64 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_MALE, kAllOther, LENGTHOF(kAllOther));
66 check(UGENDER_OTHER, UGENDER_OTHER, UGENDER_MALE, kFemaleMale, LENGTHOF(kFemaleMale));
67 check(UGENDER_OTHE
93 void GenderInfoTest::check( function in class:GenderInfoTest
[all...]
/external/lldb/test/functionalities/alias/
H A DTestAliases.py34 self.runCmd('command unalias hello', check=False)
35 self.runCmd('command unalias python', check=False)
36 self.runCmd('command unalias pp', check=False)
37 self.runCmd('command unalias alias', check=False)
38 self.runCmd('command unalias unalias', check=False)
39 self.runCmd('command unalias myrun', check=False)
40 self.runCmd('command unalias bp', check=False)
41 self.runCmd('command unalias bpa', check=False)
42 self.runCmd('command unalias bpi', check=False)
43 self.runCmd('command unalias bfl', check
[all...]
/external/llvm/test/MC/ARM/
H A Darm-thumb-cpus-default.s2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
11 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
14 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
17 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
H A Ddirective-arch_extension-mp.s2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
6 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7M -check-prefix CHECK-V7M
8 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv6 -check-prefix CHECK-V6
10 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv7 -check
[all...]
H A Dsymbol-variants-errors.s3 @ check for invalid variant
10 @ check for missing closed paren
17 @ check for invalid symbol before variant end
/external/llvm/test/MC/PowerPC/
H A Dppc-nop.s1 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-LE %s
/external/skia/dm/
H A DDMExpectations.h13 virtual bool check(const Task& task, SkBitmap bitmap) const = 0;
19 bool check(const Task&, SkBitmap) const SK_OVERRIDE { return true; }
26 bool check(const Task& task, SkBitmap bitmap) const SK_OVERRIDE {
/external/smack/src/org/xbill/DNS/
H A DDClass.java43 check(int val) { method in class:DClass.DClassMnemonic
44 DClass.check(val);
68 check(int i) { method in class:DClass
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcommon.py43 def check(self, lines): member in class:CarriageReturnChecker
68 def check(self, lines): member in class:TabChecker
/external/chromium_org/third_party/icu/source/samples/msgfmt/answers/
H A Dmain_2.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");

Completed in 1033 milliseconds

1234567891011>>