Home
last modified time | relevance | path

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

123

/device/lge/bullhead/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
[all …]
/device/huawei/angler/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/angler/system/build.prop)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
54 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
Dfdt_rw.c208 int len, struct fdt_property **prop) in _fdt_resize_property() argument
213 *prop = fdt_get_property_w(fdt, nodeoffset, name, &oldlen); in _fdt_resize_property()
214 if (! (*prop)) in _fdt_resize_property()
217 err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen), in _fdt_resize_property()
222 (*prop)->len = cpu_to_fdt32(len); in _fdt_resize_property()
227 int len, struct fdt_property **prop) in _fdt_add_property() argument
241 *prop = _fdt_offset_ptr_w(fdt, nextoffset); in _fdt_add_property()
242 proplen = sizeof(**prop) + FDT_TAGALIGN(len); in _fdt_add_property()
244 err = _fdt_splice_struct(fdt, *prop, 0, proplen); in _fdt_add_property()
248 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in _fdt_add_property()
[all …]
Dfdt_ro.c244 const struct fdt_property *prop; in fdt_get_property_by_offset() local
252 prop = _fdt_offset_ptr(fdt, offset); in fdt_get_property_by_offset()
255 *lenp = fdt32_to_cpu(prop->len); in fdt_get_property_by_offset()
257 return prop; in fdt_get_property_by_offset()
268 const struct fdt_property *prop; in fdt_get_property_namelen() local
270 prop = fdt_get_property_by_offset(fdt, offset, lenp); in fdt_get_property_namelen()
271 if (!prop) { in fdt_get_property_namelen()
275 if (_fdt_string_eq(fdt, fdt32_to_cpu(prop->nameoff), in fdt_get_property_namelen()
277 return prop; in fdt_get_property_namelen()
296 const struct fdt_property *prop; in fdt_getprop_namelen() local
[all …]
Dfdt_sw.c193 struct fdt_property *prop; in fdt_property() local
202 prop = _fdt_grab_space(fdt, sizeof(*prop) + FDT_TAGALIGN(len)); in fdt_property()
203 if (! prop) in fdt_property()
206 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property()
207 prop->nameoff = cpu_to_fdt32(nameoff); in fdt_property()
208 prop->len = cpu_to_fdt32(len); in fdt_property()
209 memcpy(prop->data, val, len); in fdt_property()
239 struct fdt_property *prop = in fdt_finish() local
243 nameoff = fdt32_to_cpu(prop->nameoff); in fdt_finish()
245 prop->nameoff = cpu_to_fdt32(nameoff); in fdt_finish()
Dfdt_wip.c85 struct fdt_property *prop; in fdt_nop_property() local
88 prop = fdt_get_property_w(fdt, nodeoffset, name, &len); in fdt_nop_property()
89 if (! prop) in fdt_nop_property()
92 _fdt_nop_region(prop, len + sizeof(*prop)); in fdt_nop_property()
/device/generic/goldfish/camera/
DEmulatedCameraFactory.cpp448 char prop[PROPERTY_VALUE_MAX]; in waitForQemuSfFakeCameraPropertyAvailable() local
451 if (property_get("qemu.sf.fake_camera", prop, NULL) != 0 ) { in waitForQemuSfFakeCameraPropertyAvailable()
467 char prop[PROPERTY_VALUE_MAX]; in isBackFakeCameraEmulationOn() local
468 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) && in isBackFakeCameraEmulationOn()
469 (!strcmp(prop, "both") || !strcmp(prop, "back"))) { in isBackFakeCameraEmulationOn()
480 char prop[PROPERTY_VALUE_MAX]; in getBackCameraHalVersion() local
481 if (property_get("qemu.sf.back_camera_hal", prop, NULL) > 0) { in getBackCameraHalVersion()
482 char *prop_end = prop; in getBackCameraHalVersion()
483 int val = strtol(prop, &prop_end, 10); in getBackCameraHalVersion()
488 ALOGE("qemu.sf.back_camera_hal is not a number: %s", prop); in getBackCameraHalVersion()
[all …]
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_interface.c297 char prop[PROPERTY_VALUE_MAX]; in jpeg_open() local
300 memset(prop, 0x0, sizeof(prop)); in jpeg_open()
301 property_get("persist.camera.hal.debug", prop, "0"); in jpeg_open()
302 int val = atoi(prop); in jpeg_open()
306 property_get("persist.camera.global.debug", prop, "0"); in jpeg_open()
307 val = atoi(prop); in jpeg_open()
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_interface.c297 char prop[PROPERTY_VALUE_MAX]; in jpeg_open() local
300 memset(prop, 0x0, sizeof(prop)); in jpeg_open()
301 property_get("persist.camera.hal.debug", prop, "0"); in jpeg_open()
302 int val = atoi(prop); in jpeg_open()
306 property_get("persist.camera.global.debug", prop, "0"); in jpeg_open()
307 val = atoi(prop); in jpeg_open()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp1503 char prop[PROPERTY_VALUE_MAX]; in setPreviewSize() local
1505 property_get("persist.camera.aux.preview.size", prop, "0"); in setPreviewSize()
1506 parse_pair(prop, &width, &height, 'x', NULL); in setPreviewSize()
1587 char prop[PROPERTY_VALUE_MAX]; in setPictureSize() local
1589 property_get("persist.camera.aux.picture.size", prop, "0"); in setPictureSize()
1590 parse_pair(prop, &width, &height, 'x', NULL); in setPictureSize()
1952 char prop[PROPERTY_VALUE_MAX]; in setPreviewFormat() local
1954 memset(prop, 0, sizeof(prop)); in setPreviewFormat()
1955 property_get("persist.camera.preview.ubwc", prop, "1"); in setPreviewFormat()
1957 pFormat = atoi(prop); in setPreviewFormat()
[all …]
/device/google/dragon/recovery/updater/
Dvboot_interface.c39 char *fdt_read_string(const char *prop) in fdt_read_string() argument
46 snprintf(filename, sizeof(filename), FDT_BASE_PATH "/%s", prop); in fdt_read_string()
49 ALOGD("Unable to open FDT property %s\n", prop); in fdt_read_string()
62 ALOGD("Unable to read FDT property %s\n", prop); in fdt_read_string()
77 uint32_t fdt_read_u32(const char *prop) in fdt_read_u32() argument
83 snprintf(filename, sizeof(filename), FDT_BASE_PATH "/%s", prop); in fdt_read_u32()
86 ALOGD("Unable to open FDT property %s\n", prop); in fdt_read_u32()
90 ALOGD("Unable to read FDT property %s\n", prop); in fdt_read_u32()
Dvboot_interface.h25 char *fdt_read_string(const char *prop);
26 uint32_t fdt_read_u32(const char *prop);
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp1755 char prop[PROPERTY_VALUE_MAX]; in setBurstLEDOnPeriod() local
1756 memset(prop, 0, sizeof(prop)); in setBurstLEDOnPeriod()
1757 property_get("persist.camera.led.on.period", prop, "0"); in setBurstLEDOnPeriod()
1758 nBurstLEDOnPeriod = atoi(prop); in setBurstLEDOnPeriod()
1797 char prop[PROPERTY_VALUE_MAX]; in setRetroActiveBurstNum() local
1798 memset(prop, 0, sizeof(prop)); in setRetroActiveBurstNum()
1799 property_get("persist.camera.retro.number", prop, "0"); in setRetroActiveBurstNum()
1800 nBurstNum = atoi(prop); in setRetroActiveBurstNum()
3018 char prop[PROPERTY_VALUE_MAX]; in setAutoHDR() local
3020 memset(prop, 0, sizeof(prop)); in setAutoHDR()
[all …]
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp1755 char prop[PROPERTY_VALUE_MAX]; in setBurstLEDOnPeriod() local
1756 memset(prop, 0, sizeof(prop)); in setBurstLEDOnPeriod()
1757 property_get("persist.camera.led.on.period", prop, "0"); in setBurstLEDOnPeriod()
1758 nBurstLEDOnPeriod = atoi(prop); in setBurstLEDOnPeriod()
1797 char prop[PROPERTY_VALUE_MAX]; in setRetroActiveBurstNum() local
1798 memset(prop, 0, sizeof(prop)); in setRetroActiveBurstNum()
1799 property_get("persist.camera.retro.number", prop, "0"); in setRetroActiveBurstNum()
1800 nBurstNum = atoi(prop); in setRetroActiveBurstNum()
3018 char prop[PROPERTY_VALUE_MAX]; in setAutoHDR() local
3020 memset(prop, 0, sizeof(prop)); in setAutoHDR()
[all …]
/device/google/marlin/
Dsystem.prop2 # system.prop for msm8996
37 #system prop for enabling/disabling Android XLAT
74 # system prop for opengles version
88 # System prop to turn on CdmaLTEPhone always
95 #system prop for Bluetooth SOC type
98 #system prop for wipower support
119 #system prop for RmNet Data
171 # system prop for NFC DT
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c162 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1; in LzmaDec_DecodeReal()
163 unsigned lpMask = ((unsigned)1 << (p->prop.lp)) - 1; in LzmaDec_DecodeReal()
164 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal()
467 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
468 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
488 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()
493 if (p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()
494 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
527 unsigned posState = (p->processedPos) & ((1 << p->prop.pb) - 1); in LzmaDec_TryDummy()
539 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy()
[all …]
DLzmaDec.h48 CLzmaProps prop; member
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c143 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1; in LzmaDec_DecodeReal()
144 unsigned lpMask = ((unsigned)1 << (p->prop.lp)) - 1; in LzmaDec_DecodeReal()
145 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal()
448 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
449 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
469 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()
474 if (p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()
475 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
508 unsigned posState = (p->processedPos) & ((1 << p->prop.pb) - 1); in LzmaDec_TryDummy()
520 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy()
[all …]
DLzmaDec.h48 CLzmaProps prop; member
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c162 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1; in LzmaDec_DecodeReal()
163 unsigned lpMask = ((unsigned)1 << (p->prop.lp)) - 1; in LzmaDec_DecodeReal()
164 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal()
467 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
468 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
488 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()
493 if (p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()
494 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
527 unsigned posState = (p->processedPos) & ((1 << p->prop.pb) - 1); in LzmaDec_TryDummy()
539 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy()
[all …]
DLzmaDec.h48 CLzmaProps prop; member
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dminicompat.py109 prop = property(get, set, doc=doc)
110 setattr(klass, name, prop)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dminicompat.py109 prop = property(get, set, doc=doc)
110 setattr(klass, name, prop)
/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp79 char prop[PROPERTY_VALUE_MAX]; in QCamera2Factory() local
80 property_get("persist.camera.HAL3.enabled", prop, "1"); in QCamera2Factory()
81 int isHAL3Enabled = atoi(prop); in QCamera2Factory()
85 property_get("persist.camera.dual.camera", prop, propDefault); in QCamera2Factory()
86 bDualCamera = atoi(prop); in QCamera2Factory()
/device/generic/goldfish/vibrator/
Dqemu.c160 char prop[PROPERTY_VALUE_MAX]; in qemu_channel_open_tty() local
167 if (property_get(key, prop, "") == 0) { in qemu_channel_open_tty()
173 "/dev/%s", prop); in qemu_channel_open_tty()
175 D("%s device name too long: '%s'", name, prop); in qemu_channel_open_tty()

123