/aosp_15_r20/build/soong/rust/ |
H A D | test_test.go | 110 testBinary := testingModule.Module().(*Module).compiler.(*testDecorator) 115 if len(testBinary.dataPaths()) != 2 { 116 t.Fatalf("expected exactly two test data files. test data files: [%v]", testBinary.dataPaths()) 120 dataLibraryPath := testBinary.dataPaths()[0].SrcPath.String() 121 dataBinaryPath := testBinary.dataPaths()[1].SrcPath.String() 170 testBinary := module.(*Module).compiler.(*testDecorator) 175 if len(testBinary.dataPaths()) != 3 { 176 t.Fatalf("expected exactly two test data files. test data files: [%v]", testBinary.dataPaths())
|
H A D | binary.go | 37 testBinary() bool methodSpec 183 func (binary *binaryDecorator) testBinary() bool { func
|
H A D | test.go | 256 func (test *testDecorator) testBinary() bool { func
|
H A D | sanitize.go | 117 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {
|
/aosp_15_r20/build/soong/cc/ |
H A D | test.go | 182 func (test *testBinary) dataPaths() []android.DataPath { 186 func (test *testBinary) testBinary() bool { func 268 type testBinary struct { struct 278 func (test *testBinary) linkerProps() []interface{} { argument 284 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { argument 292 func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument 304 func (test *testBinary) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) { argument 332 func (test *testBinary) installerProps() []interface{} { argument 336 func (test *testBinary) install(ctx ModuleContext, file android.Path) { argument 469 test := &testBinary{
|
H A D | cc_test.go | 315 testBinary := testingModule.Module().(*Module).linker.(*testBinary) 321 if len(testBinary.dataPaths()) != 1 { 322 t.Errorf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths()) 327 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String() 368 testBinary := module.(*Module).linker.(*testBinary) 373 if len(testBinary.dataPaths()) != 2 { 374 t.Fatalf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths()) 1417 testBinary := module.(*Module).linker.(*testBinary) 1422 if len(testBinary.dataPaths()) != 1 { 1423 t.Errorf("expected exactly one test data file. test data files: [%v]", testBinary.dataPaths())
|
H A D | cmake_snapshot.go | 532 case *testBinary: 544 case *testBinary:
|
H A D | cc.go | 522 testBinary() bool methodSpec 1526 func (ctx *moduleContextImpl) testBinary() bool { func 1527 return ctx.mod.testBinary() 3562 func (c *Module) testBinary() bool { func 3564 testBinary() bool 3566 return test.testBinary() 3861 if c.testBinary() {
|
H A D | lto.go | 93 } else if ctx.testBinary() || ctx.testLibrary() {
|
H A D | androidmk.go | 372 func (test *testBinary) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, e…
|
H A D | sanitize.go | 482 if ctx.testBinary() {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/ |
D | test.go | 777 testBinary := testBinaryName(p) 778 pkgsForBinary[testBinary] = append(pkgsForBinary[testBinary], p) 781 for testBinary, pkgs := range pkgsForBinary { 789 base.Errorf("cannot write test binary %s for multiple packages:\n%s", testBinary, buf.String()) 1126 testBinary := testBinaryName(p) 1154 a.Target = testDir + testBinary + cfg.ExeSuffix 1179 if strings.Contains(testBinary, bad) { 1189 target := filepath.Join(base.Cwd(), testBinary+cfg.ExeSuffix) 1197 target = filepath.Join(target, testBinary+cfg.ExeSuffix) 1199 target = filepath.Join(base.Cwd(), target, testBinary+cfg.ExeSuffix)
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
H A D | BinaryTagTest.java | 32 public void testBinary() { in testBinary() method in BinaryTagTest
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue437/ |
H A D | BinaryRoundTripTest.java | 34 public void testBinary() throws UnsupportedEncodingException { in testBinary() method in BinaryRoundTripTest
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
H A D | TestJsonNode.java | 60 public void testBinary() throws Exception in testBinary() method in TestJsonNode
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/ |
H A D | decode_proto_op_test_base.py | 209 def testBinary(self, case): member in DecodeProtoOpTestBase
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/ |
D | testing.go | 657 var testBinary = "0" var 663 return testBinary == "1"
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | op_def_library_test.py | 190 def testBinary(self): member in OpDefLibraryTest
|