Home
last modified time | relevance | path

Searched refs:testBinary (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/build/soong/rust/
H A Dtest_test.go110 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 Dbinary.go37 testBinary() bool methodSpec
183 func (binary *binaryDecorator) testBinary() bool { func
H A Dtest.go256 func (test *testDecorator) testBinary() bool { func
H A Dsanitize.go117 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {
/aosp_15_r20/build/soong/cc/
H A Dtest.go182 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 Dcc_test.go315 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 Dcmake_snapshot.go532 case *testBinary:
544 case *testBinary:
H A Dcc.go522 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 Dlto.go93 } else if ctx.testBinary() || ctx.testLibrary() {
H A Dandroidmk.go372 func (test *testBinary) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, e…
H A Dsanitize.go482 if ctx.testBinary() {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/
Dtest.go777 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 DBinaryTagTest.java32 public void testBinary() { in testBinary() method in BinaryTagTest
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue437/
H A DBinaryRoundTripTest.java34 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 DTestJsonNode.java60 public void testBinary() throws Exception in testBinary() method in TestJsonNode
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/
H A Ddecode_proto_op_test_base.py209 def testBinary(self, case): member in DecodeProtoOpTestBase
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting.go657 var testBinary = "0" var
663 return testBinary == "1"
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_test.py190 def testBinary(self): member in OpDefLibraryTest