Home
last modified time | relevance | path

Searched refs:extended (Results 1 – 20 of 20) sorted by relevance

/system/extras/ext4_utils/
Dext4_utils.cpp254 bool extended = (info.bg_desc_size >= EXT4_MIN_DESC_SIZE_64BIT); in read_block_group_descriptors() local
257 (extended ? (u64)gdp->bg_block_bitmap_hi << 32 : 0) | gdp->bg_block_bitmap_lo; in read_block_group_descriptors()
259 (extended ? (u64)gdp->bg_inode_bitmap_hi << 32 : 0) | gdp->bg_inode_bitmap_lo; in read_block_group_descriptors()
261 (extended ? (u64)gdp->bg_inode_table_hi << 32 : 0) | gdp->bg_inode_table_lo; in read_block_group_descriptors()
263 (extended ? (u32)gdp->bg_free_blocks_count_hi << 16 : 0) | in read_block_group_descriptors()
266 (extended ? (u32)gdp->bg_free_inodes_count_hi << 16 : 0) | in read_block_group_descriptors()
269 (extended ? (u32)gdp->bg_used_dirs_count_hi << 16 : 0) | gdp->bg_used_dirs_count_lo; in read_block_group_descriptors()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/proto/
Dfilter.proto23 // Message from host to CHRE to request extended configuration.
25 // Message from CHRE to host for the response of extended configuration.
/system/chre/apps/test/common/chre_api_test/rpc/
Dchre_api_test.options14 chre.rpc.ChreBleAdvertisingReport.data max_size:255 # extended range is [0, 255]
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
DREADME13 * Nearby Offload Extension. Nearby Offload can also be extended by OEMs to
/system/netd/netutils_wrappers/
DNetUtilsWrapper-1.0.cpp91 const std::regex expectedRegexp(EXPECTED_REGEXPS[i], std::regex_constants::extended); in checkExpectedCommand()
/system/hardware/interfaces/net/netd/testutils/
DVtsHalNetNetdTestUtils.cpp74 const std::regex regex(regexString, std::regex_constants::extended); in countMatchingIpRules()
/system/tools/hidl/hidl2aidl/
DAidlHelper.h134 static bool shouldBeExpanded(const FQName& source, const FQName& extended);
/system/sepolicy/private/
Dmediaprovider_app.te48 # Allow MediaProvider to set extended attributes (such as quota project ID)
Dsecurity_classes47 # extended netlink sockets
Dinstalld.te169 # Allow setting extended attributes (for project quota IDs) on dirs and files
Dfile_contexts4 # context within the extended file attributes of the file system. They are also
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto26 // Vendor-specific configuration data for extended filter. Byte array opaque
46 // reset extended filtering by closing the ContextHubClient connection.
174 // Sent when one or more advertisements matched an extended filter
/system/sepolicy/reqd_mask/
Dsecurity_classes47 # extended netlink sockets
/system/sepolicy/microdroid/reqd_mask/
Dsecurity_classes47 # extended netlink sockets
/system/sepolicy/microdroid/system/private/
Dsecurity_classes47 # extended netlink sockets
/system/libartpalette/
DAndroid.bp98 // Definition of the extended SDK offered by the platform for mainline modules.
/system/netd/server/
DControllers.cpp118 std::regex_constants::extended);
/system/extras/libjsonpb/
DREADME.md90 extended in the future.
/system/sepolicy/
DAndroid.bp732 // If system sepolicy is extended (e.g. by SoC vendors), their plat_pub_versioned.cil may differ
734 // BOARD_PLAT_PUB_VERSIONED_POLICY can be used to specify extended plat_pub_versioned.cil.
/system/chre/doc/
Dcompatibility.md135 structure was extended with a new field, `minInterval`. Therefore, the framework