/frameworks/base/graphics/java/android/graphics/ |
D | BitmapFactory.java | 19 import static android.graphics.BitmapFactory.Options.validate; 43 public static class Options { class in BitmapFactory 48 public Options() { in Options() method in BitmapFactory.Options 436 static void validate(Options opts) { in validate() 470 static long nativeInBitmap(Options opts) { in nativeInBitmap() 484 static long nativeColorSpace(Options opts) { in nativeColorSpace() 510 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() 556 @Nullable InputStream is, @Nullable Rect pad, @Nullable Options opts) { in decodeResourceStream() 559 opts = new Options(); in decodeResourceStream() 595 public static Bitmap decodeResource(Resources res, int id, Options opts) { in decodeResource() [all …]
|
D | BitmapRegionDecoder.java | 190 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { in decodeRegion() 191 BitmapFactory.Options.validate(options); in decodeRegion() 199 BitmapFactory.Options.nativeInBitmap(options), in decodeRegion() 200 BitmapFactory.Options.nativeColorSpace(options)); in decodeRegion() 270 BitmapFactory.Options options, long inBitmapHandle, in nativeDecodeRegion()
|
D | LargeBitmap.java | 52 public Bitmap decodeRegion(Rect rect, BitmapFactory.Options options) { in decodeRegion() 114 BitmapFactory.Options options); in nativeDecodeRegion()
|
/frameworks/ml/nn/tools/test_generator/tests/ |
D | test.py | 71 class Options(object): class 81 if Options.verbose: 85 if Options.verbose: 95 if Options.verbose: 120 if Options.verbose: 191 if Options.verbose: 202 if Options.verbose: 226 if Options.verbose > 1: 247 if Options.cleanup: 284 Options.cleanup = 0 [all …]
|
/frameworks/compile/slang/tests/ |
D | slang_test.py | 70 class Options(object): class 80 if Options.verbose: 84 if Options.verbose: 94 if Options.verbose: 119 if Options.verbose: 223 if Options.verbose: 234 if Options.verbose: 280 if Options.verbose > 1: 303 if Options.update_cts: 306 if Options.cleanup: [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LocalImageResolver.java | 39 BitmapFactory.Options onlyBoundsOptions = getBoundsOptionsForImage(uri, context); in resolveImage() 53 BitmapFactory.Options bitmapOptions = new BitmapFactory.Options(); in resolveImage() 61 private static BitmapFactory.Options getBoundsOptionsForImage(Uri uri, Context context) in getBoundsOptionsForImage() 64 BitmapFactory.Options onlyBoundsOptions = new BitmapFactory.Options(); in getBoundsOptionsForImage()
|
/frameworks/ex/common/tests/src/com/android/common/ |
D | OperationSchedulerTest.java | 47 OperationScheduler.Options options = new OperationScheduler.Options(); in testScheduler() 125 OperationScheduler.Options options = new OperationScheduler.Options(); in testExponentialBackoff() 165 OperationScheduler.Options options = new OperationScheduler.Options(); in testExponentialBackoffBoundedByMoratorium() 183 OperationScheduler.Options options = new OperationScheduler.Options(); in testParseOptions() 209 OperationScheduler.Options options = new OperationScheduler.Options(); in testMoratoriumWithHttpDate() 234 OperationScheduler.Options options = new OperationScheduler.Options(); in testClockRollbackScenario()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BitmapFactory_Delegate.java | 27 import android.graphics.BitmapFactory.Options; 52 @Nullable Rect padding, @Nullable Options opts, long inBitmapHandle, in nativeDecodeStream() 104 Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeFileDescriptor() 112 /*package*/ static Bitmap nativeDecodeAsset(long asset, Rect padding, Options opts, in nativeDecodeAsset() 122 int length, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeByteArray() 140 /*package*/ static void setDensityFromOptions(Bitmap outputBitmap, Options opts) { in setDensityFromOptions()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Android.bp | 19 // Build Options.inc from Options.td 22 in: "Options.td", 23 outs: ["Options.inc"],
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestScene.h | 37 struct Options { struct 45 static test::TestScene* simpleCreateScene(const TestScene::Options&) { in simpleCreateScene() argument 49 typedef test::TestScene* (*CreateScene)(const TestScene::Options&);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 49 Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options); in decodeRegion() 89 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() 121 public Bitmap decodeRegion(Rect wantRegion, BitmapFactory.Options options) { in decodeRegion() 185 BitmapFactory.Options opts = new BitmapFactory.Options(); in loadInBackground() 221 public abstract Bitmap loadPreviewBitmap(BitmapFactory.Options options); in loadPreviewBitmap() 240 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap() 289 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap() 349 public Bitmap loadPreviewBitmap(BitmapFactory.Options options) { in loadPreviewBitmap() 376 private BitmapFactory.Options mOptions; 386 mOptions = new BitmapFactory.Options(); in BitmapRegionTileSource()
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 27 // Target Options 35 // Header Search Options 43 // Frontend Options 98 // Dependency Output Options 120 // Reflection Options 127 // Diagnostic Options 142 // Misc Options
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | ImageUtils.java | 107 final BitmapFactory.Options opts = new BitmapFactory.Options(); in createLocalBitmap() 143 final BitmapFactory.Options opts) throws FileNotFoundException { in decodeStream() 198 final BitmapFactory.Options opts = new BitmapFactory.Options(); in getImageBounds()
|
/frameworks/ml/ |
D | PREUPLOAD.cfg | 1 [Options] 13 [Builtin Hooks Options]
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson_info.cc | 36 struct Options { struct 43 bool ParseOptions(int argc, char* argv[], Options* options) { in ParseOptions() argument 100 bool Dump(const VkJsonInstance& instance, const Options& options) { in Dump() 168 Options options; in main()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | TestService.java | 817 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() 836 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() 856 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() 876 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() 897 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() 917 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() 938 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun() 958 BitmapFactory.Options opts = new BitmapFactory.Options(); in onRun()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotLoader.java | 27 import android.graphics.BitmapFactory.Options; 77 final Options options = new Options(); in loadTask()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
D | Utils.java | 97 BitmapFactory.Options options, int reqWidth, int reqHeight) { in calculateInSampleSize() 123 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromResource()
|
/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 57 final BitmapFactory.Options options = new BitmapFactory.Options(); in loadBitmap()
|
/frameworks/ex/common/java/com/android/common/ |
D | OperationScheduler.java | 37 public static class Options { class in OperationScheduler 106 public static Options parseOptions(String spec, Options options) in parseOptions() 150 public long getNextTimeMillis(Options options) { in getNextTimeMillis()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | RoundRectClippingAnimation.cpp | 64 [](const TestScene::Options&) -> test::TestScene* { in __anon6e2534650202() argument 71 [](const TestScene::Options&) -> test::TestScene* { in __anon6e2534650302() argument
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Main.java | 61 private static class Options { class in Main 69 private static final Options sOptions = new Options();
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | BitmapsAlphaActivity.java | 56 BitmapFactory.Options opts = new BitmapFactory.Options(); in BitmapsView()
|
/frameworks/base/tools/bit/ |
D | main.cpp | 77 struct Options { struct 93 Options(); argument 94 ~Options(); 97 Options::Options() in Options() function in Options 107 Options::~Options() in ~Options() 459 parse_args(Options* options, int argc, const char** argv) in parse_args() 660 run_phases(vector<Target*> targets, const Options& options) in run_phases() 1235 Options options; in main()
|
/frameworks/native/vulkan/tools/ |
D | vkinfo.cpp | 30 struct Options { struct 125 const Options &options, in GatherGpuInfo() 210 void GatherInfo(VulkanInfo* info, const Options& options) { in GatherInfo() 338 const Options& /*options*/, in PrintExtensions() argument 347 const Options& options, in PrintLayers() 489 void PrintGpuInfo(const GpuInfo& info, const Options& options, size_t indent) { in PrintGpuInfo() 568 void PrintInfo(const VulkanInfo& info, const Options& options) { in PrintInfo() 599 Options options = { in main()
|