/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | PasswordRetriever.java | 220 } catch (IOException ignored) {} in getPasswords() 240 } catch (IOException ignored) {} in addPasswords() 252 } catch (IOException ignored) {} in addPasswords() 259 } catch (IOException ignored) {} in addPasswords() 343 } catch (ReflectiveOperationException ignored) { in getConsoleEncoding() 401 } catch (IOException ignored) {} in close()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestResult.java | 208 int ignored = 0; in merge() local 238 ignored++; in merge() 253 if (ignored > 0) { in merge() 269 if (ignored > 0) { in merge()
|
/tools/asuite/atest/ |
D | result_reporter.py | 195 def __init__(self, passed=0, failed=0, ignored=0, run_errors=False, argument 210 self.ignored = ignored 452 stats.ignored, 471 self.run_stats.ignored += 1 472 group.ignored += 1
|
D | result_reporter_unittest.py | 332 self.assertEqual(group.ignored, 0) 343 self.assertEqual(group.ignored, 0) 362 self.assertEqual(group.ignored, 0) 374 self.assertEqual(group.ignored, 0) 385 self.assertEqual(group.ignored, 0) 410 self.assertEqual(group.ignored, 1) 420 self.assertEqual(group.ignored, 2)
|
/tools/tradefederation/core/atest/ |
D | result_reporter.py | 191 def __init__(self, passed=0, failed=0, ignored=0, run_errors=False, argument 206 self.ignored = ignored 421 stats.ignored, 440 self.run_stats.ignored += 1 441 group.ignored += 1
|
D | result_reporter_unittest.py | 331 self.assertEquals(group.ignored, 0) 342 self.assertEquals(group.ignored, 0) 361 self.assertEquals(group.ignored, 0) 373 self.assertEquals(group.ignored, 0) 384 self.assertEquals(group.ignored, 0) 409 self.assertEquals(group.ignored, 1) 419 self.assertEquals(group.ignored, 2)
|
/tools/tradefederation/core/tests/res/testtype/ |
D | rust_output1.txt | 13 test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
|
D | rust_output2.txt | 43 test result: FAILED. 21 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/ |
D | RustTestResultParser.java | 132 int ignored = Integer.parseInt(mCurrentMatcher.group(4)); in processRunSummary() local 133 return passed + failed + ignored; in processRunSummary()
|
/tools/asuite/ |
D | pylintrc | 42 ignored-modules=
|
/tools/ndkports/ |
D | .gitignore | 7 # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
/tools/repohooks/tools/ |
D | pylintrc | 153 file-ignored, 219 # Tells whether missing members accessed in mixin class should be ignored. A 227 ignored-modules= 232 ignored-classes=hashlib,numpy 418 # Argument names that match this expression will be ignored. Default to name 420 ignored-argument-names=_.*
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 343 // for everything in the file, or it will be completely ignored; in the very 388 // for the message, or it will be completely ignored; in the very least, 476 // for accessors, or it will be completely ignored; in the very least, this 500 // for the enum, or it will be completely ignored; in the very least, this 514 // for the enum value, or it will be completely ignored; in the very least, 534 // for the service, or it will be completely ignored; in the very least, 554 // for the method, or it will be completely ignored; in the very least,
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/ |
D | V4Signature.java | 190 } catch (EOFException ignored) { in readBytes()
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | VerityTreeBuilder.java | 316 } catch (CloneNotSupportedException ignored) { in cloneMessageDigest()
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | ApkVerifier.java | 247 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify() 275 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify() 366 } catch (ApkSigningBlockUtils.SignatureNotFoundException ignored) { in verify()
|
D | SigningCertificateLineage.java | 218 } catch (IllegalArgumentException ignored) { in readFromApkDataSource()
|
/tools/metalava/ |
D | API-LINT.md | 43 it is silently ignored.
|
D | README.md | 59 flags and translates them on the fly. Flags that are ignored are listed on the
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ConfigurationTest.java | 120 } catch (IllegalStateException ignored) { in setUp()
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatter.java | 235 } catch (UnknownHostException ignored) { in writeResults()
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
D | V1SchemeVerifier.java | 1083 } catch (Exception ignored) { in checkForStrippedApkSignatures()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZFile.java | 1282 try (Closeable ignored = this::innerClose) { in close() argument
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jacoco/
org/ ... |
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |