Home
last modified time | relevance | path

Searched refs:do_nothing (Results 1 – 25 of 36) sorted by relevance

12

/external/compiler-rt/test/cfi/cross-dso/
Ddlopen.cpp69 extern "C" __attribute__((aligned(4096))) void do_nothing() {} in do_nothing() function
128 void (*do_nothing)() = (void (*)())dlsym(handle, "do_nothing"); in main() local
129 assert(do_nothing); in main()
130 save_code((char *)do_nothing); in main()
137 do_nothing(); // UB here in main()
/external/clang/test/Sema/
Dwarn-string-conversion.c3 void do_nothing();
8 do_nothing(); \
13 ((expr) ? do_nothing() : assert_error())
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
Dop_star.pass.cpp45 struct do_nothing struct
60 std::unique_ptr<int, do_nothing> p(&i); in main() argument
61 test(&p, std::unique_ptr<int, do_nothing>(&i)); in main()
/external/compiler-rt/test/dfsan/
Dvararg.c10 int do_nothing(const char *format, ...) { in do_nothing() function
18 fp = do_nothing; in main()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
Deq.pass.cpp20 void do_nothing(int*) {} in do_nothing() function
28 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
Dlt.pass.cpp19 void do_nothing(int*) {} in do_nothing() function
27 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
Dcmp_nullptr.pass.cpp42 void do_nothing(int*) {} in do_nothing() function
/external/grpc-grpc/test/core/transport/
Dstream_owned_slice_test.cc26 static void do_nothing(void* arg, grpc_error* error) {} in do_nothing() function
34 GRPC_STREAM_REF_INIT(&r, 1, do_nothing, nullptr, "test"); in main()
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
Ddifference_type.pass.cpp37 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
/external/grpc-grpc/test/core/security/
Doauth2_utils.cc66 static void do_nothing(void* unused, grpc_error* error) {} in do_nothing() function
82 GRPC_CLOSURE_INIT(&do_nothing_closure, do_nothing, nullptr, in grpc_test_fetch_oauth2_token_with_credentials()
/external/grpc-grpc/test/core/util/
Dtest_tcp_server.cc91 static void do_nothing(void* arg, grpc_error* error) {} in do_nothing() function
101 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr, in test_tcp_server_destroy()
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
Drv_value.pass.cpp51 struct do_nothing struct
59 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
/external/grpc-grpc/test/core/surface/
Dlame_client_test.cc41 void do_nothing(void* arg, grpc_error* error) {} in do_nothing() function
58 GRPC_CLOSURE_INIT(&transport_op_cb, do_nothing, nullptr, in test_transport_op()
/external/grpc-grpc/test/core/iomgr/
Dresolve_address_posix_test.cc50 static void do_nothing(void* arg, grpc_error* error) {} in do_nothing() function
70 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr, in args_finish()
Dresolve_address_test.cc48 static void do_nothing(void* arg, grpc_error* error) {} in do_nothing() function
66 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr, in args_finish()
/external/clang/tools/scan-build-py/tests/functional/src/
Demit-one.c15 int do_nothing() in do_nothing() function
/external/autotest/scheduler/
Ddrone_manager_unittest.py88 def do_nothing(): function
90 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
383 def do_nothing(): function
385 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
Dcmp_nullptr.pass.cpp42 void do_nothing(int*) {} in do_nothing() function
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp101 struct do_nothing struct
106 typedef std::unique_ptr<int, do_nothing> Ptr; argument
Dunique_pred.pass.cpp127 struct do_nothing struct
132 typedef std::unique_ptr<int, do_nothing> Ptr; argument
/external/grpc-grpc/test/core/slice/
Dslice_test.cc70 static void do_nothing(void* ignored) {} in do_nothing() function
75 grpc_slice slice = grpc_slice_new(&x, 1, do_nothing); in test_slice_new_returns_something_sensible()
/external/grpc-grpc/test/core/client_channel/resolvers/
Ddns_resolver_cooldown_test.cc116 static void do_nothing(void* arg, grpc_error* error) {} in do_nothing() function
132 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr, in iomgr_args_finish()
/external/grpc-grpc/test/core/end2end/
Ddualstack_socket_test.cc54 static void do_nothing(void* ignored) {} in do_nothing() function
132 strlen(client_host), do_nothing); in test_connect()
/external/autotest/venv/skylab_suite/
DREADME.md30 --build=nyan_blaze-release/R69-10763.0.0 --priority 215 --do_nothing
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc553 std::unique_ptr<Closure> do_nothing = MakeClosure([](grpc_error* error) {}); in BM_TransportStreamRecv() local
569 op.on_complete = do_nothing.get(); in BM_TransportStreamRecv()
612 do_nothing.get(); in BM_TransportStreamRecv()

12