/tools/test/connectivity/acts/framework/acts/libs/test_binding/ |
D | binding.py | 16 def __init__(self, inner, arg_modifier=None, before=None, after=None, argument 36 self.before = before 54 before=self.before, 68 if self.before: 69 self.before(self.inner, *full_args, **kwargs)
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ExtraFieldTest.java | 59 public final void before() throws Exception { in before() method in ExtraFieldTest 217 StoredEntry before = zf.get("before"); in addExtraFieldToExistingEntry() local 218 assertNotNull(before); in addExtraFieldToExistingEntry() 219 assertArrayEquals(new byte[] { 0, 1, 2 }, before.read()); in addExtraFieldToExistingEntry() 265 StoredEntry before = zf.get("before"); in removeExtraFieldFromExistingEntry() local 266 assertNotNull(before); in removeExtraFieldFromExistingEntry() 267 assertArrayEquals(new byte[] { 0, 1, 2 }, before.read()); in removeExtraFieldFromExistingEntry() 313 StoredEntry before = zf.get("before"); in updateExtraFieldOfExistingEntry() local 314 assertNotNull(before); in updateExtraFieldOfExistingEntry() 315 assertArrayEquals(new byte[] { 0, 1, 2 }, before.read()); in updateExtraFieldOfExistingEntry()
|
D | ZFileSortTest.java | 48 public final void before() throws Exception { in before() method in ZFileSortTest
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | SM_PTS_INSTRUCTIONS | 142 Note: Start advertiment and enter in random address to PTS before starting test 148 Note: Start advertiment and enter in random address to PTS before starting test 154 Note: Start advertiment and enter in random address to PTS before starting test 159 Note: Start advertiment and enter in random address to PTS before starting test 165 Note: Start advertiment and enter in random address to PTS before starting test 170 Note: Start advertiment and enter in random address to PTS before starting test 176 Note: Start advertiment and enter in random address to PTS before starting test 182 Note: Start advertiment and enter in random address to PTS before starting test 188 Note: Start advertiment and enter in random address to PTS before starting test
|
D | GAP_PTS_INSTRUCTIONS | 242 [PTS Interaction] Enter PIN from PTS to phone (hit ok on phone before PTSbt ) 273 Note: Send conenction request before pairing happens 529 Note: Run these commands before executing the testcase on PTS Side 537 Note: Run these commands before executing the testcase on PTS Side 548 Note: Run the first 4 commands before executing the testcase on PTS Side 562 Note: Run the first 4 commands before executing the testcase on PTS Side
|
D | MCAP_PTS_INSTRUCTIONS | 15 Requires mcap_tool, Bluetooth to be off on the phone before starting mcap_tool
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tf-contrib-tests.jar | ... id2
com.android.regression.tests.Metrics before
com.android.regression.tests.Metrics after ... |
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | SymlinkTest.kt | 37 val before = System.getProperty("user.dir") in <lambda>() constant 107 System.setProperty("user.dir", before) in <lambda>()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/ |
D | ImportUtils.kt | 35 val before = System.nanoTime() in parseTrace() constant 41 val duration = (after - before) / 1000000 in parseTrace()
|
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/ |
D | binding_test.py | 129 def before(*_, **__): function 135 binding = Binding(inner, before=before)
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 66 // appears before any file that imports it. 74 // memory at once before sending them to the plugin. 102 // CodeGeneratorResponse before writing files to disk. 112 // The annotation can have arbitrary text before and after it on the line,
|
/tools/test/connectivity/tools/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/tools/test/connectivity/acts/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/tools/test/connectivity/acts_tests/ |
D | .gitignore | 30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/tools/platform-compat/java/android/compat/testing/app/ |
D | SharedLibraryInfoDeviceTest.java | 59 public void before() { in before() method in SharedLibraryInfoDeviceTest
|
/tools/test/connectivity/acts_tests/tests/google/net/arduino/disconnect_wifi/ |
D | disconnect_wifi.ino | 62 delay(5000); // Wait a bit before scanning again
|
/tools/test/openhst/ |
D | stress_test.proto | 94 // Include any other device definitions before processing the contents of this 118 // How many seconds to wait before executing the command/playing the sound in
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveConnectivityMonitorBaseTest.py | 579 before = call_statistics_after.get(stat_key, 0) 585 if after - before < 1: 588 (stat_key, before, after))
|
/tools/asuite/atest-py2/docs/ |
D | develop_test_finders.md | 56 it. The find methods will be collected and executed before the default find
|
/tools/asuite/atest/docs/ |
D | develop_test_finders.md | 56 it. The find methods will be collected and executed before the default find
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_lineage.txt | 73 signer, KeyStore password is read before the key password 96 signer, KeyStore password is read before the key password
|
D | help_rotate.txt | 76 signer, KeyStore password is read before the key password 99 signer, KeyStore password is read before the key password
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | FileUseMap.java | 535 FileUseMapEntry<?> before(@Nonnull FileUseMapEntry<?> entry) { in before() method in FileUseMap
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 529 // we were already using them long before we decided to release Protocol 549 // we were already using them long before we decided to release Protocol 674 // 1 to each before displaying to a user. 678 // comments appearing before and after the declaration which appear to be
|
/tools/repohooks/ |
D | README.md | 47 These config files will be loaded first before stacking `PREUPLOAD.cfg` 109 to the keyword, the previous argument will be repeated before each file.
|