Home
last modified time | relevance | path

Searched refs:prop (Results 1 – 8 of 8) sorted by relevance

/development/vndk/tools/image-diff-tool/
Dallowlist.txt2 system/build.prop=ro.system.build.date
3 system/build.prop=ro.system.build.fingerprint
4 system/build.prop=ro.system.build.version.incremental
5 system/build.prop=ro.build.display.id
6 system/build.prop=ro.build.version.incremental
7 system/build.prop=ro.build.date
8 system/build.prop=ro.build.host
9 system/build.prop=ro.build.product
10 system/build.prop=ro.build.flavor
11 system/build.prop=ro.build.description
/development/vendor_snapshot/
Dupdate.py50 def gen_bp_prop(prop, ind): argument
52 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 …]
/development/tools/winscope/src/flickerlib/
DObjectFormatter.ts43 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);
Dmixin.ts32 properties.forEach(prop => obj[prop] = entry[prop]);
/development/vndk/tools/elfcheck/bpflatten/
Dmain.go46 for _, prop := range m.Properties {
47 name := prop.Name
51 value := prop.Value.Eval()
72 if prop, found := module.GetProperty("name"); found {
73 if value, ok := prop.Value.Eval().(*parser.String); ok {
/development/vndk/tools/
Dbuild_mixed156 */build.prop \
/development/build/
Dsdk.atree154 # 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…
/development/tools/winscope/
Dyarn.lock2967 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"