Home
last modified time | relevance | path

Searched refs:listname (Results 1 – 25 of 53) sorted by relevance

123

/external/icu/icu4c/source/tools/toolutil/
Dpkg_icu.cpp37 isListTextFile(const char *listname) { in isListTextFile() argument
38 const char *listNameEnd=strchr(listname, 0); in isListTextFile()
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { in isListTextFile()
59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument
64 if(listname==NULL || listname[0]==0) { in readList()
77 listNameEnd=strchr(listname, 0); in readList()
78 if(isListTextFile(listname)) { in readList()
84 file=fopen(listname, "r"); in readList()
86 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); in readList()
136 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) { in readList()
[all …]
/external/python/cpython2/Mac/Modules/file/
Dfilescan.py29 listname = "functions"
36 listname = "alias_methods"
37 return classname, listname
42 listname = "alias_methods"
45 listname = "fsspec_methods"
48 listname = "fsref_methods"
49 return classname, listname
/external/python/cpython2/Mac/Modules/cm/
Dcmscan.py28 listname = "functions"
37 listname = "c_methods"
40 listname = "ci_methods"
41 return classname, listname
/external/python/cpython2/Mac/Modules/cg/
Dcgscan.py34 listname = "functions"
39 listname = t + "_methods"
45 listname = t + "_methods"
46 return classname, listname
/external/python/cpython2/Mac/Modules/cf/
Dcfscan.py56 listname = "functions"
61 listname = t + "_methods"
67 listname = t + "_methods"
68 return classname, listname
/external/llvm-project/llvm/utils/benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname)
2 string(REPLACE ";" " " ${listname} "${${listname}}")
/external/libcxx/utils/google-benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname)
2 string(REPLACE ";" " " ${listname} "${${listname}}")
/external/llvm-project/libcxx/utils/google-benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname)
2 string(REPLACE ";" " " ${listname} "${${listname}}")
/external/google-benchmark/cmake/
Dsplit_list.cmake1 macro(split_list listname)
2 string(REPLACE ";" " " ${listname} "${${listname}}")
/external/python/cpython2/Mac/Modules/qd/
Dqdscan.py52 listname = "functions"
57 listname = "gr_methods"
60 listname = "bm_methods"
67 return classname, listname
/external/python/cpython2/Mac/Modules/ibcarbon/
DIBCarbonscan.py28 listname = "functions"
33 listname = "methods"
34 return classname, listname
/external/python/cpython2/Mac/Modules/scrap/
Dscrapscan.py31 listname = "functions"
36 listname = "methods"
37 return classname, listname
/external/python/cpython2/Mac/Modules/res/
Dresscan.py30 listname = "functions"
35 listname = "resmethods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffsscan.py25 listname = "functions"
30 listname = "methods"
31 return classname, listname
/external/python/cpython2/Mac/Modules/ae/
Daescan.py31 listname = "functions"
38 listname = "aedescmethods"
39 return classname, listname
/external/python/cpython2/Mac/Modules/menu/
Dmenuscan.py25 listname = "functions"
30 listname = "methods"
31 return classname, listname
/external/python/cpython2/Mac/Modules/ah/
Dahscan.py29 listname = "functions"
35 listname = "methods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/snd/
Dsndscan.py28 listname = "functions"
33 listname = "sndmethods"
34 return classname, listname
/external/python/cpython2/Mac/Modules/te/
Dtescan.py29 listname = "functions"
35 listname = "methods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/evt/
Devtscan.py29 listname = "functions"
35 listname = "methods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/app/
Dappscan.py29 listname = "functions"
35 listname = "methods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/help/
Dhelpscan.py29 listname = "functions"
35 listname = "methods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/list/
Dlistscan.py29 listname = "functions"
35 listname = "methods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/dlg/
Ddlgscan.py30 listname = "functions"
35 listname = "methods"
36 return classname, listname
/external/python/cpython2/Mac/Modules/win/
Dwinscan.py25 listname = "functions"
30 listname = "methods"
31 return classname, listname

123