/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 72 public float calcErrorRS(Bitmap ideal, Bitmap given) { in calcErrorRS() argument 79 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given, in calcErrorRS() 117 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) { in calcErrorHeatmapRS() argument 120 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given, in calcErrorHeatmapRS() 132 public static float calcError(Bitmap ideal, Bitmap given) { in calcError() argument 156 int givenColor = given.getPixel(x, y); in calcError()
|
D | errorCalculator.rs | 9 rs_allocation given; 39 uchar4 givenPixel = rsGetElementAt_uchar4(given, x, y); 52 float4 givenPixel = rsGetElementAt_float4(given, x, y);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 20 "cannot recognize the format of file `%0'.\n object format or given " 22 "cannot recognize the format of file `%0'.\n object format or given " 164 "Cannot initialize mcld::Target for given triple '%0'.\n(Detail: %1)", 165 "Cannot initialize mcld::Target for given triple '%0'.\n(Detail: %1)") 168 "Cannot initialize mcld::DiagnosticLineInfo for given triple '%0'", 169 "Cannot initialize mcld::DiagnosticLineInfo for given triple '%0'") 172 "Cannot initialize mcld::TargetLDBackend for given triple '%0'.", 173 "Cannot initialize mcld::TargetLDBackend for given triple '%0'.")
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 116 the cache and associates it with the given key. <get> points to a function 117 that retrieves from the cache the value associated with a given key. The 137 To insert a new binary value into the cache and associate it with a given 149 No guarantees are made as to whether a given key/value pair is present in 151 with the given key in the past then it is undefined which value, if any, is 154 recently set value for a given key. 156 To retrieve the binary value associated with a given key from the cache, a 165 a value associated with the given key then the size of that binary value in 168 If the cache contains a value for the given key and its size in bytes is
|
D | EGL_ANDROID_image_native_buffer.txt | 102 future Android releases. The minimum requirements for a given Android
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_common.tmpl | 134 Emits a C type and name for the given parameter 146 Emits a C name for the given parameter 158 Emits a C type for the given parameter 166 Emits a comma-separated list of C type-name paired parameters for the given
|
/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/ |
D | VectorDrawableTest.java | 227 private void compareImages(Bitmap ideal, Bitmap given, String filename) { in compareImages() argument 231 assertTrue(idealWidth == given.getWidth()); in compareImages() 232 assertTrue(idealHeight == given.getHeight()); in compareImages() 239 int givenColor = given.getPixel(x, y); in compareImages()
|
/frameworks/rs/api/ |
D | rs_object_info.spec | 303 summary: Return the Allocation for a given pointer 305 Returns the Allocation for a given pointer. The pointer should point within a valid
|
D | rs_allocation_create.spec | 137 summary: Create an rs_allocation object of given Type. 139 Creates an rs_allocation object of the given Type and usage.
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 56 <td><p>Dials (but does not actually initiate the call) the number given 67 <td>Opens the Maps application to the given location or query. The Geo URI scheme 71 …given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The hi… 79 <td>Opens the Street View application to the given location. The URI scheme is
|
D | g-app-intents.jd | 65 <td><p>Dials (but does not actually initiate the call) the number given 77 <td>Opens the Maps application to the given location or query. The Geo URI scheme 81 …given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The hi… 90 <td>Opens the Street View application to the given location. The URI scheme is
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 60 <li>Register/unregister for a given {@link android.content.Intent} to be fired if the device 61 comes within a given proximity (specified by radius in meters) of a given lat/long.</li>
|
/frameworks/base/docs/html/ndk/guides/ |
D | arch.jd | 18 library, which your app can use to query a given CPU and architecture about the optional
|
/frameworks/support/buildSrc/ |
D | studioCompat.gradle | 98 * For each APIModule in the given projectConfig, creates a gradle module. These modules use the 115 * returns the APIModule for the given project.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 20 # An existing activity is being given a new intent: 38 # The Activity Manager failed to pause the given activity.
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | linear.jd | 68 other is given no weight, the third text field without weight will not grow and will only occupy the 70 all three fields are measured. If the third field is then given a weight of 2 (instead of 0), then
|
/frameworks/base/docs/html/training/tv/tif/ |
D | ui.jd | 36 <p>Also consider whether certain program content should be presented, given the 158 app's parental controls determine what content displays, given the content rating. 207 <p>To determine if a given content is blocked by parental controls and content rating, you check the 269 track is available for a given track type; for example, subtitles in different languages. Your TV
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | navigation.jd | 134 The system provides a best-guess as to which view should be given focus 135 in a given direction based on the layout of the views on screen. Sometimes, however, the system 138 <p>If the system does not pass focus to the appropriate view when navigating in a given direction,
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | design-notes.jd | 27 more specific information for a given use case. As a result, skillfully 93 An app can use a simple algorithm to pick the best memory type for a given
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 258 HelpText<"Use the given file as the linker script">; 395 HelpText<"Locate a output section at the given absolute address">; 417 HelpText<"Use the given directory as the location of the sysroot">; 421 HelpText<"Add the given directory to the list of search paths">;
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | camera_response_fast.rsh | 15 // given with respect to parameters a,b,c as:
|
/frameworks/base/docs/html/training/volley/ |
D | request.jd | 51 <li>{@code ImageRequest}—a canned request for getting an image at a given URL and 241 response body at a given URL.</li> 244 response body at a given URL, allowing for an optional
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 24 Then take the given Install path (out/target/.../SmartCamera.apk)
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/resources/ |
D | overview.jd | 93 directories by name. Files saved in the {@code assets/} directory will not be given a resource
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/resources/ |
D | overview.jd | 93 directories by name. Files saved in the {@code assets/} directory will not be given a resource
|