Searched refs:prop (Results 1 – 8 of 8) sorted by relevance
2 system/build.prop=ro.system.build.date3 system/build.prop=ro.system.build.fingerprint4 system/build.prop=ro.system.build.version.incremental5 system/build.prop=ro.build.display.id6 system/build.prop=ro.build.version.incremental7 system/build.prop=ro.build.date8 system/build.prop=ro.build.host9 system/build.prop=ro.build.product10 system/build.prop=ro.build.flavor11 system/build.prop=ro.build.description
50 def gen_bp_prop(prop, ind): argument52 for key in sorted(prop):53 val = prop[key]130 prop = json.load(json_path)133 module_name = prop['ModuleName']141 if key in prop:142 prop[key] = remove_invalid_dirs(prop[key], bp_dir, module_name)144 for key in prop:146 ret[JSON_TO_BP[key]] = prop[key]174 prop = {[all …]
43 properties.forEach(prop => obj[prop] = entry[prop]);75 properties.forEach(function (prop) {76 if (typeof(entry[prop]) !== 'function' && props.indexOf(prop) === -1) {77 props.push(prop);
32 properties.forEach(prop => obj[prop] = entry[prop]);
46 for _, prop := range m.Properties {47 name := prop.Name51 value := prop.Value.Eval()72 if prop, found := module.GetProperty("name"); found {73 if value, ok := prop.Value.Eval().(*parser.String); ok {
156 */build.prop \
154 # copy build prop from out/.../sdk/155 sdk/sdk-build.prop platf…240 system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.p…
2967 dot-prop@^5.2.0:2969 …resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9a…6017 dot-prop "^5.2.0"