/prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-ppc.c | [all...] |
/external/selinux/libsemanage/src/ |
pywrap-test.py | 192 (status, plist) = semanage.semanage_port_list(sh) 197 if ( len(plist) == 0): 201 for port in plist: [all...] |
/external/clang/tools/scan-build/libexec/ |
ccc-analyzer | 745 if ($OutputFormat =~ /plist/) { 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 750 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
ccc-analyzer | 726 if ($OutputFormat =~ /plist/) { 728 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 731 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
ccc-analyzer | 729 if ($OutputFormat =~ /plist/) { 731 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 734 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 745 if ($OutputFormat =~ /plist/) { 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 750 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 745 if ($OutputFormat =~ /plist/) { 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 750 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 745 if ($OutputFormat =~ /plist/) { 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 750 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
ccc-analyzer | 729 if ($OutputFormat =~ /plist/) { 731 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 734 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 745 if ($OutputFormat =~ /plist/) { 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 750 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 745 if ($OutputFormat =~ /plist/) { 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 750 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 745 if ($OutputFormat =~ /plist/) { 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 750 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
ccc-analyzer | 726 if ($OutputFormat =~ /plist/) { 728 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 731 # If the HtmlDir is not set, we should clean up the plist files.
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 679 if ($OutputFormat =~ /plist/) { 681 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 684 # If the HtmlDir is not set, we sould clean up the plist files.
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 679 if ($OutputFormat =~ /plist/) { 681 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist", 684 # If the HtmlDir is not set, we sould clean up the plist files.
|
/external/selinux/policycoreutils/semanage/ |
seobject.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Makefile | 523 $(RESSRCDIR)/Info.plist 532 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \ 533 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/config/ |
Makefile | 524 $(RESSRCDIR)/Info.plist 533 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \ 534 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 523 $(RESSRCDIR)/Info.plist 532 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \ 533 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 524 $(RESSRCDIR)/Info.plist 533 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \ 534 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
buildtools.py | 295 # And deduce the .plist and .icns names 300 plistname = tmp + '.plist' 332 builder.plist = plistlib.Plist.fromFile(plistname)
|
pimp.py | 53 DEFAULT_PIMPDATABASE_FMT="http://www.python.org/packman/version-%s/%s-%s-%s-%s-%s.plist" 393 plistdata = plistlib.Plist.fromFile(fp) 453 """Dump the contents of the database to an XML .plist file. 467 plist = plistlib.Plist(**plistdata) 468 plist.write(pathOrFile) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
buildtools.py | 295 # And deduce the .plist and .icns names 300 plistname = tmp + '.plist' 332 builder.plist = plistlib.Plist.fromFile(plistname)
|