Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 25 of 40) sorted by relevance

12

/tools/treble/build/treble_build/report/
Dprojects.go32 Name string // Name member
36 var unknownProject = &project{Name: "unknown", GitProj: &app.GitProject{}}
44 path = repoProj.Name
69 gitProj, err := proj.Project(ctx, path, gitDir, remote.Name, repoProj.Revision)
73 out := &project{Name: repoProj.Name, GitProj: gitProj}
121 remotes[manifest.Remotes[i].Name] = &manifest.Remotes[i]
147 projChan <- &project{Name: repoProj.Name}
165 info.ProjMap[r.Name] = r
174 fmt.Printf("Failed to resolve %s\n", r.Name)
Dreport_test.go142 Remotes: []app.RepoRemote{{Name: "remote1", Revision: "revision_1"}},
166 app.RepoProject{Groups: "group", Name: name, Revision: "sha", Path: name})
220 res := &app.BuildTarget{Name: target.name,
252 resTargets[res.Name] = res
Dbuild.go46 out := &app.BuildTarget{Name: buildTarget.input.Target,
55 if buildProj, exists := out.Projects[proj.Name]; exists {
58 out.Projects[proj.Name] =
Drun.go99 out.Targets[bt.Name] = bt
/tools/security/fuzzing/fuzzer_parser/
Dfuzzparser.go67 if prop.Name == "name" {
70 } else if prop.Name == "static_libs" || prop.Name == "shared_libs" {
82 } else if prop.Name == "defaults" {
95 } else if prop.Name == "target" {
120 if prop.Name == "name" {
123 } else if prop.Name == "defaults" {
134 } else if prop.Name == "static_libs" || prop.Name == "shared_libs" {
174 if err == nil && f.Name() == "Android.bp" {
/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestWriter.java45 String manifestVersion = attributes.getValue(Attributes.Name.MANIFEST_VERSION); in writeMainSection()
48 "Mandatory " + Attributes.Name.MANIFEST_VERSION + " attribute missing"); in writeMainSection()
50 writeAttribute(out, Attributes.Name.MANIFEST_VERSION, manifestVersion); in writeMainSection()
54 namedAttributes.remove(Attributes.Name.MANIFEST_VERSION.toString()); in writeMainSection()
74 static void writeAttribute(OutputStream out, Attributes.Name name, String value) in writeAttribute()
DSignatureFileWriter.java37 String signatureVersion = attributes.getValue(Attributes.Name.SIGNATURE_VERSION); in writeMainSection()
40 "Mandatory " + Attributes.Name.SIGNATURE_VERSION + " attribute missing"); in writeMainSection()
42 ManifestWriter.writeAttribute(out, Attributes.Name.SIGNATURE_VERSION, signatureVersion); in writeMainSection()
47 namedAttributes.remove(Attributes.Name.SIGNATURE_VERSION.toString()); in writeMainSection()
DManifestParser.java344 public String getAttributeValue(Attributes.Name name) { in getAttributeValue()
/tools/treble/build/treble_build/app/
Drepo.go22 Name string `xml:"name,attr"` member
31 Name string `xml:"name,attr"` member
37 XMLName xml.Name `xml:"manifest"`
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeSigner.java66 private static final Attributes.Name ATTRIBUTE_NAME_CREATED_BY =
67 new Attributes.Name("Created-By");
71 private static final Attributes.Name SF_ATTRIBUTE_NAME_ANDROID_APK_SIGNED_NAME =
72 new Attributes.Name(V1SchemeConstants.SF_ATTRIBUTE_NAME_ANDROID_APK_SIGNED_NAME_STR);
363 mainAttrs.put(Attributes.Name.MANIFEST_VERSION, ATTRIBUTE_VALUE_MANIFEST_VERSION); in generateManifestFile()
431 mainAttrs.put(Attributes.Name.SIGNATURE_VERSION, ATTRIBUTE_VALUE_SIGNATURE_VERSION); in generateSignatureFile()
/tools/netsim/rust/netsim-cli/
Dnetsim-cli.md39 include Pcap ID, Device Name, and Chip Kind
45 include Pcap ID, Device Name, and Chip Kind
50 include Pcap ID, Device Name, and Chip Kind
/tools/apksig/src/main/java/com/android/apksig/internal/x509/
DTBSCertificate.java48 public Name issuer;
54 public Name subject;
DName.java29 public class Name { class
/tools/treble/hacksaw/workspace/
Dcopier.go223 childSourcePath := filepath.Join(sourcePath, childInfo.Name())
224 childDestPath := filepath.Join(destPath, childInfo.Name())
/tools/treble/build/treble_build/cmd/
Dmain.go307 fmt.Fprintf(w, " %-120s : %t \n", b.Name, b.Success)
312 fmt.Fprintf(w, " %-20s : %s\n", "Name", target.Name)
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DCodePrinter.kt40 import org.jetbrains.kotlin.name.Name
447 return if (second is Name) { in constantToSource()
/tools/carrier_settings/proto/
Dcarrier_list.proto30 // SPN (Service Provider Name)
Dcarrier_settings.proto196 // Name of the client for which the configuration items need to
/tools/metalava/
DDOWNLOADING.md18 git config --global user.name "Your Name"
/tools/asuite/atest/tf_proto/
Dconfiguration_description.proto34 // Name of the abi.
/tools/metalava/src/test/java/com/android/tools/metalava/
DCompatibilityCheckTest.kt222 fun `Java Parameter Name Change`() { in Java Parameter Name Change()
257 fun `Kotlin Parameter Name Change`() { in Kotlin Parameter Name Change()
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto61 // Name of the result in the tree.
/tools/treble/build/treble_build/local/
Dninja_test.go133 res: &app.BuildCmdResult{Name: "test", Output: []string{}, Success: true}},
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS17 …R/EDR. To run tests over LE disable BR/EDR in ICS when running tests (ICS Name TSCP_GATT_2_1). To …
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto208 // Name of the wakelock (e.g. bluedroid_timer).

12