Home
last modified time | relevance | path

Searched refs:mainBundle (Results 1 – 25 of 29) sorted by relevance

12

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java82 Bundle mainBundle = new Bundle(""); in RBManager() local
84mainBundle.addBundleGroup("Ungrouped Items", "These are resource items that have not been assigned… in RBManager()
85 bundles.addElement(mainBundle); in RBManager()
511 Bundle mainBundle = (Bundle)bundles.firstElement(); in createItem()
513 if (mainBundle.allItems.containsKey(name)) return false; in createItem()
514 for (int i=0; i < mainBundle.getGroupCount(); i++) { in createItem()
515 BundleGroup bg = mainBundle.getBundleGroup(i); in createItem()
525 mainBundle.allItems.put(name, mainItem); in createItem()
564 Bundle mainBundle = (Bundle)bundles.firstElement(); in createGroup()
565 if (mainBundle.hasGroup(groupName)) in createGroup()
[all …]
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterDartProject.mm36 NSBundle* mainBundle = [NSBundle mainBundle];
44 bundle = mainBundle;
74 assetsPath = [mainBundle pathForResource:assetsName ofType:@""];
149 bundle = [NSBundle mainBundle];
DFlutterObservatoryPublisher.mm103 [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"];
DFlutterAppDelegate.mm211 [[NSBundle mainBundle] objectForInfoDictionaryKey:kUIBackgroundMode];
DFlutterPlatformPlugin.mm180 NSNumber* infoValue = [[NSBundle mainBundle]
/third_party/flutter/skia/src/ports/
DSkOSFile_ios.h18 CFBundleRef mainBundle = CFBundleGetMainBundle(); in ios_get_path_in_bundle() local
24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
/third_party/skia/src/ports/
DSkOSFile_ios.h20 CFBundleRef mainBundle = CFBundleGetMainBundle(); in ios_get_path_in_bundle() local
31 sk_cfp<CFURLRef> fileURL(CFBundleCopyResourceURL(mainBundle, pathRef.get(), in ios_get_path_in_bundle()
/third_party/skia/tools/skottie_ios_app/
Dmain.mm45 NSBundle* mainBundle = [NSBundle mainBundle];
46 NSArray<NSString*>* paths = [mainBundle pathsForResourcesOfType:@"json"
/third_party/flutter/flutter/dev/integration_tests/flavors/ios/Runner/
DAppDelegate.m13 NSString* flavor = (NSString*)[[NSBundle mainBundle].infoDictionary valueForKey:@"Flavor"];
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dpaths_darwin.mm16 return {true, GetDirectoryName([NSBundle mainBundle].executablePath.UTF8String)};
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/
Dios_surface.mm18 return [[[NSBundle mainBundle] objectForInfoDictionaryKey:@(kEmbeddedViewsPreview)] boolValue];
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_ios.mm28 NSString *executableString = [[NSBundle mainBundle] executablePath];
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterDartProject.mm24 _bundle = bundle ?: [NSBundle mainBundle];
/third_party/python/Mac/PythonLauncher/
DMyAppDelegate.m68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
DFileSettings.m109 NSBundle *bdl = [NSBundle mainBundle];
/third_party/flutter/skia/third_party/externals/sdl/src/file/cocoa/
DSDL_rwopsbundlesupport.m46 NSString* resource_path = [[NSBundle mainBundle] resourcePath];
/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/
DViewController.m58 NSBundle * bundle = [NSBundle mainBundle];
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DBundleItemCreationDialog.java174 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents() local
176 groupComboBox = new JComboBox(mainBundle.getGroupsAsVector()); in initComponents()
DRBGroupPanel.java185 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents() local
187 …jComboBoxGroup = new JComboBox(new GroupComboBoxModel(mainBundle));//mainBundle.getGrou… in initComponents()
DRBManagerGUI.java762 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in updateProjectTree() local
763 Vector groups = mainBundle.getGroupsAsVector(); in updateProjectTree()
779 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in updateProjectTree() local
782 Vector groups = mainBundle.getGroupsAsVector(); in updateProjectTree()
820 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in updateDisplayTree() local
823 root.add(new DefaultMutableTreeNode(mainBundle)); in updateDisplayTree()
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/cocoa/
DSDL_sysfilesystem.m40 NSBundle *bundle = [NSBundle mainBundle];
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaevents.m229 appName = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"];
231 appName = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"];
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitappdelegate.m132 return [self initWithNibName:nil bundle:[NSBundle mainBundle]];
363 NSBundle *bundle = [NSBundle mainBundle];
/third_party/cef/tests/cefsimple/
Dcefsimple_mac.mm92 [[NSBundle mainBundle] loadNibNamed:@"MainMenu"

12