Searched refs:Do (Results 1 - 25 of 155) sorted by relevance

1234567

/external/chromium_org/chrome/installer/util/
H A Dconditional_work_item_list.cc16 bool ConditionalWorkItemList::Do() { function in class:ConditionalWorkItemList
20 return WorkItemList::Do();
H A Dcallback_work_item_unittest.cc22 EXPECT_FALSE(work_item.Do());
43 // Test that the callback is invoked correclty during Do() and Rollback().
49 EXPECT_TRUE(work_item.Do());
H A Dcreate_dir_work_item.h19 virtual bool Do();
H A Dcallback_work_item.h13 // A work item that invokes a callback on Do() and Rollback(). In the following
38 virtual bool Do() OVERRIDE;
H A Dself_reg_work_item.h18 virtual bool Do();
H A Dcallback_work_item.cc20 bool CallbackWorkItem::Do() { function in class:CallbackWorkItem
H A Dcreate_dir_work_item_unittest.cc44 EXPECT_TRUE(work_item->Do());
64 EXPECT_TRUE(work_item->Do());
88 EXPECT_TRUE(work_item->Do());
121 EXPECT_TRUE(work_item->Do());
H A Dcreate_reg_key_work_item.h21 virtual bool Do();
H A Ddelete_reg_key_work_item.h26 virtual bool Do() OVERRIDE;
H A Ddelete_reg_value_work_item.h21 virtual bool Do();
29 // The status before Do is called.
31 // One possible outcome after Do(). Value is deleted.
33 // One possible outcome after Do(). Value is not found.
35 // The status after Do() and Rollback() is called.
37 // Another possible outcome after Do() (when there is an error).
H A Ddelete_tree_work_item.h24 virtual bool Do();
49 // are created and populated in Do() as-needed. We don't use a standard
H A Dmove_tree_work_item.h25 virtual bool Do();
40 // If |check_duplicates| is CHECK_DUPLICATES, then Do() will first check
H A Dset_reg_value_work_item_unittest.cc77 EXPECT_TRUE(work_item1->Do());
78 EXPECT_TRUE(work_item2->Do());
124 EXPECT_TRUE(work_item1->Do());
125 EXPECT_TRUE(work_item2->Do());
167 EXPECT_TRUE(work_item->Do());
188 EXPECT_TRUE(work_item->Do());
237 EXPECT_TRUE(work_item1->Do());
238 EXPECT_TRUE(work_item2->Do());
272 EXPECT_TRUE(work_item3->Do());
301 EXPECT_FALSE(work_item->Do());
[all...]
H A Ddelete_reg_value_work_item_unittest.cc44 // Delete a value. The value should get deleted after Do() and should be
74 EXPECT_TRUE(work_item1->Do());
75 EXPECT_TRUE(work_item2->Do());
76 EXPECT_TRUE(work_item3->Do());
122 EXPECT_TRUE(work_item1->Do());
123 EXPECT_TRUE(work_item2->Do());
H A Dconditional_work_item_list.h23 virtual bool Do();
25 // Does a rollback of the items (if any) that were run in Do.
H A Dcopy_tree_work_item.h30 virtual bool Do();
H A Dcreate_dir_work_item.cc32 bool CreateDirWorkItem::Do() { function in class:CreateDirWorkItem
H A Ddelete_reg_key_work_item.cc32 bool DeleteRegKeyWorkItem::Do() { function in class:DeleteRegKeyWorkItem
63 // put new data in the key after Do().
H A Dcreate_reg_key_work_item_unittest.cc60 EXPECT_TRUE(work_item->Do());
86 EXPECT_TRUE(work_item->Do());
114 EXPECT_TRUE(work_item->Do());
153 EXPECT_TRUE(work_item->Do());
183 EXPECT_TRUE(work_item->Do());
H A Dwork_item_list.h32 virtual bool Do();
168 virtual bool Do();
H A Ddelete_reg_key_work_item_unittest.cc42 EXPECT_TRUE(item->Do());
58 EXPECT_TRUE(item->Do());
74 EXPECT_TRUE(item->Do());
117 EXPECT_FALSE(item->Do());
H A Dself_reg_work_item.cc92 bool SelfRegWorkItem::Do() { function in class:SelfRegWorkItem
/external/stlport/src/
H A 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
H A 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/libnl/
H A Dconfigure.in33 AS_HELP_STRING([--disable-cli], [Do not build command line interface utils]),

Completed in 1316 milliseconds

1234567