Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/build/soong/cmd/diff_target_files/
Dglob_test.go65 {`a/\*\*/\*`, `a/**/*`, true},
66 {`a/\*\*/\*`, `a/a/*`, false},
67 {`a/\*\*/\*`, `a/**/a`, false},
68 {`a/\*\*/\*`, `a/a/a`, false},
70 {`a/**/\*`, `a/**/*`, true},
71 {`a/**/\*`, `a/a/*`, true},
72 {`a/**/\*`, `a/**/a`, false},
73 {`a/**/\*`, `a/a/a`, false},
75 {`a/\*\*/*`, `a/**/*`, true},
76 {`a/\*\*/*`, `a/a/*`, false},
[all …]
Dcompare_test.go47 a, b []*ZipArtifactFile
52 a: []*ZipArtifactFile{x0, y0, z0},
58 a: []*ZipArtifactFile{x0, y0, z0},
64 a: []*ZipArtifactFile{x0, y0, z0},
70 a: []*ZipArtifactFile{x0, y0, z0},
77 a: []*ZipArtifactFile{y0, z0},
83 a: []*ZipArtifactFile{x0, z0},
89 a: []*ZipArtifactFile{x0, y0},
96 a: []*ZipArtifactFile{x0},
102 a: []*ZipArtifactFile{x0, y0},
[all …]
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-1.6.2.min.js16a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}functio… argument
17a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.n… argument
18 …,bQ=f.fn.load,bR={},bS={},bT,bU;try{bT=e.href}catch(bV){bT=c.createElement("a"),bT.href="",bT=bT.h… argument
Dprettify.js11a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,F… argument
12a){var b=a.indexOf(G);if(b<0)return a;for(--b;(b=a.indexOf(tb,b+1))>=0;){var c=a.indexOf(va,b);if(… argument
13 a.tagName.toLowerCase();b.push(I,c);for(var d=0;d<a.attributes.length;++d){var g=a.attributes[d];if… argument
17 …fromCharCode(B&-33,B|32)+Tb})}return f.join(P)}var w=[];g=0;for(i=a.length;g<i;++g){m=a[g];if(m.gl…
18a){if(r===ha){var b=document.createElement(gc);b.appendChild(document.createTextNode(hc));ha=!/</.… argument
19a){var b=a.match(Vd),c=[],d=0,g=[];if(b)for(var i=0,m=b.length;i<m;++i){var l=b[i];if(l.length>1&&… argument
20a}else++q}if(v<m){g.push(d,b.slice(i,v+1).join(P));i=v}else g.push(d,l)}else g.push(d,l)}else{var … argument
22 …k.substring(A),i,q)}else q.push(n+x,h)}m.c=q};return i}function C(a){var b=[],c=[];if(a.tripleQuot… argument
/build/blueprint/parser/
Dsort_test.go21 a string
25 a, b string
46 oneTest := func(a, b string, want bool) {
48 if got := numericStringLess(a, b); got != want {
49 t.Errorf("want numericStringLess(%v, %v) = %v, got %v", a, b, want, got)
54 t.Run(tt.a+"<"+tt.b, func(t *testing.T) {
56 oneTest(tt.a, tt.b, true)
58 oneTest(tt.b, tt.a, false)
60 oneTest(tt.a, tt.a, false)
65 oneTest("a"+tt.a, "a"+tt.b, true)
[all …]
/build/blueprint/pathtools/
Dglob_test.go519 matches: []string{`*`, `**/`, `?`, `a/`, `b`, `**/*`, `**/a`, `**/b/`, `**/b/b`, `a/a`},
520 deps: []string{`.`, `**`, `**/b`, `a`},
525 deps: []string{`.`, `**`, `**/b`, `a`},
529 matches: []string{`**/*`, `**/a`, `**/b/`},
534 matches: []string{`**/*`, `**/a`, `**/b/`, `**/b/b`},
543 `**/a`,
546 `a/a`,
851 {`a/\*\*/\*`, `a/**/*`, true},
852 {`a/\*\*/\*`, `a/a/*`, false},
853 {`a/\*\*/\*`, `a/**/a`, false},
[all …]
/build/soong/java/
Dapp_import.go113 func (a *AndroidAppImport) IsInstallable() bool {
118 func (a *AndroidAppImport) processVariants(ctx android.LoadHookContext) {
121 dpiProps := reflect.ValueOf(a.dpiVariants).Elem().FieldByName("Dpi_variants")
126 MergePropertiesFromVariant(ctx, &a.properties, dpiProps, config.ProductAAPTPrebuiltDPI()[i])
129 MergePropertiesFromVariant(ctx, &a.properties, dpiProps, config.ProductAAPTPreferredConfig())
132 archProps := reflect.ValueOf(a.archVariants).Elem().FieldByName("Arch")
134 MergePropertiesFromVariant(ctx, &a.properties, archProps, archType.Name)
136 if String(a.properties.Apk) == "" {
140 a.Disable()
161 func (a *AndroidAppImport) isPrebuiltFrameworkRes() bool {
[all …]
Daar.go132 if a, ok := d.(AndroidLibraryDependency); ok {
133 a.SetRROEnforcedForDependent(true)
139 func (a *aapt) ExportPackage() android.Path {
140 return a.exportPackage
143 func (a *aapt) ExportedRRODirs() []rroDir {
144 return a.rroDirs
147 func (a *aapt) ExportedManifests() android.Paths {
148 return a.transitiveManifestPaths
151 func (a *aapt) ExportedAssets() android.OptionalPath {
152 return a.assetPackage
[all …]
Dapp.go175 func (a *AndroidApp) IsInstallable() bool {
176 return Bool(a.properties.Installable)
179 func (a *AndroidApp) ExportedProguardFlagFiles() android.Paths {
183 func (a *AndroidApp) ExportedStaticPackages() android.Paths {
187 func (a *AndroidApp) OutputFile() android.Path {
188 return a.outputFile
191 func (a *AndroidApp) Certificate() Certificate {
192 return a.certificate
195 func (a *AndroidApp) JniCoverageOutputs() android.Paths {
196 return a.jniCoverageOutputs
[all …]
/build/soong/android/
Dandroidmk.go170 func (a *androidMkExtraEntriesContext) Provider(provider blueprint.ProviderKey) interface{} {
171 return a.ctx.ModuleProvider(a.mod, provider)
180 func (a *AndroidMkEntries) SetString(name, value string) {
181 if _, ok := a.EntryMap[name]; !ok {
182 a.entryOrder = append(a.entryOrder, name)
184 a.EntryMap[name] = []string{value}
188 func (a *AndroidMkEntries) SetPath(name string, path Path) {
189 if _, ok := a.EntryMap[name]; !ok {
190 a.entryOrder = append(a.entryOrder, name)
192 a.EntryMap[name] = []string{path.String()}
[all …]
Donceper_test.go26 a := once.Once(key, func() interface{} { return "a" }).(string)
29 if a != "a" {
30 t.Errorf(`first call to Once should return "a": %q`, a)
46 a := once.Once(key, func() interface{} { return "bar" }).(string)
48 if a != "foo" {
49 t.Errorf("expect %q, got %q", "foo", a)
57 a := once.Once(key, func() interface{} { return "a" }).(string)
60 if a != "a" {
61 t.Errorf(`first call to Once should return "a": %q`, a)
92 a := once.Get(key).(string)
[all …]
Dbazel.go220 func (a bp2BuildConversionAllowlist) SetDefaultConfig(defaultConfig allowlists.Bp2BuildConfig) bp2B…
221 if a.defaultConfig == nil {
222 a.defaultConfig = allowlists.Bp2BuildConfig{}
225 a.defaultConfig[k] = v
228 return a
232 func (a bp2BuildConversionAllowlist) SetKeepExistingBuildFile(keepExistingBuildFile map[string]bool…
233 if a.keepExistingBuildFile == nil {
234 a.keepExistingBuildFile = map[string]bool{}
237 a.keepExistingBuildFile[k] = v
240 return a
[all …]
Ddepset_test.go26 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
27 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()
28 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()
36 a := NewDepSetBuilder(PREORDER).Direct(PathForTesting("a")).Build()
37 b := NewDepSetBuilder(PREORDER).Direct(PathForTesting("b")).Transitive(a).Build()
38 c := NewDepSetBuilder(PREORDER).Direct(PathForTesting("c")).Transitive(a).Build()
46 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()
47 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()
48 c := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("c")).Transitive(a).Build()
56 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
[all …]
/build/soong/apex/
Dbuilder.go77 `-a provideNativeLibs ${provideNativeLibs} ` +
78 `-a requireNativeLibs ${requireNativeLibs} ` +
184 func (a *apexBundle) buildManifest(ctx android.ModuleContext, provideNativeLibs, requireNativeLibs …
185 …src := android.PathForModuleSrc(ctx, proptools.StringDefault(a.properties.Manifest, "apex_manifest…
193 if a.properties.Apex_name != nil {
194 optCommands = append(optCommands, "-v name "+*a.properties.Apex_name)
199 for _, fi := range a.filesInfo {
222 minSdkVersion := a.minSdkVersion(ctx)
224 a.manifestJsonOut = android.PathForModuleOut(ctx, "apex_manifest.json")
228 Output: a.manifestJsonOut,
[all …]
Dapex.go658 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) {
660 …proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Android.Multilib, ni…
662 proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Host.Multilib, nil)
664 …proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Linux_bionic.Multili…
666 …proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Linux_glibc.Multilib…
673 func (a *apexBundle) getImageVariation(ctx android.BottomUpMutatorContext) string {
675 if a.vndkApex {
676 return cc.VendorVariationPrefix + a.vndkVersion(deviceConfig)
682 if a.SocSpecific() || a.DeviceSpecific() {
685 } else if a.ProductSpecific() {
[all …]
Dandroidmk.go30 func (a *apexBundle) AndroidMk() android.AndroidMkData {
31 if a.properties.HideFromMake {
36 return a.androidMkForType()
67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string {
68 linkToSystemLib := a.linkToSystemLib && fi.transitiveDep && fi.availableToPlatform()
73 return fi.androidMkModuleName + "." + apexBundleName + a.suffix
76 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string,
84 apexType := a.properties.ApexType
88 if !a.primaryApexType && apexType != flattenedApex {
101 symbolFilesNotNeeded := a.vndkApex && len(a.overridableProperties.Overrides) > 0
[all …]
/build/make/tools/droiddoc/templates-pdk/
Ddocpage.cs8 <div class="g-unit" id="doc-content"><a name="top"></a>
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>:
29 <a href="<?cs var:next.link ?>">
33 </a>
39 <a href="<?cs var:next.link ?>">
43 </a>
51 <a href="<?cs var:previous.link ?>">
55 </a>
72 <a href="<?cs var:next.link ?>">
76 </a>
[all …]
Dsampleindex.cs10 <a name="top"></a>
14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
20 <p><a href="../index.html">&larr; Back</a></p>
28 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
29 var:dir.name ?>/</a></li>
38 <li><a href="<?cs var:file.href ?>"><?cs
39 var:file.name ?></a></li>
Dcustomizations.cs52 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
53 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…
81 <p style="padding:10px">Select a package to view its members</p><?cs
87 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
88 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…
128 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
129 Creative Commons Attribution 2.5</a>. For details and
130 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
131 License</a>.<?cs
136 Except as noted, this content is licensed under <a
[all …]
Dheader_tabs.cs9 <li id="home-link"><a href="<?cs var:toroot ?><?cs
22 </a></li>
23 <li id="sdk-link"><a href="<?cs var:toroot ?>sdk/index.html">
25 </a></li>
26 …<li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html" onClick="return loadLast('guide')…
30 <span style="display:none" class="es">Guía</span>
37 </a></li>
38 …<li id="reference-link"><a href="<?cs var:toroot ?>reference/packages.html" onClick="return loadLa…
49 </a></li>
50 …<li id="resources-link"><a href="<?cs var:toroot ?>resources/index.html" onClick="return loadLast(…
[all …]
Dsdkpage.cs16 <a name="top"></a>
26 <a href="<?cs var:toroot ?>sdk/<?cs
31 </a> ...</p>
54 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
76 <p>The Android NDK is a companion tool to the Android SDK that lets you build
81 inside of a virtual machine on the device. The fundamental Android application model
86 using the Android framework APIs, you probably do not need the NDK. Read <a
87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
92 Android SDK. If you have not already installed and setup the <a
93 href="http://developer.android.com/sdk/index.html">Android SDK</a>, please
[all …]
/build/soong/tests/
Dbootstrap_test.sh53 mkdir -p a
54 cat > a/Android.bp <<'EOF'
60 touch a/my_little_binary_host.py
65 cat > a/Android.bp <<'EOF'
71 touch a/my_great_binary_host.py
84 mkdir -p a
85 cat > a/Android.bp <<'EOF'
91 touch a/my_little_binary_host.py
106 mkdir -p a
107 cat > a/Android.bp <<'EOF'
[all …]
/build/soong/cmd/sbox/
Dsbox_test.go29 a string
38 a: "",
44 a: "foo",
50 a: "foo",
56 a: "foo",
62 a: strings.Repeat("a", 2*1024*1024),
68 a: strings.Repeat("a", 2*1024*1024+10),
74 a: strings.Repeat("a", 2*1024*1024),
80 a: strings.Repeat("a", 2*1024*1024+10),
92 a: "foo",
[all …]
/build/soong/scripts/
Djar-args.sh37 a
38 a/b
39 a/b/'
47 -C 'a' 'b'
48 -C 'a' 'b/\\''
51 -C 'a' 'b/#'
54 cat $in | $0 a > $out
/build/make/tools/releasetools/
Dsign_apex.py80 def option_handler(o, a): argument
82 options['avbtool'] = a
86 if a.endswith(DEFAULT_CONTAINER_KEY_SUFFIX):
87 a = a[:-len(DEFAULT_CONTAINER_KEY_SUFFIX)]
88 options['container_key'] = a
90 options['payload_key'] = a
92 options['payload_extra_args'] = a
94 versions = a.split(",")
101 names, key = a.split("=")
108 options['sign_tool'] = a

12345678910>>...21