Searched refs:bundle (Results 26 - 50 of 366) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugInInternal.h35 inline WKWebProcessPlugInController *wrapper(InjectedBundle& bundle) argument
37 ASSERT([bundle.wrapper() isKindOfClass:[WKWebProcessPlugInController class]]);
38 return (WKWebProcessPlugInController *)bundle.wrapper();
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebLocalizableStrings.mm51 NSBundle *bundle;
59 bundle = mainBundle;
61 bundle = stringsBundle->bundle;
62 if (bundle == nil) {
63 bundle = [NSBundle bundleWithIdentifier:[NSString stringWithUTF8String:stringsBundle->identifier]];
64 ASSERT(bundle);
65 stringsBundle->bundle = bundle;
70 NSString *result = [bundle localizedStringForKe
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-basic/
H A DMakefile33 test.bundle : foo.c
34 ${CC} ${CCFLAGS} -bundle -o test.bundle foo.c
36 main : main.c test.bundle
41 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-bundle-unload/
H A DMakefile31 all: main test.bundle
37 test.bundle : foo.c
38 ${CC} ${CCFLAGS} -bundle foo.c -o test.bundle
43 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-unmap/
H A DMakefile31 all: main test.bundle test.dylib
37 test.bundle : foo.c
38 ${CC} ${CCFLAGS} -bundle foo.c -o test.bundle
46 ${RM} ${RMFLAGS} *~ main test.bundle test.dylib
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NODELETE/
H A DMakefile31 all: main test.bundle test.dylib
37 test.bundle : foo.c
38 ${CC} ${CCFLAGS} -bundle foo.c -o test.bundle
46 ${RM} ${RMFLAGS} *~ main test.bundle test.dylib
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-basic/
H A DMakefile31 all: main test.bundle test.dylib
37 test.bundle : foo.c
38 ${CC} ${CCFLAGS} -bundle foo.c -o test.bundle
46 ${RM} ${RMFLAGS} *~ main test.bundle test.dylib
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-from-anonymous-code/
H A DMakefile31 all: main foo.bundle
36 foo.bundle : foo.c
37 ${CC} ${CCFLAGS} -bundle foo.c -o foo.bundle
41 ${RM} ${RMFLAGS} *~ main foo.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-in-initializer/
H A DMakefile31 all: main test.bundle test.dylib
37 test.bundle : foo.c
38 ${CC} ${CCFLAGS} -bundle foo.c -o test.bundle
46 ${RM} ${RMFLAGS} *~ main test.bundle test.dylib
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-multi/
H A DMakefile31 all: main test.bundle test.dylib
37 test.bundle : foo.c
38 ${CC} ${CCFLAGS} -bundle foo.c -o test.bundle
46 ${RM} ${RMFLAGS} *~ main test.bundle test.dylib
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-remove-notification/
H A DMakefile31 all: main foo.bundle
36 foo.bundle: foo.c
37 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o foo.bundle foo.c -bundle
42 ${RM} ${RMFLAGS} *~ main foo.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-state-deny-all_image_infos/
H A DMakefile31 all: main bar.bundle
36 bar.bundle: bar.c
37 ${CC} ${CCFLAGS} -bundle -I${TESTROOT}/include -o bar.bundle bar.c
40 ${RM} ${RMFLAGS} *~ main bar.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/zero-fill-segment/
H A DMakefile34 main: main.c foo.bundle
37 foo.bundle : foo.c zero.s
38 ${CC} ${CCFLAGS} -bundle foo.c zero.s -o foo.bundle
43 ${RM} ${RMFLAGS} *~ main foo.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-fat/
H A DMakefile33 all: main test.bundle
38 test.bundle : bundle.c
41 ${CC} ${FATFLAGS} -bundle -o test.bundle bundle.c
44 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-unlinkable/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c libstuff.dylib
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c libstuff.dylib
43 ${RM} ${RMFLAGS} *~ main test.bundle libstuff.dylib
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfbundle.py23 bundle = CFBundleGetMainBundle()
24 self.assertIsInstance(bundle, CFBundleRef)
27 bundle = CFBundleGetBundleWithIdentifier(b"com.apple.CoreFoundation".decode('ascii'))
28 self.assertIsInstance(bundle, CFBundleRef)
35 bundle = CFBundleCreate(None, url)
36 self.assertIsInstance(bundle, CFBundleRef)
52 bundle = CFBundleGetBundleWithIdentifier(b"com.apple.CoreFoundation".decode('ascii'))
53 self.assertIsInstance(bundle, CFBundleRef)
54 url = CFBundleCopyBundleURL(bundle)
56 v = CFBundleGetValueForInfoDictionaryKey(bundle,
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleClient.cpp33 void InjectedBundleClient::didCreatePage(InjectedBundle* bundle, WebPage* page) argument
38 m_client.didCreatePage(toAPI(bundle), toAPI(page), m_client.base.clientInfo);
41 void InjectedBundleClient::willDestroyPage(InjectedBundle* bundle, WebPage* page) argument
46 m_client.willDestroyPage(toAPI(bundle), toAPI(page), m_client.base.clientInfo);
49 void InjectedBundleClient::didInitializePageGroup(InjectedBundle* bundle, WebPageGroupProxy* pageGroup) argument
54 m_client.didInitializePageGroup(toAPI(bundle), toAPI(pageGroup), m_client.base.clientInfo);
57 void InjectedBundleClient::didReceiveMessage(InjectedBundle* bundle, const String& messageName, API::Object* messageBody) argument
62 m_client.didReceiveMessage(toAPI(bundle), toAPI(messageName.impl()), toAPI(messageBody), m_client.base.clientInfo);
65 void InjectedBundleClient::didReceiveMessageToPage(InjectedBundle* bundle, WebPage* page, const String& messageName, API::Object* messageBody) argument
70 m_client.didReceiveMessageToPage(toAPI(bundle), toAP
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-state-deny/
H A DMakefile32 all: main foo.bundle bar.bundle
37 foo.bundle: foo.c libbar.dylib
38 ${CC} ${CCFLAGS} -bundle -I${TESTROOT}/include -o foo.bundle foo.c libbar.dylib
43 bar.bundle: bar.c
44 ${CC} ${CCFLAGS} -bundle -I${TESTROOT}/include -o bar.bundle bar.c
47 ${RM} ${RMFLAGS} *~ main foo.bundle libbar.dylib bar.bundle
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py11 bundle = CFBundleGetMainBundle()
12 self.assertIsInstance(bundle, CFBundleRef)
14 bundle = CFBundleGetBundleWithIdentifier(u"com.apple.CoreFoundation")
15 self.assertIsInstance(bundle, CFBundleRef)
21 bundle = CFBundleCreate(None, url)
22 self.assertIsInstance(bundle, CFBundleRef)
39 bundle = CFBundleGetBundleWithIdentifier(u"com.apple.CoreFoundation")
40 self.assertIsInstance(bundle, CFBundleRef)
41 url = CFBundleCopyBundleURL(bundle)
43 v = CFBundleGetValueForInfoDictionaryKey(bundle,
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c33 * Align binary data at a 16-byte offset from the start of the resource bundle,
56 * for use in non-error cases when no resource is to be added to the bundle.
104 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status);
118 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
126 res_write16(struct SRBRoot *bundle, struct SResource *res,
140 * before actually writing the bundle contents to the file,
145 struct SRBRoot *bundle, struct SResource *res,
155 struct SRBRoot *bundle, struct SResource *res,
159 string_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, argument
168 if (bundle
189 array_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, UErrorCode *status) argument
202 table_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, UErrorCode *status) argument
215 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, UErrorCode *status) argument
245 reserve16BitUnits(struct SRBRoot *bundle, int32_t length, UErrorCode *status) argument
286 mapKey(struct SRBRoot *bundle, int32_t oldpos) argument
306 makeKey16(struct SRBRoot *bundle, int32_t key) argument
320 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
331 array_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
363 table_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
437 res_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
473 string_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
482 bin_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
497 array_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
513 table_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
536 res_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
590 string_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
601 alias_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
610 array_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
632 intvector_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
643 bin_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
662 table_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
701 res_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
746 bundle_write(struct SRBRoot *bundle, const char *outputDir, const char *outputPkg, char *writtenFilename, int writtenFilenameLen, UErrorCode *status) argument
934 res_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode* status) argument
966 table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
976 array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
1001 stringbase_open(struct SRBRoot *bundle, const char *tag, int8_t type, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
1029 string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
1033 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
1038 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
1055 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) argument
1067 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) argument
1103 struct SRBRoot *bundle; local
1256 bundle_close(struct SRBRoot *bundle, UErrorCode *status) argument
1364 bundle_setlocale(struct SRBRoot *bundle, UChar *locale, UErrorCode *status) argument
1387 getKeyString(const struct SRBRoot *bundle, int32_t key) argument
1396 res_getKeyString(const struct SRBRoot *bundle, const struct SResource *res, char temp[8]) argument
1404 bundle_getKeyBytes(struct SRBRoot *bundle, int32_t *pLength) argument
1410 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status) argument
1442 bundle_addtag(struct SRBRoot *bundle, const char *tag, UErrorCode *status) argument
1478 const struct SRBRoot *bundle=(const struct SRBRoot *)context; local
1515 bundle_compactKeys(struct SRBRoot *bundle, UErrorCode *status) argument
1669 string_writeUTF16v2(struct SRBRoot *bundle, struct SResource *res, int32_t utf16Length) argument
1698 bundle_compactStrings(struct SRBRoot *bundle, UErrorCode *status) argument
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-remove-crash/
H A DMakefile11 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o foo.bundle foo.c -bundle
16 ${RM} ${RMFLAGS} *~ main foo.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/all_image_infos-paths/
H A DMakefile29 ./main `pwd`/test.bundle
33 ${CC} ${CCFLAGS} -bundle foo.c -o test.bundle
39 ${RM} ${RMFLAGS} *~ main test.bundle test.dylib
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dlocbund.h57 * @param bundle The ULocaleBundle to clone.
61 u_locbund_clone(const ULocaleBundle *bundle);*/
65 * @param bundle The ULocaleBundle to delete
68 u_locbund_close(ULocaleBundle *bundle);
72 * @param bundle The ULocaleBundle to use
76 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSBundleAdditions.h4 - (NSComparisonResult) compare:(NSBundle *) bundle;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSBundleAdditions.h4 - (NSComparisonResult) compare:(NSBundle *) bundle;

Completed in 158 milliseconds

1234567891011>>