Searched refs:super (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DBCCRuntimeSymbolResolver.h26 typedef ArraySymbolResolver<BCCRuntimeSymbolResolver> super; typedef in class:bcc::BCCRuntimeSymbolResolver
33 BCCRuntimeSymbolResolver() : super(/* pSorted */true) { }
/frameworks/compile/libbcc/include/bcc/Support/
H A DInputFile.h26 typedef File<FileBase::kReadMode> super; typedef in class:bcc::InputFile
H A DOutputFile.h30 typedef File<FileBase::kWriteMode> super; typedef in class:bcc::OutputFile
/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp24 : super(pFilename, pFlags) { }
H A DOutputFile.cpp81 : super(pFilename, pFlags) { }
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py338 super (AndroidStatus, self).__init__(name, cat)
428 super (StartAndroidApp, self).__init__(adb, name, cat, verbose)
582 super (RunAndroidApp, self).__init__(adb, name, cat, verbose)
592 super (AttachAndroidApp, self).__init__(adb, name, cat, verbose)
659 super (LoadApp, self).__init__(adb, name, cat, verbose)
729 super (SetAndroidDevice, self).__init__(name, cat)

Completed in 56 milliseconds