/prebuilts/gdb/darwin-x86/lib/python2.7/ |
bdb.py | 29 def canonic(self, filename): member in class:Bdb 32 canonic = self.fncache.get(filename) 33 if not canonic: 34 canonic = os.path.abspath(filename) 35 canonic = os.path.normcase(canonic) 36 self.fncache[filename] = canonic 37 return canonic 127 filename = self.canonic(frame.f_code.co_filename) 152 return self.canonic(frame.f_code.co_filename) in self.break [all...] |
pdb.py | 153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
bdb.py | 29 def canonic(self, filename): member in class:Bdb 32 canonic = self.fncache.get(filename) 33 if not canonic: 34 canonic = os.path.abspath(filename) 35 canonic = os.path.normcase(canonic) 36 self.fncache[filename] = canonic 37 return canonic 127 filename = self.canonic(frame.f_code.co_filename) 152 return self.canonic(frame.f_code.co_filename) in self.break [all...] |
pdb.py | 153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bdb.py | 29 def canonic(self, filename): member in class:Bdb 32 canonic = self.fncache.get(filename) 33 if not canonic: 34 canonic = os.path.abspath(filename) 35 canonic = os.path.normcase(canonic) 36 self.fncache[filename] = canonic 37 return canonic 127 filename = self.canonic(frame.f_code.co_filename) 152 return self.canonic(frame.f_code.co_filename) in self.break [all...] |
pdb.py | 153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 29 def canonic(self, filename): member in class:Bdb 32 canonic = self.fncache.get(filename) 33 if not canonic: 34 canonic = os.path.abspath(filename) 35 canonic = os.path.normcase(canonic) 36 self.fncache[filename] = canonic 37 return canonic 127 filename = self.canonic(frame.f_code.co_filename) 152 return self.canonic(frame.f_code.co_filename) in self.break [all...] |
pdb.py | 153 if (self.mainpyfile != self.canonic(frame.f_code.co_filename) [all...] |
/external/libxml2/doc/devhelp/ |
libxml2-uri.html | 100 </pre><p>Constructs a canonic path from the specified path.</p> 101 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem notation</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new canonic path, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div></div>
|
/external/libxml2/doc/html/ |
libxml-uri.html | 48 </pre><p>Constructs a canonic path from the specified path.</p> 49 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>path</tt></i>:</span></td><td>the resource locator in a filesystem notation</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new canonic path, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td></tr></tbody></table></div><h3><a name="xmlCreateURI" id="xmlCreateURI"></a>Function: xmlCreateURI</h3><pre class="programlisting"><a href="libxml-uri.html#xmlURIPtr">xmlURIPtr</a> xmlCreateURI (void)<br />
|
/external/libxml2/ |
uri.c | [all...] |
/external/libxml2/doc/ |
APIchunk12.html | 69 </dd><dt>canonic</dt><dd><a href="html/libxml-uri.html#xmlCanonicPath">xmlCanonicPath</a><br /> [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ChangeLog | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ChangeLog | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ChangeLog | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ChangeLog | [all...] |