Searched refs:do_nothing (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/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/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/libcxx/test/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/lldb/test/functionalities/thread/create_during_step/
H A Dmain.cpp19 #define do_nothing() macro
24 do_nothing();
76 do_nothing();
/external/lldb/test/functionalities/thread/exit_during_step/
H A Dmain.cpp19 #define do_nothing() macro
24 do_nothing();
61 do_nothing();
/external/lldb/test/functionalities/thread/multi_break/
H A Dmain.cpp21 #define do_nothing() macro
26 do_nothing();
/external/lldb/test/functionalities/thread/step_out/
H A Dmain.cpp19 #define do_nothing() macro
24 do_nothing();
/external/libcxx/test/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/lldb/test/functionalities/thread/thread_exit/
H A Dmain.cpp18 #define do_nothing() macro
23 do_nothing();
/external/lldb/test/functionalities/thread/break_after_join/
H A Dmain.cpp25 #define do_nothing() macro
30 do_nothing();
/external/lldb/test/functionalities/thread/exit_during_break/
H A Dmain.cpp25 #define do_nothing() macro
30 do_nothing();
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/
H A Dcmp_nullptr.pass.cpp42 void do_nothing(int*) {} function
/external/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
H A Drv_value.pass.cpp49 struct do_nothing struct
60 typedef std::unique_ptr<int, do_nothing> Ptr;
/external/lldb/test/functionalities/thread/concurrent_events/
H A Dmain.cpp29 #define do_nothing() macro
34 do_nothing();
/external/libcxx/test/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/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c971 Bool do_nothing = True; local
973 do_nothing = False;
975 if (do_nothing /* wrong platform */)

Completed in 238 milliseconds