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

  /external/chromium_org/tools/gyp/test/mac/postbuild-defaults/
postbuild-defaults.sh 8 # This is the built Info.plist in the output directory.
9 PLIST="${BUILT_PRODUCTS_DIR}"/Test.app/Contents/Info # No trailing .plist
10 echo $(defaults read "${PLIST}" "CFBundleName") > "${BUILT_PRODUCTS_DIR}/result"
12 # This is the source Info.plist next to this script file.
13 PLIST="${SRCROOT}"/Info # No trailing .plist
14 echo $(defaults read "${PLIST}" "CFBundleName") \
  /external/chromium_org/remoting/host/installer/mac/tools/
ksregister.sh 8 PLIST=/Library/LaunchAgents/$NAME.plist
16 $KSADMIN --register --productid $KSPID --version $KSPVERSION --xcpath $PLIST --url $KSUPDATE
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 14 PLIST=/Library/LaunchAgents/org.chromium.chromoting.plist
65 "$context" "$PLIST"
remoting_postflight.sh 14 PLIST=/Library/LaunchAgents/org.chromium.chromoting.plist
44 --xcpath "$PLIST" --url "$KSUPDATE"
111 launchctl bsexec "$pid" sudo -u "#$uid" launchctl load -w -S Aqua "$PLIST"
  /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
  /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>
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_writer_unittest.py 23 '''Substitutes the variable parts into a plist template. The result
33 The text of a plist template with the variable parts substituted.
37 <!DOCTYPE plist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
38 <plist version="1">
53 </plist>''' % (product_name, bundle_id, policies)
68 'plist',
100 'plist',
150 'plist',
202 'plist',
    [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 580 milliseconds