HomeSort by relevance Sort by last modified time
    Searched defs:tinfo (Results 1 - 9 of 9) sorted by null

  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp 58 EGLThreadInfo *tinfo = getEGLThreadInfo(); local
59 if (!tinfo) {
63 if (tinfo->hostConn == NULL) {
109 tinfo->hostConn = con;
112 return tinfo->hostConn;
116 EGLThreadInfo *tinfo = getEGLThreadInfo(); local
117 if (!tinfo) {
121 if (tinfo->hostConn) {
122 delete tinfo->hostConn;
123 tinfo->hostConn = NULL
    [all...]
  /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...]
  /external/webrtc/webrtc/p2p/base/
sessiondescription.h 140 const TransportInfo* tinfo = GetTransportInfoByName(name); local
141 return tinfo ? &tinfo->description : NULL;
  /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::__anon25479::__anon25481
  /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...]
  /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...]

Completed in 823 milliseconds