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

  /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);
  /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/perfetto/src/trace_processor/
fuchsia_trace_parser.cc 76 fuchsia_trace_utils::ThreadInfo tinfo; local
78 tinfo = fuchsia_trace_utils::ReadInlineThread(&current);
80 tinfo = provider_view->GetThread(thread_ref);
109 procs->UpdateThread(static_cast<uint32_t>(tinfo.tid),
110 static_cast<uint32_t>(tinfo.pid));
116 procs->UpdateThread(static_cast<uint32_t>(tinfo.tid),
117 static_cast<uint32_t>(tinfo.pid));
125 procs->UpdateThread(static_cast<uint32_t>(tinfo.tid),
126 static_cast<uint32_t>(tinfo.pid));
fuchsia_trace_tokenizer.cc 241 fuchsia_trace_utils::ThreadInfo tinfo; local
242 tinfo.pid = record[1];
243 tinfo.tid = record[2];
245 current_provider_->thread_table[index] = tinfo;
  /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...]
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp 209 HostConnection *HostConnection::getWithThreadInfo(EGLThreadInfo* tinfo) {
215 if (!tinfo) {
219 if (tinfo->hostConn == NULL) {
223 tinfo->hostConn = con;
226 return tinfo->hostConn;
230 EGLThreadInfo *tinfo = getEGLThreadInfo(); local
231 if (!tinfo) {
235 if (tinfo->hostConn) {
236 delete tinfo->hostConn;
237 tinfo->hostConn = NULL
    [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 106 struct virgl_textures_info *tinfo = &vctx->samplers[shader_type]; local
108 uint32_t remaining_mask = tinfo->enabled_mask;
112 assert(tinfo->views[i]);
114 res = virgl_resource(tinfo->views[i]->base.texture);
693 struct virgl_textures_info *tinfo = &vctx->samplers[shader_type]; local
697 remaining_mask = tinfo->enabled_mask & disable_mask;
701 assert(tinfo->views[i]);
703 pipe_sampler_view_reference((struct pipe_sampler_view **)&tinfo->views[i], NULL);
709 if (views[i] == (struct pipe_sampler_view *)tinfo->views[i])
714 pipe_sampler_view_reference((struct pipe_sampler_view **)&tinfo->views[i], views[i])
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 355 std::pair<CharUnits,CharUnits> tinfo local
357 maxFieldAlign = std::max(maxFieldAlign, tinfo.second);
359 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 303 milliseconds