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

1 2 3 4 5 67 8 91011>>

  /external/libpcap/
README.macosx 47 org.tcpdump.chmod_bpf.plist launchd plist file. chmod_bpf should be
48 installed in /usr/local/bin/chmod_bpf, and org.tcpdump.chmod_bpf.plist
50 org.tcpdump.chmod_bpf.plist, must be owned by root. Installing the
51 script and plist file won't immediately cause the script to be executed;
59 sudo launchctl load /Library/LaunchDaemons/org.tcpdump.chmod_bpf.plist
  /external/clang/include/clang/StaticAnalyzer/Core/
Analyses.def 31 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticConsumer)
32 ANALYSIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (allowing for mult-file bugs)", createPlistMultiFileDiagnosticConsumer)
33 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Plists", createPlistHTMLDiagnosticConsumer)
  /external/ipsec-tools/src/racoon/
isakmp_ident.c 111 struct payload_list *plist = NULL; local
149 plist = isakmp_plist_append(plist, iph1->sa, ISAKMP_NPTYPE_SA);
154 plist = isakmp_plist_append_natt_vids(plist, vid_natt);
170 plist = isakmp_plist_append(plist,
177 plist = isakmp_plist_append(plist,
192 plist = isakmp_plist_append(plist,
964 struct payload_list *plist = NULL; local
1648 struct payload_list *plist = NULL; local
1767 struct payload_list *plist = NULL; local
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 231 @Input pList : pointer to start of linked list entry
242 #define DMA_LL_SET_WD0(pList, BSWAP, DIR, PW) \
244 MEMIO_WRITE_FIELD(pList, DMAC_LL_BSWAP, BSWAP); \
245 MEMIO_WRITE_FIELD(pList, DMAC_LL_DIR, DIR); \
246 MEMIO_WRITE_FIELD(pList, DMAC_LL_PW, PW); \
259 @Input pList : pointer to start of linked list entry
270 #define DMA_LL_SET_WD1(pList, INCR, PI, LEN) \
272 MEMIO_WRITE_FIELD(pList, DMAC_LL_PI, PI); \
273 MEMIO_WRITE_FIELD(pList, DMAC_LL_INCR, INCR); \
274 MEMIO_WRITE_FIELD(pList, DMAC_LL_LEN, LEN);
    [all...]
  /external/clang/utils/analyzer/
update_plist_test.pl 6 die "update_plist_test <test file> <plist file>\n" if ($#ARGV < 1);
25 # Copy the plist data, and specially format it.
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
README.rtf 28 \f1 StartupParameters.plist
32 \f1 sudo cp DNSmasq StartupParameters.plist /Library/StartupItems/DNSmasq\
  /external/skia/gyp/
SimpleCocoaApp.gyp 26 '../experimental/SimpleCocoaApp/SimpleApp-Info.plist',
49 'INFOPLIST_FILE' : '../experimental/SimpleCocoaApp/SimpleApp-Info.plist',
FileReaderApp.gyp 35 '../experimental/FileReaderApp/FileReaderApp-Info.plist',
59 'INFOPLIST_FILE' : '../experimental/FileReaderApp/FileReaderApp-Info.plist',
SimpleiOSApp.gyp 28 '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist',
54 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/SimpleiOSApp-Info.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
  /external/clang/tools/driver/
CMakeLists.txt 83 # Configure plist creation for OS X.
84 set (TOOL_INFO_PLIST "Info.plist" CACHE STRING "Plist name")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 40 from plistlib import Plist
75 and creates the PkgInfo and Info.plist files.
84 # The property list ("plist")
85 plist = Plist(CFBundleDevelopmentRegion = "English", variable in class:BundleBuilder
129 plist = self.plist
130 plist.CFBundleName = self.name
131 plist.CFBundlePackageType = self.type
133 if hasattr(plist, "CFBundleSignature")
    [all...]
  /external/clang/include/clang/Basic/
PlistSupport.h 1 //===---------- PlistSupport.h - Plist Output Utilities ---------*- C++ -*-===//
48 "<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" "
50 "<plist version=\"1.0\">\n";
  /external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
TableGen.tmLanguage 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
132 </plist>
  /external/clang/test/Modules/
system_version.m 18 // RUN: echo "hello" > %t/System/Library/CoreServices/SystemVersion.plist
25 // RUN: echo "modules" > %t/System/Library/CoreServices/SystemVersion.plist
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
class.swg 42 let rec try_parent plist raw_ptr =
43 match plist with
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 138 def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]):
151 test = subst(e['test'], filename, plist)
154 command = subst(e[key], MIMEtype, filename, plist)
170 def subst(field, MIMEtype, filename, plist=[]):
194 res = res + findparam(name, plist)
202 def findparam(name, plist):
205 for p in plist:
MimeWriter.py 128 def startbody(self, ctype, plist=[], prefix=1):
132 parameter, plist, provides additional parameters for the
138 for name, value in plist:
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
151 plist parameter provides optional parameters for the subtype. The
160 [("boundary", self._boundary)] + plist,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 138 def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]):
151 test = subst(e['test'], filename, plist)
154 command = subst(e[key], MIMEtype, filename, plist)
170 def subst(field, MIMEtype, filename, plist=[]):
194 res = res + findparam(name, plist)
202 def findparam(name, plist):
205 for p in plist:
MimeWriter.py 128 def startbody(self, ctype, plist=[], prefix=1):
132 parameter, plist, provides additional parameters for the
138 for name, value in plist:
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
151 plist parameter provides optional parameters for the subtype. The
160 [("boundary", self._boundary)] + plist,
  /external/lldb/tools/debugserver/debugserver.xcodeproj/
project.pbxproj 52 26203D1C1641EFB200A662F7 /* com.apple.debugserver.applist.internal.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.apple.debugserver.applist.internal.plist; sourceTree = "<group>"; };
53 26203D1D1641EFB200A662F7 /* com.apple.debugserver.internal.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.apple.debugserver.internal.plist; sourceTree = "<group>"; };
54 26242C390DDBD33C0054A4CC /* debugserver-entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "debugserver-entitlements.plist"; sourceTree = "<group>"; };
68 269E8DF8164B2ED200AD65F6 /* com.apple.debugserver.posix.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.app (…)
    [all...]
  /external/libogg/macosx/Ogg.xcodeproj/
project.pbxproj 15 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
22 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
70 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 34 FX_PRIVATEDATA* pList = m_DataList.GetData();
37 if (pList[i].m_pModuleId == pModuleId) {
38 pList[i].FreeData();
39 pList[i].m_pData = pData;
40 pList[i].m_pCallback = callback;
60 FX_PRIVATEDATA* pList = m_DataList.GetData();
63 if (pList[i].m_pModuleId == pModuleId) {
75 FX_PRIVATEDATA* pList = m_DataList.GetData();
78 if (pList[i].m_pModuleId == pModuleId) {
79 return pList[i].m_pData
    [all...]
  /external/zlib/src/
zlib2ansi 58 my %pList = map { $_ => $i++ }
60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
  /external/pdfium/core/src/fpdfdoc/
doc_link.cpp 65 void CPDF_LinkList::LoadPageLinks(CPDF_Page* pPage, CFX_PtrArray* pList)
79 pList->Add(pAnnot);

Completed in 403 milliseconds

1 2 3 4 5 67 8 91011>>