Home
last modified time | relevance | path

Searched +defs:T +defs:M (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/build/soong/sysprop/
H A Dsysprop_test.go29 func TestMain(m *testing.M) {
33 func test(t *testing.T, bp string) *android.TestResult {
138 func TestSyspropLibrary(t *testing.T) {
328 func TestApexAvailabilityIsForwarded(t *testing.T) {
350 func TestMinSdkVersionIsForwarded(t *testing.T) {
/aosp12/build/soong/sh/
H A Dsh_binary_test.go12 func TestMain(m *testing.M) {
37 func testShBinary(t *testing.T, bp string) (*android.TestContext, android.Config) {
43 func TestShTestSubDir(t *testing.T) {
61 func TestShTest(t *testing.T) {
87 func TestShTest_dataModules(t *testing.T) {
141 func TestShTestHost(t *testing.T) {
161 func TestShTestHost_dataDeviceModules(t *testing.T) {
/aosp12/build/soong/cmd/path_interposer/
H A Dmain_test.go30 func TestMain(m *testing.M) {
49 func setup(t *testing.T) string {
63 func TestInterposer(t *testing.T) {
182 func TestMissingPath(t *testing.T) {
/aosp12/build/soong/filesystem/
H A Dfilesystem_test.go25 func TestMain(m *testing.M) {
35 func TestFileSystemDeps(t *testing.T) {
46 func TestFileSystemFillsLinkerConfigWithStubLibs(t *testing.T) {
/aosp12/build/soong/linkerconfig/
H A Dlinkerconfig_test.go25 func TestMain(m *testing.M) {
35 func TestBaseLinkerConfig(t *testing.T) {
71 func TestUninstallableLinkerConfig(t *testing.T) {
/aosp12/build/soong/xml/
H A Dxml_test.go25 func TestMain(m *testing.M) {
29 func testXml(t *testing.T, bp string) *android.TestResult {
48 func TestPrebuiltEtcXml(t *testing.T) {
/aosp12/build/soong/bp2build/
H A Dbzl_conversion_test.go39 func TestMain(m *testing.M) {
50 func TestGenerateModuleRuleShims(t *testing.T) {
171 func TestGenerateSoongModuleBzl(t *testing.T) {
/aosp12/build/soong/etc/
H A Dprebuilt_etc_test.go25 func TestMain(m *testing.M) {
39 func TestPrebuiltEtcVariants(t *testing.T) {
73 func TestPrebuiltEtcOutputPath(t *testing.T) {
86 func TestPrebuiltEtcGlob(t *testing.T) {
106 func TestPrebuiltEtcAndroidMk(t *testing.T) {
167 func TestPrebuiltEtcHost(t *testing.T) {
182 func TestPrebuiltRootInstallDirPath(t *testing.T) {
235 func TestPrebuiltFontInstallDirPath(t *testing.T) {
248 func TestPrebuiltFirmwareDirPath(t *testing.T) {
282 func TestPrebuiltDSPDirPath(t *testing.T) {
[all …]
/aosp12/build/soong/kernel/
H A Dprebuilt_kernel_modules_test.go25 func TestKernelModulesFilelist(t *testing.T) {
60 func TestMain(m *testing.M) {
/aosp12/build/soong/bpf/
H A Dbpf_test.go25 func TestMain(m *testing.M) {
40 func TestBpfDataDependency(t *testing.T) {
/aosp12/build/blueprint/gotestmain/
H A Dtestmain_test.go24 func TestMain(m *testing.M) {
29 func TestTestMain(t *testing.T) {
/aosp12/build/soong/rust/
H A Drust_test.go29 func TestMain(m *testing.M) {
59 func testRust(t *testing.T, bp string) *android.TestContext {
144 func skipTestIfOsNotSupported(t *testing.T) {
152 func TestLinkPathFromFilePath(t *testing.T) {
163 func TestDepsTracking(t *testing.T) {
237 func TestSourceProviderDeps(t *testing.T) {
330 func TestSourceProviderTargetMismatch(t *testing.T) {
352 func TestProcMacroDeviceDeps(t *testing.T) {
379 func TestNoStdlibs(t *testing.T) {
394 func TestMultilib(t *testing.T) {
[all …]
/aosp12/build/soong/genrule/
H A Dgenrule_test.go27 func TestMain(m *testing.M) {
95 func TestGenruleCmd(t *testing.T) {
472 func TestGenruleHashInputs(t *testing.T) {
540 func TestGenSrcs(t *testing.T) {
627 func TestGenruleDefaults(t *testing.T) {
657 func TestGenruleAllowMissingDependencies(t *testing.T) {
687 func TestGenruleWithBazel(t *testing.T) {
/aosp12/build/soong/sdk/
H A Dsdk_test.go27 func TestMain(m *testing.M) {
37 func TestDepNotInRequiredSdks(t *testing.T) {
97 func TestSnapshotVisibility(t *testing.T) {
278 func TestPrebuiltVisibilityProperty_IsValidated(t *testing.T) {
290 func TestPrebuiltVisibilityProperty_AddPrivate(t *testing.T) {
312 func TestSdkInstall(t *testing.T) {
352 func TestCommonValueOptimization(t *testing.T) {
447 func TestCommonValueOptimization_InvalidArchSpecificVariants(t *testing.T) {
469 func TestSnapshot_EnvConfiguration(t *testing.T) {
/aosp12/system/tools/aidl/build/
H A Daidl_test.go35 func TestMain(m *testing.M) {
340 func TestImportInRelease(t *testing.T) {
390 func TestUnstableModules(t *testing.T) {
652 func TestImports(t *testing.T) {
755 func TestDuplicatedVersions(t *testing.T) {
883 func TestUnstableVndkModule(t *testing.T) {
921 func TestCcModuleWithApexNameMacro(t *testing.T) {
953 func TestSrcsAvailable(t *testing.T) {
992 func TestRustDuplicateNames(t *testing.T) {
1177 func TestAidlFlags(t *testing.T) {
[all …]
/aosp12/build/soong/python/
H A Dpython_test.go327 func TestPythonModule(t *testing.T) {
358 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
378 func TestMain(m *testing.M) {
/aosp12/build/soong/java/
H A Djava_test.go59 func TestMain(m *testing.M) {
128 func TestJavaLinkType(t *testing.T) {
216 func TestSimple(t *testing.T) {
422 func TestBinary(t *testing.T) {
465 func TestTest(t *testing.T) {
535 func TestPrebuilts(t *testing.T) {
657 func TestDefaults(t *testing.T) {
732 func TestResources(t *testing.T) {
941 func TestTurbine(t *testing.T) {
982 func TestSharding(t *testing.T) {
[all …]
/aosp12/frameworks/native/libs/ui/
H A DTransform.cpp92 const mat33& M(mMatrix); in operator *() local
167 mat33& M(mMatrix); in set() local
190 mat33& M(H.mMatrix); in set() local
198 mat33& M(V.mMatrix); in set() local
207 mat33& M(R.mMatrix); in set() local
217 mat33& M(mMatrix); in set() local
227 const mat33& M(mMatrix); in transform() local
235 const mat33& M(mMatrix); in transform() local
321 const mat33& M(mMatrix); in type() local
385 const mat33& M(mMatrix); in inverse() local
[all …]
/aosp12/build/soong/cc/
H A Dcc_test.go29 func TestMain(m *testing.M) {
155 func TestFuchsiaDeps(t *testing.T) {
220 func TestVendorSrc(t *testing.T) {
462 func TestVndk(t *testing.T) {
783 func TestDataLibs(t *testing.T) {
977 func TestVndkDepError(t *testing.T) {
1379 func TestVndkExt(t *testing.T) {
3155 func TestRecovery(t *testing.T) {
3399 func TestFuzzTarget(t *testing.T) {
3410 func TestAidl(t *testing.T) {
[all …]
/aosp12/build/soong/apex/
H A Dapex_test.go300 func TestBasicApex(t *testing.T) {
615 func TestDefaults(t *testing.T) {
2373 func TestVendorApex(t *testing.T) {
2654 func TestKeys(t *testing.T) {
2845 func TestMacro(t *testing.T) {
3645 func TestApexName(t *testing.T) {
3743 func TestTestApex(t *testing.T) {
4154 func TestPrebuilt(t *testing.T) {
6924 func TestTestFor(t *testing.T) {
7116 func TestApexSet(t *testing.T) {
[all …]
/aosp12/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp72 virtual bool doInitialization(llvm::Module &M) override { in doInitialization()
201 llvm::Type *T = V->getType(); in runOnFunction() local
/aosp12/frameworks/native/include/ftl/
H A Dstatic_vector.h126 explicit StaticVector(U (&array)[M]) in StaticVector()
390 inline void swap(StaticVector<T, N>& lhs, StaticVector<T, N>& rhs) { in swap()
/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Dverifier.rs43 merkle_tree: &T, in verity_check()
141 merkle_tree: M, in new()
142 ) -> Result<VerifiedFileReader<F, M>, FsverityError> { in new() argument
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-resizable.min.js12 …[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nod… argument
19 …r Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=Reg… class in o.offset.initialize
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp176 Type *T = TypeList[i]; in WriteTypeSymbolTable() local
261 Type *T = TypeList[i]; in WriteTypeTable() local
383 static void WriteModuleInfo(const Module *M, in WriteModuleInfo()
598 static void WriteModuleMetadata(const Module *M, in WriteModuleMetadata()
745 static void WriteModuleMetadataStore(const Module *M, BitstreamWriter &Stream) { in WriteModuleMetadataStore()
1587 static void WriteModule(const Module *M, BitstreamWriter &Stream) { in WriteModule()
1708 void llvm_2_9::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { in WriteBitcodeToFile()

12