/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build | 948 "CLANG_ANALYZER_OUTPUT=plist-html", 1082 -plist 1085 outputs the results as a set of .plist files. 1087 -plist-html 1090 outputs the results as a set of HTML and .plist files. [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build | 948 "CLANG_ANALYZER_OUTPUT=plist-html", 1082 -plist 1085 outputs the results as a set of .plist files. 1087 -plist-html 1090 outputs the results as a set of HTML and .plist files. [all...] |
/external/fio/ |
stat.h | 239 extern unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, fio_fp64_t *plist, unsigned int **output, unsigned int *maxv, unsigned int *minv);
|
gclient.c | 1049 fio_fp64_t *plist, 1078 sprintf(fbuf, "%2.2f%%", plist[i].u.f); 1094 fio_fp64_t *plist, 1110 sprintf(fbuf, "%2.2f%%", plist[i].u.f); 1124 fio_fp64_t *plist = ts->percentile_list; local [all...] |
stat.c | 122 fio_fp64_t *plist, unsigned int **output, 135 while (len < FIO_IO_U_LIST_MAX_LEN && plist[len].u.f != 0.0) 147 qsort((void *)plist, len, sizeof(plist[0]), double_cmp); 155 while (sum >= (plist[j].u.f / 100.0 * nr)) { 156 assert(plist[j].u.f <= 100.0); 185 fio_fp64_t *plist, unsigned int precision) 192 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv); 221 if (plist[j].u.f < 10.0) 224 snprintf(ptr, sizeof(fbuf), fmt, plist[j].u.f) [all...] |
/external/mksh/src/ |
misc.c | 1614 char *plist; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-ppc.c | 6796 struct plt_entry **plist; local [all...] |
elfxx-mips.c | [all...] |
/system/core/init/ |
devices.cpp | 85 struct listnode plist; member in struct:perm_node 124 list_add_tail(&sys_perms, &node->plist); 126 list_add_tail(&dev_perms, &node->plist); 141 dp = &(node_to_item(node, struct perm_node, plist))->dp; 203 perm_node = node_to_item(node, struct perm_node, plist);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
message.py | 64 plist = [] 76 plist.append(f.strip()) 78 return plist
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
plistlib.py | 1 r"""plistlib.py -- a tool to generate and parse MacOSX .plist files. 3 The PropertyList (.plist) file format is a simple XML pickle supporting 7 To write out a plist file, use the writePlist(rootObject, pathOrFile) 11 To parse a plist from a file, use the readPlist(pathOrFile) function, 15 To work with plist data in strings, you can use readPlistFromString() 23 The <data> plist type is supported through the Data class. This is a 26 Generate Plist example: 47 Parse Plist example: 57 "Plist", "Data", "Dict" 59 # Note: the Plist and Dict classes have been deprecated [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
message.py | 64 plist = [] 76 plist.append(f.strip()) 78 return plist
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
plistlib.py | 1 r"""plistlib.py -- a tool to generate and parse MacOSX .plist files. 3 The PropertyList (.plist) file format is a simple XML pickle supporting 7 To write out a plist file, use the writePlist(rootObject, pathOrFile) 11 To parse a plist from a file, use the readPlist(pathOrFile) function, 15 To work with plist data in strings, you can use readPlistFromString() 23 The <data> plist type is supported through the Data class. This is a 26 Generate Plist example: 47 Parse Plist example: 57 "Plist", "Data", "Dict" 59 # Note: the Plist and Dict classes have been deprecated [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 64 plist = [] 76 plist.append(f.strip()) 78 return plist
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
plistlib.py | 1 r"""plistlib.py -- a tool to generate and parse MacOSX .plist files. 3 The PropertyList (.plist) file format is a simple XML pickle supporting 7 To write out a plist file, use the writePlist(rootObject, pathOrFile) 11 To parse a plist from a file, use the readPlist(pathOrFile) function, 15 To work with plist data in strings, you can use readPlistFromString() 23 The <data> plist type is supported through the Data class. This is a 26 Generate Plist example: 47 Parse Plist example: 57 "Plist", "Data", "Dict" 59 # Note: the Plist and Dict classes have been deprecated [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 64 plist = [] 76 plist.append(f.strip()) 78 return plist
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
plistlib.py | 1 r"""plistlib.py -- a tool to generate and parse MacOSX .plist files. 3 The PropertyList (.plist) file format is a simple XML pickle supporting 7 To write out a plist file, use the writePlist(rootObject, pathOrFile) 11 To parse a plist from a file, use the readPlist(pathOrFile) function, 15 To work with plist data in strings, you can use readPlistFromString() 23 The <data> plist type is supported through the Data class. This is a 26 Generate Plist example: 47 Parse Plist example: 57 "Plist", "Data", "Dict" 59 # Note: the Plist and Dict classes have been deprecated [all...] |
/external/f2fs-tools/tools/ |
f2fs_io_parse.c | 86 LIST_HEAD(plist, pid_ent) pid_info;
|
/external/ipsec-tools/src/racoon/ |
isakmp.c | [all...] |
/external/vulkan-validation-layers/ |
vulkan.py | 118 plist = [] 128 plist.append(" %s%s%s%s" % (param.ty[:idx], 136 ",\n".join(plist)) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
gensuitemodule.py | 129 plistfile = os.path.join(application, 'Contents', 'Info.plist') 132 plist = plistlib.Plist.fromFile(plistfile) 133 return plist.get('NSAppleScriptEnabled', False) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
gensuitemodule.py | 129 plistfile = os.path.join(application, 'Contents', 'Info.plist') 132 plist = plistlib.Plist.fromFile(plistfile) 133 return plist.get('NSAppleScriptEnabled', False) [all...] |
/external/toybox/toys/posix/ |
ps.c | 1171 } plist[2], *plold, *plnew, old, new, mix; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tix.py | 435 plist = path.split('.') 437 plist = [] 445 for i in range(len(plist) - 1): 446 n = '.'.join(plist[:i+1]) 452 parent = TixSubWidget(parent, plist[i], 455 # The Tk widget name is in plist, not in name 456 if plist: 457 name = plist[-1] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tix.py | 435 plist = path.split('.') 437 plist = [] 445 for i in range(len(plist) - 1): 446 n = '.'.join(plist[:i+1]) 452 parent = TixSubWidget(parent, plist[i], 455 # The Tk widget name is in plist, not in name 456 if plist: 457 name = plist[-1] [all...] |