Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 48) sorted by relevance

12

/tools/metalava/
DREADME.md10 * Allow extracting the API (into signature text files, into stub API files
11 (which in turn get compiled into android.jar, the Android SDK library) and
16 * Extracting source level annotations into external annotations file (such as
60 command line. If metalava is dropped into an Android framework build for
100 * Add support for writing (and reading) annotations into the signature
151 * Support for generating documentation into the stubs files (so we can run
191 * Baselines: Metalava can report all of its issues into a "baseline" file, which
291 functionality is now rolled into metalava, which has one very important
442 remove API. (The real check is slightly more complicated; it looks into the
448 As mentioned above, metalava generates documentation directly into the stubs
[all …]
DFORMAT.md141 The above signature line is turned into
266 into getters and setters which you can call from Java. But you cannot calls
437 we generate the SDK, we translate these into publicly known annotations,
444 it gets translated into?
/tools/tradefederation/core/atest/docs/
Datest_structure.md35 The tests specified by the user are passed into the ```CLITranslator``` to
36 transform the user input into a ```TestInfo``` object that contains all of the
47 All of the ```TestInfo``` objects get passed into the ```test_runner_handler```
58 user input into something the test runners can understand.
78 dependencies for the supplied test, translating it into a form that a test
100 path of ```constants_override.py``` base path into ```PYTHONPATH```.
Ddevelop_test_runners.md13 ```extra_args``` passed into the ```run_tests``` method. The extra_args are
15 test runner to translate those args into the specific args the test runner
32 > add the path of where the test runner lives into ```$PYTHONPATH```. Same
/tools/asuite/atest/docs/
Datest_structure.md35 The tests specified by the user are passed into the ```CLITranslator``` to
36 transform the user input into a ```TestInfo``` object that contains all of the
47 All of the ```TestInfo``` objects get passed into the ```test_runner_handler```
58 user input into something the test runners can understand.
78 dependencies for the supplied test, translating it into a form that a test
100 path of ```constants_override.py``` base path into ```PYTHONPATH```.
Ddevelop_test_runners.md13 ```extra_args``` passed into the ```run_tests``` method. The extra_args are
15 test runner to translate those args into the specific args the test runner
32 > add the path of where the test runner lives into ```$PYTHONPATH```. Same
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dassembly_line_test.py140 builder.into(dummy_transformer)
152 builder.into(dummy_transformer)
163 builder.into(dummy_transformer)
175 builder.into(dummy_transformer)
185 return_value = builder.into(mock.Mock())
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGATT_PTS_INSTRUCTIONS230 [PTS Interaction] Enter Pin from console into PTS
240 [PTS Interaction] Enter Pin from console into PTS
512 [Enter Pin from DUT into PTS]
522 [Enter Pin from DUT into PTS]
528 [PTS Interaction] Enter pin from phone into PTS
657 [Enter Pin from DUT into PTS]
666 [Enter Pin from DUT into PTS]
813 Note: PTS gets into weird states often and disconnect randomly at this TC.
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/api/lvpm_stock/
Dmonsoon_test.py84 self.assertEqual(assembly_line().into.call_args_list[0][ARGS][0],
113 self.assertEqual(assembly_line().into.call_args_list[0][ARGS][0],
127 assembly_line().into.call_args_list[-2][ARGS][0])
129 assembly_line().into.call_args_list[-1][ARGS][0])
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/api/hvpm/
Dmonsoon_test.py103 self.assertEqual(assembly_line().into.call_args_list[0][ARGS][0],
132 self.assertEqual(assembly_line().into.call_args_list[0][ARGS][0],
146 assembly_line().into.call_args_list[-2][ARGS][0])
148 assembly_line().into.call_args_list[-1][ARGS][0])
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/hvpm/
Dmonsoon.py129 assembly_line_builder.into(DownSampler(int(5000 / hz)))
131 assembly_line_builder.into(Tee(output_path, measure_after_seconds))
132 assembly_line_builder.into(aggregator)
135 assembly_line_builder.into(transformer)
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/
Dmonsoon.py111 assembly_line_builder.into(DownSampler(int(round(5000 / hz))))
113 assembly_line_builder.into(Tee(output_path, measure_after_seconds))
114 assembly_line_builder.into(aggregator)
117 assembly_line_builder.into(transformer)
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_rotate.txt16 --out File into which to put the binary representation of a
129 --ks-provider-arg Value to pass into the constructor of the JCA Provider
131 passed into the constructor as java.lang.String. By
186 --provider-arg Value to pass into the constructor of the JCA Provider
188 into the constructor as java.lang.String. By default, the
Dhelp_sign.txt17 --out File into which to output the signed APK. By default, the
177 --ks-provider-arg Value to pass into the constructor of the JCA Provider
179 passed into the constructor as java.lang.String. By
199 --provider-arg Value to pass into the constructor of the JCA Provider
201 into the constructor as java.lang.String. By default, the
Dhelp_lineage.txt16 --out File into which to put the binary representation of a
126 --ks-provider-arg Value to pass into the constructor of the JCA Provider
128 passed into the constructor as java.lang.String. By
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1591 final String into = "bootloader"; in testDoAdbReboot_emulator() local
1592 mMockIDevice.reboot(into); in testDoAdbReboot_emulator()
1670 String into = "sideload"; in testRebootIntoSideload() local
1671 mMockIDevice.reboot(into); in testRebootIntoSideload()
1690 String into = "bootloader"; in testRebootIntoBootloader() local
1691 mMockIDevice.reboot(into); in testRebootIntoBootloader()
1740 String into = "fastboot"; in testRebootIntoFastbootd() local
1741 mMockIDevice.reboot(into); in testRebootIntoFastbootd()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto72 // the entire set into memory at once. However, as of this writing, this
98 // file. This allows the generator to break large files into small chunks,
106 // content here is to be inserted into that file at a defined insertion
137 // inserts into it must both run as part of a single invocation of protoc.
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/
Dstock_transformers.py54 .into(SampleNormalizer())
148 .into(SampleChunker())
149 .into(CalibrationApplier())
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dtransformers.py66 .into(SampleNormalizer(monsoon_status_packet=monsoon_status_packet))
171 .into(SampleChunker())
172 .into(CalibrationApplier(self.monsoon_status_packet))
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt700 … fun addValues(value: AnnotationAttributeValue, into: MutableList<AnnotationAttributeValue>) { in toSource()
703 addValues(v, into) in toSource()
706 into.add(value) in toSource()
/tools/external/fat32lib/
DNOTICE31 …is license for certain libraries in order to permit linking those libraries into non-free programs.
51 …either verbatim or with modifications and/or translated straightforwardly into another language. (…
79 This option is useful when you wish to copy part of the code of the Library into a program that is …
100 …sent on the user's computer system, rather than copying library functions into the executable, and…
132 14. If you wish to incorporate parts of the Library into other free programs whose distribution con…
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt76 changes from IPv4 to IPv6 fall primarily into the following
554 The Pad1 option is used to insert one octet of padding into the
574 into the Options area of a header. For N octets of padding, the
995 path to its destination, a source node may divide the packet into
1049 The Fragmentable Part of the original packet is divided into
1127 At the destination, fragment packets are reassembled into their
1559 data, an upper-layer protocol must take into account the larger size
2150 followed, or as required to translate it into languages other than
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak26 # All source files will be bundled into one test module
38 # All gtests in all files should be compiled into one binary
/tools/metalava/stub-annotations/
DREADME.md13 build time and injected into the stubs in place
38 set of annotations we allow injected into the stubs.
/tools/trebuchet/
DREADME.md15 …he Android build system, there will be a StartupAnalyzerKt program placed into a directory that is…
19 … Android build system, there will be a StartupSummarizerKt program placed into a directory that is…

12