HomeSort by relevance Sort by last modified time
    Searched full:mainbundle (Results 1 - 20 of 20) sorted by null

  /external/skia/src/ports/
SkOSFile_ios.h 15 CFBundleRef mainBundle = CFBundleGetMainBundle();
21 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data"));
  /external/skqp/src/ports/
SkOSFile_ios.h 15 CFBundleRef mainBundle = CFBundleGetMainBundle();
21 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data"));
  /external/python/cpython2/Mac/PythonLauncher/
MyAppDelegate.m 68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
FileSettings.m 109 NSBundle *bdl = [NSBundle mainBundle];
  /external/python/cpython3/Mac/PythonLauncher/
MyAppDelegate.m 68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
FileSettings.m 109 NSBundle *bdl = [NSBundle mainBundle];
  /external/webrtc/webrtc/test/testsupport/
iosfileutils.mm 51 NSString* pathString = [[NSBundle mainBundle] pathForResource:fileName
  /external/clang/test/Analysis/
localization.m 11 [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:nil]
13 [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:(tbl)]
27 + (NSBundle *)mainBundle;
localization-aggressive.m 8 [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:nil]
10 [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:(tbl)]
32 + (NSBundle *)mainBundle;
  /external/google-breakpad/src/client/mac/testapp/
Controller.m 161 NSBundle *bundle = [NSBundle mainBundle];
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/simple/
RunModelViewController.mm 83 NSString* file_path = [[NSBundle mainBundle] pathForResource:name ofType:extension];
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];
  /external/google-breakpad/src/client/ios/
BreakpadController.mm 204 configuration_ = [[[NSBundle mainBundle] infoDictionary] mutableCopy];
  /external/tensorflow/tensorflow/examples/ios/camera/
tensorflow_utils.mm 100 [[NSBundle mainBundle] pathForResource:name ofType:extension];
  /external/tensorflow/tensorflow/examples/ios/simple/
RunModelViewController.mm 120 NSString* file_path = [[NSBundle mainBundle] pathForResource:name ofType:extension];
  /external/tensorflow/tensorflow/examples/ios/benchmark/
BenchmarkViewController.mm 122 [[NSBundle mainBundle] pathForResource:name ofType:extension];
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/
CameraExampleViewController.mm 48 NSString* file_path = [[NSBundle mainBundle] pathForResource:name ofType:extension];
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 498 milliseconds