Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/tools/platform-compat/javatest/com/android/class2nonsdklist/
DUnsupportedAppUsageAnnotationHandlerTest.java60 mJavac.addSource("annotation.Anno", Joiner.on('\n').join( in setup()
87 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testGreylistMethod()
108 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testGreylistConstructor()
129 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testGreylistField()
150 mJavac.addSource("a.b.EnumClass", Joiner.on('\n').join( in testGreylistImplicit()
171 mJavac.addSource("a.b.EnumClass", Joiner.on('\n').join( in testGreylistImplicit_Invalid_MissingOnClass()
193 mJavac.addSource("a.b.EnumClass", Joiner.on('\n').join( in testGreylistImplicit_Invalid_PresentOnMember()
214 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testGreylistMethodExpectedSignature()
235 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testGreylistMethodExpectedSignatureWrong()
253 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testGreylistInnerClassMethod()
[all …]
DCovariantReturnTypeHandlerTest.java54 mJavac.addSource("annotation.Annotation", Joiner.on('\n').join( in setup()
66 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testReturnTypeWhitelisted()
90 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testAnnotatedMemberNotPublicApi()
112 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testReturnTypeAlreadyWhitelisted()
137 mJavac.addSource("a.b.Class", Joiner.on('\n').join( in testAnnotationOnField()
/tools/asuite/atest/docs/
Ddeveloper_workflow.md6 1. [Identify the code you should work on](#identify-the-code-you-should-work-on)
7 2. [Working on the Python Code](#working-on-the-python-code)
8 3. [Working on the TradeFed Code](#working-on-the-tradefed-code)
9 4. [Working on the VTS10-TradeFed Code](#working-on-the-vts10-tradefed-code)
10 5. [Working on the Robolectric Code](#working-on-the-robolectric-code)
13 ## <a name="what-code">Identify the code you should work on</a>
30 code you'll want to work on.
32 <p>For more details on how this code works, checkout the following docs:
51 ## <a name="working-on-the-python-code">Working on the Python Code</a>
93 ## <a name="working-on-the-tradefed-code">Working on the TradeFed Code</a>
[all …]
Datest_structure.md19 2. Find test(s) based on user input
29 it). That is a critical piece that atest depends on. Module-info.json contains a
51 Read on to learn more about the classes mentioned.
62 * ```test_finders/``` - Location of test finder classes. More details on test
68 * ```test_runners/``` - Location of test runner classes. More details on test
76 atest to find tests in the android repo based on the user's input (path,
81 For more details and instructions on how to create new test finders,
89 For more details and instructions on how to create new test runners, [go here](./develop_test_runne…
/tools/netsim/guide/src/ui/
DREADME.md16 1. Click on the device you wish to move.
18 3. See the **Position** updates on the **Device Info** panel on the right.
23 1. Click on the device you wish to change orientation.
25 3. See the orientation updates on the device sprite.
30 1. Click on the device you wish to change radio state.
49 1. Click on the device you wish to move.
57 1. On the navigation bar on top, click **Packet Trace**.
62 1. On the navigation bar on top, click **Packet Trace**.
63 2. Toggle **Capture ON/OFF** to turn capture on.
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DFlaggedApiLintTest.kt42 fun `Dont require @FlaggedApi on methods that get elided from signature files`() { in Dont require @FlaggedApi on methods that get elided from signature files()
106 fun `Require @FlaggedApi on new APIs`() { in Require @FlaggedApi on new APIs()
243 fun `Dont require @FlaggedApi on existing items in nested SystemApi classes`() { in Dont require @FlaggedApi on existing items in nested SystemApi classes()
280 fun `Dont require @FlaggedApi on existing items inherited into new SystemApi classes`() { in Dont require @FlaggedApi on existing items inherited into new SystemApi classes()
498 fun `Require @FlaggedApi on APIs whose modifiers have changed`() { in Require @FlaggedApi on APIs whose modifiers have changed()
536 …fun `Do not require @FlaggedApi on concrete class methods that override a default interface method… in Do not require @FlaggedApi on concrete class methods that override a default interface method()
579 fun `Require @FlaggedApi on APIs whose deprecated status has changed to deprecated`() { in Require @FlaggedApi on APIs whose deprecated status has changed to deprecated()
616 fun `Require @FlaggedApi on APIs whose deprecated status has changed to not deprecated`() { in Require @FlaggedApi on APIs whose deprecated status has changed to not deprecated()
DDeprecatedLintTest.kt73 fun `Test issue on deprecated field is ignored`() { in Test issue on deprecated field is ignored()
97 fun `Test issue on deprecated method is ignored`() { in Test issue on deprecated method is ignored()
120 fun `Test issue on deprecated method parameter is ignored`() { in Test issue on deprecated method parameter is ignored()
/tools/apksig/
DREADME.md4 expected to verify on Android. apksig supports
12 signature is expected to verify on all Android platform versions supported by the APK. When signing
13 an APK, apksig chooses the most appropriate cryptographic algorithms based on the Android platform
19 * apksigner -- a pure Java command-line tool based on the apksig library.
26 * `ApkSigner` which signs the provided APK so that it verifies on all Android platform versions
28 * `ApkVerifier` which checks whether the provided APK is expected to verify on all Android
44 * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run
46 * check whether the provided APK's signatures are expected to verify on all Android platforms
51 of platform versions on the command-line.
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt3 This checks whether the provided APK will verify on Android. By default, this
4 checks whether the APK will verify on all Android platform versions supported
19 --min-sdk-version Lowest API Level on which this APK's signatures will be
23 --max-sdk-version Highest API Level on which this APK's signatures will be
36 1. Check whether the APK's signatures are expected to verify on all Android
40 2. Check whether the APK's signatures are expected to verify on Android
Dhelp_sign.txt24 signing using this scheme is enabled based on min and max
30 enabled based on min and max SDK version (see
36 enabled based on min and max SDK version (see
41 an appropriate signer on all supported platform versions.
46 enabled based on min and max SDK version (see
58 --min-sdk-version Lowest API Level on which this APK's signatures will be
63 --max-sdk-version Highest API Level on which this APK's signatures will be
82 used on the latest release platform with API Level X.
116 points in the lineage and will be used on older platform
185 stdin password provided on standard input,
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_testlog_utils.py289 lambda item1, item2: pds.merge(item1, item2, on='time_row_num'), [
296 on='time_row_num')
302 lambda item1, item2: pds.merge(item1, item2, on='time_row_num'), [
309 on='time_row_num')
375 lambda item1, item2: pds.merge(item1, item2, on='phone_time'),
380 on='phone_time')
386 lambda item1, item2: pds.merge(item1, item2, on='phone_time'),
391 on='phone_time')
396 lambda item1, item2: pds.merge(item1, item2, on='phone_time'),
401 on='phone_time')
/tools/test/openhst/
DREADME.md4 performance on Android devices with simple test set up. The goal of OpenHST is
6 Partners can easily adapt on their development.
17 * DSP hotword capability on test device (android handset)
19 * Internet connection on android handset
20 * No screen lock setting on android handset
23 * Install GNU make(3.81 above) on test machine (Linux, Mac, Windows)
27 Please follow below steps to set up HST on your test machine and make sure that
Dstress_test.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
24 // The process name that this event can be found on, or LOGCAT to come from
47 // The multiplier used on the parsed monotonic time to convert it to seconds.
52 // The file that should be cat-ed on device to get information. Will be used
55 // The filepath to save the output of this file on the local machine. If
70 // The filepath to save the output of this process on the local machine. If
96 // on the name), only the "latest" in the include chain will be used.
116 // Command to run on this test step.
155 // Events that trigger special actions on the device when the condition is
/tools/netsim/testing/mobly/
DREADME.md8 The Mobly tests generally assume android devices are already running on the host.
15 Simply invoke atest on the test module defined in Android.bp:
25 ### To run with Mobly on GitHub:
27 1. Clone the open source Mobly on GitHub (https://github.com/google/mobly)
29 3. Ensure mobly bundled snippets (https://github.com/google/mobly-bundled-snippets) is installed on
/tools/tradefederation/core/javatests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # TODO: build of this sample is disabled since it dependent on the platform
20 # GTest does not build on the simulator because it depends on STLport.
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
198 Note: Do not accept pairing on phone until after you accept it on PTS
228 Note: Do not accept pairing on phone until after you accept it on PTS
242 [PTS Interaction] Enter PIN from PTS to phone (hit ok on phone before PTSbt )
275 Do not accept pairing on phone until after you accept it on PTS
311 Note: Do not accept pairing on phone until after you accept it on PTS
371 Accept Pairing on Phone (check contacts box)
384 [PTS Interaction] Select ok on PTS
529 Note: Run these commands before executing the testcase on PTS Side
537 Note: Run these commands before executing the testcase on PTS Side
[all …]
/tools/carrier_settings/
DREADME15 This tool is best supported on Android 11 code base. See additional steps
16 in bin/README.md run it on Android 10.
19 based on MCC/MNC values. However, a CarrierConfig carriersettingstool.no_apn_for_mvno_bool
/tools/tradefederation/core/src/com/android/tradefed/config/filter/
DGlobalFilterGetter.java61 Joiner.on(DELIMITER) in execute()
67 Joiner.on(DELIMITER) in execute()
73 Joiner.on(DELIMITER) in execute()
/tools/test/mobly_extensions/tools/results_uploader/
DREADME.md7 results in an organized way on a dedicated web UI. The result URL can then be
32 * When prompted to log in on your browser, follow the instruction to log in
42 # on Linux
49 :: on Windows
56 2. At the end of a completed test run, you'll see the final lines on the console
/tools/security/
DOWNERS1 # Code owners for various security-related things on Android.
9 # Haiku members (fuzzing-on-Android)
/tools/asuite/atest/bazel/resources/rules/
Dcommon_settings.bzl10 # distributed under the License is distributed on an "AS IS" BASIS,
18 More documentation on how to use build settings at
47 doc = "A string-typed build setting that can be set on the command line",
56 doc = "A string list-typed build setting that can be set on the command line",
Dplatform_transitions.bzl10 # distributed under the License is distributed on an "AS IS" BASIS,
20 the test target provider rules, the test target will be built based on the
23 More documentation on how to use transitions at
/tools/metalava/metalava-model-turbine/src/test/resources/
Dmodel-test-suite-baseline.txt13 Test publicName reports correct name when called on binary class - Object#equals
14 Test publicName reports correct name when called on binary class - ViewGroup#onLayout
27 Test leading annotation on array type
/tools/asuite/atest/integration_tests/
DAndroid.bp10 // distributed under the License is distributed on an "AS IS" BASIS,
16 // on for running the suite. This is a workaround since we can't use csuite.zip
17 // which is defined in an external Makefile that Soong can't depend on.
19 // Besides listing jars we know the launcher script depends on which is
/tools/external_updater/
DREADME.md5 The documentation on this page is for users of `external_updater`. If you're
11 operate on. If more than one path is given, external_updater will operate on
20 relative paths. If you want the old behavior back, leave a comment on
41 Update a library on top of the local changes in the current branch, commit, and upload the change t…
78 version tag or sha based on it.
115 can upgrade a library based on GitHub releases.
151 running the following script on a desktop machine.

12345678910>>...14