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/ |
D | meta-vladimir.txt | 28 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/ |
D | atv_sdk.atree | 17 # 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}/…
|
D | Android.mk | 4 $(HOST_OUT)/device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.properties
|
/device/sample/apps/SetupCustomizer/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 8 # include property in project.properties.
|
/device/sample/apps/LeanbackCustomizer/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 8 # include property in project.properties.
|
/device/sample/apps/LeanbackWidget/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 8 # include property in project.properties.
|
/device/lge/bullhead/sepolicy/ |
D | start_hci_filter.te | 17 # Allow reading Bluetooth-related system properties
|
D | vold.te | 13 # read sys.listeners. sys.keymaster. properties
|
D | nfc_hal_pn54x.te | 16 # Set NFC properties
|
D | system_server.te | 27 # hubconnection to get and set sensors.contexthub.* properties
|
/device/asus/fugu/ |
D | ueventd.fugu.rc | 12 # itux properties
|
/device/google/marlin/sepolicy/ |
D | wcnss_filter.te | 20 # Allow reading Bluetooth-related system properties
|
D | hal_sensors.te | 16 # Allow access to sensor properties
|
/device/generic/car/common/ |
D | init.car-emulator.rc | 40 # 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/ |
D | nfc_hal_pn54x.te | 16 # Set NFC properties
|
D | system_server.te | 23 # hubconnection to get and set sensors.contexthub.* properties
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 44 # 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/ |
D | init.mini-emulator.rc | 44 # 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/ |
D | lzma.txt | 304 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/ |
D | lzma.txt | 304 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/ |
D | lzma.txt | 304 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/ |
D | LzmaEnc.h | 51 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
|
/device/google/atv/ |
D | init.goldfish.rc | 52 # 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/ |
D | init.goldfish.rc | 56 # 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/ |
D | cras_dsp_pipeline.c | 90 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