Searched refs:StringPtr (Results 1 – 25 of 36) sorted by relevance
12
/build/soong/cc/ |
D | ndk_prebuilt.go | 79 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")
|
D | vendor_snapshot_test.go | 88 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 …]
|
D | cc_test.go | 36 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 …]
|
D | toolchain_library.go | 70 module.Properties.Sdk_version = StringPtr("current")
|
/build/soong/java/ |
D | prebuilt_apis.go | 100 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))
|
D | sdk_library.go | 678 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 …]
|
D | app_import_test.go | 229 aaptPreferredConfig: proptools.StringPtr("xhdpi"), 235 aaptPreferredConfig: proptools.StringPtr("mdpi"), 241 aaptPreferredConfig: proptools.StringPtr("mdpi"), 247 aaptPreferredConfig: proptools.StringPtr("mdpi"),
|
/build/blueprint/proptools/ |
D | typeequal_test.go | 119 in1: struct{ S1 *string }{S1: StringPtr("test1")}, 120 in2: struct{ S1 *string }{S1: StringPtr("test2")}, 125 in1: struct{ S1 *string }{S1: StringPtr("test1")},
|
D | extend_test.go | 234 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 …]
|
D | clone_test.go | 100 S: StringPtr("string1"), 103 S: StringPtr("string1"), 362 S: StringPtr("string1"),
|
D | proptools.go | 68 func StringPtr(s string) *string { func
|
D | unpack_test.go | 47 S: StringPtr("abc"), 48 Blank: StringPtr(""), 688 String_ptr: StringPtr("abc"), 703 String_ptr: StringPtr("012"),
|
D | extend.go | 475 dstFieldValue.Set(reflect.ValueOf(StringPtr(srcFieldValue.Elem().String()))) 479 dstFieldValue.Set(reflect.ValueOf(StringPtr(srcFieldValue.Elem().String())))
|
/build/soong/sysprop/ |
D | sysprop_library.go | 466 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()),
|
D | sysprop_test.go | 128 variables.DeviceVndkVersion = proptools.StringPtr("current") 129 variables.Platform_vndk_version = proptools.StringPtr("29")
|
/build/soong/rust/ |
D | rust_test.go | 76 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/ |
D | vndk_test.go | 53 variables.DeviceVndkVersion = proptools.StringPtr("") 121 variables.ProductVndkVersion = proptools.StringPtr("current")
|
D | vndk.go | 43 proptools.StringPtr("both"), 70 ab.properties.Apex_name = proptools.StringPtr(vndkApexNamePrefix + vndkVersion)
|
D | prebuilt.go | 543 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)
|
D | apex_test.go | 213 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/ |
D | package.go | 68 module.nameProperties.Name = proptools.StringPtr("//" + ctx.ModuleDir())
|
D | makefile_goal.go | 51 …return proptools.StringPtr(filepath.Join("$(PRODUCT_OUT)", proptools.String(p.properties.Product_o…
|
/build/blueprint/bpmodify/ |
D | bpmodify_test.go | 268 setString: proptools.StringPtr("bar"), 285 setString: proptools.StringPtr("bar"),
|
/build/soong/android/soongconfig/ |
D | modules_test.go | 314 A: proptools.StringPtr("A"), 318 A: proptools.StringPtr("default"),
|
/build/soong/sdk/ |
D | bp_test.go | 50 str.X = proptools.StringPtr("taxi") 52 str.Sub.X = proptools.StringPtr("taxi")
|
12