HomeSort by relevance Sort by last modified time
    Searched full:plist (Results 176 - 200 of 404) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/gyp/
iOSShell.gyp 39 '../experimental/iOSShell/iOSShell-Info.plist',
80 'INFOPLIST_FILE' : '../experimental/iOSShell/iOSShell-Info.plist',
example.gyp 46 'INFOPLIST_FILE' : '../example/mac/HelloWorld-Info.plist',
apptype_console.gypi 57 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/tool-Info.plist',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 232 plist = self.getphraselist()
239 if plist:
240 returnlist = [(SPACE.join(self.commentlist), plist[0])]
268 returnlist = [(SPACE.join(plist) + ' (' +
271 returnlist = [(SPACE.join(plist), routeaddr)]
274 if plist:
275 returnlist = [(SPACE.join(self.commentlist), plist[0])]
436 plist = []
442 plist.append(self.getquote())
448 plist.append(self.getatom(self.phraseends)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 232 plist = self.getphraselist()
239 if plist:
240 returnlist = [(SPACE.join(self.commentlist), plist[0])]
268 returnlist = [(SPACE.join(plist) + ' (' +
271 returnlist = [(SPACE.join(plist), routeaddr)]
274 if plist:
275 returnlist = [(SPACE.join(self.commentlist), plist[0])]
436 plist = []
442 plist.append(self.getquote())
448 plist.append(self.getatom(self.phraseends)
    [all...]
  /external/google-breakpad/src/testing/gtest/xcode/Config/
General.xcconfig 40 // VERSIONING BUILD SETTINGS (used in Info.plist)
  /external/google-breakpad/src/testing/gtest/xcode/Scripts/
versiongenerate.py 32 """A script to prepare version informtion for use the gtest Info.plist file.
37 the Info.plist of the framework, giving the correct value to the version
83 # Info.plist file.
90 // defines some version strings for substitution in the Info.plist. Because of
  /external/lldb/tools/driver/
Makefile 21 LLVMLibsOptions += -Wl,-sectcreate -Wl,__TEXT -Wl,__info_plist -Wl,"$(PROJ_SRC_DIR)/lldb-Info.plist"
  /external/lldb/www/
symbols.html 185 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
186 <plist version="1.0">
215 </plist>
222 quickly return a plist with a single <b>DBGError</b> key that indicates a timeout
240 knows how to check for these plist files so it can automatically remap the source
243 <p>If we take the two UUID values from the returns plist above, we can split
247 23516BE4-29BE-350C-91C9-F36E7999F0F1.plist
248 A40597AA-5529-3337-8C09-D8A014EB1578.plist
250 <b>% cat /path/to/foo.dSYM/Contents/Resources/23516BE4-29BE-350C-91C9-F36E7999F0F1.plist</b>
    [all...]
  /external/protobuf/gtest/xcode/Config/
General.xcconfig 40 // VERSIONING BUILD SETTINGS (used in Info.plist)
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 32 """A script to prepare version informtion for use the gtest Info.plist file.
37 the Info.plist of the framework, giving the correct value to the version
83 # Info.plist file.
90 // defines some version strings for substitution in the Info.plist. Because of
  /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/clang/tools/scan-build/
scan-build.1 20 .Op Fl plist
21 .Op Fl plist-html
48 .Li .plist
82 .It Fl plist
84 .Li .plist
88 .It Fl plist-html
89 Output the results as a set of HTML and .plist files
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build.1 20 .Op Fl plist
21 .Op Fl plist-html
48 .Li .plist
82 .It Fl plist
84 .Li .plist
88 .It Fl plist-html
89 Output the results as a set of HTML and .plist files
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build.1 20 .Op Fl plist
21 .Op Fl plist-html
48 .Li .plist
82 .It Fl plist
84 .Li .plist
88 .It Fl plist-html
89 Output the results as a set of HTML and .plist files
  /external/lldb/tools/debugserver/source/
RNBServices.cpp 115 // Append the application info to the plist array
122 ListApplications(std::string& plist, bool opt_runningApps, bool opt_debuggable)
189 // Append the application info to the plist array
201 // write plist to service port
208 plist.assign((char *)bytes, size);
RNBServices.h 26 int ListApplications (std::string &plist, bool opt_runningApps, bool opt_debuggable);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 52 self.plist = []
65 self.plist.append(f.strip())
69 return self.plist
74 for p in self.plist:
81 for p in self.plist:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 52 self.plist = []
65 self.plist.append(f.strip())
69 return self.plist
74 for p in self.plist:
81 for p in self.plist:
  /external/google-breakpad/src/client/mac/Breakpad.xcodeproj/
project.pbxproj     [all...]
  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj 84 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
143 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
372 INFOPLIST_FILE = Info.plist;
384 INFOPLIST_FILE = Info.plist;
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj 84 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
143 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
372 INFOPLIST_FILE = Info.plist;
384 INFOPLIST_FILE = Info.plist;
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 36 /// \param plistOut if non-empty, it is the file path to store the plist with
61 /// \param plistOut if non-empty, it is the file path to store the plist with
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 1 //===--- PlistReporter.cpp - ARC Migrate Tool Plist Reporter ----*- C++ -*-===//
125 o << "</dict>\n</plist>";

Completed in 275 milliseconds

1 2 3 4 5 6 78 91011>>