Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 88) sorted by relevance

1234

/build/blueprint/proptools/
Dclone.go67 dstFieldValue.Set(srcFieldValue)
70 dstFieldValue.Set(reflect.ValueOf(srcFieldValue.Interface().(configurableReflection).clone()))
80 dstFieldValue.Set(newSlice)
83 dstFieldValue.Set(srcFieldValue)
93 dstFieldValue.Set(newMap)
95 dstFieldValue.Set(srcFieldValue)
99 dstFieldValue.Set(srcFieldValue)
114 dstFieldValue.Set(newValue)
123 origDstFieldValue.Set(srcFieldValue)
136 dstFieldInterfaceValue.Set(newValue)
[all …]
Dextend.go318 embeddedDstValue.Set(newEmbeddedDstValue)
363 origDstFieldValue.Set(dstFieldValue)
484 value.Elem().Set(srcFieldValue.Elem())
488 value.Elem().Set(srcFieldValue)
516 dstFieldValue.Set(reflect.ValueOf(srcFieldValue.Interface().(configurableReflection).clone()))
522 dstFieldValue.Set(reflect.ValueOf(srcFieldValue.Bool() || dstFieldValue.Bool()))
548 dstFieldValue.Set(newSlice)
576 dstFieldValue.Set(mapValue)
586 dstFieldValue.Set(reflect.ValueOf(BoolPtr(srcFieldValue.Elem().Bool())))
590 dstFieldValue.Set(reflect.ValueOf(BoolPtr(srcFieldValue.Elem().Bool())))
[all …]
/build/soong/ui/build/
Drbe_test.go57 env.Set("OUT_DIR", tmpDir)
58 env.Set("RBE_DIR", tmpDir)
59 env.Set("RBE_output_dir", tmpDir)
60 env.Set("RBE_proxy_log_dir", tmpDir)
113 env.Set("USE_RBE", "true")
114 env.Set("OUT_DIR", tmpDir)
115 env.Set("RBE_DIR", tmpDir)
Ddumpvars.go102 cmd.Environment.Set("CALLED_FROM_SETUP", "true")
104 cmd.Environment.Set("WRITE_SOONG_VARIABLES", "true")
106 cmd.Environment.Set("DUMP_MANY_VARS", strings.Join(vars, " "))
108 cmd.Environment.Set("TMPDIR", tmpDir)
289 env.Set(name, makeVars[name])
Denvironment_test.go43 initial.Set("TEST", "0")
52 initial.Set("TEST", "0")
Dkati.go181 cmd.Environment.Set("BUILD_USERNAME", username)
201 cmd.Environment.Set("HAS_BUILD_NUMBER", "true")
203 cmd.Environment.Set("HAS_BUILD_NUMBER", "false")
369 env.Set("DIST", "true")
370 env.Set("DIST_DIR", config.DistDir())
Dconfig.go196 config.environ.Set(k, v)
225 ret.environ.Set("SOONG_GENERATES_NINJA_HINT", "always")
237 ret.environ.Set("SOONG_GENERATES_NINJA_HINT", "depend")
242 ret.environ.Set("OUT_DIR", filepath.Clean(outDir))
252 ret.environ.Set("OUT_DIR", outDir)
266 ret.environ.Set("USE_RBE", "false")
347 ret.environ.Set("PYTHONDONTWRITEBYTECODE", "1")
350 ret.environ.Set("TMPDIR", tmpDir)
355 ret.environ.Set("ASAN_SYMBOLIZER_PATH", absPath(ctx, symbolizerPath))
415 ret.environ.Set("JAVA_HOME", absJavaHome)
[all …]
Denvironment.go74 func (e *Environment) Set(key, value string) { func
202 e.Set(key, value)
Dninja.go204 cmd.Environment.Set("DIST_DIR", config.DistDir())
205 cmd.Environment.Set("SHELL", "/bin/bash")
Dgoma.go75 cmd.Environment.Set("DIST_DIR", config.DistDir())
/build/soong/zip/cmd/
Dmain.go44 func (u *uniqueSet) Set(s string) error { func
58 func (file) Set(s string) error { func
67 func (listFiles) Set(s string) error { func
76 func (rspFiles) Set(s string) error { func
85 func (explicitFile) Set(s string) error { func
94 func (dir) Set(s string) error { func
103 func (relativeRoot) Set(s string) error { func
113 func (junkPaths) Set(s string) error { func
123 func (rootPrefix) Set(s string) error { func
/build/make/tools/aconfig/aconfig_storage_file/src/
Dmain.rs31 .arg(Arg::new("file").long("file").required(true).action(ArgAction::Set)) in cli()
45 .action(ArgAction::Set), in cli()
47 .arg(Arg::new("flag-map").long("flag-map").required(true).action(ArgAction::Set)) in cli()
48 .arg(Arg::new("flag-val").long("flag-val").required(true).action(ArgAction::Set)) in cli()
50 Arg::new("flag-info").long("flag-info").required(false).action(ArgAction::Set), in cli()
/build/bazel/scripts/bp2build_progress/
Dbp2build_progress.py25 from typing import DefaultDict, Dict, FrozenSet, List, Optional, Set, Tuple
34 module_names: Set[str] = dataclasses.field(default_factory=set)
35 module_types: Set[str] = dataclasses.field(default_factory=set)
56 def short_string(self, converted: Set[str]):
75 def is_converted(self, converted: Dict[str, Set[str]]):
86 def is_converted_or_skipped(self, converted: Dict[str, Set[str]]):
92 direct_deps: Set[ModuleInfo] = dataclasses.field(default_factory=set)
93 transitive_deps: Set[ModuleInfo] = dataclasses.field(default_factory=set)
116 total_deps: Set[ModuleInfo]
117 unconverted_deps: Set[str]
[all …]
/build/make/ci/
Dtest_mapping_module_retriever.py21 from typing import Any, Dict, Set, Text
55 def GetTestMappings(paths: Set[Text],
56 checked_paths: Set[Text]) -> Dict[Text, Dict[Text, Any]]:
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto1 // Messages describing APK Set's table of contents (toc.pb entry).
41 // Set of APKs, one set per module.
82 // Set of asset slices belonging to a single asset module.
133 // Set only for Split APKs.
135 // Set only for standalone APKs.
137 // Set only for Instant split APKs.
139 // Set only for system APKs.
141 // Set only for asset slices.
143 // Set only for APEX APKs.
195 // Set only if local testing is enabled.
/build/blueprint/bpmodify/
Dbpmodify_test.go547 targetedProperties.Set(testCase.property)
548 addIdents.Set(testCase.addSet)
549 removeIdents.Set(testCase.removeSet)
556 replaceProperty.Set(testCase.replaceProperty)
596 err := replaceProperty.Set(cycleString)
610 err := replaceProperty.Set(cycleString)
624 err := replaceProperty.Set(cycleString)
/build/release/flag_declarations/
DRELEASE_BOARD_API_LEVEL_FROZEN.textproto3 description: "Set to True to freeze the board API level with vendor FRC"
DRELEASE_PLATFORM_VERSION_CODENAME.textproto3 description: "Set to REL for production platform builds, otherwise the codename string, e.g. Upside…
/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DMain.kt62 fun createClass(clazz: String, superclass: String?, interfaces: Set<String>): Symbol { in <lambda>()
93 val interfaces: Set<String>
247 internal fun parseApiSignature(path: String, input: InputStream): Set<Pair<Symbol, Flag>> { in parseApiSignature()
310 internal fun parseApiVersions(input: InputStream): Set<Symbol> { in parseApiVersions()
401 flaggedSymbolsInSource: Set<Pair<Symbol, Flag>>, in findErrors()
403 symbolsInOutput: Set<Symbol> in findErrors()
404 ): Set<ApiError> { in findErrors()
405 fun Set<Symbol>.containsSymbol(symbol: Symbol): Boolean { in findErrors() method
511 flaggedSymbolsInSource: Set<Pair<Symbol, Flag>>, in listFlaggedApis()
/build/make/tools/product_config/src/com/android/build/config/
DFlattenConfig.java24 import java.util.Set;
43 private final Set<Str> mStack = new HashSet();
117 private void forEachStatement(Str filename, VarType varType, Set<String> seen, in forEachStatement()
171 private void forEachInheritAlpha(final Str filename, VarType varType, Set<String> seen, in forEachInheritAlpha()
209 private Map<String, Value> flattenListVars(final Str filename, Set<String> seen) { in flattenListVars()
254 private void flattenSingleVars(final Str filename, Set<String> seen1, Set<String> seen2) { in flattenSingleVars()
299 private void flattenUnknownVars(final Str filename, Set<String> seen) { in flattenUnknownVars()
/build/soong/androidmk/parser/
Dscope.go21 Set(name, value string) methodSpec
44 func (s *scope) Set(name, value string) { func
/build/blueprint/bootstrap/bpglob/
Dbpglob.go54 func (p *patternsArgs) Set(s string) error { func
67 func (e *excludeArgs) Set(s string) error { func
/build/soong/mk2rbc/
Dtypes.go81 func (s ScopeBase) Set(_, _ string) { func
/build/make/tools/aconfig/aconfig/templates/
DCustomFeatureFlags.java.template10 import java.util.Set;
60 private Set<String> mReadOnlyFlagsSet = new HashSet<>(
/build/soong/apex/
Dprebuilt.go958 Set *string `android:"path"` member
962 Set *string `android:"path"`
965 Set *string `android:"path"`
968 Set *string `android:"path"`
978 if e.Set != nil {
979 srcs = append(srcs, *e.Set)
984 if android.InList("address", sanitizers) && e.Sanitized.Address.Set != nil {
985 srcs = append(srcs, *e.Sanitized.Address.Set)
986 } else if android.InList("hwaddress", sanitizers) && e.Sanitized.Hwaddress.Set != nil {
987 srcs = append(srcs, *e.Sanitized.Hwaddress.Set)
[all …]

1234