Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp118 int DoStuff() { in DoStuff() function
124 DoStuff<First, (First + Last)/2>(); in DoStuff()
125 DoStuff<(First + Last)/2, Last>(); in DoStuff()
129 int stuff = DoStuff<0, 1>();
Dwarn-comma-operator.cpp146 bool DoStuff();
157 for (x = 0; x < 10; DoStuff(), ++x) {} in test9()
/external/webrtc/api/task_queue/
Dpending_task_safety_flag_unittest.cc68 void DoStuff() { in TEST() function in webrtc::TEST::Owner
93 tq2.SendTask([&owner]() { owner->DoStuff(); }); in TEST()
114 void DoStuff() { in TEST() function in webrtc::TEST::Owner
141 tq2.SendTask([&owner]() { owner->DoStuff(); }); in TEST()
/external/sfntly/cpp/src/test/
Dlock_test.cc168 static void DoStuff(Lock* lock, int* value) { in DoStuff() function in sfntly::MutexLockTestThread
179 DoStuff(lock_, value_); in ThreadMain()
198 MutexLockTestThread::DoStuff(&lock, &value); in MutexTwoThreads()
221 MutexLockTestThread::DoStuff(&lock, &value); in MutexFourThreads()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc78 void DoStuff(sample::RequestPtr request, in DoStuff() function in mojo::test::__anon9ea3dc700111::SampleFactoryImpl
162 void DoStuff(bool* got_response, in DoStuff() function
217 factory->DoStuff(std::move(request), std::move(pipe0.handle0), in TEST_P()
218 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()
242 factory->DoStuff(std::move(request), ScopedMessagePipeHandle(), in TEST_P()
243 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()
/external/libchrome/base/synchronization/
Dlock_unittest.cc198 static void DoStuff(Lock* lock, int* value) { in DoStuff() function in base::MutexLockTestThread
208 void ThreadMain() override { DoStuff(lock_, value_); } in ThreadMain()
226 MutexLockTestThread::DoStuff(&lock, &value); in TEST()
248 MutexLockTestThread::DoStuff(&lock, &value); in TEST()
/external/cronet/base/synchronization/
Dlock_unittest.cc166 static void DoStuff(Lock* lock, int* value) { in DoStuff() function in base::MutexLockTestThread
176 void ThreadMain() override { DoStuff(lock_, value_); } in ThreadMain()
192 MutexLockTestThread::DoStuff(&lock, &value); in TEST()
214 MutexLockTestThread::DoStuff(&lock, &value); in TEST()
/external/oss-fuzz/projects/example/my-api-repo/
DREADME.md8 …i.cpp](my_api.cpp) implement the API we want to test/fuzz. The function `DoStuff()` inside [my_api…
9 * [do_stuff_unittest.cpp](do_stuff_unittest.cpp): is a unit test for `DoStuff()`. Unit tests are no…
10 ….cpp](do_stuff_fuzzer.cpp): is a [fuzz target](http://libfuzzer.info/#fuzz-target) for `DoStuff()`.
12 ….github.io/oss-fuzz/getting-started/new-project-guide#dictionaries) for `DoStuff()`. Optional, but…
Dmy_api.h8 size_t DoStuff(const std::string &str);
Ddo_stuff_fuzzer.cpp11 DoStuff(str); // Disregard the output. in LLVMFuzzerTestOneInput()
Ddo_stuff_fuzzer.dict1 # A dictionary for more efficient fuzzing of DoStuff().
Ddo_stuff_unittest.cpp13 size_t Result = DoStuff(str); in TestDoStuff()
Dmy_api.cpp11 size_t DoStuff(const std::string &str) { in DoStuff() function
/external/pigweed/pw_span/
Ddocs.rst29 bool DoStuff() {
44 bool DoStuff() {
60 void DoStuff() {
/external/oss-fuzz/infra/cifuzz/test_data/external-project/
Dmy_api.h19 size_t DoStuff(const std::string &str);
Ddo_stuff_fuzzer.cpp22 DoStuff(str); // Disregard the output. in LLVMFuzzerTestOneInput()
Ddo_stuff_fuzzer.dict1 # A dictionary for more efficient fuzzing of DoStuff().
Dmy_api.cpp22 size_t DoStuff(const std::string &str) { in DoStuff() function
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_factory.mojom33 DoStuff(Request request, handle<message_pipe>? pipe) =>
/external/golang-protobuf/cmd/protoc-gen-go/testdata/retention/
Dretention.proto169 rpc DoStuff(TopLevelMessage) returns (TopLevelMessage) { rpc
/external/cronet/base/memory/
Draw_ptr.md497 it->second.DoStuff();
501 `A` object, the program may inadvertently call `DoStuff()` on the wrong `Ext`
558 DoStuff();
570 You will need to make sure that `DoStuff()` is sufficiently trivial and can't
/external/pigweed/pw_string/
Dguide.rst166 void DoStuff() {
/external/libchrome/base/containers/
DREADME.md262 DoStuff(); // May call stack.push(), say if writing a parser.
/external/cronet/base/containers/
DREADME.md304 DoStuff(); // May call stack.push(), say if writing a parser.
/external/libchrome/mojo/public/tools/bindings/
DREADME.md185 DoStuff();