Home
last modified time | relevance | path

Searched refs:Do (Results 1 – 25 of 1081) sorted by relevance

12345678910>>...44

/external/chromium_org/chrome/installer/util/
Dset_reg_value_work_item_unittest.cc77 EXPECT_TRUE(work_item1->Do()); in TEST_F()
78 EXPECT_TRUE(work_item2->Do()); in TEST_F()
124 EXPECT_TRUE(work_item1->Do()); in TEST_F()
125 EXPECT_TRUE(work_item2->Do()); in TEST_F()
167 EXPECT_TRUE(work_item->Do()); in TEST_F()
188 EXPECT_TRUE(work_item->Do()); in TEST_F()
237 EXPECT_TRUE(work_item1->Do()); in TEST_F()
238 EXPECT_TRUE(work_item2->Do()); in TEST_F()
272 EXPECT_TRUE(work_item3->Do()); in TEST_F()
301 EXPECT_FALSE(work_item->Do()); in TEST_F()
[all …]
Ddelete_reg_value_work_item_unittest.cc74 EXPECT_TRUE(work_item1->Do()); in TEST_F()
75 EXPECT_TRUE(work_item2->Do()); in TEST_F()
76 EXPECT_TRUE(work_item3->Do()); in TEST_F()
122 EXPECT_TRUE(work_item1->Do()); in TEST_F()
123 EXPECT_TRUE(work_item2->Do()); in TEST_F()
Dcreate_dir_work_item_unittest.cc44 EXPECT_TRUE(work_item->Do()); in TEST_F()
64 EXPECT_TRUE(work_item->Do()); in TEST_F()
88 EXPECT_TRUE(work_item->Do()); in TEST_F()
121 EXPECT_TRUE(work_item->Do()); in TEST_F()
Dcreate_reg_key_work_item_unittest.cc60 EXPECT_TRUE(work_item->Do()); in TEST_F()
86 EXPECT_TRUE(work_item->Do()); in TEST_F()
114 EXPECT_TRUE(work_item->Do()); in TEST_F()
153 EXPECT_TRUE(work_item->Do()); in TEST_F()
183 EXPECT_TRUE(work_item->Do()); in TEST_F()
Dconditional_work_item_list.cc16 bool ConditionalWorkItemList::Do() { in Do() function in ConditionalWorkItemList
20 return WorkItemList::Do(); in Do()
Dcallback_work_item_unittest.cc22 EXPECT_FALSE(work_item.Do()); in TEST()
49 EXPECT_TRUE(work_item.Do()); in TEST()
Dcopy_tree_work_item_unittest.cc103 EXPECT_TRUE(work_item->Do()); in TEST_F()
145 EXPECT_TRUE(work_item->Do()); in TEST_F()
169 EXPECT_TRUE(work_item->Do()); in TEST_F()
215 EXPECT_TRUE(work_item->Do()); in TEST_F()
249 EXPECT_TRUE(work_item->Do()); in TEST_F()
299 EXPECT_TRUE(work_item->Do()); in TEST_F()
363 EXPECT_TRUE(work_item->Do()); in TEST_F()
443 EXPECT_TRUE(work_item->Do()); in TEST_F()
479 EXPECT_TRUE(work_item->Do()); in TEST_F()
544 EXPECT_TRUE(work_item->Do()); in TEST_F()
[all …]
Ddelete_reg_key_work_item_unittest.cc42 EXPECT_TRUE(item->Do()); in TEST_F()
58 EXPECT_TRUE(item->Do()); in TEST_F()
74 EXPECT_TRUE(item->Do()); in TEST_F()
117 EXPECT_FALSE(item->Do()); in TEST_F()
Dmove_tree_work_item_unittest.cc93 EXPECT_TRUE(work_item->Do()); in TEST_F()
148 EXPECT_TRUE(work_item->Do()); in TEST_F()
191 EXPECT_TRUE(work_item->Do()); in TEST_F()
238 EXPECT_TRUE(work_item->Do()); in TEST_F()
298 EXPECT_TRUE(work_item->Do()); in TEST_F()
361 EXPECT_TRUE(work_item->Do()); in TEST_F()
425 EXPECT_FALSE(work_item->Do()); in TEST_F()
434 EXPECT_TRUE(work_item->Do()); in TEST_F()
510 EXPECT_TRUE(work_item->Do()); in TEST_F()
Dwork_item_list.cc35 bool WorkItemList::Do() { in Do() function in WorkItemList
44 if (!work_item->Do()) { in Do()
224 bool NoRollbackWorkItemList::Do() { in Do() function in NoRollbackWorkItemList
234 if (!work_item->Do()) { in Do()
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m5 // Do not @synthesize-by-default in the subclass. P1
7 // (such as different type or attributes). Do not @synthesize-by-default in the subclass. P2
9 // same property. Do not @synthesize-by-default in the subclass. P3
11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree4.test88 # Do many insertions of small objects. Do both overlapping and
94 # Do a random insert
107 # Do a contained-in query on all dimensions
120 # Do an overlaps query on all dimensions
133 # Do a contained-in query with surplus contraints at the beginning.
150 # Do an overlaps query with surplus contraints at the beginning.
167 # Do a contained-in query with surplus contraints at the end
183 # Do an overlaps query with surplus contraints at the end
199 # Do a contained-in query with surplus contraints where the
215 # Do an overlaps query with surplus contraints where the
/external/clang/test/Analysis/
Dsuperclass.m52 // Do not warn if UIViewController/*Responder/NSDocument is not our superclass
92 // Do not warn for methods were it shouldn't
96 // Do not warn if UIViewController is our superclass but we did call super
156 // Do warn for UIResponder subclasses that don't call super
166 // Do not warn for UIResponder subclasses that do the right thing
176 // Do warn for NSResponder subclasses that don't call super
187 // Do not warn for NSResponder subclasses that do the right thing
200 // Do warn for NSDocument subclasses that don't call super
211 // Do not warn for NSDocument subclasses that do the right thing
/external/stlport/src/
Dsparc_atomic.s18 ! swap [%o0], %o3 ! Do the compare and swap
37 ! swap [%o0], %o3 ! Do the compare and swap
59 ! swap [%o0], %o3 ! Do the compare and swap
Dsparc_atomic64.s16 casx [%o0], %o2, %o3 ! Do the compare and swap
35 casx [%o0], %o2, %o3 ! Do the compare and swap
55 casx [%o0], %o2, %o3 ! Do the compare and swap
/external/skia/experimental/webtry/
DREADME.md40 Do once
72 Do the first time
75 Do the following the first time you setup a machine, and each time you want to update the code runn…
84 Do this step only once, but only after running webtry_setup.sh the first time
/external/chromium_org/third_party/skia/experimental/webtry/
DREADME.md40 Do once
72 Do the first time
75 Do the following the first time you setup a machine, and each time you want to update the code runn…
84 Do this step only once, but only after running webtry_setup.sh the first time
/external/llvm/test/Transforms/InstCombine/
D2004-02-23-ShiftShiftOverflow.ll4 ; Do not fold into shr X, 34, as this uses undefined behavior!
11 ; Do not fold into shl X, 34, as this uses undefined behavior!
/external/chromium_org/third_party/sqlite/src/test/
Dinsert4.test86 # Do not run the transfer optimization if there is a LIMIT clause
107 # Do not run the transfer optimization if there is a DISTINCT
159 # Do run the transfer optimization if tables have identical
169 # Do run the transfer optimization if the destination table lacks
177 # Do run the transfer optimization if the destination table omits
184 # Do not run the optimization if the destination has NOT NULL
201 # Do run the transfer optimization if the destination table and
218 # Do not run the optimization if any corresponding table
/external/icu/icu4c/source/data/zone/
Dtr.txt457 ls{"Doğu Afrika Saati"}
488 ld{"Kuzey Amerika Doğu Yaz Saati"}
489 lg{"Kuzey Amerika Doğu Saati"}
490 ls{"Kuzey Amerika Doğu Standart Saati"}
553 ld{"Doğu Avustralya Yaz Saati"}
554 lg{"Doğu Avustralya Saati"}
555 ls{"Doğu Avustralya Standart Saati"}
650 ls{"Doğu Timor Saati"}
666 ld{"Doğu Avrupa Yaz Saati"}
667 lg{"Doğu Avrupa Saati"}
[all …]
/external/chromium_org/third_party/icu/source/data/zone/
Dtr.txt460 ls{"Doğu Afrika Saati"}
491 ld{"Kuzey Amerika Doğu Yaz Saati"}
492 lg{"Kuzey Amerika Doğu Saati"}
493 ls{"Kuzey Amerika Doğu Standart Saati"}
556 ld{"Doğu Avustralya Yaz Saati"}
557 lg{"Doğu Avustralya Saati"}
558 ls{"Doğu Avustralya Standart Saati"}
653 ls{"Doğu Timor Saati"}
669 ld{"Doğu Avrupa Yaz Saati"}
670 lg{"Doğu Avrupa Saati"}
[all …]
/external/chromium_org/extensions/common/api/
Dschemas.gypi53 # TODO(thestig) Do not include this file in non-extensions builds.
55 # Do the same for extensions/common/api/schemas.gni.
/external/clang/test/Parser/
Dobjc-try-catch-1.m63 // Do something
66 // Do something
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m186 // Do not infer a property.
193 // Do not infer a property.
199 // Do not infer a property.
203 // Do not infer a property.
/external/chromium_org/chrome/browser/favicon/
DDEPS19 # Do not add to the list of temporarily-allowed dependencies below,
30 # Do not add to the list of temporarily-allowed dependencies above,

12345678910>>...44