Searched refs:ref (Results 1 – 20 of 20) sorted by relevance
/build/bazel/mkcompare/ |
D | mkdiff.go | 35 var normalizer = map[string]func(ref, our string) (string, string){ 43 func normalizePrebuiltModuleFile(ref string, our string) (string, string) { 44 …return strings.ReplaceAll(ref, "/bazelCombined/", "/combined/"), strings.ReplaceAll(our, "/bazelCo… 49 func normalizeInstallPairs(ref string, our string) (string, string) { 50 …return rexRemoveInstallSource.ReplaceAllString(ref, ""), rexRemoveInstallSource.ReplaceAllString(o… 142 func compareVariableValues(ref string, our string, sortItems bool) ([]string, []string) { 143 refTokens := strings.Split(ref, " ")
|
D | mkdiff_test.go | 54 ref string 60 {name: "Same", ref: "x a b", our: "a b x", sort: true}, 61 …{name: "diff1", ref: "a b c", our: "d a", sort: true, want_missing: []string{"b", "c"}, want_extra… 65 got_missing, got_extra := compareVariableValues(tt.ref, tt.our, tt.sort)
|
D | README.md | 16 $ m nothing && cp out/soong/Android-${target}.mk Android-${target}.mk.ref 24 Android-${target}.mk.ref \
|
/build/bazel/scripts/ |
D | mkmodules_diff.sh | 32 mv ${mkmod_file} ${mkmod_file}.ref 35 go run android/bazel/mkcompare/cmd ${mkargs[@]} ${mkmod_file}.ref ${mkmod_file}
|
D | elf_compare.sh | 70 declare -r reffiles=$(mktemp --suffix=.ref) ourfiles=$(mktemp --suffix=.our)
|
/build/soong/java/ |
D | bootclasspath.go | 56 for i, ref := range refs { 57 apex := proptools.StringDefault(ref.Apex, "platform") 59 if ref.Module == nil { 63 name := proptools.String(ref.Module)
|
/build/soong/scripts/ |
D | diff_build_graphs.sh | 88 ref="$(echo $versionSpec | sed 's|\([^:]*\):\([^:]*\)|\2|')" 89 echo "checking out ref $ref in project $project" 90 git -C "$project" checkout "$ref"
|
/build/soong/ui/build/paths/ |
D | logs_test.go | 95 ref := LogEntry{ 99 if !reflect.DeepEqual(ref, *entry) {
|
/build/make/tools/sbom/ |
D | sbom_data.py | 116 if not any(external_ref.uri == ref.uri for ref in self.external_refs):
|
D | sbom_writers.py | 303 for ref in p.external_refs: 305 PropNames.PACKAGE_EXTERNAL_REF_CATEGORY: ref.category, 306 PropNames.PACKAGE_EXTERNAL_REF_TYPE: ref.type, 307 PropNames.PACKAGE_EXTERNAL_REF_LOCATOR: ref.locator,
|
/build/make/tools/aconfig/aconfig/templates/ |
D | rust.template | 17 static ref PACKAGE_OFFSET: Result<Option<u32>, AconfigStorageError> = unsafe \{ 23 static ref FLAG_VAL_MAP: Result<Mmap, AconfigStorageError> = unsafe \{ 32 static ref CACHED_{flag.name}: bool = \{ 79 static ref CACHED_{flag.name}: bool = flags_rust::GetServerConfigurableFlag(
|
/build/soong/mk2rbc/ |
D | node.go | 222 if ref, ok := expr.(*variableRefExpr); ok && ref.ref.name() == asgn.lhs.name() {
|
D | expr.go | 235 ref variable member 238 func NewVariableRefExpr(ref variable) starlarkExpr { 239 if predefined, ok := ref.(*predefinedVariable); ok { 242 return &variableRefExpr{ref} 246 v.ref.emitGet(gctx) 250 return v.ref.valueType()
|
D | mk2rbc.go | 1276 func (ctx *parseContext) maybeParseFunctionCall(node mkparser.Node, ref *mkparser.MakeString) (name… 1277 ref.TrimLeftSpaces() 1278 ref.TrimRightSpaces() 1280 words := ref.SplitN(" ", 2) 1308 func (ctx *parseContext) parseReference(node mkparser.Node, ref *mkparser.MakeString) starlarkExpr { 1309 ref.TrimLeftSpaces() 1310 ref.TrimRightSpaces() 1311 refDump := ref.Dump() 1314 words := ref.SplitN(" ", 2) 1317 expr := ctx.parseMakeString(node, ref) [all …]
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 13 java\.lang\.ref 79 jdk\.internal\.ref 225 org\.apache\.xml\.dtm\.ref 226 org\.apache\.xml\.dtm\.ref\.dom2dtm 227 org\.apache\.xml\.dtm\.ref\.sax2dtm
|
/build/soong/compliance/project_metadata_proto/ |
D | project_metadata.proto | 69 // "58e27d2". This MUST NOT be a mutable ref such as a branch name.
|
/build/make/tools/protos/ |
D | metadata_file.proto | 47 // "58e27d2". This MUST NOT be a mutable ref such as a branch name.
|
/build/bazel/docs/ |
D | internal_concepts.md | 264 [Packages](https://docs.bazel.build/versions/main/build-ref.html#packages) can
|
/build/soong/apex/ |
D | apex_test.go | 9564 ref string 9569 ref: ":myapex", 9574 ref: ":myapex{.apex}",
|
/build/make/ |
D | Changes.md | 759 requirements](https://docs.bazel.build/versions/master/build-ref.html#name) for
|