Searched refs:getall (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 525 for k, v in codenamemapper.getall('class'): 534 for k, v in codenamemapper.getall('class'): 870 def getall(self, type): member in CodeNameMapper 1116 classlist = self.namemappers[0].getall('class') 1123 proplist = self.namemappers[0].getall('property') 1130 complist = self.namemappers[0].getall('comparison') 1137 enumlist = self.namemappers[0].getall('enum')
|
/external/curl/tests/ |
D | getpart.pm | 160 sub getall { subroutine
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 248 static int getall(struct listentry ** namelist); 498 count = getall(&namelist); in main() 1029 static int getall(struct listentry ** namelist) { in getall() function
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 434 abcdefghijklmnopqrstuvwxyz\=copy=1,get=1,getall 437 adef\=get=1,get=2,get=3,get=4,getall 438 bcdef\=get=1,get=2,get=3,get=4,getall 442 abc\00def\=copy=0,getall 4188 XcX\=ovector=2,get=1,get=2,get=3,get=4,getall 4193 xab\=getall 4201 abc\=ph,copy=0,copy=1,getall
|
D | testinput6 | 4794 XcX\=ovector=2,get=1,get=2,get=3,get=4,getall 4801 a\=ovector=2,get=1,get=2,getall 4802 aaa\=ovector=2,get=1,get=2,getall 4805 abc\=ph,copy=0,copy=1,getall
|
D | testoutput6 | 7428 XcX\=ovector=2,get=1,get=2,get=3,get=4,getall 7445 a\=ovector=2,get=1,get=2,getall 7450 aaa\=ovector=2,get=1,get=2,getall 7460 abc\=ph,copy=0,copy=1,getall
|
D | testoutput2 | 1004 abcdefghijklmnopqrstuvwxyz\=copy=1,get=1,getall 1018 adef\=get=1,get=2,get=3,get=4,getall 1031 bcdef\=get=1,get=2,get=3,get=4,getall 1057 abc\00def\=copy=0,getall 13788 XcX\=ovector=2,get=1,get=2,get=3,get=4,getall 13808 xab\=getall 13835 abc\=ph,copy=0,copy=1,getall
|
/external/python/cpython2/Doc/library/ |
D | email.rst | 255 * The method :meth:`getall` was renamed to
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 1074 getall extract all captured substrings 1198 The getall modifier tests pcre2_substring_list_get(), which extracts
|