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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
xml_report_formatter.ipp 69 ostr << '<' << ( tu.p_type == tut_case ? "TestCase" : "TestSuite" )
76 if( tu.p_type == tut_suite )
91 ostr << "</" << ( tu.p_type == tut_case ? "TestCase" : "TestSuite" ) << '>';
xml_log_formatter.ipp 44 return tu.p_type == tut_case ? "TestCase" : "TestSuite";
93 if( tu.p_type == tut_case )
progress_monitor.ipp 77 if( tu.p_type == tut_case )
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 14 Elf64_Word p_type; member in struct:__anon2269
  /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)
  /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...]
  /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);
  /bionic/libc/bionic/
vdso.cpp 90 if (vdso_phdr[i].p_type == PT_DYNAMIC) {
92 } else if (vdso_phdr[i].p_type == PT_LOAD) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
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/
crazy_linker_elf_view.cpp 45 if (entry->p_type == PT_PHDR) {
57 if (entry->p_type == PT_LOAD) {
crazy_linker_elf_loader.cpp 223 if (phdr->p_type == PT_PHDR) {
232 if (phdr->p_type == PT_LOAD) {
254 if (phdr->p_type != PT_LOAD) {
275 if (phdr->p_type != PT_LOAD) {
  /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/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/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/chromium_org/native_client_sdk/src/tools/lib/
elf.py 87 # Elf32_Word p_type; /* Segment type */
  /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/libpcap/Win32/Include/
inetprivate.h 60 extern char *p_type(int type);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 57 /// @param pType - p_type in ELF program header
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 142 typedef typename P::type p_type; typedef in struct:assert_arg_pred
143 typedef typename assert_arg_pred_impl< p_type::value >::type type;
148 typedef typename P::type p_type; typedef in struct:assert_arg_pred_not
149 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, p = !p_type::value );

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 91011>>