/build/soong/androidmk/parser/ |
D | scope.go | 20 Get(name string) string methodSpec 32 func (s *scope) Get(name string) string { func 36 return s.parent.Get(name) 107 return scope.Get(v.Name.Value(scope))
|
/build/soong/ui/build/ |
D | config.go | 241 if outDir, ok := ret.environ.Get("OUT_DIR"); ok { 245 if baseDir, ok := ret.environ.Get("OUT_DIR_COMMON_BASE"); ok { 270 if distDir, ok := ret.environ.Get("DIST_DIR"); ok { 276 if srcDirIsWritable, ok := ret.environ.Get("BUILD_BROKEN_SRC_DIR_IS_WRITABLE"); ok { 391 if override, ok := ret.environ.Get("OVERRIDE_ANDROID_JAVA_HOME"); ok { 394 …if toolchain11, ok := ret.environ.Get("EXPERIMENTAL_USE_OPENJDK11_TOOLCHAIN"); ok && toolchain11 !… 397 …if toolchain17, ok := ret.environ.Get("EXPERIMENTAL_USE_OPENJDK17_TOOLCHAIN"); ok && toolchain17 !… 400 …if toolchain21, ok := ret.environ.Get("EXPERIMENTAL_USE_OPENJDK21_TOOLCHAIN"); ok && toolchain21 !… 410 if path, ok := ret.environ.Get("PATH"); ok && path != "" { 427 if buildDateTime, ok := ret.environ.Get("BUILD_DATETIME"); ok && buildDateTime != "" { [all …]
|
D | path.go | 73 origPath, _ := config.Environment().Get("PATH") 77 tmpDir, _ = config.Environment().Get("TMPDIR") 112 if value, _ := config.Environment().Get("BUILD_BROKEN_PYTHON_IS_PYTHON2"); value == "true" { 144 origPath, _ := config.Environment().Get("PATH") 256 if value, _ := config.Environment().Get("BUILD_BROKEN_PYTHON_IS_PYTHON2"); value == "true" {
|
D | environment.go | 52 func (e *Environment) Get(key string) (string, bool) { func 64 if v, ok := e.Get(key); ok { 133 if value, ok := e.Get(key); ok { 141 if value, ok := e.Get(key); ok {
|
D | goma.go | 66 if gomaDir, ok := config.Environment().Get("GOMA_DIR"); ok { 68 } else if home, ok := config.Environment().Get("HOME"); ok {
|
D | ninja.go | 106 if extra, ok := cmd.Environment.Get("NINJA_ARGS"); ok { 109 if extra, ok := cmd.Environment.Get("NINJA_EXTRA_ARGS"); ok { 115 if overrideText, ok := cmd.Environment.Get("NINJA_HEARTBEAT_INTERVAL"); ok {
|
D | kati.go | 174 if usernameFromEnv, ok := cmd.Environment.Get("BUILD_USERNAME"); !ok { 186 hostname, ok := cmd.Environment.Get("BUILD_HOSTNAME") 197 _, ok = cmd.Environment.Get("BUILD_NUMBER") 315 if v, ok := config.Environment().Get("SANITIZE_TARGET"); ok {
|
D | sandbox_darwin.go | 51 homeDir, _ := c.Environment.Get("HOME")
|
D | sandbox_linux.go | 225 } else if dlv, _ := c.config.Environment().Get("SOONG_DELVE"); dlv != "" { 238 if _, hasUser := env.Get("USER"); hasUser {
|
D | build.go | 53 if buildDateTimeFile, ok := config.environ.Get("BUILD_DATETIME_FILE"); ok { 74 buildNumber, ok := config.environ.Get("BUILD_NUMBER") 79 if username, ok = config.environ.Get("BUILD_USERNAME"); !ok {
|
/build/make/tools/releasetools/ |
D | check_partition_sizes.py | 98 def Get(info_dict): member in DeviceType 115 def Get(info_dict): member in Dap 175 slot = DeviceType.Get(self.info_dict) 176 dap = Dap.Get(self.info_dict) 229 if DeviceType.Get(self.info_dict) == DeviceType.VAB and ( 261 if Dap.Get(info_dict) == Dap.RDAP:
|
D | check_target_files_signatures.py | 120 def Get(self, cert_digest): member in CertDB 359 print(" ", ALL_CERTS.Get(digest)) 372 name = ALL_CERTS.Get(digest) 393 print("%s:" % (ALL_CERTS.Get(digest),)) 442 print("was", ALL_CERTS.Get(o)) 444 print(" ", ALL_CERTS.Get(o)) 447 print("now", ALL_CERTS.Get(n)) 449 print(" ", ALL_CERTS.Get(n))
|
/build/soong/android/ |
D | onceper_test.go | 58 b := once.Get(key).(string) 65 t.Errorf(`Get with the same key should return "a": %q`, b) 81 once.Get(key) 92 a := once.Get(key).(string)
|
D | selects_test.go | 911 x := o.Get() 921 my_bool: optionalToPtr(p.properties.My_bool.Get(ctx)), 922 my_string: optionalToPtr(p.properties.My_string.Get(ctx)), 923 my_string_list: optionalToPtr(p.properties.My_string_list.Get(ctx)), 924 my_paths: optionalToPtr(p.properties.My_paths.Get(ctx)), 925 replacing_string_list: optionalToPtr(p.properties.Replacing_string_list.Get(ctx)),
|
D | onceper.go | 73 func (once *OncePer) Get(key OnceKey) interface{} { func
|
D | mutator.go | 362 mctx := bottomUpMutatorContextPool.Get().(*bottomUpMutatorContext) 548 ctx := outgoingTransitionContextPool.Get().(*outgoingTransitionContextImpl) 583 ctx := incomingTransitionContextPool.Get().(*incomingTransitionContextImpl) 631 actx := topDownMutatorContextPool.Get().(*topDownMutatorContext)
|
D | config_test.go | 30 jsonTag := field.Tag.Get("json")
|
/build/blueprint/optional/ |
D | optional.go | 44 func (o *ShallowOptional[T]) Get() T { func
|
/build/soong/mk2rbc/ |
D | soong_variables_test.go | 28 func (t dirResolverForTest) Get(name string) string { func
|
D | android_products.go | 34 func (l *localDirEval) Get(name string) string { func
|
/build/soong/third_party/zip/ |
D | register.go | 32 fw, ok := flateWriterPool.Get().(*flate.Writer) 70 fr, ok := flateReaderPool.Get().(io.ReadCloser)
|
/build/blueprint/proptools/ |
D | tag.go | 25 tag := field.Tag.Get(name)
|
D | configurable.go | 43 func (o *ConfigurableOptional[T]) Get() T { func 44 return o.shallowOptional.Get() 429 func (c *Configurable[T]) Get(evaluator ConfigurableEvaluator) ConfigurableOptional[T] { func
|
/build/make/tools/droiddoc/templates-pdk/ |
D | docpage.cs | 30 Get started
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 483 func (m *replacements) Get() interface{} { func 509 func (m *identSet) Get() interface{} { func 573 func (p *qualifiedProperties) Get() interface{} { func
|