/build/kati/ |
D | expr_test.go | 25 val Value 30 val: literal("foo"), 34 val: literal("(foo)"), 38 val: literal("{foo}"), 42 val: literal("$"), 46 val: literal("foo$bar"), 50 val: expr{&varref{varname: literal("f")}, literal("oo")}, 54 val: &varref{varname: literal("foo"), paren: '('}, 58 val: varsubst{ 67 val: expr{ [all …]
|
D | symtab.h | 47 int val() const { return v_; } in val() function 80 return x.val() == y.val(); 84 return x.val() < y.val(); 90 return s.val();
|
D | var.go | 131 val, _, err := parseExpr([]byte(s), nil, parseOp{}) 136 err = val.Eval(abuf, ev) 145 func (v *simpleVar) AppendVar(ev *Evaluator, val Value) (Var, error) { 147 err := val.Eval(abuf, ev) 177 val, _, err := parseExpr([]byte(s), nil, parseOp{}) 182 err = val.Eval(abuf, ev) 194 func (v *automaticVar) AppendVar(ev *Evaluator, val Value) (Var, error) { 196 err := val.Eval(abuf, ev) 255 func (v *recursiveVar) AppendVar(ev *Evaluator, val Value) (Var, error) { 259 buf.WriteString(val.String()) [all …]
|
D | m2n | 80 val=$(eval echo \$$k) 81 if [ x"${val}" != x ]; then 82 echo "Note: \$$k=${val} may confuse m2n --goma, unsetting"
|
D | ninja.cc | 62 StringPiece val = TrimLeftSpace(cmd.substr(index + name.size())); in FindCommandLineFlagWithArg() local 63 index = val.find(name); in FindCommandLineFlagWithArg() 65 val = TrimLeftSpace(val.substr(index + name.size())); in FindCommandLineFlagWithArg() 66 index = val.find(name); in FindCommandLineFlagWithArg() 69 index = val.find_first_of(" \t"); in FindCommandLineFlagWithArg() 70 return val.substr(0, index); in FindCommandLineFlagWithArg() 624 StringPiece val(getenv(e.c_str())); in GenerateNinja() local 625 used_envs_.emplace(e.str(), val.as_string()); in GenerateNinja() 656 const string val = ev_->EvalVar(p.first); in GenerateShell() local 657 fprintf(fp, "export '%s'='%s'\n", p.first.c_str(), val.c_str()); in GenerateShell()
|
D | symtab.cc | 82 g_symbol_data[name_.val()].gv = var; in ScopedGlobalVar() 86 g_symbol_data[name_.val()].gv = orig_; in ~ScopedGlobalVar() 107 CHECK(s.val() == i); in Symtab()
|
D | regen.cc | 198 StringPiece val(getenv(s.c_str())); in CheckStep1() local 200 if (val != s2) { in CheckStep1() 203 s.c_str(), s2.c_str(), SPF(val)); in CheckStep1() 207 s.c_str(), s2.c_str(), SPF(val)); in CheckStep1() 211 printf("env %s: clean (%.*s)\n", s.c_str(), SPF(val)); in CheckStep1()
|
D | expr.cc | 59 StringPiece val() const { return s_; } in val() function in Literal 364 Symbol sym = Intern(lit->val()); in ParseDollar() 383 if (FuncInfo* fi = GetFuncInfo(lit->val())) { in ParseDollar() 390 loc, SPF(lit->val()), SPF(s)); in ParseDollar()
|
/build/soong/androidmk/cmd/androidmk/ |
D | android.go | 132 func splitLocalGlobal(file *bpFile, val *bpparser.Value) (local, global *bpparser.Value, err error)… 140 if val.Expression != nil { 141 localA, globalA, err := splitLocalGlobal(file, &val.Expression.Args[0]) 146 localB, globalB, err := splitLocalGlobal(file, &val.Expression.Args[1]) 156 localExpression := *val.Expression 166 globalExpression := *val.Expression 170 } else if val.Variable != "" { 171 if val.Variable == "LOCAL_PATH" { 177 global.Variable = val.Variable 180 for _, v := range val.ListValue { [all …]
|
D | values.go | 48 var val *bpparser.Value 52 val = stringToStringValue(ms.Strings[0]) 57 val, err = addValues(val, stringToStringValue(ret)) 68 val, err = addValues(val, tmp) 76 val, err = addValues(val, tmp) 83 return val, nil 155 val := listOfListValues[0] 158 val, err = addValues(val, tmp) 164 return val, nil
|
D | androidmk.go | 111 val := directive.Args.Value(file.scope) 113 case soongModuleTypes[val]: 115 makeModule(file, val) 116 case val == clear_vars: 230 var val *bpparser.Value 231 val, err = makeVariableToBlueprint(file, assignment.Value, prop.ValueType) 233 err = setVariable(file, appendVariable, prefix, prop.string, val, true) 255 var val *bpparser.Value 256 val, err = makeVariableToBlueprint(file, assignment.Value, bpparser.List) 257 err = setVariable(file, appendVariable, prefix, name, val, false) [all …]
|
/build/tools/zipalign/ |
D | ZipEntry.h | 106 void setMarked(bool val) { mMarked = val; } in setMarked() argument 118 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE() argument 119 buf[0] = (uint8_t) val; in putShortLE() 120 buf[1] = (uint8_t) (val >> 8); in putShortLE() 122 static inline void putLongLE(uint8_t* buf, uint32_t val) { in putLongLE() argument 123 buf[0] = (uint8_t) val; in putLongLE() 124 buf[1] = (uint8_t) (val >> 8); in putLongLE() 125 buf[2] = (uint8_t) (val >> 16); in putLongLE() 126 buf[3] = (uint8_t) (val >> 24); in putLongLE()
|
/build/tools/ |
D | product_debug.py | 21 def break_lines(key, val): argument 24 return (key,val) 25 return (key, "\n".join(val.split())) 48 + "\n".join([ "<tr><th>%(key)s</th><td>%(val)s</td></tr>" % { "key": key, "val": val } 49 for key,val in variables]) 83 variables = [break_lines(key,val) for key,val in variables]
|
D | post_process_props.py | 39 val = prop.get("persist.sys.usb.config") 40 if "adb" not in val: 41 if val == "": 42 val = "adb" 44 val = val + ",adb" 45 prop.put("persist.sys.usb.config", val)
|
D | compare_fileslist.py | 21 val = None 24 if not val: 25 val = v 27 if val != v:
|
/build/soong/common/ |
D | variable.go | 137 val := reflect.ValueOf(mctx.Config().(Config).ProductVariables).FieldByName(name) 138 if !val.IsValid() || val.Kind() != reflect.Ptr || val.IsNil() { 142 val = val.Elem() 145 if val.Kind() == reflect.Bool && val.Bool() == false { 154 a.setVariableProperties(mctx, property, variableValue, val.Interface())
|
D | config.go | 229 var val string 232 if val, exists = c.envDeps[key]; !exists { 236 val = os.Getenv(key) 237 c.envDeps[key] = val 240 return val
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-resource-browser.js | 24 var keywords = $(this).val().split(/\s+/g); 202 var val = p[1] ? decodeURIComponent(p[1]) : p[1]; 203 if (val === '0') 204 val = 0; 205 if (val === '1') 206 val = 1; 211 params[key].push(val); 213 params[key] = val;
|
D | android-developer-docs.js | 113 var val = document.cookie.substring(valStart, valEnd); 114 return val; 120 function writeCookie(cookie, val, section, expiration) { argument 121 if (val==undefined) return; 128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p…
|
D | android-developer-reference.js | 66 selectedLevel = parseInt($("#apiLevelSelector option:selected").val()); 210 var selectedLevel = $("#apiLevelSelector option:selected").val(); 282 var selectedLevel = $("#apiLevelSelector option:selected").val();
|
/build/soong/androidmk/parser/ |
D | scope.go | 19 if val, ok := s.variables[name]; ok { 20 return val 23 } else if val, ok := builtinScope[name]; ok { 24 return val
|
/build/tools/ziptime/ |
D | ZipEntry.h | 59 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE() argument 60 buf[0] = (uint8_t) val; in putShortLE() 61 buf[1] = (uint8_t) (val >> 8); in putShortLE()
|
/build/tools/droiddoc/templates-ds/assets/js/grid/ |
D | 960.gridder.js | 80 jQuery("#g-setup-" + d).val(e); 99 jQuery("#g-setup-" + d).val(c.settings[d]); 111 c.setVariable(jQuery(e).attr("id"), jQuery(e).val()); 115 c.setVariable("gColumns", $(this).val());
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | docs.js | 95 if ($("#search_autocomplete").val() == '') { 103 if ($("#search_autocomplete").val() == '') { 799 var val = document.cookie.substring(valStart, valEnd); 800 return val; 806 function writeCookie(cookie, val, section, expiration) { argument 807 if (val==undefined) return; 814 var cookieValue = cookie_namespace + section + cookie + "=" + val 1716 $("#search_autocomplete").val("").blur(); 1983 selectedLevel = parseInt($("#apiLevelSelector option:selected").val()); 2139 var selectedLevel = $("#apiLevelSelector option:selected").val(); [all …]
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 118 if ($("#search_autocomplete").val() == '') { 126 if ($("#search_autocomplete").val() == '') { 864 var val = document.cookie.substring(valStart, valEnd); 865 return val; 871 function writeCookie(cookie, val, section, expiration) { argument 872 if (val==undefined) return; 879 var cookieValue = cookie_namespace + section + cookie + "=" + val 1839 $("#search_autocomplete").val("").blur(); 2146 selectedLevel = parseInt($("#apiLevelSelector option:selected").val()); 2302 var selectedLevel = $("#apiLevelSelector option:selected").val(); [all …]
|