Searched defs:entrypath (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1525 def close(self, entrypath): argument 1529 def getmode(self, entrypath): argument 1533 def open(self, entrypath): argument 1537 def setmode(self, entrypath, mode='none'): argument 1572 def close(self, entrypath): argument 1576 def getmode(self, entrypath): argument 1580 def open(self, entrypath): argument 1591 def getstatus(self, entrypath): argument 1595 def setstatus(self, entrypath, mode='on'): argument
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1524 def close(self, entrypath): argument 1528 def getmode(self, entrypath): argument 1532 def open(self, entrypath): argument 1536 def setmode(self, entrypath, mode='none'): argument 1571 def close(self, entrypath): argument 1575 def getmode(self, entrypath): argument 1579 def open(self, entrypath): argument 1589 def getstatus(self, entrypath): argument 1593 def setstatus(self, entrypath, mode='on'): argument
|
/aosp_15_r20/external/curl/lib/ |
H A D | ftp.h | 125 char *entrypath; /* the PWD reply when we logged on */ member
|