/tools/treble/build/treble_build/report/ |
D | projects.go | 32 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)
|
D | report_test.go | 142 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
|
D | build.go | 46 out := &app.BuildTarget{Name: buildTarget.input.Target, 55 if buildProj, exists := out.Projects[proj.Name]; exists { 58 out.Projects[proj.Name] =
|
D | run.go | 99 out.Targets[bt.Name] = bt
|
/tools/security/fuzzing/fuzzer_parser/ |
D | fuzzparser.go | 67 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/ |
D | ManifestWriter.java | 45 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()
|
D | SignatureFileWriter.java | 37 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()
|
D | ManifestParser.java | 344 public String getAttributeValue(Attributes.Name name) { in getAttributeValue()
|
/tools/treble/build/treble_build/app/ |
D | repo.go | 22 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/ |
D | V1SchemeSigner.java | 66 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/ |
D | netsim-cli.md | 39 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/ |
D | TBSCertificate.java | 48 public Name issuer; 54 public Name subject;
|
D | Name.java | 29 public class Name { class
|
/tools/treble/hacksaw/workspace/ |
D | copier.go | 223 childSourcePath := filepath.Join(sourcePath, childInfo.Name()) 224 childDestPath := filepath.Join(destPath, childInfo.Name())
|
/tools/treble/build/treble_build/cmd/ |
D | main.go | 307 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/ |
D | CodePrinter.kt | 40 import org.jetbrains.kotlin.name.Name 447 return if (second is Name) { in constantToSource()
|
/tools/carrier_settings/proto/ |
D | carrier_list.proto | 30 // SPN (Service Provider Name)
|
D | carrier_settings.proto | 196 // Name of the client for which the configuration items need to
|
/tools/metalava/ |
D | DOWNLOADING.md | 18 git config --global user.name "Your Name"
|
/tools/asuite/atest/tf_proto/ |
D | configuration_description.proto | 34 // Name of the abi.
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | CompatibilityCheckTest.kt | 222 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/ |
D | testtracker_result.proto | 61 // Name of the result in the tree.
|
/tools/treble/build/treble_build/local/ |
D | ninja_test.go | 133 res: &app.BuildCmdResult{Name: "test", Output: []string{}, Success: true}},
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/ |
D | GATT_PTS_INSTRUCTIONS | 17 …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/ |
D | bluetooth.proto | 208 // Name of the wakelock (e.g. bluedroid_timer).
|