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

1 2 3 4 5 6 7 8 910

  /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,
24 m_type(p_type),
123 GlobalNameSpace::genName(NamedObjectType p_type)
125 if ( p_type >= NUM_OBJECT_TYPES ) return 0;
129 switch (p_type) {
150 GlobalNameSpace::deleteName(NamedObjectType p_type, unsigned int p_name)
176 ShareGroup::genName(NamedObjectType p_type,
180 if (p_type >= NUM_OBJECT_TYPES) return 0;
184 m_nameSpace[p_type]->genName(p_localName, true, genLocal);
189 ShareGroup::genGlobalName(NamedObjectType p_type)
    [all...]
  /external/lldb/test/functionalities/type_completion/
TestTypeCompletion.py 62 p_type = p_vector.GetType()
63 self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
69 p_type = p_vector.GetType()
70 self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
78 p_type = p_vector.GetType()
79 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
80 name_address_type = p_type.GetTemplateArgumentType(0)
90 p_type = p_vector.GetType()
91 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
92 name_address_type = p_type.GetTemplateArgumentType(0
    [all...]
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 14 Elf64_Word p_type; member in struct:__anon23182
  /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...]
  /external/libunwind/src/coredump/
_UCD_create.c 166 cur->p_type = hdr64.p_type ;
192 cur->p_type = hdr32.p_type ;
212 Debug(2, "phdr[%03d]: type:%d", i, cur->p_type);
213 if (cur->p_type == PT_NOTE)
252 if (cur->p_type == PT_LOAD)
_UCD_internal.h 62 uint32_t p_type; member in struct:coredump_phdr
  /external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.cpp 152 if (phdr->p_type != PT_LOAD) {
193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
267 if (phdr->p_type != PT_GNU_RELRO)
353 if (phdr->p_type != PT_ARM_EXIDX)
390 if (phdr->p_type != PT_DYNAMIC) {
crazy_linker_elf_view.cpp 49 if (entry->p_type == PT_PHDR) {
61 if (entry->p_type == PT_LOAD) {
crazy_linker_elf_loader.cpp 229 if (phdr->p_type == PT_PHDR) {
238 if (phdr->p_type == PT_LOAD) {
260 if (phdr->p_type != PT_LOAD) {
281 if (phdr->p_type != PT_LOAD) {
  /ndk/sources/android/crazy_linker/src/
linker_phdr.cpp 152 if (phdr->p_type != PT_LOAD) {
193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
267 if (phdr->p_type != PT_GNU_RELRO)
353 if (phdr->p_type != PT_ARM_EXIDX)
390 if (phdr->p_type != PT_DYNAMIC) {
crazy_linker_elf_view.cpp 45 if (entry->p_type == PT_PHDR) {
57 if (entry->p_type == PT_LOAD) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-minimal.c 133 phdr->p_type = bswap_32(phdr->p_type);
138 if (phdr->p_type != PT_NOTE)
182 phdr->p_type = bswap_32(phdr->p_type);
187 if (phdr->p_type != PT_NOTE)
  /bionic/libc/bionic/
vdso.cpp 90 if (vdso_phdr[i].p_type == PT_DYNAMIC) {
92 } else if (vdso_phdr[i].p_type == PT_LOAD) {
dl_iterate_phdr_static.cpp 76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
libc_init_static.cpp 76 if (phdr->p_type != PT_GNU_RELRO) {
  /external/libpcap/Win32/Include/
inetprivate.h 60 extern char *p_type(int type);
  /bionic/linker/
linker_phdr.cpp 260 if (phdr->p_type != PT_LOAD) {
339 if (phdr->p_type != PT_LOAD) {
410 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
471 if (phdr->p_type != PT_GNU_RELRO) {
543 if (phdr->p_type != PT_GNU_RELRO) {
603 if (phdr->p_type != PT_GNU_RELRO) {
683 if (phdr->p_type != PT_ARM_EXIDX) {
715 if (phdr->p_type == PT_DYNAMIC) {
733 if (phdr->p_type == PT_PHDR) {
742 if (phdr->p_type == PT_LOAD)
    [all...]
  /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,
  /external/elfutils/0.153/libdwfl/
core-file.c 152 notes->p_type = PT_NULL;
163 switch (phdr->p_type)
275 while (phdr.p_type != PT_LOAD
302 if (phdr.p_type == PT_LOAD)
445 if (likely (notes_phdr.p_type == PT_NOTE))
elf-from-memory.c 241 if (phdrs.p32[i].p_type == PT_LOAD)
251 if (phdrs.p64[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

Completed in 1054 milliseconds

1 2 3 4 5 6 7 8 910