Searched refs:get_context (Results 1 - 4 of 4) sorted by relevance
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | CodeContext.py | 107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext 142 lines, lastindent = self.get_context(new_topvisible, 155 lines, lastindent = self.get_context(new_topvisible,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | CodeContext.py | 107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext 142 lines, lastindent = self.get_context(new_topvisible, 155 lines, lastindent = self.get_context(new_topvisible,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | msxml2.h | 6961 virtual HRESULT WINAPI get_context(IXMLDOMNode **ppNode) = 0; 6988 HRESULT (WINAPI *get_context)(IXMLDOMSelection *This,IXMLDOMNode **ppNode); member in struct:MSXML2::IXMLDOMSelectionVtbl 7017 #define IXMLDOMSelection_get_context(This,ppNode) (This)->lpVtbl->get_context(This,ppNode)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | msxml2.h | 6961 virtual HRESULT WINAPI get_context(IXMLDOMNode **ppNode) = 0; 6988 HRESULT (WINAPI *get_context)(IXMLDOMSelection *This,IXMLDOMNode **ppNode); member in struct:MSXML2::IXMLDOMSelectionVtbl 7017 #define IXMLDOMSelection_get_context(This,ppNode) (This)->lpVtbl->get_context(This,ppNode)
|
Completed in 222 milliseconds