Home
last modified time | relevance | path

Searched refs:StringPtr (Results 1 – 25 of 36) sorted by relevance

12

/build/soong/cc/
Dndk_prebuilt.go79 module.Properties.Sdk_version = StringPtr("current")
129 module.Properties.Sdk_version = StringPtr("minimum")
131 module.stl.Properties.Stl = StringPtr("none")
147 module.Properties.Sdk_version = StringPtr("minimum")
150 module.Properties.Sdk_version = StringPtr("current")
151 module.stl.Properties.Stl = StringPtr("none")
Dvendor_snapshot_test.go88 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")
89 config.TestProductVariables.Platform_vndk_version = StringPtr("29")
214 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")
215 config.TestProductVariables.Platform_vndk_version = StringPtr("29")
803 config.TestProductVariables.DeviceVndkVersion = StringPtr("31")
804 config.TestProductVariables.Platform_vndk_version = StringPtr("32")
994 config.TestProductVariables.DeviceVndkVersion = StringPtr("28")
995 config.TestProductVariables.Platform_vndk_version = StringPtr("29")
1073 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")
1074 config.TestProductVariables.Platform_vndk_version = StringPtr("29")
[all …]
Dcc_test.go36 variables.DeviceVndkVersion = StringPtr("current")
37 variables.ProductVndkVersion = StringPtr("current")
38 variables.Platform_vndk_version = StringPtr("29")
78 config.TestProductVariables.Platform_vndk_version = StringPtr("29")
91 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")
92 config.TestProductVariables.Platform_vndk_version = StringPtr("29")
118 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")
119 config.TestProductVariables.Platform_vndk_version = StringPtr("29")
132 config.TestProductVariables.DeviceVndkVersion = StringPtr("current")
133 config.TestProductVariables.ProductVndkVersion = StringPtr("current")
[all …]
Dtoolchain_library.go70 module.Properties.Sdk_version = StringPtr("current")
/build/soong/java/
Dprebuilt_apis.go100 props.Name = proptools.StringPtr(prebuiltApiModuleName(mctx, module, scope, apiver))
102 props.Sdk_version = proptools.StringPtr(sdkVersion)
116 genruleProps.Name = proptools.StringPtr(name)
119 genruleProps.Cmd = proptools.StringPtr("cp $(in) $(out)")
129 props.Name = proptools.StringPtr(name)
131 props.Cmd = proptools.StringPtr("touch $(genDir)/" + name)
178 props.Name = proptools.StringPtr(prebuiltApiModuleName(mctx, "system_modules", "public", apiver))
Dsdk_library.go678 namePtr := proptools.StringPtr(c.module.BaseModuleName())
932 namePtr := proptools.StringPtr(c.module.BaseModuleName())
1311 Name: proptools.StringPtr(module.implLibraryModuleName()),
1359 props.Name = proptools.StringPtr(module.stubsLibraryModuleName(apiScope))
1364 props.Sdk_version = proptools.StringPtr(sdkVersion)
1379 props.Java_version = proptools.StringPtr("1.8")
1391 props.Dist.Dest = proptools.StringPtr(fmt.Sprintf("%v.jar", module.distStem()))
1392 props.Dist.Dir = proptools.StringPtr(module.apiDistPath(apiScope))
1393 props.Dist.Tag = proptools.StringPtr(".jar")
1442 props.Name = proptools.StringPtr(name)
[all …]
Dapp_import_test.go229 aaptPreferredConfig: proptools.StringPtr("xhdpi"),
235 aaptPreferredConfig: proptools.StringPtr("mdpi"),
241 aaptPreferredConfig: proptools.StringPtr("mdpi"),
247 aaptPreferredConfig: proptools.StringPtr("mdpi"),
/build/blueprint/proptools/
Dtypeequal_test.go119 in1: struct{ S1 *string }{S1: StringPtr("test1")},
120 in2: struct{ S1 *string }{S1: StringPtr("test2")},
125 in1: struct{ S1 *string }{S1: StringPtr("test1")},
Dextend_test.go234 S1: StringPtr("string1"),
235 S2: StringPtr("string2"),
238 S1: StringPtr("string3"),
239 S3: StringPtr("string4"),
242 S1: StringPtr("string3"),
243 S2: StringPtr("string2"),
244 S3: StringPtr("string4"),
251 S1: StringPtr("string1"),
252 S2: StringPtr("string2"),
255 S1: StringPtr("string3"),
[all …]
Dclone_test.go100 S: StringPtr("string1"),
103 S: StringPtr("string1"),
362 S: StringPtr("string1"),
Dproptools.go68 func StringPtr(s string) *string { func
Dunpack_test.go47 S: StringPtr("abc"),
48 Blank: StringPtr(""),
688 String_ptr: StringPtr("abc"),
703 String_ptr: StringPtr("012"),
Dextend.go475 dstFieldValue.Set(reflect.ValueOf(StringPtr(srcFieldValue.Elem().String())))
479 dstFieldValue.Set(reflect.ValueOf(StringPtr(srcFieldValue.Elem().String())))
/build/soong/sysprop/
Dsysprop_library.go466 ccProps.Name = proptools.StringPtr(m.CcImplementationModuleName())
501 Name: proptools.StringPtr(m.javaGenModuleName()),
502 Check_api: proptools.StringPtr(ctx.ModuleName()),
514 Name: proptools.StringPtr(m.BaseModuleName()),
520 Sdk_version: proptools.StringPtr("core_current"),
531 Name: proptools.StringPtr(m.javaGenPublicStubName()),
532 Check_api: proptools.StringPtr(ctx.ModuleName()),
536 Name: proptools.StringPtr(publicStub),
539 Sdk_version: proptools.StringPtr("core_current"),
541 Stem: proptools.StringPtr(m.BaseModuleName()),
Dsysprop_test.go128 variables.DeviceVndkVersion = proptools.StringPtr("current")
129 variables.Platform_vndk_version = proptools.StringPtr("29")
/build/soong/rust/
Drust_test.go76 variables.DeviceVndkVersion = StringPtr("current")
77 variables.ProductVndkVersion = StringPtr("current")
78 variables.Platform_vndk_version = StringPtr("29")
124 variables.DeviceVndkVersion = StringPtr("current")
125 variables.ProductVndkVersion = StringPtr("current")
126 variables.Platform_vndk_version = StringPtr("VER")
/build/soong/apex/
Dvndk_test.go53 variables.DeviceVndkVersion = proptools.StringPtr("")
121 variables.ProductVndkVersion = proptools.StringPtr("current")
Dvndk.go43 proptools.StringPtr("both"),
70 ab.properties.Apex_name = proptools.StringPtr(vndkApexNamePrefix + vndkVersion)
Dprebuilt.go543 Name: proptools.StringPtr(name),
603 Name: proptools.StringPtr(deapexerName),
604 Selected_apex: proptools.StringPtr(apexFileSource),
704 p.prebuiltCommonProperties.Selected_apex = proptools.StringPtr(apexFileSource)
875 Name: proptools.StringPtr(name),
907 a.prebuiltCommonProperties.Selected_apex = proptools.StringPtr(apexFileSource)
Dapex_test.go213 variables.DeviceVndkVersion = proptools.StringPtr("current")
214 variables.DefaultAppCertificate = proptools.StringPtr("vendor/foo/devkeys/test")
216 variables.Platform_sdk_codename = proptools.StringPtr("Q")
219 variables.Platform_vndk_version = proptools.StringPtr("29")
1013 variables.Platform_sdk_codename = proptools.StringPtr("Z")
2184 variables.Platform_sdk_codename = proptools.StringPtr("S")
2215 variables.Platform_sdk_codename = proptools.StringPtr("S")
2498 variables.ProductVndkVersion = proptools.StringPtr("current")
4482 Apex: proptools.StringPtr("myapex"),
4483 Module: proptools.StringPtr("my-bootclasspath-fragment"),
[all …]
/build/soong/android/
Dpackage.go68 module.nameProperties.Name = proptools.StringPtr("//" + ctx.ModuleDir())
Dmakefile_goal.go51 …return proptools.StringPtr(filepath.Join("$(PRODUCT_OUT)", proptools.String(p.properties.Product_o…
/build/blueprint/bpmodify/
Dbpmodify_test.go268 setString: proptools.StringPtr("bar"),
285 setString: proptools.StringPtr("bar"),
/build/soong/android/soongconfig/
Dmodules_test.go314 A: proptools.StringPtr("A"),
318 A: proptools.StringPtr("default"),
/build/soong/sdk/
Dbp_test.go50 str.X = proptools.StringPtr("taxi")
52 str.Sub.X = proptools.StringPtr("taxi")

12