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

  /external/chromium_org/ppapi/proxy/
interface_list.h 52 class InterfaceInfo {
54 InterfaceInfo(const void* in_interface, Permission in_perm)
72 DISALLOW_COPY_AND_ASSIGN(InterfaceInfo);
81 friend class InterfaceInfo;
83 typedef base::ScopedPtrHashMap<std::string, InterfaceInfo>
  /external/llvm/lib/IR/
PassRegistry.cpp 97 PassInfo *InterfaceInfo = const_cast<PassInfo*>(getPassInfo(InterfaceID));
98 if (!InterfaceInfo) {
101 InterfaceInfo = &Registeree;
115 ImplementationInfo->addInterfaceImplemented(InterfaceInfo);
117 AnalysisGroupInfo &AGI = AnalysisGroupInfoMap[InterfaceInfo];
122 assert(InterfaceInfo->getNormalCtor() == nullptr &&
126 InterfaceInfo->setNormalCtor(ImplementationInfo->getNormalCtor());
127 InterfaceInfo->setTargetMachineCtor(
  /external/qemu/include/qom/
object.h 34 typedef struct InterfaceInfo InterfaceInfo;
449 InterfaceInfo *interfaces;
517 * InterfaceInfo:
522 struct InterfaceInfo {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wlanapi.h 232 WLAN_INTERFACE_INFO InterfaceInfo[];

Completed in 260 milliseconds