/frameworks/base/libs/hwui/tests/common/scenes/ |
D | SaveLayer2Animation.cpp | 38 int regions = 20; in createContent() local 39 int smallRectHeight = (bounds.height() / regions); in createContent() 49 for (int i = 0; i < regions; i++, top += smallRectHeight) { in createContent()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | SaveLayerInterleaveActivity.java | 60 int regions = 20; in onCreate() 61 int smallRectHeight = (bounds.height()/regions); in onCreate() 70 for (int i = 0; i < regions; i++, top += smallRectHeight) { in onCreate()
|
/frameworks/ml/nn/tools/api/ |
D | README.md | 69 The specification file is divided into *regions*, which are sequences of lines 72 Certain regions can enclose certain other regions, but this is very limited: 140 Permitted in regions: null, conditional, section 169 Permitted in regions: null, conditional, section 175 Permitted in regions: section 196 Permitted in regions: null, section 209 Permitted in regions: null, section 215 Permitted in regions: null
|
D | types.spec | 3061 * regions. The resulting bounding boxes are cliped against the edges of 5212 * the regions of interest, each line with format [x1, y1, x2, y2]. 5262 * regions of interest and pooling bins. 5280 * the regions of interest, each line with format [x1, y1, x2, y2].
|
D | NeuralNetworks.t | 467 * <li>Associate input buffers or memory regions to the model inputs with 470 * <li>Associate output buffers or memory regions to the model outputs with
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | regions.h | 27 namespace regions {
|
D | regions.cpp | 28 namespace regions { namespace
|
D | convert.cpp | 39 using regions::RegionalBandConfig; 387 auto regionalBands = regions::mapRegions(prop10.bands); in ModulePropertiesFromHal()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 221 protected Void doInBackground(Void... regions) { in doInBackground() argument 313 protected String doInBackground(Region... regions) { in doInBackground() argument 314 d = regions[0].findMatch(mFindRegion, mRs, mDisplayedImage); in doInBackground() 320 regions[0].heal(mHealingScript, mRs, mImage2, mImage2); in doInBackground()
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 221 protected Void doInBackground(Void... regions) { in doInBackground() argument 315 protected String doInBackground(Region... regions) { in doInBackground() argument 316 d = regions[0].findMatch(mFindRegion, mRs, mDisplayedImage); in doInBackground() 322 regions[0].heal(mHealingScript, mRs, mImage2, mImage2); in doInBackground()
|
/frameworks/native/libs/ui/ |
D | Android.bp | 69 //defaults: ["libui-validate-regions-defaults"], 160 name: "libui-validate-regions-defaults",
|
/frameworks/base/services/core/jni/ |
D | Android.bp | 24 "BroadcastRadio/regions.cpp",
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 42 RS_FOR_EACH_STRATEGY_SERIAL = 0, // Prefer contiguous memory regions. 45 RS_FOR_EACH_STRATEGY_TILE_SMALL = 3, // Prefer processing small rectangular regions. 46 RS_FOR_EACH_STRATEGY_TILE_MEDIUM = 4, // Prefer processing medium rectangular regions. 47 RS_FOR_EACH_STRATEGY_TILE_LARGE = 5 // Prefer processing large rectangular regions.
|
/frameworks/base/tests/FlickerTests/ |
D | README.md | 87 visible regions:
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 1605 const VkPresentRegionKHR* regions = in QueuePresentKHR() local 1619 (regions && !swapchain.mailbox_mode) ? ®ions[sc] : nullptr; in QueuePresentKHR()
|
/frameworks/layoutlib/validator/resources/ |
D | strings.properties | 44 question_message_identify_unexposed_items = Select regions of the screen with unidentified items.
|