Searched refs:cur (Results 1 – 7 of 7) 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/env/ |
D | env.go | 65 cur := os.Getenv(key) 66 if old != cur { 67 changed = append(changed, fmt.Sprintf("%s (%q -> %q)", key, old, cur))
|
/build/soong/ui/logger/ |
D | logger.go | 80 func fileRotation(from, baseName, ext string, cur, max int) error { argument 81 newName := baseName + "." + strconv.Itoa(cur) + ext 84 if cur+1 <= max { 85 fileRotation(newName, baseName, ext, cur+1, max)
|
/build/blueprint/parser/ |
D | parser_test.go | 1267 for i, cur := range mod.Properties { 1272 if cur.End() != endPos { 1273 …rrorf("expected property %s End() %s@%d, got %s@%d", cur.Name, endPos, endPos.Offset, cur.End(), c…
|
/build/ |
D | envsetup.sh | 697 local cur prev opts 699 cur="${COMP_WORDS[COMP_CWORD]}" 706 COMPREPLY=( $(compgen -W "${COMMON_LUNCH_CHOICES_CACHE}" -- ${cur}) ) 811 local cur="${COMP_WORDS[COMP_CWORD]}" 813 for c in $(compgen -d ${T}/${cur}); do
|
/build/make/ |
D | envsetup.sh | 697 local cur prev opts 699 cur="${COMP_WORDS[COMP_CWORD]}" 706 COMPREPLY=( $(compgen -W "${COMMON_LUNCH_CHOICES_CACHE}" -- ${cur}) ) 811 local cur="${COMP_WORDS[COMP_CWORD]}" 813 for c in $(compgen -d ${T}/${cur}); do
|
/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
|