HomeSort by relevance Sort by last modified time
    Searched refs:tv (Results 426 - 450 of 575) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 224 D3DVALUE tv; member in union:_D3DTLVERTEX::__anon11671
259 D3DVALUE tv; member in union:_D3DLVERTEX::__anon11678
298 D3DVALUE tv; member in union:_D3DVERTEX::__anon11686
d3drmdef.h 265 D3DVALUE tu, tv; member in struct:_D3DRMVERTEX
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 224 D3DVALUE tv; member in union:_D3DTLVERTEX::__anon11854
259 D3DVALUE tv; member in union:_D3DLVERTEX::__anon11861
298 D3DVALUE tv; member in union:_D3DVERTEX::__anon11869
D3DRMDEF.H 265 D3DVALUE tu, tv; member in struct:_D3DRMVERTEX
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 456 final TextView tv = (TextView) findViewById(R.id.status); local
457 if (tv != null) {
458 tv.setText(TextUtils.expandTemplate(status, Integer.toString(progress)));
  /sdk/traceview/src/com/android/traceview/
DmTraceReader.java 539 Collection<ThreadData> tv = mThreadMap.values(); local
540 mSortedThreads = tv.toArray(new ThreadData[tv.size()]);
  /external/bluetooth/bluez/test/
hciemu.c 204 struct timeval tv; local
211 memset(&tv, 0, sizeof(tv));
212 gettimeofday(&tv, NULL);
213 ts = (tv.tv_sec - 946684800ll) * 1000000ll + tv.tv_usec;
  /external/elfutils/src/
ar.c 665 struct timeval tv[2]; local
666 tv[0].tv_sec = arhdr->ar_date;
667 tv[0].tv_usec = 0;
668 tv[1].tv_sec = arhdr->ar_date;
669 tv[1].tv_usec = 0;
671 if (unlikely (futimes (xfd, tv) != 0))
    [all...]
  /external/mksh/src/
var.c 1096 struct timeval tv; local
1098 gettimeofday(&tv, NULL);
1099 i = tv.tv_sec - seconds;
1234 struct timeval tv; local
1236 gettimeofday(&tv, NULL);
1237 seconds = tv.tv_sec - i;
    [all...]
funcs.c 1782 struct timeval tv, tvlim; local
3629 struct timeval tv; local
    [all...]
  /external/openssh/
sftp-server.c 753 static struct timeval tv[2]; local
755 tv[0].tv_sec = a->atime;
756 tv[0].tv_usec = 0;
757 tv[1].tv_sec = a->mtime;
758 tv[1].tv_usec = 0;
759 return tv;
    [all...]
loginrec.c 406 struct timeval tv; local
408 gettimeofday(&tv, NULL);
410 li->tv_sec = tv.tv_sec;
411 li->tv_usec = tv.tv_usec;
    [all...]
serverloop.c 282 struct timeval tv, *tvp; local
356 tv.tv_sec = max_time_milliseconds / 1000;
357 tv.tv_usec = 1000 * (max_time_milliseconds % 1000);
358 tvp = &tv;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 195 struct timeval tv; local
434 error = testCases (pHandle, &rfds, tcID, fIn, fOut, &frmCnt, &totalFilled, &tv, gDasfMode, nIpBuffs, pInputBufferHeader, nOpBuffs, pOutputBufferHeader);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 468 TextView tv = new TextView(mContext); local
469 tv.setText("Bug! " + position);
470 v = tv;
1235 TextView tv = ((AgendaAdapter.ViewHolder) yy).title; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 571 TextView tv = createCandidateView(); local
572 lineView.addView(tv);
576 TextView tv = createCandidateView(); local
581 tv.setLayoutParams(layoutParams);
583 lineView.addView(tv);
584 mViewCandidateTemplate = tv;
    [all...]
  /system/security/keystore/
keystore.cpp 1406 struct timeval tv; local
    [all...]
  /external/qemu/
trace.c 209 struct timeval tv; local
211 gettimeofday(&tv, NULL);
212 uint64 val = tv.tv_sec;
213 val = val * 1000000ull + tv.tv_usec;
405 struct timeval tv; local
407 gettimeofday(&tv, &tz);
408 header.start_sec = tv.tv_sec;
409 header.start_usec = tv.tv_usec;
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 1291 struct timeval tv, *tvp; local
    [all...]
  /dalvik/vm/
Sync.cpp 556 struct timeval tv; local
557 gettimeofday(&tv, NULL);
558 ts->tv_sec = tv.tv_sec;
559 ts->tv_nsec = tv.tv_usec * 1000;
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 1286 struct timeval tv; local
    [all...]
  /external/dropbear/
loginrec.c 300 struct timeval tv; local
302 gettimeofday(&tv, NULL);
304 li->tv_sec = tv.tv_sec;
305 li->tv_usec = tv.tv_usec;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 206 mtriangle_t *tv; local
  /external/v8/src/
platform-freebsd.cc 121 time_t tv = static_cast<time_t>(floor(time/msPerSecond));
122 struct tm* t = localtime(&tv);
129 time_t tv = time(NULL); local
130 struct tm* t = localtime(&tv);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_privsep.c 74 struct timeval tv; local
79 tv.tv_sec = 5;
80 tv.tv_usec = 0;
81 res = select(drv->cmd_socket + 1, &rfds, NULL, NULL, &tv);

Completed in 528 milliseconds

<<11121314151617181920>>