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

1 2 3

  /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 158 const struct xt_NFQ_info *tinfo = local
160 printf(" NFQUEUE num %u", tinfo->queuenum);
166 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; local
167 unsigned int last = tinfo->queues_total;
170 last += tinfo->queuenum - 1;
171 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
173 printf(" NFQUEUE num %u", tinfo->queuenum);
214 const struct xt_NFQ_info *tinfo = local
217 printf(" --queue-num %u", tinfo->queuenum);
222 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data local
269 struct xt_NFQ_info_v1 *tinfo = (void *)t->data; local
276 const struct xt_NFQ_info *tinfo = local
287 const struct xt_NFQ_info_v1 *tinfo = (const void *)params->target->data; local
    [all...]
  /external/libcups/cups/
testcreds.c 41 tinfo[1024]; /* String for trust store credentials */ local
111 httpCredentialsString(tcreds, tinfo, sizeof(tinfo));
116 printf(" String: \"%s\"\n", tinfo);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp 56 HostConnection *HostConnection::getWithThreadInfo(EGLThreadInfo* tinfo) {
62 if (!tinfo) {
66 if (tinfo->hostConn == NULL) {
113 tinfo->hostConn = con;
116 return tinfo->hostConn;
120 EGLThreadInfo *tinfo = getEGLThreadInfo(); local
121 if (!tinfo) {
125 if (tinfo->hostConn) {
126 delete tinfo->hostConn;
127 tinfo->hostConn = NULL
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go 54 tinfo, ok := tinfoMap[typ]
57 return tinfo, nil
59 tinfo = &typeInfo{}
79 if tinfo.xmlname == nil {
80 tinfo.xmlname = inner.xmlname
84 if err := addFieldInfo(typ, tinfo, &finfo); err != nil {
98 tinfo.xmlname = finfo
103 if err := addFieldInfo(typ, tinfo, finfo); err != nil {
109 tinfoMap[typ] = tinfo
111 return tinfo, ni
    [all...]
read.go 364 tinfo *typeInfo
409 tinfo, err = getTypeInfo(typ)
415 if tinfo.xmlname != nil {
416 finfo := tinfo.xmlname
439 for i := range tinfo.fields {
440 finfo := &tinfo.fields[i]
458 finfo := &tinfo.fields[any]
467 for i := range tinfo.fields {
468 finfo := &tinfo.fields[i]
515 consumed, err = p.unmarshalPath(tinfo, sv, nil, &t
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go 54 tinfo, ok := tinfoMap[typ]
57 return tinfo, nil
59 tinfo = &typeInfo{}
79 if tinfo.xmlname == nil {
80 tinfo.xmlname = inner.xmlname
84 if err := addFieldInfo(typ, tinfo, &finfo); err != nil {
98 tinfo.xmlname = finfo
103 if err := addFieldInfo(typ, tinfo, finfo); err != nil {
109 tinfoMap[typ] = tinfo
111 return tinfo, ni
    [all...]
read.go 364 tinfo *typeInfo
409 tinfo, err = getTypeInfo(typ)
415 if tinfo.xmlname != nil {
416 finfo := tinfo.xmlname
439 for i := range tinfo.fields {
440 finfo := &tinfo.fields[i]
458 finfo := &tinfo.fields[any]
467 for i := range tinfo.fields {
468 finfo := &tinfo.fields[i]
515 consumed, err = p.unmarshalPath(tinfo, sv, nil, &t
    [all...]
  /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::__anon37679::__anon37681
  /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/mesa3d/src/gallium/drivers/virgl/
virgl_context.c 105 struct virgl_textures_info *tinfo = &vctx->samplers[shader_type]; local
107 uint32_t remaining_mask = tinfo->enabled_mask;
111 assert(tinfo->views[i]);
113 res = virgl_resource(tinfo->views[i]->base.texture);
701 struct virgl_textures_info *tinfo = &vctx->samplers[shader_type]; local
705 remaining_mask = tinfo->enabled_mask & disable_mask;
709 assert(tinfo->views[i]);
711 pipe_sampler_view_reference((struct pipe_sampler_view **)&tinfo->views[i], NULL);
717 if (views[i] == (struct pipe_sampler_view *)tinfo->views[i])
722 pipe_sampler_view_reference((struct pipe_sampler_view **)&tinfo->views[i], views[i])
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.h 46 bool SetupTemplateParamNames(abi_dump::TemplateInfo *tinfo,
49 bool SetupTemplateArguments(abi_dump::TemplateInfo *tinfo,
abi_wrappers.cpp 149 abi_dump::TemplateInfo *tinfo,
151 if (tinfo->elements_size() > 0) {
158 tinfo->add_elements();
185 abi_dump::TemplateInfo *tinfo,
195 tinfo->add_elements();
  /prebuilts/ndk/r11/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...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 3184 struct ac_tex_info tinfo = { 0 }; local
    [all...]
  /external/libcxxabi/include/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cxxabi.h 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 100 std::type_info* tinfo,
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cxxabi.h 100 std::type_info* tinfo,
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cxxabi.h 100 std::type_info* tinfo,

Completed in 1023 milliseconds

1 2 3