/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBManager.java | 82 Bundle mainBundle = new Bundle(""); in RBManager() local 84 …mainBundle.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/ |
D | FlutterDartProject.mm | 36 NSBundle* mainBundle = [NSBundle mainBundle]; 44 bundle = mainBundle; 74 assetsPath = [mainBundle pathForResource:assetsName ofType:@""]; 149 bundle = [NSBundle mainBundle];
|
D | FlutterObservatoryPublisher.mm | 103 [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"];
|
D | FlutterAppDelegate.mm | 211 [[NSBundle mainBundle] objectForInfoDictionaryKey:kUIBackgroundMode];
|
D | FlutterPlatformPlugin.mm | 180 NSNumber* infoValue = [[NSBundle mainBundle]
|
/third_party/flutter/skia/src/ports/ |
D | SkOSFile_ios.h | 18 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/ |
D | SkOSFile_ios.h | 20 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/ |
D | main.mm | 45 NSBundle* mainBundle = [NSBundle mainBundle]; 46 NSArray<NSString*>* paths = [mainBundle pathsForResourcesOfType:@"json"
|
/third_party/flutter/flutter/dev/integration_tests/flavors/ios/Runner/ |
D | AppDelegate.m | 13 NSString* flavor = (NSString*)[[NSBundle mainBundle].infoDictionary valueForKey:@"Flavor"];
|
/third_party/flutter/engine/flutter/fml/platform/darwin/ |
D | paths_darwin.mm | 16 return {true, GetDirectoryName([NSBundle mainBundle].executablePath.UTF8String)};
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/ |
D | ios_surface.mm | 18 return [[[NSBundle mainBundle] objectForInfoDictionaryKey:@(kEmbeddedViewsPreview)] boolValue];
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | system_utils_ios.mm | 28 NSString *executableString = [[NSBundle mainBundle] executablePath];
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_mac.mm | 20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
|
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/ |
D | FlutterDartProject.mm | 24 _bundle = bundle ?: [NSBundle mainBundle];
|
/third_party/python/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
|
D | FileSettings.m | 109 NSBundle *bdl = [NSBundle mainBundle];
|
/third_party/flutter/skia/third_party/externals/sdl/src/file/cocoa/ |
D | SDL_rwopsbundlesupport.m | 46 NSString* resource_path = [[NSBundle mainBundle] resourcePath];
|
/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/ |
D | ViewController.m | 58 NSBundle * bundle = [NSBundle mainBundle];
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | BundleItemCreationDialog.java | 174 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents() local 176 groupComboBox = new JComboBox(mainBundle.getGroupsAsVector()); in initComponents()
|
D | RBGroupPanel.java | 185 Bundle mainBundle = (Bundle)rbm.getBundles().firstElement(); in initComponents() local 187 …jComboBoxGroup = new JComboBox(new GroupComboBoxModel(mainBundle));//mainBundle.getGrou… in initComponents()
|
D | RBManagerGUI.java | 762 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/ |
D | SDL_sysfilesystem.m | 40 NSBundle *bundle = [NSBundle mainBundle];
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoaevents.m | 229 appName = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"]; 231 appName = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"];
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitappdelegate.m | 132 return [self initWithNibName:nil bundle:[NSBundle mainBundle]]; 363 NSBundle *bundle = [NSBundle mainBundle];
|
/third_party/cef/tests/cefsimple/ |
D | cefsimple_mac.mm | 92 [[NSBundle mainBundle] loadNibNamed:@"MainMenu"
|