/external/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 111 typedef uint32_t (*SWIGPythonCalculateNumChildren) (void *implementor); 112 …typedef void* (*SWIGPythonGetChildAtIndex) (void *implementor, uin… 113 …typedef int (*SWIGPythonGetIndexOfChildWithName) (void *implementor, con… 380 CalculateNumChildren (const lldb::ScriptInterpreterObjectSP& implementor) in CalculateNumChildren() argument 386 GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor, uint32_t idx) in GetChildAtIndex() argument 392 …GetIndexOfChildWithName (const lldb::ScriptInterpreterObjectSP& implementor, const char* child_nam… in GetIndexOfChildWithName() argument 398 UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor) in UpdateSynthProviderInstance() argument 404 MightHaveChildrenSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor) in MightHaveChildrenSynthProviderInstance() argument
|
D | ScriptInterpreterPython.h | 102 CalculateNumChildren (const lldb::ScriptInterpreterObjectSP& implementor); 105 GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor, uint32_t idx); 108 …GetIndexOfChildWithName (const lldb::ScriptInterpreterObjectSP& implementor, const char* child_nam… 111 UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor); 114 MightHaveChildrenSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor);
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 96 LLDBSwigPython_CalculateNumChildren (void *implementor); 99 LLDBSwigPython_GetChildAtIndex (void *implementor, uint32_t idx); 102 LLDBSwigPython_GetIndexOfChildWithName (void *implementor, const char* child_name); 108 LLDBSwigPython_UpdateSynthProviderInstance (void* implementor); 111 LLDBSwigPython_MightHaveChildrenSynthProviderInstance (void* implementor); 1807 PyObject* implementor = (PyObject*)os_plugin_object_sp->GetObject(); in OSPlugin_RegisterInfo() local 1809 if (implementor == NULL || implementor == Py_None) in OSPlugin_RegisterInfo() 1812 PyObject* pmeth = PyObject_GetAttrString(implementor, callee_name); in OSPlugin_RegisterInfo() 1844 PyObject* py_return = PyObject_CallMethod(implementor, callee_name, NULL); in OSPlugin_RegisterInfo() 1866 PyObject* implementor = (PyObject*)os_plugin_object_sp->GetObject(); in OSPlugin_ThreadsInfo() local [all …]
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Compiler.java | 92 Reflection implementor = new Reflection(); in processClasses() local 94 implementor.start(pool); in processClasses() 112 if (!implementor.makeReflective(c, pool.get(metaobj), in processClasses() 125 implementor.onLoad(pool, entries[i].classname); in processClasses()
|
/external/lldb/scripts/Python/ |
D | python-wrapper.swig | 455 PyObject *implementor 462 PyObject* py_return = LLDBSwigPython_CallOptionalMember(implementor,callee_name, NULL); 484 PyObject *implementor, 490 PyCallable pfunc = PyCallable::FindWithMemberFunction(implementor,"get_child_at_index"); 521 PyObject *implementor, 527 PyCallable pfunc = PyCallable::FindWithMemberFunction(implementor,"get_child_index"); 553 PyObject *implementor 560 PyObject* py_return = LLDBSwigPython_CallOptionalMember(implementor,callee_name); 573 PyObject *implementor 580 PyObject* py_return = LLDBSwigPython_CallOptionalMember(implementor,callee_name, Py_True);
|
/external/llvm/docs/TableGen/ |
D | index.rst | 217 "Instruction" in the LLVM code generator) or for the implementor to help factor
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 255 for implementor (i.e.\ me), and taking into account that flow labels
|
/external/llvm/docs/tutorial/ |
D | LangImpl4.rst | 100 all languages and for all situations. LLVM allows a compiler implementor
|
D | OCamlLangImpl4.rst | 110 all languages and for all situations. LLVM allows a compiler implementor
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 780 recommended that the implementor of a compressor follow the general
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 361 …/code> values accessed in the target VM. •Calls to xxx will return an implementor of this interfa…
|
/external/icu/icu4c/source/test/testdata/ |
D | rbbitst.txt | 361 …/code> values accessed in the target VM. •Calls to xxx will return an implementor of this interfa…
|
/external/robolectric/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/jetty/ |
D | VERSION.txt | 1140 + 343172 Check package implementor for version
|