Searched defs:do_nothing (Results 1 - 17 of 17) 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/libcxx/test/std/utilities/smartptr/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/clang/tools/scan-build-py/tests/functional/src/
H A Demit-one.c15 int do_nothing() function
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
H A Ddifference_type.pass.cpp37 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr;
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
H A Drv_value.pass.cpp51 struct do_nothing struct
59 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
60 std::unique_ptr<int, do_nothing> p(&i);
61 test(&p, std::unique_ptr<int, do_nothing>(&i));
/external/compiler-rt/test/cfi/cross-dso/
H A Ddlopen.cpp69 extern "C" __attribute__((aligned(4096))) void do_nothing() {} function
128 void (*do_nothing)() = (void (*)())dlsym(handle, "do_nothing");
129 assert(do_nothing);
130 save_code((char *)do_nothing);
137 do_nothing(); // UB here
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp101 struct do_nothing struct
106 typedef std::unique_ptr<int, do_nothing> Ptr;
H A Dunique_pred.pass.cpp127 struct do_nothing struct
132 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/python/cpython3/Lib/test/
H A Dtest_pdb.py283 def do_nothing(): function
294 ... test.test_pdb.do_nothing()
321 ... 'step', # step into do_nothing
342 3 test.test_pdb.do_nothing()
360 3 test.test_pdb.do_nothing()
368 -> test.test_pdb.do_nothing()
371 > ...test_pdb.py(...)do_nothing()
372 -> def do_nothing():
374 ... -> def do_nothing():
/external/syslinux/com32/modules/
H A Difmemdsk.c69 static f_find do_nothing; variable
83 static f_find * do_walk_safe_hooks = do_nothing;
84 static f_find * do_scan_mbfts = do_nothing;
117 do_scan_drives = do_nothing;
306 static int do_nothing(void) { function
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dpy_func_test.py349 def do_nothing(unused_x): function in function:PyFuncTest.testNoReturnValueStateless
353 do_nothing, [constant_op.constant(3, dtypes.int64)], [], stateful=False)
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c1119 Bool do_nothing = True; local
1121 do_nothing = False;
1123 if (do_nothing /* wrong platform */) {

Completed in 582 milliseconds