Searched refs:bundle (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-basic/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-all-infos/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-malloc/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-multi-link/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-multi-load/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-name-ownership/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-private/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-reload/
H A DMakefile37 all: main test.bundle
42 test.bundle : bundle.cxx
43 ${CXX} ${CXXFLAGS} -bundle -o test.bundle bundle.cxx
46 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-unload-keep-mapped/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.c
37 ${CC} ${CCFLAGS} -bundle -o test.bundle bundle.c
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-weak/
H A DMakefile31 all: main test.bundle
36 test.bundle : bundle.cxx
37 ${CXX} ${CCXXFLAGS} -bundle -o test.bundle bundle.cxx
40 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-dont-gc/
H A DMakefile33 main: main.c foo.bundle bar.bundle
36 foo.bundle : foo.c
37 ${CC} ${CCFLAGS} -bundle -I${TESTROOT}/include -o foo.bundle foo.c
39 bar.bundle : bar.c
40 ${CC} ${CCFLAGS} -bundle -I${TESTROOT}/include -o bar.bundle bar.c
43 ${RM} ${RMFLAGS} *~ main foo.bundle bar.bundle
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-state-deny-OFI/
H A DMakefile32 all: main foo.bundle bar.bundle foo2.bundle
37 foo.bundle: foo.c libbar.dylib
38 ${CC} ${CCFLAGS} -bundle -I${TESTROOT}/include -o foo.bundle foo.c libbar.dylib
40 foo2.bundle: foo.c
41 ${CC} ${CCFLAGS} -bundle -I${TESTROOT}/include -o foo2.bundle foo.c
46 bar.bundle
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen_preflight-basic/
H A DMakefile32 all: main foo.bundle bar.bundle bogus.bundle libbogus.dylib
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
46 bogus.bundle
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-bad/
H A DMakefile27 # a main executable (test.bundle) being used with
39 all: main test.bundle
44 test.bundle : bundle.c
45 ${CC} ${CCFLAGS} -o test.bundle bundle.c
48 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_GLOBAL/
H A DMakefile29 ./main foo.bundle bar.bundle
30 ./main foo.dylib bar.bundle
32 all: main foo.bundle foo.dylib bar.bundle
38 foo.bundle : foo.c
39 ${CC} ${CCFLAGS} -bundle foo.c -o foo.bundle
44 bar.bundle : bar.c
45 ${CC} ${CCFLAGS} -flat_namespace -bundle ba
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_LOCAL/
H A DMakefile29 ./main foo.bundle bar.bundle
30 ./main foo.dylib bar.bundle
32 all: main foo.bundle foo.dylib bar.bundle
38 foo.bundle : foo.c
39 ${CC} ${CCFLAGS} -bundle foo.c -o foo.bundle
44 bar.bundle : bar.c
45 ${CC} ${CCFLAGS} -flat_namespace -bundle ba
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginPackagePrivate.h30 - (NSBundle *)bundle;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/gtk/
H A DWebGtkInjectedBundleMain.cpp32 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef userData) argument
34 WebGtkExtensionManager::shared().initialize(bundle, userData);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/InjectedBundle/
H A Dinjected_bundle_sample.cpp32 void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) argument
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-terminator/
H A DMakefile32 ${CXX} ${CXXFLAGS} -bundle -o test.bundle bundle.cxx
36 ${RM} ${RMFLAGS} *~ main test.bundle
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_functiondefines.py12 def NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
13 return bundle.localizedStringForKey_value_table_(key, '', tbl)
15 def NSLocalizedStringWithDefaultValue(key, tbl, bundle, val, comment):
16 return bundle.localizedStringForKey_value_table_(key, val, tbl)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D_functiondefines.py12 def NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
13 return bundle.localizedStringForKey_value_table_(key, '', tbl)
15 def NSLocalizedStringWithDefaultValue(key, tbl, bundle, val, comment):
16 return bundle.localizedStringForKey_value_table_(key, val, tbl)
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Ddyn_macosx.c50 CFBundleRef bundle; local
69 bundle = CFBundleCreate(NULL, bundleURL);
71 if (bundle == NULL)
77 if (!CFBundleLoadExecutable(bundle))
80 CFRelease(bundle);
84 *pvLHandle = (void *) bundle;
92 CFBundleRef bundle = (CFBundleRef) * pvLHandle; local
94 if (CFBundleIsExecutableLoaded(bundle) == TRUE)
96 CFBundleUnloadExecutable(bundle);
97 CFRelease(bundle);
109 CFBundleRef bundle = (CFBundleRef) pvLHandle; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePrivate.h44 WK_EXPORT void WKBundleSetAlwaysAcceptCookies(WKBundleRef bundle, bool);
45 WK_EXPORT void WKBundleRemoveAllVisitedLinks(WKBundleRef bundle);
46 WK_EXPORT void WKBundleSetCacheModel(WKBundleRef bundle, uint32_t cacheModel);
48 WK_EXPORT void WKBundleOverrideBoolPreferenceForTestRunner(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKStringRef preference, bool enabled);
49 WK_EXPORT void WKBundleSetAllowUniversalAccessFromFileURLs(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, bool enabled);
50 WK_EXPORT void WKBundleSetAllowFileAccessFromFileURLs(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, bool enabled);
52 WK_EXPORT void WKBundleSetFrameFlatteningEnabled(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, bool enabled);
53 WK_EXPORT void WKBundleSetPluginsEnabled(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, bool enabled);
54 WK_EXPORT void WKBundleSetJavaScriptCanAccessClipboard(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, bool enabled);
55 WK_EXPORT void WKBundleSetPrivateBrowsingEnabled(WKBundleRef bundle, WKBundlePageGroupRe
[all...]

Completed in 118 milliseconds

1234567891011>>