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

  /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_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)
test_case.h 164 void set_callback_type(CallbackType callback_type) {
165 callback_type_ = callback_type;
167 CallbackType callback_type() const { function in class:TestCase

Completed in 325 milliseconds