Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DErrorCalculator.java72 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()
DerrorCalculator.rscript9 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/
DDiagCommonKinds.inc20 "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/
DEGL_ANDROID_blob_cache.txt116 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
DEGL_ANDROID_image_native_buffer.txt102 future Android releases. The minimum requirements for a given Android
DEGL_ANDROID_get_native_client_buffer.txt90 additional EGL extensions. The particular valid combinations for a given
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl134 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/base/packages/SystemUI/docs/
Dphysics-animation-layout.md10 …, and has methods such as ```moveStack(x, y)``` to animate the stack to a given point. ExpansionAn…
23 If the animation at the given index should update another animation whenever its value changes, ret…
29 Returns a SpringForce instance to use for animations of the given property. This allows the control…
45 …(Path, int, TimeInterpolator)`, which animates a ‘target’ point along the given path using a tradi…
48 - `withStartDelay(int)`, for starting the animation after a given delay.
49 - `withStartVelocity(float)`, for starting the animation with the given start velocity.
73 …e method for starting animations on multiple child views, starting at the given index. The `ChildA…
120 Sets the given controller as the active controller for the layout. This causes the layout to constr…
Dphysics-animation-testing.md11 …tions```, which uses a **CountDownLatch** to wait for all animations on a given property to comple…
/frameworks/rs/script_api/
Drs_object_info.spec303 summary: Return the Allocation for a given pointer
305 Returns the Allocation for a given pointer. The pointer should point within a valid
Drs_allocation_create.spec137 summary: Create an rs_allocation object of given Type.
139 Creates an rs_allocation object of the given Type and usage.
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java49 import static org.mockito.BDDMockito.given;
111 given(mContext.registerReceiver(any(), any())).willThrow(SecurityException.class); in setAutoMode_screenOffUnRegistered()
/frameworks/compile/slang/tests/P_reduce_general_reflect/
Dreduce_general_reflect.rscript9 // A given result type should only be reflected once
/frameworks/base/core/proto/android/server/
Dalarmmanagerservice.proto83 // off. The caller has given the time they want this to happen at.
231 // Tag given to AlarmManager by the app or component scheduling the alarm.
253 // Tag given to AlarmManager by the app or component scheduling the alarm.
270 // Tag given to AlarmManager by the app or component scheduling the alarm.
/frameworks/base/core/proto/android/
Dsection.proto35 // incidentd executes the given command for annotated field
/frameworks/base/core/proto/android/os/
Dheader.proto34 // only be uploaded if this value is given.
/frameworks/compile/mclinker/tools/mcld/
DOptions.td258 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/av/media/libstagefright/codecs/amrwb/fuzzer/
DREADME.md20 This also ensures that the plugin is always deterministic for any given input.
/frameworks/av/media/libstagefright/codecs/amrnb/fuzzer/
DREADME.md21 This also ensures that the plugin is always deterministic for any given input.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dcamera_response_fast.rsh15 // given with respect to parameters a,b,c as:
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto65 * the given client.
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags20 # An existing activity is being given a new intent:
38 # The Activity Manager failed to pause the given activity.
/frameworks/av/media/tests/benchmark/
DREADME.md3 Benchmark app analyses the time taken by MediaCodec, MediaExtractor and MediaMuxer for given set of…
125 To get the resource files for the test follow instructions given in [Resources](#Resources)
179 To get the resource files for the test follow instructions given in [Resources](#Resources)
/frameworks/multidex/
Dbuild.gradle45 * With the build server you are given two env variables.
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt24 Then take the given Install path (out/target/.../SmartCamera.apk)

123