Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 47) sorted by relevance

12

/tools/metalava/src/main/java/com/android/tools/metalava/
DDiff.kt32 fun getNativeDiff(before: File, after: File): String? { in getNativeDiff()
43 builder.addArgs("-u", before.path, after.path) in getNativeDiff()
61 fun getDiff(before: String, after: String, windowSize: Int): String { in getDiff()
64 after.split("\n".toRegex()).dropLastWhile { it.isEmpty() }.toTypedArray(), in getDiff()
71 after: Array<String>, in getDiff()
77 val m = after.size in getDiff()
83 if (before[i] == after[j]) { in getDiff()
94 if (before[i] == after[j]) { in getDiff()
112 while (i < n && j < m && before[i] != after[j]) { in getDiff()
123 if (after[j].trim().isNotEmpty()) { in getDiff()
[all …]
/tools/test/connectivity/acts/framework/acts/libs/test_binding/
Dbinding.py16 def __init__(self, inner, arg_modifier=None, before=None, after=None, argument
35 self.after = after
55 after=self.after,
75 if self.after:
76 self.after(self.inner, result, *full_args, **kwargs)
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DExtraFieldTest.java225 StoredEntry after = zf.get("after"); in addExtraFieldToExistingEntry() local
226 assertNotNull(after); in addExtraFieldToExistingEntry()
227 assertArrayEquals(new byte[] { 6, 7, 8 }, after.read()); in addExtraFieldToExistingEntry()
273 StoredEntry after = zf.get("after"); in removeExtraFieldFromExistingEntry() local
274 assertNotNull(after); in removeExtraFieldFromExistingEntry()
275 assertArrayEquals(new byte[] { 6, 7, 8 }, after.read()); in removeExtraFieldFromExistingEntry()
321 StoredEntry after = zf.get("after"); in updateExtraFieldOfExistingEntry() local
322 assertNotNull(after); in updateExtraFieldOfExistingEntry()
323 assertArrayEquals(new byte[] { 6, 7, 8 }, after.read()); in updateExtraFieldOfExistingEntry()
DZFileSortTest.java54 public final void after() throws Exception { in after() method in ZFileSortTest
/tools/asuite/atest/proto/
Dexternal_user_log.proto23 // Occurs after a SINGLE test reference has been resolved to a test or
30 // Occurs after the build finishes, either successfully or not.
43 // Occurs after all test runners and tests have finished
48 // Occurs after detection of catching bug by atest have finished
Dinternal_user_log.proto29 // Occurs after a SINGLE test reference has been resolved to a test or
39 // Occurs after the build finishes, either successfully or not.
59 // Occurs after all test runners and tests have finished
64 // Occurs after detection of catching bug by atest have finished
/tools/asuite/atest-py2/proto/
Dexternal_user_log.proto23 // Occurs after a SINGLE test reference has been resolved to a test or
30 // Occurs after the build finishes, either successfully or not.
43 // Occurs after all test runners and tests have finished
48 // Occurs after detection of catching bug by atest have finished
Dinternal_user_log.proto29 // Occurs after a SINGLE test reference has been resolved to a test or
39 // Occurs after the build finishes, either successfully or not.
59 // Occurs after all test runners and tests have finished
64 // Occurs after detection of catching bug by atest have finished
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/
Dbinding_test.py148 def after(*_, **__): function
154 binding = Binding(inner, after=after)
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS139 Note: Start the connection fast after PTS interaction
146 Note: Start the connection fast after PTS interaction
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
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
DAVDTP_PTS_INSTUCTIONS19 #Before test run this and set it to false after the test is done.
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
DImportUtils.kt38 val after = System.nanoTime() in parseTrace() constant
41 val duration = (after - before) / 1000000 in parseTrace()
/tools/test/connectivity/acts_tests/tests/google/tel/config/
DREADME.md5 …il** - The default behavior of telephony tests is to capture a bug report after each failed test. …
8 …med in the event of a test failure. The test will be reported as a 'pass' after the first successf…
/tools/security/fuzzing/example_fuzzer/
DREADME.md94 Stack after return: f5
95 Stack use after scope: f8
/tools/test/openhst/
Dstress_test.proto87 // Files that should be moved to the local machine after every iteration of
121 // How many seconds to wait after executing the command/playing the sound in
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py580 after = call_statistics_after.get(stat_key, 0)
585 if after - before < 1:
588 (stat_key, before, after))
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto68 // protoc guarantees that all proto_files will be written after
112 // The annotation can have arbitrary text before and after it on the line,
/tools/security/gdb/heap_print/
DREADME.md16 If print_ptr is used after free/delete[], then it would print "No address mapping found!"
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt26 the APK as the very last parameter, after all options.
Dhelp_rotate.txt168 control of an app even after the signing certificate
202 2. Extend an existing SigningCertificateLineage to rotate again after previous rotation:
/tools/test/connectivity/acts_tests/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino4 delay(1000); // wait for a second to read from serial port after flashing
/tools/metalava/
DDOWNLOADING.md46 See also [README.md](README.md) for details about building and running Metalava after you have chec…
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino14 delay(1000); // wait for a second to read from serial port after flashing
/tools/apksig/
DREADME.md32 which need to perform signing while building an APK, instead of after. For simpler use cases
/tools/asuite/aidegen/
DREADME.md89 A2: Re-run AIDEGen after repo sync.

12