Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 25 of 129) sorted by relevance

123456

/external/ipsec-tools/src/racoon/
Disakmp_agg.c115 struct payload_list *plist = NULL; local
220 plist = isakmp_plist_append(plist, iph1->sa, ISAKMP_NPTYPE_SA);
223 plist = isakmp_plist_append(plist, iph1->dhpub, ISAKMP_NPTYPE_KE);
226 plist = isakmp_plist_append(plist, iph1->nonce, ISAKMP_NPTYPE_NONCE);
229 plist = isakmp_plist_append(plist, iph1->id, ISAKMP_NPTYPE_ID);
238 plist = isakmp_plist_append(plist, gsstoken, ISAKMP_NPTYPE_GSS);
243 plist = oakley_append_cr(plist, iph1);
247 plist = isakmp_plist_append(plist, vid_frag, ISAKMP_NPTYPE_VID);
255 plist = isakmp_plist_append_natt_vids(plist, vid_natt);
259 plist = isakmp_plist_append(plist,
[all …]
Disakmp_base.c107 struct payload_list *plist = NULL; local
214 plist = isakmp_plist_append(plist, iph1->sa, ISAKMP_NPTYPE_SA);
217 plist = isakmp_plist_append(plist, iph1->id, ISAKMP_NPTYPE_ID);
220 plist = isakmp_plist_append(plist, iph1->nonce, ISAKMP_NPTYPE_NONCE);
224 plist = isakmp_plist_append(plist, vid_frag, ISAKMP_NPTYPE_VID);
228 plist = isakmp_plist_append(plist,
231 plist = isakmp_plist_append(plist,
238 plist = isakmp_plist_append(plist, vid_dpd, ISAKMP_NPTYPE_VID);
244 plist = isakmp_plist_append(plist, vid_natt[i], ISAKMP_NPTYPE_VID);
246 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
[all …]
Disakmp_ident.c112 struct payload_list *plist = NULL; local
151 plist = isakmp_plist_append(plist, iph1->sa, ISAKMP_NPTYPE_SA);
156 plist = isakmp_plist_append_natt_vids(plist, vid_natt);
172 plist = isakmp_plist_append(plist,
179 plist = isakmp_plist_append(plist,
194 plist = isakmp_plist_append(plist,
203 plist = isakmp_plist_append(plist, vid_dpd,
208 iph1->sendbuf = isakmp_plist_set_all (&plist, iph1);
958 struct payload_list *plist = NULL; local
998 plist = isakmp_plist_append(plist, gss_sa, ISAKMP_NPTYPE_SA);
[all …]
Disakmp_var.h110 struct payload_list *plist, vchar_t *payload,
113 static inline struct payload_list *isakmp_plist_append(plist, payload, payload_type) in isakmp_plist_append() argument
114 struct payload_list *plist; in isakmp_plist_append()
118 return isakmp_plist_append_full(plist, payload, payload_type, 0);
122 extern vchar_t *isakmp_plist_set_all __P((struct payload_list **plist,
/external/kernel-headers/original/linux/
Dplist.h90 struct plist_head plist; member
120 .plist = PLIST_HEAD_INIT((node).plist, NULL), \
147 plist_head_init(&node->plist, NULL); in plist_node_init()
160 list_for_each_entry(pos, &(head)->node_list, plist.node_list)
171 list_for_each_entry_safe(pos, n, &(head)->node_list, plist.node_list)
181 list_for_each_entry(pos, &(head)->node_list, mem.plist.node_list)
193 list_for_each_entry_safe(pos, n, &(head)->node_list, m.plist.node_list)
212 return plist_head_empty(&node->plist); in plist_node_empty()
245 struct plist_node, plist.node_list); in plist_first()
/external/webkit/Source/WebKit2/WebProcess/
Dcom.apple.WebProcess.sb27 (literal "/Library/Preferences/.GlobalPreferences.plist")
28 (literal "/Library/Preferences/com.apple.crypto.plist")
29 (literal "/Library/Preferences/com.apple.security.plist")
30 (literal "/Library/Preferences/com.apple.security.common.plist")
31 (literal "/Library/Preferences/com.apple.security.revocation.plist")
32 (literal (string-append (param "HOME_DIR") "/Library/Preferences/.GlobalPreferences.plist"))
34 (literal (string-append (param "HOME_DIR") "/Library/Preferences/com.apple.ATS.plist"))
35 (literal (string-append (param "HOME_DIR") "/Library/Preferences/com.apple.HIToolbox.plist"))
36 … (literal (string-append (param "HOME_DIR") "/Library/Preferences/com.apple.LaunchServices.plist"))
37 … (literal (string-append (param "HOME_DIR") "/Library/Preferences/com.apple.WebFoundation.plist"))
[all …]
/external/clang/test/ARCMT/
Dmigrate-plist-output.m1 …t-migrate -arcmt-migrate-directory %t.dir -arcmt-migrate-report-output %t.plist %s -fobjc-nonfragi…
2 // RUN: FileCheck %s -input-file=%t.plist
14 // CHECK: <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/…
15 // CHECK: <plist version="1.0">
50 // CHECK: </plist>
/external/oprofile/libpp/
Dimage_errors.cpp79 void report_image_errors(list<inverted_profile> const & plist, in report_image_errors() argument
82 list<inverted_profile>::const_iterator it = plist.begin(); in report_image_errors()
83 list<inverted_profile>::const_iterator const end = plist.end(); in report_image_errors()
/external/webkit/Examples/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/
Dproject.pbxproj16 …*/ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = En…
20 …048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
57 8D576317048677EA00EA77CD /* Info.plist */,
167 INFOPLIST_FILE = Info.plist;
186 INFOPLIST_FILE = Info.plist;
/external/webkit/Source/WebCore/plugins/mac/
DPluginPackageMac.cpp145 … WTF::RetainPtr<CFDictionaryRef> plist = readPListFile(path.get(), /*createFile*/ false, m_module); in fetchInfo() local
146 if (plist) { in fetchInfo()
149 (CFStringRef)CFDictionaryGetValue(plist.get(), CFSTR("WebPluginLocalizationName")); in fetchInfo()
152 plist = readPListFile(path.get(), /*createFile*/ true, m_module); in fetchInfo()
157 plist = readPListFile(path.get(), /*createFile*/ true, m_module); in fetchInfo()
160 if (plist) in fetchInfo()
161 … mimeDict = (CFDictionaryRef)CFDictionaryGetValue(plist.get(), CFSTR("WebPluginMIMETypes")); in fetchInfo()
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsyuv.c58 struct ps2_plist plist; member
202 hwdata->plist.num = hwdata->macroblocks * 4 + 1; in GS_CreateYUVOverlay()
203 hwdata->plist.packet = (struct ps2_packet *)SDL_malloc( in GS_CreateYUVOverlay()
204 hwdata->plist.num*sizeof(struct ps2_packet)); in GS_CreateYUVOverlay()
205 if ( ! hwdata->plist.packet ) { in GS_CreateYUVOverlay()
211 packet = hwdata->plist.packet; in GS_CreateYUVOverlay()
438 return ioctl(console_fd, PS2IOC_SENDL, &hwdata->plist); in GS_DisplayYUVOverlay()
453 if ( hwdata->plist.packet ) { in GS_FreeYUVOverlay()
454 SDL_free(hwdata->plist.packet); in GS_FreeYUVOverlay()
DSDL_gsvideo.c185 struct ps2_plist plist; in loadimage_nonblock() local
194 plist.packet = packet; in loadimage_nonblock()
225 plist.num = pnum; in loadimage_nonblock()
227 return ioctl(fd, PS2IOC_SENDL, &plist); in loadimage_nonblock()
258 struct ps2_plist plist; in scaleimage_nonblock() local
262 plist.num = 2; in scaleimage_nonblock()
263 plist.packet = packet; in scaleimage_nonblock()
270 return ioctl(fd, PS2IOC_SENDL, &plist); in scaleimage_nonblock()
/external/webkit/Examples/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
Dproject.pbxproj17 …*/ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = En…
23 …048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
60 8D576317048677EA00EA77CD /* Info.plist */,
173 INFOPLIST_FILE = Info.plist;
192 INFOPLIST_FILE = Info.plist;
/external/webkit/Examples/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/
Dproject.pbxproj19 …*/ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = En…
26 …048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
68 8D576317048677EA00EA77CD /* Info.plist */,
179 INFOPLIST_FILE = Info.plist;
198 INFOPLIST_FILE = Info.plist;
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/NPN_Invoke.xcodeproj/
Dproject.pbxproj24 …048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
65 8D576317048677EA00EA77CD /* Info.plist */,
186 INFOPLIST_FILE = Info.plist;
202 INFOPLIST_FILE = Info.plist;
/external/chromium/chrome/browser/importer/
Dsafari_importer.mm57 // bookmarks import: existence of ~/Library/Safari/Bookmarks.plist file.
58 // history import: existence of ~/Library/Safari/History.plist file.
60 FilePath bookmarks_path = safari_dir.Append("Bookmarks.plist");
61 FilePath history_path = safari_dir.Append("History.plist");
281 // Construct ~/Library/Safari/Bookmarks.plist path
287 stringByAppendingPathComponent:@"Bookmarks.plist"];
289 // Load the plist file.
332 // Construct ~/Library/Safari/History.plist path
338 stringByAppendingPathComponent:@"History.plist"];
340 // Load the plist file.
/external/chromium/chrome/common/
Dservice_process_util_mac.mm262 // See the man page for launchd.plist.
299 base::mac::ScopedCFTypeRef<CFDictionaryRef> plist(
304 plist);
385 // First deal with the plist.
389 base::mac::ScopedCFTypeRef<CFMutableDictionaryRef> plist(
393 if (plist.get()) {
394 NSMutableDictionary* ns_plist = base::mac::CFToNSCast(plist);
406 plist)) {
407 LOG(ERROR) << "Unable to rewrite plist.";
411 LOG(ERROR) << "Unable to read plist.";
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/
Dproject.pbxproj25 …*/ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = En…
39 …048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
80 8D576317048677EA00EA77CD /* Info.plist */,
205 INFOPLIST_FILE = Info.plist;
224 INFOPLIST_FILE = Info.plist;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DMethodTest.java252 Class[] plist = { int.class, short.class, String.class, boolean.class, in test_getParameterTypes() local
259 mth = cl.getMethod("parmTest", plist); in test_getParameterTypes()
263 plist.length == parms.length); in test_getParameterTypes()
264 for (int i = 0; i < plist.length; i++) in test_getParameterTypes()
265 assertTrue("Incorrect parameter returned", plist[i] in test_getParameterTypes()
281 parms.length == plist.length); in test_getParameterTypes()
282 for (i = 0; i < plist.length; i++) in test_getParameterTypes()
283 assertTrue("Incorrect parameter returned", plist[i] in test_getParameterTypes()
/external/webkit/Source/JavaScriptCore/gyp/
DJavaScriptCore.gyp121 'INFOPLIST_FILE': '<(project_dir)/Info.plist',
154 'action_name': 'Update Info.plist with version information',
158 'sh', '<(project_dir)/gyp/update-info-plist.sh', '<(project_dir)/Info.plist'
/external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj35 …0486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
93 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
253 INFOPLIST_FILE = Info.plist;
265 INFOPLIST_FILE = Info.plist;
/external/webkit/Tools/MiniBrowser/MiniBrowser.xcodeproj/
Dproject.pbxproj69 …E57E6E001EB4EA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = t…
70 …EA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xm…
110 BC72B89A11E57E8A001EB4EA /* Info.plist */,
208 BC72B89711E57E6E001EB4EA /* Info.plist */,
/external/webkit/Source/JavaScriptGlue/JavaScriptGlue.xcodeproj/
Dproject.pbxproj73 …leReference; fileEncoding = 10; indentWidth = 4; lastKnownFileType = text.plist.strings; name = En…
80 …F73ED700C75FD7 /* Info.plist */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = te…
142 DD66F3D508F73ED700C75FD7 /* Info.plist */,
264 5D2F7D0A0C6878E000B5B72B /* Update Info.plist with version information */,
337 5D2F7D0A0C6878E000B5B72B /* Update Info.plist with version information */ = {
345 name = "Update Info.plist with version information";
347 "$(SRCROOT)/Info.plist",
351plist to let Xcode know it needs to copy it into the built product\nif [[ \"${CONFIGURATION}\" != …
/external/clang/include/clang/Frontend/
DAnalyses.def34 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticC…
35 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli…
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj84 …0486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
143 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
372 INFOPLIST_FILE = Info.plist;
384 INFOPLIST_FILE = Info.plist;

123456