HomeSort by relevance Sort by last modified time
    Searched refs:do_nothing (Results 1 - 25 of 34) 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/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
  /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
  /external/grpc-grpc/test/core/transport/
stream_owned_slice_test.cc 26 static void do_nothing(void* arg, grpc_error* error) {} function
34 GRPC_STREAM_REF_INIT(&r, 1, do_nothing, nullptr, "test");
  /external/clang/tools/scan-build-py/tests/functional/src/
emit-one.c 15 int do_nothing() function
  /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));
  /art/test/1960-obsolete-jit-multithread-native/src/
Main.java 183 private Consumer<Consumer<String>> do_nothing; field in class:Main.TestThread
187 Consumer<Consumer<String>> do_nothing,
192 this.do_nothing = do_nothing;
198 t.nativeSayHi(do_nothing, w);
200 t.nativeSayHi(do_nothing, w);
  /art/test/1961-obsolete-jit-multithread/src/
Main.java 181 private Consumer<Consumer<String>> do_nothing; field in class:Main.TestThread
185 Consumer<Consumer<String>> do_nothing,
190 this.do_nothing = do_nothing;
196 t.sayHi(do_nothing, w);
198 t.sayHi(do_nothing, w);
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /external/grpc-grpc/test/core/security/
oauth2_utils.cc 66 static void do_nothing(void* unused, grpc_error* error) {} function
82 GRPC_CLOSURE_INIT(&do_nothing_closure, do_nothing, nullptr,
  /external/grpc-grpc/test/core/util/
test_tcp_server.cc 91 static void do_nothing(void* arg, grpc_error* error) {} function
101 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr,
  /external/grpc-grpc/test/core/iomgr/
resolve_address_posix_test.cc 50 static void do_nothing(void* arg, grpc_error* error) {} function
70 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr,
resolve_address_test.cc 48 static void do_nothing(void* arg, grpc_error* error) {} function
66 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr,
  /external/grpc-grpc/test/core/surface/
lame_client_test.cc 41 void do_nothing(void* arg, grpc_error* error) {} function
58 GRPC_CLOSURE_INIT(&transport_op_cb, do_nothing, nullptr,
  /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;
  /external/grpc-grpc/test/core/client_channel/resolvers/
dns_resolver_cooldown_test.cc 116 static void do_nothing(void* arg, grpc_error* error) {} function
132 GRPC_CLOSURE_INIT(&do_nothing_cb, do_nothing, nullptr,
  /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;
  /external/autotest/scheduler/
drone_manager_unittest.py 88 def do_nothing(): function in function:DroneManager.setUp
90 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
383 def do_nothing(): function in function:ThreadedDroneTest.setUp
385 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
  /external/autotest/venv/skylab_suite/cmd/
run_suite_skylab.py 107 if options.do_nothing:
108 logging.info('Exit early because --do_nothing requested.')
  /external/grpc-grpc/test/core/end2end/
dualstack_socket_test.cc 54 static void do_nothing(void* ignored) {} function
132 strlen(client_host), do_nothing);
  /external/grpc-grpc/test/core/slice/
slice_test.cc 70 static void do_nothing(void* ignored) {} function
75 grpc_slice slice = grpc_slice_new(&x, 1, do_nothing);

Completed in 5698 milliseconds

1 2