Home
last modified time | relevance | path

Searched refs:sw (Results 1 – 18 of 18) sorted by relevance

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DBaseActivity.java83 byte sw = o.getSw(); in handleSwitchMessage()
84 if (sw >= 0 && sw < 4) { in handleSwitchMessage()
85 mInputController.switchStateChanged(sw, o.getState() != 0); in handleSwitchMessage()
86 } else if (sw == 4) { in handleSwitchMessage()
DDemoKitActivity.java63 private byte sw; field in DemoKitActivity.SwitchMsg
66 public SwitchMsg(byte sw, byte state) { in SwitchMsg() argument
67 this.sw = sw; in SwitchMsg()
72 return sw; in getSw()
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm7.h1936 uint32_t ccsidr, sshift, wshift, sw; in SCB_EnableDCache() local
1950 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_EnableDCache()
1951 SCB->DCISW = sw; in SCB_EnableDCache()
1971 uint32_t ccsidr, sshift, wshift, sw; in SCB_DisableDCache() local
1987 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_DisableDCache()
1988 SCB->DCCISW = sw; in SCB_DisableDCache()
2006 uint32_t ccsidr, sshift, wshift, sw; in SCB_InvalidateDCache() local
2020 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_InvalidateDCache()
2021 SCB->DCISW = sw; in SCB_InvalidateDCache()
2038 uint32_t ccsidr, sshift, wshift, sw; in SCB_CleanDCache() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DSnp.c212 if (Pxe->sw.EntryPoint < Pxe->sw.Len) { in SimpleNetworkDriverSupported()
218 if (Pxe->sw.BusCnt == 0) { in SimpleNetworkDriverSupported()
428 if ((Pxe->sw.Implementation & PXE_ROMID_IMP_SW_VIRT_ADDR) != 0) { in SimpleNetworkDriverStart()
429 Snp->IssueUndi32Command = (ISSUE_UNDI32_COMMAND) (UINTN) Pxe->sw.EntryPoint; in SimpleNetworkDriverStart()
431 …Snp->IssueUndi32Command = (ISSUE_UNDI32_COMMAND) (UINTN) ((UINT8) (UINTN) Pxe + Pxe->sw.EntryPoint… in SimpleNetworkDriverStart()
/device/asus/fugu/
Dueventd.fugu.rc3 # Android sync framework sw driver
/device/linaro/hikey/uefi-tools/
Duefi-build.sh.bash_completion24 # ex: ts=4 sw=4 et filetype=sh
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_wsgiref.py569 sw = ssw and "Server: %s\r\n" % ssw or ""
590 re.match(stdpat%(version,sw), h.stdout.getvalue()),
591 (stdpat%(version,sw), h.stdout.getvalue())
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c1320 float sw = 0.0f; in updateModel() local
1334 sw += weight; in updateModel()
1342 ASSERT(sw > 0.0f); in updateModel()
1343 const float inv_sw = 1.0f / sw; in updateModel()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c1059 int sw; in singlestep() local
1064 sw = entersweep(L); in singlestep()
1065 return work + sw * GCSWEEPCOST; in singlestep()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1489 float sw[3]; in sendCalibrationOffsets() member
1499 accel_sw_cal_exists = getCalibrationFloat(saved_settings, ACCEL_SW_BIAS_TAG, accel.sw); in sendCalibrationOffsets()
1502 mAccelBias[0] = accel.sw[0]; in sendCalibrationOffsets()
1503 mAccelBias[1] = accel.sw[1]; in sendCalibrationOffsets()
1504 mAccelBias[2] = accel.sw[2]; in sendCalibrationOffsets()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiPxe.h853 PXE_SW_UNDI sw; member
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiPxe.h833 PXE_SW_UNDI sw; member
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c802 float sw[LSM6DSM_TRIAXIAL_NUM_AXIS]; member
3811 accelCalBiasSet(&T(accelCal) , cfgData->sw[0], cfgData->sw[1], cfgData->sw[2]); in lsm6dsm_accelCfgData()
3835 gyroCalSetBias(&T(gyroCal), cfgData->sw[0], cfgData->sw[1], cfgData->sw[2], sensorGetTime()); in lsm6dsm_gyroCfgData()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2840 float sw[3]; member
2850 accelCalBiasSet(&mTask.acc, values->sw[0], values->sw[1], values->sw[2]);
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dchange-log.md338 `sw/debugger/configdb/Boards/ARM FVP/Base_A57x4_A53x4/cadi_config.xml`.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME560 references to /sw from your .profile or .login) should solve this.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME567 references to /sw from your .profile or .login) should solve this.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin742 �%s error, syspll sw status timeout.
744 ����%s error, acpupll sw status timeout.