OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertylist
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/development/ide/xcode/SampleCode/English.lproj/main.nib/
classes.nib
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
info.nib
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/SDLMain.nib/
info.nib
2
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/
PropertyList
.dtd">
/external/dnsmasq/contrib/dnsmasq_MacOSX/
StartupParameters.plist
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
info.nib
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Source/WebKit2/
version.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Source/WebCore/platform/graphics/win/
QTCFDictionary.cpp
33
CFDataRef QTCFPropertyListCreateXMLData(CFAllocatorRef allocator, CFPropertyListRef
propertyList
)
36
typedef CFDataRef (* pfnCFPropertyListCreateXMLData)(CFAllocatorRef allocator, CFPropertyListRef
propertyList
);
45
return pCFPropertyListCreateXMLData(allocator,
propertyList
);
/development/ide/xcode/SampleCode/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/development/ide/xcode/animatorTest/English.lproj/main.nib/
info.nib
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/development/ide/xcode/animatorTest/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/clang/tools/driver/
Info.plist.in
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/libpng/projects/xcode/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
Info.plist.in
2
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/
PropertyList
.dtd">
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.resources/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Source/JavaScriptGlue/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Source/WebKit/mac/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Source/WebKit/win/WebKit.resources/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Source/WebKit2/win/WebKit2WebProcess.resources/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Tools/MiniBrowser/mac/WebBundle/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Tools/TestWebKitAPI/
InjectedBundle-Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Tools/WebKitTestRunner/
InjectedBundle-Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.cpp
106
static void convertWebResourceResponseToDictionary(CFMutableDictionaryRef
propertyList
)
108
CFDataRef responseData = static_cast<CFDataRef>(CFDictionaryGetValue(
propertyList
, CFSTR("WebResourceResponse"))); // WebResourceResponseKey in WebResource.m
145
CFDictionarySetValue(
propertyList
, CFSTR("WebResourceResponse"), responseDictionary.get());
165
RetainPtr<CFMutableDictionaryRef>
propertyList
(AdoptCF, (CFMutableDictionaryRef)CFPropertyListCreateFromStream(kCFAllocatorDefault, readStream.get(), bytesCount, kCFPropertyListMutableContainersAndLeaves, &format, 0));
168
RetainPtr<CFMutableDictionaryRef>
propertyList
(AdoptCF, (CFMutableDictionaryRef)CFPropertyListCreateWithData(kCFAllocatorDefault, webArchiveData, kCFPropertyListMutableContainersAndLeaves, &format, &error));
171
if (!
propertyList
) {
178
CFArrayAppendValue(resources.get(),
propertyList
.get());
212
RetainPtr<CFDataRef> xmlData(AdoptCF, CFPropertyListCreateXMLData(kCFAllocatorDefault,
propertyList
.get()));
214
RetainPtr<CFDataRef> xmlData(AdoptCF, CFPropertyListCreateData(kCFAllocatorDefault,
propertyList
.get(), kCFPropertyListXMLFormat_v1_0, 0, &error));
/external/chromium/testing/gtest/xcode/Resources/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList
-1.0.dtd">
Completed in 346 milliseconds
1
2
3
4