Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 20 of 20) sorted by relevance

/build/bazel/mkcompare/
Dmkdiff.go35 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, " ")
Dmkdiff_test.go54 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)
DREADME.md16 $ m nothing && cp out/soong/Android-${target}.mk Android-${target}.mk.ref
24 Android-${target}.mk.ref \
/build/bazel/scripts/
Dmkmodules_diff.sh32 mv ${mkmod_file} ${mkmod_file}.ref
35 go run android/bazel/mkcompare/cmd ${mkargs[@]} ${mkmod_file}.ref ${mkmod_file}
Delf_compare.sh70 declare -r reffiles=$(mktemp --suffix=.ref) ourfiles=$(mktemp --suffix=.our)
/build/soong/java/
Dbootclasspath.go56 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/
Ddiff_build_graphs.sh88 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/
Dlogs_test.go95 ref := LogEntry{
99 if !reflect.DeepEqual(ref, *entry) {
/build/make/tools/sbom/
Dsbom_data.py116 if not any(external_ref.uri == ref.uri for ref in self.external_refs):
Dsbom_writers.py303 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/
Drust.template17 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/
Dnode.go222 if ref, ok := expr.(*variableRefExpr); ok && ref.ref.name() == asgn.lhs.name() {
Dexpr.go235 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()
Dmk2rbc.go1276 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/
Dpackage_allowed_list.txt13 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/
Dproject_metadata.proto69 // "58e27d2". This MUST NOT be a mutable ref such as a branch name.
/build/make/tools/protos/
Dmetadata_file.proto47 // "58e27d2". This MUST NOT be a mutable ref such as a branch name.
/build/bazel/docs/
Dinternal_concepts.md264 [Packages](https://docs.bazel.build/versions/main/build-ref.html#packages) can
/build/soong/apex/
Dapex_test.go9564 ref string
9569 ref: ":myapex",
9574 ref: ":myapex{.apex}",
/build/make/
DChanges.md759 requirements](https://docs.bazel.build/versions/master/build-ref.html#name) for