Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 45) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Dmeta-vladimir.txt28 A class is meant to define the common properties of a set of objects.
29 A class is a "package" of properties. The assembly of properties
47 Creating an object with the properties defined in the class A is
49 obtain a new object, called an instance, which has the properties
61 the same properties. Note, that 'a' and 'b' are different objects.
84 the properties defined in A, or, B inherits the structure of A.
87 the inherited set of properties by adding new ones and/or modify some
88 of the inherited properties.
90 >>> class B(A): # B inherits A's properties
101 inherits the properties of another class. This property is called
[all …]
/device/google/atv/sdk/
Datv_sdk.atree17 # Override source.properties in development/build/sdk-android-${TARGET_CPU_ABI}.atree
18 …/sdk/images_${TARGET_CPU_ABI}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/…
DAndroid.mk4 $(HOST_OUT)/device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.properties
/device/sample/apps/SetupCustomizer/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
8 # include property in project.properties.
/device/sample/apps/LeanbackCustomizer/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
8 # include property in project.properties.
/device/sample/apps/LeanbackWidget/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
8 # include property in project.properties.
/device/lge/bullhead/sepolicy/
Dstart_hci_filter.te17 # Allow reading Bluetooth-related system properties
Dvold.te13 # read sys.listeners. sys.keymaster. properties
Dnfc_hal_pn54x.te16 # Set NFC properties
Dsystem_server.te27 # hubconnection to get and set sensors.contexthub.* properties
/device/asus/fugu/
Dueventd.fugu.rc12 # itux properties
/device/google/marlin/sepolicy/
Dwcnss_filter.te20 # Allow reading Bluetooth-related system properties
Dhal_sensors.te16 # Allow access to sensor properties
/device/generic/car/common/
Dinit.car-emulator.rc40 # account info for the device via these two properties. Google
61 # properties on boot. It must be run early during the boot
/device/huawei/angler/sepolicy/
Dnfc_hal_pn54x.te16 # Set NFC properties
Dsystem_server.te23 # hubconnection to get and set sensors.contexthub.* properties
/device/generic/mini-emulator-arm64/
Dinit.mini-emulator.rc44 # account info for the device via these two properties. Google
65 # properties on boot. It must be run early during the boot
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc44 # account info for the device via these two properties. Google
65 # properties on boot. It must be run early during the boot
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt304 0 1 Special LZMA properties (lc,lp, pb in encoded form)
369 propData - LZMA properties (5 bytes)
390 SZ_ERROR_UNSUPPORTED - Unsupported properties
413 - LZMA dictionary (dictionary size is encoded in LZMA properties header)
415 1) read LZMA properties (5 bytes) and uncompressed size (8 bytes, little-endian) to header:
419 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties
499 3) initialize CLzmaEncProps properties;
503 Then you can change some properties in that structure.
505 4) Send LZMA properties to LZMA Encoder
509 5) Write encoded properties to header
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dlzma.txt304 0 1 Special LZMA properties (lc,lp, pb in encoded form)
369 propData - LZMA properties (5 bytes)
390 SZ_ERROR_UNSUPPORTED - Unsupported properties
413 - LZMA dictionary (dictionary size is encoded in LZMA properties header)
415 1) read LZMA properties (5 bytes) and uncompressed size (8 bytes, little-endian) to header:
419 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties
499 3) initialize CLzmaEncProps properties;
503 Then you can change some properties in that structure.
505 4) Send LZMA properties to LZMA Encoder
509 5) Write encoded properties to header
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt304 0 1 Special LZMA properties (lc,lp, pb in encoded form)
369 propData - LZMA properties (5 bytes)
390 SZ_ERROR_UNSUPPORTED - Unsupported properties
413 - LZMA dictionary (dictionary size is encoded in LZMA properties header)
415 1) read LZMA properties (5 bytes) and uncompressed size (8 bytes, little-endian) to header:
419 2) Allocate CLzmaDec structures (state + dictionary) using LZMA properties
499 3) initialize CLzmaEncProps properties;
503 Then you can change some properties in that structure.
505 4) Send LZMA properties to LZMA Encoder
509 5) Write encoded properties to header
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.h51 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
/device/google/atv/
Dinit.goldfish.rc52 # account info for the device via these two properties. Google
73 # properties on boot. It must be run early during the boot
/device/generic/goldfish/
Dinit.goldfish.rc56 # account info for the device via these two properties. Google
83 # properties on boot. It must be run early during the boot
/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c90 int properties; member
473 instance->properties = module->get_properties(module); in load_module()
513 if (instance->properties & MODULE_INPLACE_BROKEN) { in allocate_buffers()
581 if (instance->properties & MODULE_INPLACE_BROKEN) { in allocate_buffers()

12