Searched defs:do_nothing (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
H A Deq.pass.cpp20 void do_nothing(int*) {} function
28 const std::shared_ptr<int> p3(ptr2, do_nothing);
H A Dlt.pass.cpp19 void do_nothing(int*) {} function
27 const std::shared_ptr<int> p3(ptr2, do_nothing);
H A Dcmp_nullptr.pass.cpp42 void do_nothing(int*) {} function
/external/v8/test/mjsunit/regress/
H A Dregress-357105.js9 function do_nothing() { } function
21 global = f(do_nothing);
23 global = f(do_nothing);
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.special/
H A Dcmp_nullptr.pass.cpp42 void do_nothing(int*) {} function
/external/compiler-rt/test/dfsan/
H A Dvararg.c10 int do_nothing(const char *format, ...) { function
18 fp = do_nothing;
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
H A Ddifference_type.pass.cpp38 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr;
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
H A Dop_star.pass.cpp45 struct do_nothing struct
58 std::unique_ptr<int, do_nothing> p(&i);
59 test(&p, std::unique_ptr<int, do_nothing>(&i));
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
H A Drv_value.pass.cpp50 struct do_nothing struct
61 typedef std::unique_ptr<int, do_nothing> Ptr;
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp89 struct do_nothing struct
94 typedef std::unique_ptr<int, do_nothing> Ptr;
H A Dunique_pred.pass.cpp115 struct do_nothing struct
120 typedef std::unique_ptr<int, do_nothing> Ptr;
/external/autotest/scheduler/
H A Ddrone_manager_unittest.py89 def do_nothing(): function in function:DroneManager.setUp
91 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
401 def do_nothing(): function in function:ThreadedDroneTest.setUp
403 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c1123 Bool do_nothing = True; local
1125 do_nothing = False;
1127 if (do_nothing /* wrong platform */) {

Completed in 363 milliseconds