Searched refs:baz (Results 1 – 6 of 6) sorted by relevance
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
D | CommonTypeModifiersTest.kt | 621 val baz = interfaces[1] in <lambda>() constant 622 assertThat(baz.qualifiedName).isEqualTo("test.pkg.Baz") in <lambda>() 692 val baz = interfaces[1] in <lambda>() constant 693 assertThat(baz.qualifiedName).isEqualTo("test.pkg.Baz") in <lambda>() 694 assertThat(baz.arguments).hasSize(1) in <lambda>() 695 assertThat(baz.annotationNames()).containsExactly("test.pkg.B") in <lambda>() 697 val bazTypeArgument = baz.arguments.single() in <lambda>()
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | command_line.proto | 80 // for boolean flags, `--nobaz` is accepted on top of `--baz=false` and other 81 // negating values, or for a positive value, the unqualified `--baz` form
|
D | invocation_policy.proto | 93 // Similarly, "--test_tag_filters=foo,bar --test_tag_filters=baz,qux" results 94 // in ["baz", "qux"]. For flags like these, the policy should specify
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | BugreportCollectorTest.java | 105 Predicate baz = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION); in testPredicateEquals() local 109 assertFalse(foo.equals(baz)); in testPredicateEquals() 110 assertFalse(baz.equals(bar)); in testPredicateEquals()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 576 // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents 577 // "foo.(bar.baz).qux". 695 // optional string baz = 3; 696 // // Comment attached to baz. 697 // // Another line attached to baz.
|
/tools/repohooks/tools/ |
D | pylintrc | 268 bad-names=foo,bar,baz,toto,tutu,tata
|