HomeSort by relevance Sort by last modified time
    Searched refs:callback_type (Results 1 - 25 of 37) sorted by null

1 2

  /external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp 21 typedef std::function<void(X&)> callback_type; typedef in struct:X
24 callback_type _cb;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp 21 typedef std::function<void(X&)> callback_type; typedef in struct:X
24 callback_type _cb;
  /external/compiler-rt/test/asan/TestCases/
deep_thread_stack.cc 27 typedef void* (*callback_type)(void* arg); typedef
31 pthread_create(&thread, NULL, (callback_type)function, NULL);
36 void RunThread(callback_type function) {
  /external/chromium_org/ppapi/tests/
test_video_decoder.cc 36 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
48 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
61 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_tcp_socket_private.cc 62 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
80 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
100 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
129 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
140 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
158 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
190 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
205 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
224 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
226 if (callback_type() == PP_REQUIRED && rv != PP_OK_COMPLETIONPENDING
    [all...]
test_file_system.cc 29 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
52 TestCompletionCallback callback_1(instance_->pp_instance(), callback_type());
56 TestCompletionCallback callback_2(instance_->pp_instance(), callback_type());
66 TestCompletionCallback callback_3(instance_->pp_instance(), callback_type());
test_file_io.cc 87 CallbackType callback_type) {
88 TestCompletionCallback callback(instance, callback_type);
110 CallbackType callback_type) {
112 instance, callback_type);
149 CallbackType callback_type) {
150 TestCompletionCallback callback(instance, callback_type);
196 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
291 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
317 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
337 "test_test", callback_type());
    [all...]
test_mouse_lock.cc 42 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
57 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_output_protection_private.cc 30 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
48 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_tcp_socket.cc 71 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
91 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
121 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
139 TestCompletionCallback cb_1(instance_->pp_instance(), callback_type());
140 TestCompletionCallback cb_2(instance_->pp_instance(), callback_type());
141 TestCompletionCallback cb_3(instance_->pp_instance(), callback_type());
209 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
264 callback_type());
272 instance_->pp_instance(), callback_type());
320 TestCompletionCallback cb(instance_->pp_instance(), callback_type());
    [all...]
test_file_mapping.cc 31 CallbackType callback_type) {
32 TestCompletionCallback callback(instance, callback_type);
54 CallbackType callback_type) {
55 TestCompletionCallback callback(instance, callback_type);
79 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
106 callback_type()));
136 callback_type()));
152 callback_type()));
171 callback_type()));
209 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
    [all...]
test_host_resolver_private_disallowed.cc 44 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_platform_verification_private.cc 33 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
test_utils.h 107 TestCompletionCallback(PP_Instance instance, CallbackType callback_type);
167 CallbackType callback_type() { return callback_type_; } function in class:TestCompletionCallback
206 CallbackType callback_type)
207 : callback_(instance, callback_type),
244 if (callback_.callback_type() == PP_BLOCKING) {
254 if (callback_.callback_type() == PP_OPTIONAL)