Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 2453) sorted by relevance

12345678910>>...99

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_fast_f32.rscript11 // 2. The depth value represents inverse depth. Larger depths are closer to the
40 // This image buffer is used to store input image initially.
42 // back-most to the focal depth. This image buffer is padded.
45 // This image buffer is used to save an integral image of g_sharp_image
49 // whether or not to use integral image in this iteration.
52 // This image buffer is used to store output image, both for intermediate
54 // In the first pass from back-most to focal depth, g_fuzzy_image holds the
55 // layer filtering result temporarily and then the result is used to update the
57 // In the second pass from front-most to focal depth, g_fuzzy_image accumulates
59 // blended with the input image (which has been updated in the first pass) to
[all …]
Dlayered_filter_fast_d1new.rscript11 // 2. The depth value represents inverse depth. Larger depths are closer to the
43 // This image buffer is used to store input image initially.
45 // back-most to the focal depth. This image buffer is padded.
47 // This image buffer is used to save an integral image of g_sharp_image
50 // whether or not to use integral image in this iteration.
53 // This image buffer is used to store output image, both for intermediate
55 // In the first pass from back-most to focal depth, g_fuzzy_image holds the
56 // layer filtering result temporarily and then the result is used to update the
58 // In the second pass from front-most to focal depth, g_fuzzy_image accumulates
60 // blended with the input image (which has been updated in the first pass) to
[all …]
Dpixel_format_f32.rsh10 // 2. When processing each layer, we use its field (active) to mark
12 // active or not active but "close enough" to an active pixel, a matte value is
16 // 3. After each layer is processed from back-most layer to focal depth layer,
17 // the color (red, green, blue) of FocusPixel is updated and ready to be used in
20 // 4. After each layer is processed from front-most layer to focal depth layer,
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale15 satisfies a need for an easy-to-use integer benchmark; it gives a first
19 With the increasing use of the benchmark, it seems necessary to
20 reconsider the benchmark and to check whether it can still fulfill this
43 o As far as it is possible without changes to the Dhrystone statistics,
47 removal" or "dead variable elimination"). This has lead to the
58 know some suggestions for improvement, I didn't want to change the
61 outweight the benefits. If I were to write a new benchmark program, I
65 always be encouraged to use more than just one benchmark.
71 Readers who want to use the benchmark for their own measurements can
87 outside the measaurement loop. As a concession to older compilers,
[all …]
DLICENSE.TXT18 Permission is hereby granted, free of charge, to any person obtaining a copy of
19 this software and associated documentation files (the "Software"), to deal with
20 the Software without restriction, including without limitation the rights to
22 of the Software, and to permit persons to whom the Software is furnished to do
23 so, subject to the following conditions:
33 Urbana-Champaign, nor the names of its contributors may be used to
51 to that code.
54 applies to all code in the LLVM Distribution, and nothing in any of the
55 other licenses gives permission to use the names of the LLVM Team or the
56 University of Illinois to endorse or promote products derived from this
/cts/hostsidetests/theme/
DREADME9 * Unless required by applicable law or agreed to in writing, software
21 theme tests, a device must be able to generate images that are identical to the
25 modifications to the reference images will invalidate the test results.
38 export ANDROID_SDK_ROOT = /path/to/sdk
44 3. Use the SDK's AVD Manager tool to create a single virtual device using the
52 5. Use the reference image script to generate the reference images. The script
66 2. Use the reference image script to generate the reference images:
70 There is an option to build locally an Android system image and use an emulator that is stored in
72 require a SDK and can be used to generate images with locally modified source code: for example
79 2. Use the reference image script to generate the reference images. The script
[all …]
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.txt13 OID-params: PKI object identifiers indicating how to use the provided key
14 to generate the signature. See, e.g. rfc3279 and rfc4055.
16 extra_info: additional notes to distinguish packages. Currently this denotes
17 which test certificates were used to generate a proof-of-rotation object,
19 capabilities of those certificates according to APK Signature Scheme v3.
23 android source tree. Please refer to the usage instructions there for how to
26 README in tools/apksig/) to create invalid or unsupported outcomes.
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DREADME.md1 How to add a test for a new HID device
4 1. Connect the device of interest to Android
6 3. Go to /sys/kernel/debug/hid/0005:0B05:4500.000F
8 Just print the /sys/kernel/debug/hid directory to see what it is for you.
9 This identifier will also change each time you reconnect the same physical device to Android.
15 To observe the MotionEvents that Android receives in response to the hid reports, write a small
17 There, print all of the event data that has changed. For MotionEvents, ensure to look at the
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile3 # Only show warnings with the listed confidence levels. Leave empty to show
10 # file where it should appear only once).You can also use "--disable=all" to
12 # you want to run only the similarities checker, you can use "--disable=all
13 # --enable=similarities". If you want to run only the classes checker, but have
35 # The configuration modes to activate (default: base).
38 # The mode to use when import path setup fails (default: style).
50 # The configuration mode to use for tests (default: test).
56 # Directories to add to sys.path.
68 # Add a comment according to your evaluation note. This is used by the global
73 # note). You have access to the variables errors warning, statement which
[all …]
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java128 Rollback.from(TestApp.A2).to(TestApp.A1)); in testApkOnlyCommitRollback()
136 Rollback.from(TestApp.A2).to(TestApp.A1)); in testApkOnlyCommitRollback()
160 Rollback.from(TestApp.A2).to(TestApp.A1)); in testApkOnlyConfirmRollback()
194 Rollback.from(TestApp.A2).to(TestApp.A1)); in testApkOnlyMultipleStagedRollback_Phase2()
202 Rollback.from(TestApp.A2).to(TestApp.A1)); in testApkOnlyMultipleStagedRollback_Phase2()
214 Rollback.from(TestApp.B2).to(TestApp.B1)); in testApkOnlyMultipleStagedRollback_Phase2()
222 Rollback.from(TestApp.B2).to(TestApp.B1)); in testApkOnlyMultipleStagedRollback_Phase2()
241 Rollback.from(TestApp.A2).to(TestApp.A1)); in testApkOnlyMultipleStagedRollback_Phase3()
251 Rollback.from(TestApp.B2).to(TestApp.B1)); in testApkOnlyMultipleStagedRollback_Phase3()
284 Rollback.from(TestApp.A2).to(TestApp.A1)); in testApkOnlyMultipleStagedPartialRollback_Phase2()
[all …]
/cts/hostsidetests/hdmicec/
Dcec_adapter.md14 1. Connect "TV" port on the adapter to your TV
15 2. Connect USB mini port to you computer
40 opening a connection to the CEC adapter...
41 DEBUG: [ 1] Broadcast (F): osd name set to 'Broadcast'
42 …opened, clearing any previous input and waiting for active transmissions to end before starting
49 DEBUG: [ 255] setting the line timeout to 3
56 Use the `ts` command to add timestamps.
66 Nov 18 16:15:46 opening a connection to the CEC adapter...
67 Nov 18 16:15:46 DEBUG: [ 386] Broadcast (F): osd name set to 'Broadcast'
151 : send a volume up command to the amp if present
[all …]
/cts/tests/media/
DREADME.md2to test all codecs advertised in MediaCodecList, available muxers and extractors. The aim of these…
13to determine the list of components on which the tests are to be tried. Similarly for Media extrac…
15 To limit media codec decoder tests to mp3 and vorbis decoder,
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dkernel_input.rscript10 * Unless required by applicable law or agreed to in writing, software
26 * This checks that modifications to input arguments done by a kernel
27 * are never reflected back to the input Allocation. In order to do
34 * used as an in input to a clear_input_* kernel. The verify_input_*
38 // The clear_input_* kernels have rsDebug calls so that the writes they make to
40 // rsDebug, guard calls to it with a runtime test that is guaranteed to be
45 // to try to inhibit any optimizations that would result in the write to
/cts/tests/tests/icu/resources/android/icu/cts/expectations/
Dicu-known-failures.txt2 * This file contains expectations for tests that are known to fail.
5 // Uncomment this to exclude all tests and then add result: "SUCCESS" to any specific tests that
6 // need to be run.
14 description: "Serialized forms have not been converted to use repackaged classes",
/cts/
DAndroid.bp5 // Set of error prone rules to ensure code quality
34 // Set of error prone rules to ensure code quality of tests
35 // Goal is to eventually merge with cts_error_prone_rules
53 // Used with an android_test / android_test_helper_app, this is equivalent to
66 // Used with different module types, this is equivalent to:
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java79 public static StrokeDescription swipe(PointF from, PointF to) { in swipe() argument
80 return swipe(from, to, ViewConfiguration.getTapTimeout()); in swipe()
83 public static StrokeDescription swipe(PointF from, PointF to, long duration) { in swipe() argument
84 return new StrokeDescription(path(from, to), 0, duration); in swipe()
87 public static StrokeDescription drag(StrokeDescription from, PointF to) { in drag() argument
89 path(lastPointOf(from), to), in drag()
/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE1 By downloading, copying, installing or using the software you agree to this license.
2 If you do not agree to this license, do not download, install,
21 may be used to endorse or promote products derived from this software
25 any express or implied warranties, including, but not limited to, the implied
29 (including, but not limited to, procurement of substitute goods or services;
/cts/tests/tests/notificationlegacy/notificationlegacy20/
DOWNERS1 # DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
3 # need to tell the difference between "no owner is specified for this module" vs "explicitly
4 # defer to parent OWNERS file"
/cts/tests/tests/notificationlegacy/notificationlegacy29/
DOWNERS1 # DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
3 # need to tell the difference between "no owner is specified for this module" vs "explicitly
4 # defer to parent OWNERS file"
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DREADME3 the build_libs.sh script. Don't attempt to modify manually. To rebuild
4 the native code, make the following change to the NDK to pass through
/cts/tests/tests/notificationlegacy/notificationlegacy27/
DOWNERS1 # DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
3 # need to tell the difference between "no owner is specified for this module" vs "explicitly
4 # defer to parent OWNERS file"
/cts/tests/tests/notificationlegacy/notificationlegacy28/
DOWNERS1 # DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
3 # need to tell the difference between "no owner is specified for this module" vs "explicitly
4 # defer to parent OWNERS file"
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license1 By downloading, copying, installing or using the software you agree to this license.
2 If you do not agree to this license, do not download, install,
29 may be used to endorse or promote products derived from this software
33 any express or implied warranties, including, but not limited to, the implied
37 (including, but not limited to, procurement of substitute goods or services;
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript10 * Unless required by applicable law or agreed to in writing, software
27 rs_allocation gainMap; // Gainmap to apply to linearized raw sensor data.
33 rs_matrix3x3 sensorToIntermediate; // Color transform from sensor to a wide-gamut colorspace
34 rs_matrix3x3 intermediateToSRGB; // Color transform from wide-gamut colorspace to sRGB
35 ushort4 blackLevelPattern; // Blacklevel to subtract for each channel, given in CFA order
44 // Interpolate gain map to find per-channel gains at a given pixel
72 // Apply gamma correction to each color channel in RGB pixel
81 // Apply polynomial tonemapping curve to each color channel in RGB pixel.
82 // This attempts to apply tonemapping without changing the hue of each pixel,
124 // Apply tonemapping curve to min, max RGB channel values
[all …]
/cts/tests/tests/batterysaving/common/proto/
Dbattery_saver_cts_common.proto10 * Unless required by applicable law or agreed to in writing, software
24 // Request to clear TestService.LastStartIntent.
27 // Request to return the action set in TestService.LastStartIntent.
30 // Request to start testService.

12345678910>>...99