Searched defs:implementor (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonTestSuite.cpp | 123 extern "C" bool LLDBSWIGPythonCallThreadPlan(void *implementor, in LLDBSWIGPythonCallThreadPlan() 136 LLDBSwigPythonCallBreakpointResolver(void *implementor, const char *method_name, in LLDBSwigPythonCallBreakpointResolver() 141 extern "C" size_t LLDBSwigPython_CalculateNumChildren(void *implementor, in LLDBSwigPython_CalculateNumChildren() 146 extern "C" void *LLDBSwigPython_GetChildAtIndex(void *implementor, in LLDBSwigPython_GetChildAtIndex() 151 extern "C" int LLDBSwigPython_GetIndexOfChildWithName(void *implementor, in LLDBSwigPython_GetIndexOfChildWithName() 165 extern "C" bool LLDBSwigPython_UpdateSynthProviderInstance(void *implementor) { in LLDBSwigPython_UpdateSynthProviderInstance() 170 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(void *implementor) { in LLDBSwigPython_MightHaveChildrenSynthProviderInstance() 175 LLDBSwigPython_GetValueSynthProviderInstance(void *implementor) { in LLDBSwigPython_GetValueSynthProviderInstance() 189 LLDBSwigPythonCallCommandObject(void *implementor, lldb::DebuggerSP &debugger, in LLDBSwigPythonCallCommandObject() 217 LLDBSwigPython_GetRecognizedArguments(void *implementor, in LLDBSwigPython_GetRecognizedArguments() [all …]
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 212 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() 396 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() 402 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() 407 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() 413 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() 418 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() 423 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() 428 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 1519 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local 1584 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo() local 1639 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo() local 1726 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData() local 1785 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread() local 2384 void *implementor = generic->GetValue(); in CalculateNumChildren() local 2407 void *implementor = generic->GetValue(); in GetChildAtIndex() local 2439 void *implementor = generic->GetValue(); in GetIndexOfChildWithName() local 2464 void *implementor = generic->GetValue(); in UpdateSynthProviderInstance() local 2487 void *implementor = generic->GetValue(); in MightHaveChildrenSynthProviderInstance() local [all …]
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Compiler.java | 94 Reflection implementor = new Reflection(); in processClasses() local
|
/external/mesa3d/include/android_stub/system/ |
D | radio.h | 136 char implementor[RADIO_STRING_LEN_MAX]; /* implementor name */ member 152 char implementor[RADIO_STRING_LEN_MAX]; member
|