Home
last modified time | relevance | path

Searched refs:ptc (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
D__init__.py94 ptc = ctypes._pointer_type_cache.copy()
101 ctypes._pointer_type_cache = ptc.copy()
/external/pdfium/xfa/fde/
Dcfde_txtedtpage.cpp352 CFX_Char* ptc = pPiece->GetCharPtr(k); in LoadPage() local
353 m_CharWidths[TxtEdtPiece.nStart + k] = ptc->m_iCharWidth; in LoadPage()
/external/netperf/src/
Dnetlib.c1273 TIMECAPS ptc; in start_itimer() local
1278 mmr=timeGetDevCaps(&ptc, sizeof (ptc)); in start_itimer()
1280 if (interval_len_msec<ptc.wPeriodMin){ in start_itimer()
1281 timerRes=ptc.wPeriodMin; in start_itimer()
1282 …imer cannot be set to %dmsec. Minimum timer resolution: %d\n", interval_len_msec, ptc.wPeriodMin); in start_itimer()
/external/python/cpython2/
Dpyconfig.h.in170 /* Define to 1 if you have the /dev/ptc device file. */
Dconfigure.ac4574 AC_MSG_CHECKING([for /dev/ptc])
4585 AC_CHECK_FILE(/dev/ptc, [], [])
4588 [Define to 1 if you have the /dev/ptc device file.])
/external/openssh/
Dconfigure.ac4454 AC_CHECK_FILE(["/dev/ptc"],
4457 [Define if you have /dev/ptc])
4462 AC_MSG_WARN([cross compiling: Disabling /dev/ptc test])
Dconfig.h.in373 /* Define if you have /dev/ptc */
Dconfigure18146 if test -r ""/dev/ptc""; then
18168 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cross compiling: Disabling /dev/ptc test" >&5
18169 $as_echo "$as_me: WARNING: cross compiling: Disabling /dev/ptc test" >&2;}