/external/chromium_org/chrome/installer/util/ |
conditional_work_item_list.cc | 16 bool ConditionalWorkItemList::Do() { 20 return WorkItemList::Do(); 22 VLOG(1) << "No work to do in condition work item list "
|
callback_work_item_unittest.cc | 22 EXPECT_FALSE(work_item.Do()); 43 // Test that the callback is invoked correclty during Do() and Rollback(). 49 EXPECT_TRUE(work_item.Do());
|
callback_work_item.h | 13 // A work item that invokes a callback on Do() and Rollback(). In the following 17 // // A callback invoked to do some work. 38 virtual bool Do() OVERRIDE;
|
create_dir_work_item.h | 14 // It also creates all necessary intermediate paths if they do not exist. 19 virtual bool Do();
|
create_reg_key_work_item.h | 16 // It also creates all necessary intermediate keys if they do not exist. 21 virtual bool Do();
|
delete_reg_key_work_item.h | 26 virtual bool Do() OVERRIDE;
|
self_reg_work_item.h | 18 virtual bool Do();
|
copy_reg_key_work_item.h | 23 virtual bool Do() OVERRIDE;
|
delete_reg_value_work_item.h | 21 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).
|
delete_tree_work_item.h | 24 virtual bool Do(); 49 // are created and populated in Do() as-needed. We don't use a standard
|
copy_reg_key_work_item_unittest.cc | 47 EXPECT_TRUE(item->Do()); 67 EXPECT_TRUE(item->Do()); 86 EXPECT_TRUE(item->Do()); 109 // Now copy the empty key into the dest, which should do nothing. 115 EXPECT_TRUE(item->Do()); 121 // Rollback should do nothing. 150 EXPECT_TRUE(item->Do()); 175 EXPECT_TRUE(item->Do());
|
callback_work_item.cc | 20 bool CallbackWorkItem::Do() {
|
conditional_work_item_list.h | 23 virtual bool Do(); 25 // Does a rollback of the items (if any) that were run in Do.
|
create_dir_work_item_unittest.cc | 44 EXPECT_TRUE(work_item->Do()); 64 EXPECT_TRUE(work_item->Do()); 88 EXPECT_TRUE(work_item->Do()); 121 EXPECT_TRUE(work_item->Do());
|
move_tree_work_item.h | 25 virtual bool Do(); 40 // If |check_duplicates| is CHECK_DUPLICATES, then Do() will first check 43 // in dest_path. If so, it will do nothing and return true, otherwise it will
|
set_reg_value_work_item_unittest.cc | 69 EXPECT_TRUE(work_item1->Do()); 70 EXPECT_TRUE(work_item2->Do()); 108 EXPECT_TRUE(work_item1->Do()); 109 EXPECT_TRUE(work_item2->Do()); 147 EXPECT_TRUE(work_item->Do()); 164 EXPECT_TRUE(work_item->Do()); 205 EXPECT_TRUE(work_item1->Do()); 206 EXPECT_TRUE(work_item2->Do()); 236 EXPECT_TRUE(work_item3->Do()); 261 EXPECT_FALSE(work_item->Do()); [all...] |
delete_reg_value_work_item_unittest.cc | 44 // 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());
|
copy_tree_work_item.h | 15 // paths of the destination path if they do not exist. The file system 30 virtual bool Do();
|
create_dir_work_item.cc | 25 do { 32 bool CreateDirWorkItem::Do() {
|
delete_reg_key_work_item.cc | 26 bool DeleteRegKeyWorkItem::Do() { 59 // put new data in the key after Do().
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
groupify.sed | 8 @c Do not edit this file!! It is automatically generated from sed-in.texi.
|
/external/stlport/src/ |
sparc_atomic.s | 18 ! 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
|
sparc_atomic64.s | 16 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
|
/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic.s | 18 ! 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
|
sparc_atomic64.s | 16 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
|