HomeSort by relevance Sort by last modified time
    Searched refs:createFromFile (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/base/rs/java/android/renderscript/
Font.java 160 static public Font createFromFile(RenderScript rs, Resources res, String path, float pointSize) {
176 static public Font createFromFile(RenderScript rs, Resources res, File path, float pointSize) {
177 return createFromFile(rs, res, path.getAbsolutePath(), pointSize);
243 return createFromFile(rs, res, fontPath, pointSize);
FileA3D.java 253 static public FileA3D createFromFile(RenderScript rs, String path) {
273 static public FileA3D createFromFile(RenderScript rs, File path) {
274 return createFromFile(rs, path.getAbsolutePath());
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTypefaceTest.java 53 Typeface typeface = Typeface.createFromFile(fontFile);
61 Typeface typeface = Typeface.createFromFile(fontFile.getPath());
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatBaseImpl.java 94 return Typeface.createFromFile(tmpFile.getPath());
96 // This was thrown from Typeface.createFromFile when a Typeface could not be loaded,
162 return Typeface.createFromFile(tmpFile.getPath());
164 // This was thrown from Typeface.createFromFile when a Typeface could not be loaded.
TypefaceCompatApi21Impl.java 81 return Typeface.createFromFile(file);
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
BusinessLogicHostTestBase.java 78 mBusinessLogic = BusinessLogicFactory.createFromFile(businessLogicFile);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTypeface.java 74 public static Typeface createFromFile(File path) {
80 public static Typeface createFromFile(String path) {
81 return createFromFile(new File(path));
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BusinessLogicTestCase.java 76 mBusinessLogic = BusinessLogicFactory.createFromFile(businessLogicFile);
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
TypefaceCreatePerfTest.java 101 Typeface face = Typeface.createFromFile(outFile);
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
LayoutPullParser.java 45 public static LayoutPullParser createFromFile(@NonNull File layoutFile)
  /test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
BusinessLogicTest.java 134 BusinessLogic bl = BusinessLogicFactory.createFromFile(file);
238 BusinessLogic bl = BusinessLogicFactory.createFromFile(file);
  /external/llvm/include/llvm/LTO/legacy/
LTOModule.h 94 createFromFile(LLVMContext &Context, const char *path,
  /frameworks/base/libs/androidfw/include/androidfw/
Asset.h 160 static Asset* createFromFile(const char* fileName, AccessMode mode);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/legacy/
LTOModule.h 98 createFromFile(LLVMContext &Context, StringRef path,

Completed in 847 milliseconds

1 2 3 4