Home
last modified time | relevance | path

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

12

/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/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/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/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/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
Ddevelop_test_finders.md12 user input) and should try to resolve that string into a ```TestInfo``` object.
37 > add the path of where the test finder lives into ```$PYTHONPATH```. Same
/tools/asuite/atest-py2/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
Ddevelop_test_finders.md12 user input) and should try to resolve that string into a ```TestInfo``` object.
37 > add the path of where the test finder lives into ```$PYTHONPATH```. Same
/tools/asuite/atest/bazel/rules/
Dtradefed_test_aspects.bzl15 """Aspects used to transform certain providers into a TradefedTestInfo.
20 into a suitable type.
33 # Partition files into config files and test binaries.
Dsoong_prebuilt.bzl15 """Rule used to import artifacts prebuilt by Soong into the Bazel workspace.
93 doc = "A rule that imports artifacts prebuilt by Soong into the Bazel workspace",
/tools/metalava/
DREADME.md10 * Allows 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
101 * Add support for writing (and reading) annotations into the signature
152 * Support for generating documentation into the stubs files (so we can run
192 * Baselines: Metalava can report all of its issues into a "baseline" file, which
292 functionality is now rolled into metalava, which has one very important
443 remove API. (The real check is slightly more complicated; it looks into the
449 As mentioned above, metalava generates documentation directly into the stubs
456 converted into English docs later via `macros_override.cs`.
/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/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_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/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_rotate.txt16 --out File into which to put the binary representation of a
136 --ks-provider-arg Value to pass into the constructor of the JCA Provider
138 passed into the constructor as java.lang.String. By
193 --provider-arg Value to pass into the constructor of the JCA Provider
195 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
223 --ks-provider-arg Value to pass into the constructor of the JCA Provider
225 passed into the constructor as java.lang.String. By
245 --provider-arg Value to pass into the constructor of the JCA Provider
247 into the constructor as java.lang.String. By default, the
/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/security/gdb/gdb_json_printer/
DREADME.md4 Copy the content in gdbinit into your ~/.gdbinit, replace the path <path_to_gdb_json_printer> by th…
77 * the printer prints smart pointers into a super complex json block. Maybe we need some specific pr…
/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…
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dtransformers.py66 .into(SampleNormalizer(monsoon_status_packet=monsoon_status_packet))
170 .into(SampleChunker())
171 .into(CalibrationApplier(self.monsoon_status_packet))
/tools/security/remote_provisioning/cert_validator/src/
Dvalueas.rs115 let key: Value = key.into(); in map_lookup()
125 let other: Value = other.into(); in must_equal()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt669 … fun addValues(value: AnnotationAttributeValue, into: MutableList<AnnotationAttributeValue>) { in toSource()
672 addValues(v, into) in toSource()
675 into.add(value) in toSource()

12