Home
last modified time | relevance | path

Searched refs:UNITS (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DDimenResourceLoader.java6 private static final String[] UNITS = { "dp", "dip", "px", "sp", "mm" }; field in DimenResourceLoader
31 for ( int i = 0; i < UNITS.length; i++ ) { in convertRawValue()
32 int index = rawValue.indexOf(UNITS[i]); in convertRawValue()
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py109 UNITS='units' variable
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c850 #define QUERY(NAME, ENUM, UNITS) \ in svga_get_driver_query_info() argument
851 {NAME, ENUM, {0}, UNITS, PIPE_DRIVER_QUERY_RESULT_TYPE_AVERAGE, 0, 0x0} in svga_get_driver_query_info()
/external/netperf/doc/
Dnetperf.info770 reports of performance during the run. [INTERVAL,UNITS] follow
773 seconds. The UNITS value can be used for the first guess as to
776 one second and UNITS to values specific to each test type.