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

  /external/curl/
maketgz 64 PLIST=lib/libcurl.plist
69 for a in $HEADER $CHEADER $PLIST; do
74 PLIST="$PLIST$ext"
95 # Replace version number in plist file:
96 sed -i.bak "s/7\.12\.3/$libversion/g" $PLIST
97 rm -f "$PLIST.bak"
  /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
  /external/swiftshader/third_party/llvm-7.0/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>
  /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...]
  /external/python/cpython3/Lib/
plistlib.py 1 r"""plistlib.py -- a tool to generate and parse MacOSX .plist files.
3 The property list (.plist) file format is a simple XML pickle supporting
7 To write out a plist file, use the dump(value, file)
11 To parse a plist from a file, use the load(file) function,
15 To work with plist data in bytes objects, you can use loads()
22 Generate Plist example:
42 Parse Plist example:
91 Read a .plist from a path or file. pathOrFile should either
104 Write 'value' to a .plist file. 'pathOrFile' may either be a
117 Read a plist data from a bytes object. Return the root object
    [all...]
  /external/fonttools/Doc/source/designspaceLib/
readme.rst 569 <string>The contents use the PLIST format.</string>
    [all...]

Completed in 870 milliseconds