HomeSort by relevance Sort by last modified time
    Searched refs:do_nothing (Results 1 - 24 of 24) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
pr13244.c 4 do_nothing (int param) function
13 do_nothing (0);
  /external/compiler-rt/test/dfsan/
vararg.c 10 int do_nothing(const char *format, ...) { function
18 fp = do_nothing;
  /external/clang/test/Sema/
warn-string-conversion.c 3 void do_nothing();
8 do_nothing(); \
13 ((expr) ? do_nothing() : assert_error())
  /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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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
  /external/v8/test/mjsunit/regress/
regress-357105.js 9 function do_nothing() { } function
21 global = f(do_nothing);
23 global = f(do_nothing);
  /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
58 std::unique_ptr<int, do_nothing> p(&i);
59 test(&p, std::unique_ptr<int, do_nothing>(&i));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
op_star.pass.cpp 45 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/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 38 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 38 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr;
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 50 struct do_nothing struct
61 typedef std::unique_ptr<int, do_nothing> Ptr;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 49 struct do_nothing struct
60 typedef std::unique_ptr<int, do_nothing> Ptr;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 89 struct do_nothing struct
94 typedef std::unique_ptr<int, do_nothing> Ptr;
unique_pred.pass.cpp 115 struct do_nothing struct
120 typedef std::unique_ptr<int, do_nothing> Ptr;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 89 struct do_nothing struct
94 typedef std::unique_ptr<int, do_nothing> Ptr;
unique_pred.pass.cpp 115 struct do_nothing struct
120 typedef std::unique_ptr<int, do_nothing> Ptr;
  /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/valgrind/coregrind/m_debuginfo/
debuginfo.c 1123 Bool do_nothing = True; local
    [all...]

Completed in 781 milliseconds