Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 80) sorted by relevance

1234

/build/soong/androidmk/parser/
Dast.go34 func (x *Assignment) Dump() string {
36 if x.Target != nil {
37 target = x.Target.Dump() + ": "
39 return target + x.Name.Dump() + " " + x.Type + " " + x.Value.Dump()
42 func (x *Assignment) Pos() Pos {
43 if x.Target != nil {
44 return x.Target.Pos()
46 return x.Name.Pos()
49 func (x *Assignment) End() Pos { return x.Value.End() }
56 func (x *Comment) Dump() string {
[all …]
/build/blueprint/parser/
Dast.go196 func (x *Operator) Copy() Expression {
197 ret := *x
198 ret.Args[0] = x.Args[0].Copy()
199 ret.Args[1] = x.Args[1].Copy()
203 func (x *Operator) Eval() Expression {
204 return x.Value.Eval()
207 func (x *Operator) Type() Type {
208 return x.Args[0].Type()
211 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() }
212 func (x *Operator) End() scanner.Position { return x.Args[1].End() }
[all …]
/build/make/common/
Dmath.mk184 _INT_LIMIT_WORDS := $(foreach a,x x,$(foreach b,x x x x x x x x x x x x x x x x,\
185 $(foreach c,x x x x x x x x x x x x x x x x,x x x x x x x x x x x x x x x x)))
188 $(if $(filter $(words x $(_INT_LIMIT_WORDS)),$(words $(wordlist 1,$(1),x $(_INT_LIMIT_WORDS)))),\
197 $(subst xx,x,$(join $(1),$(2)))
/build/make/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css115 #nav-x .col-1 { width: 40px }
117 #nav-x .col-2 { width: 100px }
119 #nav-x .col-3 { width: 160px }
121 #nav-x .col-4 { width: 220px }
123 #nav-x .col-5 { width: 280px }
125 #nav-x .col-6 { width: 340px }
127 #nav-x .col-7 { width: 400px }
129 #nav-x .col-8 { width: 460px }
131 #nav-x .col-9 { width: 520px }
133 #nav-x .col-10 { width: 580px }
[all …]
/build/soong/makedeps/
Ddeps.go48 switch x := node.(type) {
52 if x.Recipe != "" {
53 return nil, fmt.Errorf("%sunexpected recipe in rule: %v", pos(node), x)
56 if !x.Target.Const() {
57 return nil, fmt.Errorf("%sunsupported variable expansion: %v", pos(node), x.Target.Dump())
59 outputs := x.Target.Words()
67 if !x.Prerequisites.Const() {
68 … return nil, fmt.Errorf("%sunsupported variable expansion: %v", pos(node), x.Prerequisites.Dump())
70 for _, input := range x.Prerequisites.Words() {
/build/soong/androidmk/androidmk/
Dandroidmk.go131 switch x := node.(type) {
133 file.insertComment("//" + x.Comment)
135 handleAssignment(file, x, assignmentCond)
137 switch x.Name {
139 module, ok := mapIncludePath(x.Args.Value(file.scope))
141 file.errorf(x, "unsupported include")
151 handleModuleConditionals(file, x, conds)
155 args := x.Args.Dump()
156 eq := x.Name == "ifeq" || x.Name == "ifdef"
164 file.errorf(x, "unsupported nested conditional in module")
[all …]
/build/soong/android/
Dhooks.go141 func (x *installHookContext) Path() InstallPath {
142 return x.path
145 func (x *installHookContext) Symlink() bool {
146 return x.symlink
149 func (x *hooks) runInstallHooks(ctx ModuleContext, path InstallPath, symlink bool) {
150 if len(x.install) > 0 {
156 for _, x := range x.install {
157 x(mctx)
Dmutator.go214 func (x *registerMutatorsContext) BottomUp(name string, m BottomUpMutator) MutatorHandle {
215 finalPhase := x.finalPhase
227 x.mutators = append(x.mutators, mutator)
231 func (x *registerMutatorsContext) TopDown(name string, m TopDownMutator) MutatorHandle {
242 x.mutators = append(x.mutators, mutator)
/build/soong/scripts/
Dmanifest_check.py127 uses_libraries = [uses_library_name(x) for x in libs if uses_library_required(x)]
128 optional_uses_libraries = [uses_library_name(x) for x in libs if not uses_library_required(x)]
135 [result.append(x) for x in l if x not in result]
/build/soong/java/
Dbuilder.go596 func (x *classpath) formJoinedClassPath(optName string, sep string) string {
600 if len(*x) > 0 {
601 return optName + strings.Join(x.Strings(), sep)
606 func (x *classpath) FormJavaClassPath(optName string) string {
607 return x.formJoinedClassPath(optName, ":")
610 func (x *classpath) FormTurbineClassPath(optName string) string {
611 return x.formJoinedClassPath(optName, " ")
615 func (x *classpath) FormRepeatedClassPath(optName string) []string {
616 if x == nil || *x == nil {
619 flags := make([]string, len(*x))
[all …]
/build/soong/
DAndroid.bp78 …rebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/libgcc.a",
81 …ilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/libgcc.a",
84 …ebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/32/libgcc.a",
87 …"prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/libgcc.a",
103 …rebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/libgcc.a",
107 …ilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/libgcc.a",
111 …ebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/32/libgcc.a",
115 …"prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/libgcc.a",
145 …ebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/libgcov.a",
148 …lts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/libgcov.a",
[all …]
/build/make/tools/droiddoc/templates-pdk/assets/
Dcarousel.js31 for (var x in droidList) {
33 currentDroid = x;
34 showPreview(x);
35 centerSlide(x);
61 for (var x in droidList) {
62 var droid = droidList[x];
71 a.setAttribute("id", "droidlink-" + x);
72 a.className = x;
91 div.setAttribute("id", x);
158 for (var x in slideCode) {
Dprettify.js15x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(x<65||u>122)){x<65||u>90||k.…
17 …>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,function(x){var B=x.charCodeAt(0);re… argument
22x=v;v+=k.length;if(p){var B=e[1],E=k.indexOf(B),A=E+B.length,D=h.substring(5);ia(n+x,k.substring(0…
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go43 func (x MetricsBase_BuildVariant) Enum() *MetricsBase_BuildVariant {
45 *p = x
49 func (x MetricsBase_BuildVariant) String() string {
50 return proto.EnumName(MetricsBase_BuildVariant_name, int32(x))
53 func (x *MetricsBase_BuildVariant) UnmarshalJSON(data []byte) error {
58 *x = MetricsBase_BuildVariant(value)
92 func (x MetricsBase_Arch) Enum() *MetricsBase_Arch {
94 *p = x
98 func (x MetricsBase_Arch) String() string {
99 return proto.EnumName(MetricsBase_Arch_name, int32(x))
[all …]
/build/make/tools/
Dcompare_fileslist.py40 lines = map(lambda (x,y): (y,int(x)), lines)
55 rows = sorted(rows, key=lambda x: x[0])
Dsoong_to_convert.py104 return [x for x in results if x[2] == module_type]
Dmerge-event-log-tags.py168 x = (hashname(name) % (ASSIGN_LIMIT - ASSIGN_START - 1)) + ASSIGN_START variable
169 if x not in by_tagnum:
170 t.tagnum = x
171 by_tagnum[x] = t
Djava-layers.py89 dep.transitive = set([x+"." for x in dep.transitive])
112 x = compare_parts(parts, pkg)
113 if x > matched:
114 matched = x
127 lines = [lineno(x,n) for x in lines]
/build/blueprint/proptools/
Dfilter.go30 func (x cantFitPanic) Error() string {
32 x.field.Name, x.field.Type.String(), strconv.Quote(string(x.field.Tag)),
33 fieldToTypeNameSize(x.field, true)+2, x.size)
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go45 func (x *pathContext) Config() android.Config { return x.config }
46 func (x *pathContext) AddNinjaFileDeps(...string) {}
121 switch x := r.(type) {
123 panic(x)
128 panic(x)
/build/soong/ui/status/
Dcritical_path.go75 if x := cp.nodes[input]; x != nil {
76 if criticalPathInput == nil || x.cumulativeDuration > criticalPathInput.cumulativeDuration {
77 criticalPathInput = x
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go46 func (x DeliveryType) String() string {
47 return proto.EnumName(DeliveryType_name, int32(x))
81 func (x SystemApkMetadata_SystemApkType) String() string {
82 return proto.EnumName(SystemApkMetadata_SystemApkType_name, int32(x))
653 if x, ok := m.GetApkMetadataOneofValue().(*ApkDescription_SplitApkMetadata); ok {
654 return x.SplitApkMetadata
660 if x, ok := m.GetApkMetadataOneofValue().(*ApkDescription_StandaloneApkMetadata); ok {
661 return x.StandaloneApkMetadata
667 if x, ok := m.GetApkMetadataOneofValue().(*ApkDescription_InstantApkMetadata); ok {
668 return x.InstantApkMetadata
[all …]
/build/make/tools/acp/
Dacp.c28 # define DBUG(x) printf x argument
30 # define DBUG(x) ((void)0) argument
/build/soong/cmd/diff_target_files/
Dwhitelist.go42 for _, x := range ret {
43 if x.path == path {
44 x.ignoreMatchingLines = append(x.ignoreMatchingLines, ignoreMatchingLines...)
/build/soong/python/
Dbuilder.go50 `chmod +x $out && (rm -f $stub; rm -f ${out}.prefix)`,
60 `chmod +x $out && rm -rf $out.main`,
68 `chmod +x $out`,

1234