HomeSort by relevance Sort by last modified time
    Searched defs:callback_type (Results 1 - 4 of 4) sorted by null

  /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/lib/asan/lit_tests/TestCases/
deep_thread_stack.cc 26 typedef void* (*callback_type)(void* arg); typedef
30 pthread_create(&thread, NULL, (callback_type)function, NULL);
35 void RunThread(callback_type function) {
  /external/chromium_org/ppapi/tests/
test_case.h 162 void set_callback_type(CallbackType callback_type) {
163 callback_type_ = callback_type;
165 CallbackType callback_type() const { function in class:TestCase
test_utils.h 102 TestCompletionCallback(PP_Instance instance, CallbackType callback_type);
162 CallbackType callback_type() { return callback_type_; } function in class:TestCompletionCallback
203 CallbackType callback_type)
204 : callback_(instance, callback_type),
240 if (callback_.callback_type() == PP_BLOCKING) {
247 if (callback_.callback_type() == PP_OPTIONAL)
268 CallbackType callback_type)
269 : BaseType(instance, callback_type) {
291 CallbackType callback_type)
292 : BaseType(instance, callback_type) {
    [all...]

Completed in 117 milliseconds