/external/webkit/WebCore/platform/win/ |
SharedTimerWin.cpp | 79 const int stopHighResTimerInMsec = 300; // Stop high-res timer after 0.3 seconds to lessen power consumption (we don't use a smaller time since oscillating between high and low resolution breaks timer accuracy on XP).
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleThread.java | 122 * thread ID in the low 16 bits and somehow serialize the top 16 bits.)
|
/frameworks/base/location/java/android/location/ |
Criteria.java | 36 * A constant indicating a low power requirement.
|
/frameworks/base/media/libmedia/ |
autodetect.cpp | 851 int low = 0; local 854 while (low < high) { 855 int i = (low + high) / 2; 860 low = i + 1;
|
/frameworks/base/obex/javax/obex/ |
PrivateOutputStream.java | 76 * written is the eight low-order bits of the argument b. The 24 high-order
|
/frameworks/base/services/java/com/android/server/am/ |
EventLogTags.logtags | 48 # Reporting to applications that memory is low
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmpcispi.c | 2 * Broadcom SPI over PCI-SPI Host Controller, low-level hardware driver 165 /* Interrupts are active low. */ 554 SPIPCI_ANDREG(osh, ®s->spih_gpio_data, ~SPIH_CS); /* Set GPIO CS# Low (asserted) */ 576 SPIPCI_ANDREG(osh, ®s->spih_gpio_data, ~0x00000020); /* Set GPIO 5 Low */
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
sdio.h | 123 #define SDIO_CAP_4BLS 0x80 /* 4-bit support for low speed card */ 124 #define SDIO_CAP_LSC 0x40 /* low speed card */ 143 #define SDIO_SEPINT_ACT_HI 0x04 /* use active high interrupt level instead of active low */ 212 #define SDIOD_PWR_SEL_EPS 0x02 /* enable power selection (low-current mode) */
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr_manualSM.c | 46 * The Roaming triggers are: Low RSSI, PER, consecutive No ACK on TX,
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrlParams.c | 125 * The low threshold triggers event only when crossed downward (traffic decreased below threshold). 127 * The high threshold should be greater than the low threshold. 141 /* crossing below the low threshold */ 152 TRACE3(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, "crossed below low threshold !!! prevUsage = %d, currUsage = %d, lowCreditThreshold = %d\n", prevUsage, currUsage, lowCreditThreshold); [all...] |
/packages/apps/Email/src/com/android/exchange/utility/ |
SimpleIcsWriter.java | 38 * Low level method to write a line, performing line-folding if necessary.
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_endian.h | 152 /* Separate into high and low 32-bit values and swap them */
|
SDL_syswm.h | 79 low level system it is using, and will be one of SDL_SYSWM_TYPE.
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_endian.h | 152 /* Separate into high and low 32-bit values and swap them */
|
SDL_syswm.h | 79 low level system it is using, and will be one of SDL_SYSWM_TYPE.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-g++.1 | 115 . \" for low resolution devices (crt and lpr)
|
arm-eabi-gcc.1 | 115 . \" for low resolution devices (crt and lpr)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gcc-plugin.h | 36 PLUGIN_CXX_CP_PRE_GENERICIZE, /* Allows to see low level AST in C++ FE. */
|
tree-ssa-sccvn.h | 143 unsigned int low; member in struct:vn_ssa_aux
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_syswm.h | 75 low level system it is using, and will be one of SDL_SYSWM_TYPE.
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_endian.h | 152 /* Separate into high and low 32-bit values and swap them */
|
SDL_syswm.h | 79 low level system it is using, and will be one of SDL_SYSWM_TYPE.
|
/system/core/libpixelflinger/ |
t32cb16blend.S | 29 * pixels, with the even one in the low-16 bits, and the odd one in the
|
/system/extras/libpagemap/include/pagemap/ |
pagemap.h | 129 unsigned long low, unsigned long hi,
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
console.h | 73 U32 low_val; /* Low val for range checking */
|