Searched refs:bdl (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Fortune.wdgt/SimplePlugin/
H A Dload_MyPluginClass.rb4 OSX.init_for_bundle do |bdl,param,log|
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RubyAnywhere/
H A Druby_anywhere_init.rb13 |bdl, param, log|
14 # bdl - the bundle related with the 2nd argument of RBBundleInit
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/VPRubyPluginEnabler/
H A Dvpr_init.rb14 |bdl, enabler, log|
15 # bdl - the bundle related with the 2nd argument of RBBundleInit
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_bundle_support.rb14 bdl, prm = _current_bundle
15 logger = Logger.new(bdl)
17 yield(bdl, prm, logger)
29 def initialize(bdl)
30 @bundle_name = bdl.to_s.sub(/^.*<(.*)>.*$/,'\1').split('/').last
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DPEFSupport.c810 static void PEFExamineBundle( mach_port_t masterPort __unused, CFBundleRef bdl )
815 plist = CFBundleGetInfoDictionary(bdl);
818 ndrvURL = CFBundleCopyExecutableURL(bdl);
843 CFBundleRef bdl; local
850 bdl = CFBundleCreate(kCFAllocatorDefault, ndrvURL);
851 if (bdl)
853 PEFExamineBundle(kIOMasterPortDefault, bdl);
854 CFRelease(bdl);
H A DIODisplayLib.c172 CFBundleRef bdl; local
189 bdl = CFBundleCreate( kCFAllocatorDefault, url);
190 if( bdl) {
191 CFDictionarySetValue( dict, CFSTR(kDisplayBundleKey), bdl);
192 CFRelease(bdl);
465 CFBundleRef bdl; member in struct:MakeOneLocalContext
480 url = CFBundleCopyResourceURLForLocalization( ctx->bdl,
519 CFBundleRef bdl; local
554 bdl = (CFBundleRef) CFDictionaryGetValue( dict, CFSTR(kDisplayBundleKey));
578 if( bdl) {
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dmain.rb80 OSX.init_for_bundle do |bdl,prm,lgr|
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dvpnplugins.c302 CFBundleRef pluginbdl, bdl; local
342 if ((bdl = CFBundleCreate(NULL, url))) {
345 if ((pluginurl = CFBundleCopyBuiltInPlugInsURL(bdl))) {
360 err = (*start)(&the_vpn_channel, pluginbdl, bdl, params->debug, params->log_verbose);
370 if (CFBundleLoadExecutable(bdl)
371 && (start = CFBundleGetFunctionPointerForName(bdl, CFSTR("start"))))
372 err = (*start)(&the_vpn_channel, bdl, NULL, params->debug, params->log_verbose);
375 CFRelease(bdl);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-bpf.c687 struct bpf_dltlist bdl; local
807 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) {
811 if (find_802_11(&bdl) != -1) {
815 free(bdl.bfl_list);
819 free(bdl.bfl_list);
1626 struct bpf_dltlist bdl; local
2005 if (get_dlt_list(fd, v, &bdl, p->errbuf) == -1) {
2009 p->dlt_count = bdl.bfl_len;
2010 p->dlt_list = bdl.bfl_list;
2037 new_dlt = find_802_11(&bdl);
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2864 CFBundleRef bdl = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.CoreFoundation")); local
2867 if (bdl) {
2871 descFormat = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr4"), CFSTR("Error"), bdl, CFSTR("The bundle \\U201c%@\\U201d couldn\\U2019t be loaded because its executable couldn\\U2019t be located."), "NSFileNoSuchFileError");
2872 reason = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr4-C"), CFSTR("Error"), bdl, CFSTR("The bundle\\U2019s executable couldn\\U2019t be located."), "NSFileNoSuchFileError");
2873 suggestion = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr4-R"), CFSTR("Error"), bdl, CFSTR("Try reinstalling the bundle."), "NSFileNoSuchFileError");
2875 descFormat = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr3584"), CFSTR("Error"), bdl, CFSTR("The bundle \\U201c%@\\U201d couldn\\U2019t be loaded because its executable isn\\U2019t loadable."), "NSExecutableNotLoadableError");
2876 reason = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr3584-C"), CFSTR("Error"), bdl, CFSTR("The bundle\\U2019s executable isn\\U2019t loadable."), "NSExecutableNotLoadableError");
2877 suggestion = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr3584-R"), CFSTR("Error"), bdl, CFSTR("Try reinstalling the bundle."), "NSExecutableNotLoadableError");
2879 descFormat = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr3585"), CFSTR("Error"), bdl, CFSTR("The bundle \\U201c%@\\U201d couldn\\U2019t be loaded because it doesn\\U2019t contain a version for the current architecture."), "NSExecutableArchitectureMismatchError");
2880 reason = CFCopyLocalizedStringWithDefaultValue(CFSTR("BundleErr3585-C"), CFSTR("Error"), bdl, CFST
[all...]
/macosx-10.9.5/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2448 CFBundleRef bdl; local
2461 bdl = CFBundleCreate(0, curURL);
2462 if (bdl)
2464 msg = copyUserLocalizedString(bdl, ref, ref, langRef);
2470 CFRelease(bdl);

Completed in 128 milliseconds