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

  /system/media/camera/docs/
CameraMetadataEnums.mako 62 and not entry.is_clone():
72 and not entry.is_clone():
metadata_template.mako 71 % if prop.is_clone():
metadata_model.py 1260 def is_clone(self): member in class:Entry
1465 def is_clone(self): member in class:Clone
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 759 obj_elf_parse_section_letters (char *str, size_t len, bfd_boolean *is_clone)
762 *is_clone = FALSE;
793 *is_clone = TRUE;
996 bfd_boolean is_clone; local
1004 attr |= obj_elf_parse_section_letters (beg, strlen (beg), &is_clone);
1056 if ((attr & SHF_GROUP) != 0 && is_clone)
1059 is_clone = FALSE;
1086 if (is_clone)
    [all...]

Completed in 134 milliseconds