HomeSort by relevance Sort by last modified time
    Searched refs:PLIST (Results 1 - 17 of 17) sorted by null

  /external/curl/
maketgz 57 PLIST=lib/libcurl.plist
62 for a in $HEADER $CHEADER $PLIST; do
67 PLIST="$PLIST$ext"
85 # Replace version number in plist file:
86 sed -i "s/7\.12\.3/$libversion/g" $PLIST
  /external/swiftshader/third_party/LLVM/utils/
show-diagnostics 26 # Complete the plist (the log itself is just the chunks).
29 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
31 <plist version="1.0">
35 </plist>""" % data
  /external/llvm/utils/
clang-parse-diagnostics-file 52 # Complete the plist (the log itself is just the chunks).
55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
57 <plist version="1.0">
61 </plist>""" % data
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
14 <plist version="1.0">
86 </plist>
  /external/python/cpython2/Lib/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
14 <plist version="1.0">
86 </plist>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
14 <plist version="1.0">
86 </plist>
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
14 <plist version="1.0">
86 </plist>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
14 <plist version="1.0">
86 </plist>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 12 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" \
14 <plist version="1.0">
86 </plist>
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 142 entitlementsPath := filepath.Join(tmpdir, "Entitlements.plist")
146 if err := ioutil.WriteFile(filepath.Join(appdir, "Info.plist"), []byte(infoPlist), 0744); err != nil {
149 if err := ioutil.WriteFile(filepath.Join(appdir, "ResourceRules.plist"), []byte(resourceRules), 0744); err != nil {
566 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
567 <plist version="1.0">
574 <key>CFBundleResourceSpecification</key><string>ResourceRules.plist</string>
578 </plist>
583 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"
    [all...]
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 142 entitlementsPath := filepath.Join(tmpdir, "Entitlements.plist")
146 if err := ioutil.WriteFile(filepath.Join(appdir, "Info.plist"), []byte(infoPlist), 0744); err != nil {
149 if err := ioutil.WriteFile(filepath.Join(appdir, "ResourceRules.plist"), []byte(resourceRules), 0744); err != nil {
566 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
567 <plist version="1.0">
574 <key>CFBundleResourceSpecification</key><string>ResourceRules.plist</string>
578 </plist>
583 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/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/
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/
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/
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...]

Completed in 3126 milliseconds