HomeSort by relevance Sort by last modified time
    Searched refs:p_type (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 71 NameSpace(NamedObjectType p_type, GlobalNameSpace *globalNameSpace);
128 unsigned int genName(NamedObjectType p_type);
129 void deleteName(NamedObjectType p_type, unsigned int p_name);
156 ObjectLocalName genName(NamedObjectType p_type, ObjectLocalName p_localName = 0, bool genLocal= false);
161 unsigned int genGlobalName(NamedObjectType p_type);
167 unsigned int getGlobalName(NamedObjectType p_type, ObjectLocalName p_localName);
173 ObjectLocalName getLocalName(NamedObjectType p_type, unsigned int p_globalName);
179 void deleteName(NamedObjectType p_type, ObjectLocalName p_localName);
185 void replaceGlobalName(NamedObjectType p_type, ObjectLocalName p_localName, unsigned int p_globalName);
190 bool isObject(NamedObjectType p_type, ObjectLocalName p_localName)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 21 NameSpace::NameSpace(NamedObjectType p_type, GlobalNameSpace *globalNameSpace) :
23 m_type(p_type),
128 GlobalNameSpace::genName(NamedObjectType p_type)
130 if ( p_type >= NUM_OBJECT_TYPES ) return 0;
134 switch (p_type) {
156 GlobalNameSpace::deleteName(NamedObjectType p_type, unsigned int p_name)
189 ShareGroup::genName(NamedObjectType p_type, ObjectLocalName p_localName, bool genLocal)
191 if (p_type >= NUM_OBJECT_TYPES) return 0;
194 ObjectLocalName localName = m_nameSpace[p_type]->genName(p_localName,true,genLocal);
201 ShareGroup::genGlobalName(NamedObjectType p_type)
    [all...]
  /external/elfutils/tests/
showptable.c 99 const char *p_type = typenames[phdr->p_type]; local
102 if (phdr->p_type >= PT_NUM)
104 snprintf (buf, sizeof (buf), "%x", phdr->p_type);
105 p_type = buf;
109 cnt, p_type,
128 if (phdr->p_type == PT_INTERP)
  /external/grub/stage2/
vstafs.h 35 unsigned char p_type; member in struct:bootrecord
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 14 Elf64_Word p_type; member in struct:__anon18218
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 35 void subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
  /external/ipsec-tools/src/libipsec/
policy_parse.y 103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
153 p_type = $2;
168 p_type = $4;
187 p_type = $5;
209 p_type = $4;
220 p_type = $6;
242 p_type = $6;
264 p_type = 0; /* ignored it by kernel */
443 if (p_type == IPSEC_POLICY_IPSEC) {
491 p->sadb_x_policy_type = p_type;
    [all...]
  /bionic/linker/
linker_phdr.cpp 251 if (phdr->p_type != PT_LOAD) {
312 if (phdr->p_type != PT_LOAD) {
387 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
461 if (phdr->p_type != PT_GNU_RELRO)
551 if (phdr->p_type != PT_ARM_EXIDX)
590 if (phdr->p_type != PT_DYNAMIC) {
617 if (phdr->p_type == PT_PHDR) {
626 if (phdr->p_type == PT_LOAD) {
648 if (phdr->p_type != PT_LOAD) {
  /bionic/libc/bionic/
dl_iterate_phdr_static.c 72 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
libc_init_static.cpp 74 if (phdr->p_type != PT_GNU_RELRO) {
  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 173 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
185 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen);
270 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
286 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
  /system/core/libcorkscrew/arch-x86/
ptrace-x86.c 40 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_type), &elf_phdr_type)) {
  /external/elfutils/libdwfl/
core-file.c 159 notes->p_type = PT_NULL;
170 switch (phdr->p_type)
282 while (phdr.p_type != PT_LOAD
300 if (phdr.p_type == PT_LOAD)
423 if (likely (notes_phdr.p_type == PT_NOTE))
elf-from-memory.c 241 if (phdrs.p32[i].p_type == PT_LOAD)
251 if (phdrs.p32[i].p_type == PT_LOAD)
298 if (phdrs.p32[i].p_type == PT_LOAD)
325 if (phdrs.p32[i].p_type == PT_LOAD)
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_ndef.c 369 UINT8 *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; local
431 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
440 if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_len)) == NULL)
455 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
519 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 463 UINT8 *NDEF_MsgGetFirstRecByType (UINT8 *p_msg, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
495 && (!memcmp (p_rec, p_type, tlen)) )
520 UINT8 *NDEF_MsgGetNextRecByType (UINT8 *p_cur_rec, UINT8 tnf, UINT8 *p_type, UINT8 tlen)
556 && (!memcmp (p_rec, p_type, tlen)) )
837 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
897 if (p_type)
898 memcpy (p_rec, p_type, type_len);
933 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
952 return NDEF_MsgAddRec (p_msg, max_size, p_cur_size, tnf, p_type, type_len,
993 if (p_type)
1523 UINT8 *p_type, *p_id, *p_pay; local
    [all...]
  /external/chromium_org/courgette/
types_elf.h 95 Elf32_Word p_type; member in struct:Elf32_Phdr
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux_libcdep.cc 80 if (phdr->p_type == PT_LOAD) {
  /external/elfutils/libelf/
gelf_getphdr.c 116 COPY (p_type);
gelf_update_phdr.c 115 COPY (p_type);
elf32_getphdr.c 156 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
203 CONVERT (phdr[cnt].p_type);
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 32 switch (pi->p_type) {
  /system/core/libcorkscrew/arch-arm/
ptrace-arm.c 44 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_type), &elf_phdr_type)) {
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 61 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /external/elfutils/backends/
ppc_symbol.c 87 if (phdr == NULL || phdr->p_type != PT_DYNAMIC)

Completed in 599 milliseconds

1 2 3 4 5 6 7 8