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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/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++/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++/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++/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/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/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);
  /ndk/sources/cxx-stl/llvm-libc++/src/
ios.cpp 215 // register_callback
218 ios_base::register_callback(event_callback fn, int index) function in class:ios_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 457 register_callback(event_callback __fn, int __index);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 451 register_callback(event_callback __fn, int __index);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 451 register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 457 register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 457 register_callback(event_callback __fn, int __index);

Completed in 3257 milliseconds

1 2