HomeSort by relevance Sort by last modified time
    Searched refs:asec (Results 1 - 14 of 14) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtc/
reciprocal.hpp 78 GLM_FUNC_DECL genType asec(genType const & x);
  /toolchain/binutils/binutils-2.25/bfd/
elf-hppa.h 1099 asection *asec; local
    [all...]
elf32-ppc.c 2619 asection *asec; local
2730 asection *asec; local
    [all...]
cofflink.c 1265 asection *asec; local
    [all...]
elflink.c     [all...]
  /system/vold/
VolumeManager.h 44 typedef enum { ASEC, OBB } container_type_t;
143 /* ASEC */
152 * Fixes ASEC permissions on a filesystem that has owners and permissions.
153 * This currently means EXT4-based ASEC containers.
175 /* Shared between ASEC and Loopback images */
201 bool isAsecInDirectory(const char *dir, const char *asec) const;
  /system/sepolicy/
file_contexts 391 # asec containers
392 /mnt/asec(/.*)? u:object_r:asec_apk_file:s0
393 /mnt/asec/[^/]+/[^/]+\.zip u:object_r:asec_public_file:s0
394 /mnt/asec/[^/]+/lib(/.*)? u:object_r:asec_public_file:s0
395 /data/app-asec(/.*)? u:object_r:asec_image_file:s0
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10300.c 2197 asection *asec, *ssec; local
    [all...]
tc-msp430.c 3497 asection *asec, *ssec; local
    [all...]
tc-tic6x.c     [all...]
tc-mips.c     [all...]
tc-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 409 /* Compare sections ASEC and BSEC according to SORT. */
412 compare_section (sort_type sort, asection *asec, asection *bsec)
424 = get_init_priority (bfd_get_section_name (asec->owner, asec));
437 - bfd_section_alignment (asec->owner, asec));
444 ret = strcmp (bfd_get_section_name (asec->owner, asec),
449 ret = strcmp (bfd_get_section_name (asec->owner, asec),
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 417 friend const mpreal asec (const mpreal& v, mp_rnd_t rnd_mode);
    [all...]

Completed in 677 milliseconds