Lines Matching refs:ModuleForTests
37 libfooDylib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_dylib").Rule("rustc")
58 libfooDylib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_dylib").Rule("rustc")
147 fizz := ctx.ModuleForTests("fizz", "android_arm64_armv8-a").Rule("rustc")
172 install_path_lib64 := ctx.ModuleForTests("libfoo",
174 install_path_lib32 := ctx.ModuleForTests("libfoo",
176 install_path_bin := ctx.ModuleForTests("fizzbuzz",
232 r := result.ModuleForTests("libfoo", "android_arm64_armv8-a_dylib").MaybeRule("rustc")
235 r = result.ModuleForTests("libbar", "android_arm64_armv8-a_dylib").MaybeRule("rustc")
238 r = result.ModuleForTests("libfoobar", "android_arm64_armv8-a_dylib").MaybeRule("rustc")
256 fizz := ctx.ModuleForTests("fizz", "android_arm64_armv8-a").Module().(*Module)
257 fooRlib := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_rlib_dylib-std").Module().(*Module)
258 fooDylib := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_dylib").Module().(*Module)