/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiTypePrinterTest.kt | 92 skip = setOf("int", "long"), in <lambda>() 152 skip = setOf("int", "long"), in <lambda>() 215 skip = setOf("int", "long", "void"), in <lambda>() 496 skip = setOf("int", "java.lang.String") in <lambda>() 536 skip = setOf("void", "int", "java.lang.String") in <lambda>() 595 skip = setOf("int") in <lambda>() 629 skip = setOf("int") in <lambda>() 719 skip = setOf("void", "int", "java.lang.String") in <lambda>() 766 skip = setOf("void") in <lambda>() 784 skip: Set<String> = emptySet(), in <lambda>() [all …]
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/ |
D | TraceMarkerEvent.kt | 65 skip() in BufferReader() 74 skip() in readCounter() 76 skip() in readCounter() 85 skip() in BufferReader() 87 skip() in BufferReader() 96 skip() in BufferReader() 98 skip() in BufferReader()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | PropertyItem.kt | 27 if (visitor.skip(this)) { in <lambda>() 39 if (visitor.skip(this)) { in <lambda>()
|
D | ParameterItem.kt | 84 if (visitor.skip(this)) { in name() 96 if (visitor.skip(this)) { in acceptTypes()
|
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
D | InputStreamBerDataValueReader.java | 165 int skipped = (int) in.skip(len); in skipDefiniteLengthContents() 277 public long skip(long n) throws IOException { in skip() method in InputStreamBerDataValueReader.RecordingInputStream 279 return mIn.skip(n); in skip()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | StoredEntry.java | 445 F_LAST_MOD_TIME.skip(bytes); in readLocalHeader() 446 F_LAST_MOD_DATE.skip(bytes); in readLocalHeader() 458 F_CRC32.skip(bytes); in readLocalHeader() 459 F_COMPRESSED_SIZE.skip(bytes); in readLocalHeader() 460 F_UNCOMPRESSED_SIZE.skip(bytes); in readLocalHeader()
|
D | CentralDirectory.java | 303 F_LAST_MOD_TIME.skip(bytes); in readEntry() 304 F_LAST_MOD_DATE.skip(bytes); in readEntry()
|
D | ZipField.java | 146 void skip(@Nonnull ByteBuffer bytes) throws IOException { in skip() method in ZipField
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 138 // The skip 464xlat flag. Flag works as follows. 139 // SKIP_464XLAT_DEFAULT: the APN will skip 464xlat only if the APN has type 142 // SKIP_464XLAT_DISABLE: the APN will NOT skip 464xlat 143 // SKIP_464XLAT_ENABLE: the APN will skip 464xlat
|
/tools/asuite/aidegen/ |
D | README.md | 50 skip build time: 67 | `-s` | `--skip-build` | Skip building jars or modules. |
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/ |
D | ItemVisitor.kt | 49 open fun skip(item: Item): Boolean = false in skip() method in com.android.tools.metalava.model.visitors.ItemVisitor
|
/tools/asuite/aidegen/lib/ |
D | module_info_util_unittest.py | 288 skip = True 292 TEST_MODULE, False, skip) 294 skip = False 297 TEST_MODULE, False, skip)
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceLine.kt | 136 skip() in parseLine()
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabGFTVoWifiTest.py | 87 asserts.skip(msg)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiScannerScanTest.py | 943 asserts.skip( 963 asserts.skip( 983 asserts.skip(
|
D | WifiSensitivityTest.py | 391 asserts.skip('Battery level too low. Skipping test.') 685 asserts.skip('Battery level too low. Skipping test.')
|
D | WifiRvrTest.py | 373 asserts.skip('DUT health check failed. Skipping test.') 508 asserts.skip('Overheating or Battery level low. Skipping test.')
|
D | WifiNetworkRequestTest.py | 337 asserts.skip(
|
D | WifiThroughputStabilityTest.py | 268 asserts.skip('Battery level too low. Skipping test.')
|
D | WifiRoamingPerformanceTest.py | 467 asserts.skip('Battery level too low. Skipping test.')
|
D | WifiPingTest.py | 391 asserts.skip('Battery level too low. Skipping test.')
|
D | WifiRssiTest.py | 546 asserts.skip('Battery level too low. Skipping test.')
|
/tools/repohooks/ |
D | README.md | 23 `--no-verify` when running `repo upload` to skip all upload checks. This will 24 skip **all** checks and not just specific ones. It should be used only after
|
/tools/asuite/atest/unittest_data/ |
D | test_record.proto.testonly | 24 …616_105829_apjgcqmm/test_record.proto --include-filter hello_world_test --skip-loading-config-jar … 63 …616_105829_apjgcqmm/test_record.proto --include-filter hello_world_test --skip-loading-config-jar … 74 …616_105829_apjgcqmm/test_record.proto --include-filter hello_world_test --skip-loading-config-jar …
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 218 asserts.skip('Overheating or Battery low. Skipping test.')
|