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

1 2

  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_win.cc 62 std::type_info *tinfo;
65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
67 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr;
72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info)))
77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
  /external/compiler-rt/lib/safestack/
safestack.cc 126 struct tinfo { struct
138 struct tinfo *tinfo = (struct tinfo *)arg; local
140 void *(*start_routine)(void *) = tinfo->start_routine;
141 void *start_routine_arg = tinfo->start_routine_arg;
143 // Setup the unsafe stack; this will destroy tinfo content
144 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size,
145 tinfo->unsafe_stack_guard)
195 struct tinfo *tinfo = local
    [all...]
  /external/iptables/extensions/
libxt_NFQUEUE.c 122 const struct xt_NFQ_info *tinfo = local
124 printf(" NFQUEUE num %u", tinfo->queuenum);
130 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; local
131 unsigned int last = tinfo->queues_total;
134 last += tinfo->queuenum - 1;
135 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
137 printf(" NFQUEUE num %u", tinfo->queuenum);
163 const struct xt_NFQ_info *tinfo = local
166 printf(" --queue-num %u", tinfo->queuenum);
171 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data local
204 struct xt_NFQ_info_v1 *tinfo = (void *)t->data; local
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp 54 EGLThreadInfo *tinfo = getEGLThreadInfo(); local
55 if (!tinfo) {
59 if (tinfo->hostConn == NULL) {
105 tinfo->hostConn = con;
108 return tinfo->hostConn;
  /external/valgrind/helgrind/
hg_addrdescr.c 91 tl_assert(ai->Addr.Stack.tinfo.tid);
93 if (thr->coretid == ai->Addr.Stack.tinfo.tid) {
94 ai->Addr.Stack.tinfo.tnr = thr->errmsg_index;
  /external/valgrind/include/
pub_tool_addrinfo.h 114 /* Zeroes/clear all the fields of *tinfo. */
115 extern void VG_(initThreadInfo) (ThreadInfo *tinfo);
127 // On a stack. tinfo indicates which thread's stack?
137 ThreadInfo tinfo; member in struct:_AddrInfo::__anon25942::__anon25944
  /external/valgrind/coregrind/
m_addrinfo.c 149 VG_(initThreadInfo)(&ai->Addr.Stack.tinfo);
150 ai->Addr.Stack.tinfo.tid = tid;
249 VG_(initThreadInfo)(&ai->Addr.Stack.tinfo);
250 ai->Addr.Stack.tinfo.tid = tid;
312 void VG_(initThreadInfo) (ThreadInfo *tinfo)
314 tinfo->tid = 0;
315 tinfo->tnr = 0;
383 static const HChar* opt_tnr_prefix (ThreadInfo tinfo)
385 if (tinfo.tnr != 0)
391 static UInt tnr_else_tid (ThreadInfo tinfo)
    [all...]
  /external/webrtc/webrtc/p2p/base/
sessiondescription.h 140 const TransportInfo* tinfo = GetTransportInfoByName(name); local
141 return tinfo ? &tinfo->description : NULL;
  /external/libcxxabi/include/
cxxabi.h 43 std::type_info * tinfo, void (*dest)(void *));
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 43 std::type_info * tinfo, void (*dest)(void *));
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 196 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); local
197 if (!media || !tinfo) {
204 if (!tinfo->description.identity_fingerprint) {
233 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); local
234 if (!tinfo) {
239 if (tinfo->description.ice_ufrag.empty() ||
240 tinfo->description.ice_pwd.empty()) {
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 100 std::type_info* tinfo,
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 100 std::type_info* tinfo,
  /external/libcxxabi/src/
cxa_exception.cpp 207 * Save the tinfo and dest arguments in the __cxa_exception header.
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*))
230 exception_header->exceptionType = tinfo;
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 326 std::type_info* tinfo,
329 header->exceptionType = tinfo;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 207 * Save the tinfo and dest arguments in the __cxa_exception header.
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*))
230 exception_header->exceptionType = tinfo;
  /external/libxml2/python/
generator.py     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 480 const struct surface_format_info *rinfo, *tinfo; local
484 tinfo = &surface_formats[texture];
492 if (gen >= tinfo->sampling && (gen >= tinfo->filtering || is_integer))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 305 bfd_sym_display_table_summary (f, &dshb->dshb_tinfo, "TINFO");
1633 bfd_sym_type_information_table_entry tinfo; local
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 350 std::pair<CharUnits,CharUnits> tinfo local
352 maxFieldAlign = std::max(maxFieldAlign, tinfo.second);
354 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 3071 milliseconds

1 2