HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 451 - 475 of 577) sorted by null

<<11121314151617181920>>

  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 509 glBindTexture(GL_TEXTURE_2D, frame.tid);
512 glGenTextures(1, &frame.tid);
513 glBindTexture(GL_TEXTURE_2D, frame.tid);
566 glDeleteTextures(1, &frame.tid);
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
txCtrlBlk.c 277 WLAN_OS_REPORT(("Entry %d: DescID=%d, Next=0x%x, Len=%d, StartTime=%d, TID=%d, ExtraBlks=%d, TotalBlks=%d, Flags=0x%x\n",
283 pTxCtrlBlk->aTxCtrlBlkTbl[entry].tTxDescriptor.tid,
  /external/openssh/regress/
ssh-com-client.sh 4 tid="connect with ssh.com client"
test-exec.sh 398 verbose ok $tid
400 echo failed $tid
  /external/openssl/crypto/err/
err.h 150 CRYPTO_THREADID tid; member in struct:err_state_st
356 void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
  /external/openssl/include/openssl/
err.h 150 CRYPTO_THREADID tid; member in struct:err_state_st
356 void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 134 void transfer_register (ThreadId tid, int abs_regno, void * buf,
137 ThreadState* tst = VG_(get_ThreadState)(tid);
valgrind-low-arm.c 180 void transfer_register (ThreadId tid, int abs_regno, void * buf,
183 ThreadState* tst = VG_(get_ThreadState)(tid);
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux.h 38 extern Addr ML_(allocstack) ( ThreadId tid );
41 extern SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags,
272 #define TId ThreadId
276 extern void ML_(linux_PRE_sys_msgsnd) ( TId, UW, UW, UW, UW );
277 extern void ML_(linux_PRE_sys_msgrcv) ( TId, UW, UW, UW, UW, UW );
278 extern void ML_(linux_POST_sys_msgrcv) ( TId, UW, UW, UW, UW, UW, UW );
279 extern void ML_(linux_PRE_sys_msgctl) ( TId, UW, UW, UW );
280 extern void ML_(linux_POST_sys_msgctl) ( TId, UW, UW, UW, UW );
281 extern void ML_(linux_PRE_sys_getsockopt) ( TId, UW, UW, UW, UW, UW );
282 extern void ML_(linux_POST_sys_getsockopt) ( TId, SR, UW, UW, UW, UW, UW )
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 773 Addr sp = VG_(get_SP)(closure->tid);
    [all...]
  /external/valgrind/tsan/
ts_util.h 380 extern void GetThreadStack(int tid, uintptr_t *min_addr, uintptr_t *max_addr);
385 bool LiteRaceSkipTrace(int tid, uint32_t trace_no, uint32_t sampling_rate);
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 167 private Template(Context context, int tid) {
168 this(context, readRaw(context, tid));
  /system/core/adb/
usb_windows.c 180 adb_thread_t tid; local
182 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
usb_libusb.c 629 adb_thread_t tid; local
651 if (adb_thread_create(&tid, device_poll_thread, NULL)) {
usb_osx.c 408 adb_thread_t tid; local
416 if(adb_thread_create(&tid, RunLoopThread, NULL))
  /bionic/libc/kernel/common/sound/
asound.h 559 struct snd_timer_id tid; member in struct:snd_timer_ginfo
575 struct snd_timer_id tid; member in struct:snd_timer_gparams
582 struct snd_timer_id tid; member in struct:snd_timer_gstatus
    [all...]
  /external/kernel-headers/original/sound/
asound.h 585 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_ginfo
599 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gparams
606 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gstatus
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 574 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_ginfo
588 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gparams
595 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gstatus
    [all...]
  /dalvik/vm/
Misc.cpp 633 bool dvmGetThreadStats(ProcStatData* pData, pid_t tid)
670 sprintf(nameBuf, "/proc/self/task/%d/stat", (int) tid);
  /external/iproute2/ip/
iproute.c 891 __u32 tid; local
893 if (rtnl_rttable_a2n(&tid, *argv))
895 if (tid < 256)
896 req.r.rtm_table = tid;
899 addattr32(&req.n, sizeof(req), RTA_TABLE, tid);
1055 __u32 tid; local
1057 if (rtnl_rttable_a2n(&tid, *argv)) {
1068 filter.tb = tid;
    [all...]
  /external/linux-tools-perf/
builtin-report.c 147 event->read.pid, event->read.tid,
153 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid,
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 504 MachineInstr::MachineInstr(const MCInstrDesc &tid, bool NoImp)
505 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
518 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl,
520 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
535 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const MCInstrDesc &tid)
536 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
551 const MCInstrDesc &tid)
552 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
    [all...]
  /external/oprofile/daemon/
opd_ibs_trans.c 599 trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc,
640 trans->tid,
  /external/chromium-trace/
script.js 28 "saveTraceFileComplete")},onSaveTraceFileCanceled:function(){cr.dispatchSimpleEvent(this,"saveTraceFileCanceled")},selfTest:function(){this.beginTracing();window.setTimeout(this.endTracing.bind(This),500)}};return{TracingController:g}});cr.define("tracing",function(){function g(a,b,d,c,f){this.title=a;this.start=d;this.colorId=b;this.args=c;this.didNotFinish=!1;void 0!==f&&(this.duration=f)}function e(a,b,d,c,f){g.call(this,a,b,d,c,f);this.subSlices=[]}function c(a,b,d,c){g.call(this,a,b,d,c)}function f(a,b){if(!a)throw"Parent must be provided.";this.parent=a;this.tid=b;this.subRows=[[]];this.asyncSlices=new d(this.ptid)}function h(a,b,d){this.parent=a;this.id=b;this.name=d;this.seriesNames=[];this.seriesColors=[];this.timestamps=
30 this.duration}};e.prototype={__proto__:g.prototype};c.prototype={__proto__:g.prototype,id:void 0,startThread:void 0,endThread:void 0,subSlices:void 0};var l={};f.getPTIDFromPidAndTid=function(a,b){l[a]||(l[a]={});l[a][b]||(l[a][b]=a+":"+b);return l[a][b]};f.prototype={name:void 0,get ptid(){return f.getPTIDFromPidAndTid(this.tid,this.parent.pid)},getSubrow:function(a){for(;a>=this.subRows.length;)this.subRows.push([]);return this.subRows[a]},shiftSubRow_:function(a,b){for(var d=0;d<a.length;d++){var c=
32 (this.minTimestamp=Math.min.apply(Math,a),this.maxTimestamp=Math.max.apply(Math,a)):this.maxTimestamp=this.minTimestamp=void 0},get userFriendlyName(){return this.parent.pid+": "+(this.name||this.tid)},get userFriendlyDetails(){return"pid: "+this.parent.pid+", tid: "+this.tid+(this.name?", name: "+this.name:"")}};f.compare=function(b,d){if(b.parent.pid!=d.parent.pid)return a.compare(b.parent,d.parent.pid);if(b.name&&d.name){var c=b.name.localeCompare(d.name);return 0==c?b.tid-d.tid:c}return b.name?
33 -1:d.name?1:b.tid-d.tid};h.prototype={__proto__:Object.prototype,get numSeries(){return this.seriesNames.length},get numSamples(){return this.timestamps.length},shiftTimestampsForward:function(a){for(var b=0;b<this.timestamps.length;b++)this.timestamps[b]+=a},updateBounds:function(){if(this.seriesNames.length!=this.seriesColors.length)throw"seriesNames.length must match seriesColors.length";if(this.numSeries*this.numSamples!=this.samples.length)throw"samples.length must be a multiple of numSamples.";
35 c?b.tid-d.tid:c};a.prototype={get numThreads(){var a=0,b;for(b in this.threads)a++;return a},shiftTimestam (…)
    [all...]

Completed in 792 milliseconds

<<11121314151617181920>>