/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
libGLESv2.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
libGLESv2.so | |
/packages/apps/Settings/src/com/android/settings/ |
BatteryInfo.java | 66 * Format a number of tenths-units as a decimal string without using a
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
function.h | 102 /* Number of units that we should eventually pop off the stack. 544 /* Number of units of general registers that need saving in stdarg 549 /* Number of units of floating point registers that need saving in stdarg 636 many units need to be saved. */
|
/system/extras/libpagemap/include/pagemap/ |
pagemap.h | 84 * Length of the array (in sizeof(pid_t) units) is returned through *len.
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterQOS.h | 75 specified AC (in units of 32 microseconds). 225 uNominalMSDUsize - Indicates the Nominal MSDU size in units of 227 uMeanDataRate - Indicates the average data rate in units of bits 229 uMinimumPHYRate - Indicates the desired minimum PHY rate in units
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/ExpInc/ |
apConnApi.h | 127 /* An array of 16 octets. Each octet contains a preferred data rate in units of 0.5 Mbps */
|
/external/opencore/doc/oscl_html/ |
classTimeValue.html | 24 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF </td><td valign=bottom><a class="el" href="classTimeValue.html#a2">TimeValue</a> (long tv, <a class="el" href="group__osclbase.html#a109">TimeUnits</a> units)</td></tr> 25 <tr><td> </td><td><font size=-1><em>Create a TimeValue representing an interval of tv units.</em> <a href="#a2"></a><em></em></font><br><br></td></tr> 161 <td class="mdname" nowrap> <em>units</em></td> 181 Create a TimeValue representing an interval of tv units. 186 The number of units in the interval to be represented by this TimeValue. </td></tr> 187 <tr><td valign=top><em>units</em> </td><td> 188 The units of the tv argument. Must be in the enumeration TimeUnits. </td></tr> [all...] |
/external/icu4c/tools/makeconv/ |
gencnvex.c | 145 /* fill indexes[] - offsets/indexes are in units of the target array */ 426 /* step 1: examine the input units; set low, high, uniqueCount */ 481 /* write empty subsections for unused units in a linear table */ 571 * start recursion for following 16-bit input units 724 /* step 1: examine the input units; set low, high, uniqueCount */ [all...] |
/external/libpng/ |
pngset.c | 292 png_charp units, png_charpp params) 319 length = png_strlen(units) + 1; 320 png_debug1(3, "allocating units for info (%lu bytes)", 325 png_warning(png_ptr, "Insufficient memory for pCAL units."); 328 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length); [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_capability.cpp | 25 iTcsIn_H263_sqcifMPI = 0; // Units 1/30 second 26 iTcsIn_H263_qcifMPI = 2; // Units 1/30 second 27 iTcsIn_H263_cifMPI = 0; // Units 1/30 second 28 iTcsIn_H263_4cifMPI = 0; // Units 1/30 second 29 iTcsIn_H263_16cifMPI = 0; // Units 1/30 second [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngset.c | 387 png_charp units, png_charpp params) 412 length = png_strlen(units) + 1; 413 png_debug1(3, "allocating units for info (%lu bytes)\n", length); 417 png_warning(png_ptr, "Insufficient memory for pCAL units."); 420 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length); [all...] |
/external/speex/libspeex/ |
jitter.c | 143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/ 150 spx_int32_t delay_step; /**< Size of the steps when adjusting buffering (timestamp units) */ 151 spx_int32_t concealment_size; /**< Size of the packet loss concealment "units" */ 170 The optimised function is in timestamp units and is: 173 @param late_factor Equivalent cost of a late frame (in timestamp units)
|
/external/opencore/doc/pv2way_html/ |
classH324MConfigInterface.html | [all...] |
/external/icu4c/common/ |
unorm.cpp | 452 * and their call sites, and a fair bit of other code here, to work with UTF-16 code units, [all...] |
/external/jpeg/ |
jpeglib.h | 348 UINT8 density_unit; /* JFIF code for pixel size units */ 372 /* The coefficient controller receives data in units of MCU rows as defined 558 UINT8 density_unit; /* JFIF code for pixel size units */ 586 * units of "iMCU" (interleaved MCU) rows. These are the same as MCU rows 708 long pass_counter; /* work units completed in this pass */ 709 long pass_limit; /* total number of work units in this pass */ [all...] |
/external/webkit/WebCore/dom/ |
Element.cpp | 220 void Element::scrollByUnits(int units, ScrollGranularity granularity) 226 if (units < 0) { 228 units = -units; 230 toRenderBox(rend)->layer()->scroll(direction, granularity, units); 903 // If "rem" units are used anywhere in the document, and if the document element's font size changes, then go ahead and force font updating [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
nl80211_copy.h | [all...] |
/frameworks/base/opengl/libagl/ |
matrix.cpp | 1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) 1110 c->polygonOffset.units = units; 1113 void glPolygonOffset(GLfloat factor, GLfloat units) 1117 c->polygonOffset.units = gglFloatToFixed(units);
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_commands.h | 476 /* minimum amount of time, in time units (TUs), */ 483 /* maximum amount of time, in time units (TUs), */ 486 /* amount of time, in time units (TUs), to listen*/ 618 /* units (TUs). Valid values are 1 to 1024.*/ [all...] |
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_commands.h | 476 /* minimum amount of time, in time units (TUs), */ 483 /* maximum amount of time, in time units (TUs), */ 486 /* amount of time, in time units (TUs), to listen*/ 618 /* units (TUs). Valid values are 1 to 1024.*/ [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
Character.java | [all...] |
/dalvik/docs/ |
instruction-formats.html | 36 that the format consists of two 16-bit code units. The first word 48 letter. The first digit indicates the number of 16-bit code units in the
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
BlockingQueue.java | 211 * @param timeout how long to wait before giving up, in units of 240 * @param timeout how long to wait before giving up, in units of
|
/device/htc/dream-sapphire/libsensors/ |
sensors.c | 142 // conversion of acceleration data to SI units (m/s^2) 148 // conversion of magnetic data to uT units
|