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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/
register_callback.pass.cpp 14 // void register_callback(event_callback fn, int index);
49 b.register_callback(f1, 4);
50 b.register_callback(f1, 4);
51 b.register_callback(f1, 4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 74 ios.register_callback(f1, 4);
75 ios.register_callback(f2, 5);
76 ios.register_callback(f3, 6);
90 ios.register_callback(f1, 4);
91 ios.register_callback(f2, 5);
92 ios.register_callback(f3, 6);
copyfmt.pass.cpp 119 ios1.register_callback(f1, 4);
120 ios1.register_callback(f2, 5);
139 ios2.register_callback(g1, 7);
140 ios2.register_callback(g2, 8);
141 ios2.register_callback(g3, 9);
swap.pass.cpp 81 ios1.register_callback(f1, 4);
82 ios1.register_callback(f2, 5);
101 ios2.register_callback(g1, 7);
102 ios2.register_callback(g2, 8);
103 ios2.register_callback(g3, 9);
move.pass.cpp 90 ios2.register_callback(g1, 7);
91 ios2.register_callback(g2, 8);
92 ios2.register_callback(g3, 9);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
dtor.pass.cpp 79 b.register_callback(f1, 4);
80 b.register_callback(f2, 5);
81 b.register_callback(f3, 6);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
imbue.pass.cpp 80 b.register_callback(f1, 4);
81 b.register_callback(f2, 5);
82 b.register_callback(f3, 6);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 34 def register_callback(self, callback): member in class:WindowList
54 register_callback = registry.register_callback variable
macosxSupport.py 116 WindowList.register_callback(postwindowsmenu)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 34 def register_callback(self, callback): member in class:WindowList
54 register_callback = registry.register_callback variable
macosxSupport.py 116 WindowList.register_callback(postwindowsmenu)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gcc-plugin.h 138 extern void register_callback (const char *plugin_name,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gcc-plugin.h 138 extern void register_callback (const char *plugin_name,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gcc-plugin.h 138 extern void register_callback (const char *plugin_name,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gcc-plugin.h 138 extern void register_callback (const char *plugin_name,
  /external/chromium_org/chrome/browser/sync/glue/
history_model_worker.cc 46 explicit AddDBThreadObserverTask(base::Closure register_callback)
47 : register_callback_(register_callback) {}
  /external/stlport/src/
ios.cpp 181 void ios_base::register_callback(event_callback __fn, int index) { function in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 183 void ios_base::register_callback(event_callback __fn, int index) { function in class:ios_base
  /external/stlport/stlport/stl/
_ios_base.h 156 void register_callback(event_callback __fn, int __index);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 158 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 156 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 156 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 156 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 158 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 158 void register_callback(event_callback __fn, int __index);

Completed in 1955 milliseconds

1 2