HomeSort by relevance Sort by last modified time
    Searched defs:do_nothing (Results 1 - 25 of 27) sorted by null

1 2

  /external/compiler-rt/test/dfsan/
vararg.c 10 int do_nothing(const char *format, ...) { function
18 fp = do_nothing;
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
eq.pass.cpp 20 void do_nothing(int*) {} function
28 const std::shared_ptr<int> p3(ptr2, do_nothing);
lt.pass.cpp 19 void do_nothing(int*) {} function
27 const std::shared_ptr<int> p3(ptr2, do_nothing);
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
eq.pass.cpp 20 void do_nothing(int*) {} function
28 const std::shared_ptr<int> p3(ptr2, do_nothing);
lt.pass.cpp 19 void do_nothing(int*) {} function
27 const std::shared_ptr<int> p3(ptr2, do_nothing);
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
pr13244.c 4 do_nothing (int param) function
13 do_nothing (0);
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /external/clang/tools/scan-build-py/tests/functional/src/
emit-one.c 15 int do_nothing() function
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 51 struct do_nothing struct
59 typedef std::unique_ptr<int, do_nothing> Ptr;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 51 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.index/
difference_type.pass.cpp 37 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/
op_star.pass.cpp 45 struct do_nothing struct
60 std::unique_ptr<int, do_nothing> p(&i);
61 test(&p, std::unique_ptr<int, do_nothing>(&i));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 37 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
op_star.pass.cpp 45 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/
dlopen.cpp 69 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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 88 struct do_nothing struct
93 typedef std::unique_ptr<int, do_nothing> Ptr;
unique_pred.pass.cpp 114 struct do_nothing struct
119 typedef std::unique_ptr<int, do_nothing> Ptr;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 101 struct do_nothing struct
106 typedef std::unique_ptr<int, do_nothing> Ptr;
unique_pred.pass.cpp 127 struct do_nothing struct
132 typedef std::unique_ptr<int, do_nothing> Ptr;
  /external/python/cpython3/Lib/test/
test_pdb.py 283 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():
    [all...]
  /external/autotest/scheduler/
drone_manager_unittest.py 89 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/syslinux/com32/modules/
ifmemdsk.c 69 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

Completed in 328 milliseconds

1 2