HomeSort by relevance Sort by last modified time
    Searched refs:Do (Results 1 - 25 of 310) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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();
self_reg_work_item.h 18 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;
delete_tree_work_item.h 24 virtual bool Do();
49 // are created and populated in Do() as-needed. We don't use a standard
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());
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).
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 77 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...]
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 32 bool DeleteRegKeyWorkItem::Do() {
63 // put new data in the key after Do().
  /build/core/
target_test_internal.mk 23 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
27 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
31 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
  /frameworks/rs/java/
Android.mk 3 # Only build our tests if we doing a top-level build. Do not build the
  /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

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>