Searched refs:cur (Results 1 – 8 of 8) sorted by relevance
/build/soong/scripts/ |
D | jsonmodify.py | 24 cur = obj 28 if last_key not in cur: 30 cur = cur[last_key] 32 if last_key not in cur: 34 return cur, last_key 38 cur = obj 42 if last_key not in cur: 43 cur[last_key] = dict() 44 cur = cur[last_key] 46 return cur, last_key [all …]
|
/build/soong/ui/build/ |
D | staging_snapshot.go | 175 for _, cur := range current { 176 pre, ok := prev[cur.Name] 177 found[cur.Name] = true 180 result.Added = append(result.Added, cur.Name) 184 if !fileEntryEqual(pre, cur) { 185 result.Changed = append(result.Changed, cur.Name)
|
/build/soong/shared/ |
D | env.go | 81 cur := getenv(key) 82 if old != cur { 83 changed = append(changed, fmt.Sprintf("%s (%q -> %q)", key, old, cur))
|
/build/soong/ui/logger/ |
D | logger.go | 81 func fileRotation(from, baseName, ext string, cur, max int) error { argument 82 newName := baseName + "." + strconv.Itoa(cur) + ext 85 if cur+1 <= max { 86 fileRotation(newName, baseName, ext, cur+1, max)
|
/build/make/ |
D | envsetup.sh | 550 local cur prev opts 552 cur="${COMP_WORDS[COMP_CWORD]}" 559 COMPREPLY=( $(compgen -W "${COMMON_LUNCH_CHOICES_CACHE}" -- ${cur}) ) 824 local cur="${COMP_WORDS[COMP_CWORD]}" 826 for c in $(compgen -d ${T}/${cur}); do
|
/build/ |
D | envsetup.sh | 550 local cur prev opts 552 cur="${COMP_WORDS[COMP_CWORD]}" 559 COMPREPLY=( $(compgen -W "${COMMON_LUNCH_CHOICES_CACHE}" -- ${cur}) ) 824 local cur="${COMP_WORDS[COMP_CWORD]}" 826 for c in $(compgen -d ${T}/${cur}); do
|
/build/blueprint/parser/ |
D | parser_test.go | 1308 for i, cur := range mod.Properties { 1313 if cur.End() != endPos { 1314 …rrorf("expected property %s End() %s@%d, got %s@%d", cur.Name, endPos, endPos.Offset, cur.End(), c…
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 19 …cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R… method
|