Searched defs:callback_type (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp21 typedef std::function<void(X&)> callback_type; typedef in struct:X
24 callback_type _cb;
/external/compiler-rt/test/asan/TestCases/
H A Ddeep_thread_stack.cc27 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/
H A Dtest_file_mapping.cc31 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());
27 ReadEntireFile(PP_Instance instance, pp::FileIO* file_io, int32_t offset, std::string* data, CallbackType callback_type) argument
50 WriteEntireBuffer(PP_Instance instance, pp::FileIO* file_io, int32_t offset, const std::string& data, CallbackType callback_type) argument
[all...]
H A Dtest_utils.cc299 CallbackType callback_type)
303 callback_type_(callback_type),
298 TestCompletionCallback(PP_Instance instance, CallbackType callback_type) argument
H A Dtest_utils.h107 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)
205 TestCompletionCallbackWithOutput(PP_Instance instance, CallbackType callback_type) argument
H A Dtest_file_io.cc87 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());
83 ReadEntireFile(PP_Instance instance, pp::FileIO* file_io, int32_t offset, std::string* data, CallbackType callback_type) argument
106 ReadToArrayEntireFile(PP_Instance instance, pp::FileIO* file_io, int32_t offset, std::string* data, CallbackType callback_type) argument
145 WriteEntireBuffer(PP_Instance instance, pp::FileIO* file_io, int32_t offset, const std::string& data, CallbackType callback_type) argument
[all...]
H A Dtest_url_loader.cc36 CallbackType callback_type) {
37 TestCompletionCallback callback(instance, callback_type);
155 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
175 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
194 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
223 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
240 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
257 callback_type());
329 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
451 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
32 WriteEntireBuffer(PP_Instance instance, pp::FileIO* file_io, int32_t offset, const std::string& data, CallbackType callback_type) argument
[all...]
H A Dtest_case.h163 void set_callback_type(CallbackType callback_type) { argument
164 callback_type_ = callback_type;
166 CallbackType callback_type() const { function in class:TestCase
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.cc72 CallbackType callback_type) {
76 callback_type_ = callback_type;
85 if (callback_type != START && callback_type != READ)
93 if (callback_type == READ && result == 0)
96 callback_type_ = callback_type;
69 SetupCallback( net::CompletionCallback callback, int result, CallbackType callback_type) argument
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_tracker.cc406 const string& callback_type, const string& value) {
425 update_type += callback_type;
404 TrackSessionDescriptionCallback( RTCPeerConnectionHandler* pc_handler, Action action, const string& callback_type, const string& value) argument

Completed in 254 milliseconds