Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 125) sorted by relevance

12345

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c208 int complete = 0; in stillnessBatchComplete() local
214 complete = 1; in stillnessBatchComplete()
218 return complete; in stillnessBatchComplete()
225 return complete; in stillnessBatchComplete()
236 int complete = 0.0f; in accelStillnessDetection() local
258 return complete; in accelStillnessDetection()
276 complete = 1; in accelStillnessDetection()
282 return complete; in accelStillnessDetection()
288 int complete = 0; in accelGoodData() local
351 complete = 0; in accelGoodData()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drlcompleter.py75 def complete(self, text, state): member in Completer
170 readline.set_completer(Completer().complete)
Dcmd.py114 readline.set_completer(self.complete)
253 def complete(self, text, state): member in Cmd
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp305 complete(); in handleRx()
433 complete(); in setupMgmt()
442 complete(); in setupMgmt()
546 complete(); in handleTransfer()
593 complete(); in handleStopTransfer()
623 complete(); in handleQueryStart()
654 complete(); in handleStart()
693 complete(); in handleFinish()
726 complete(); in handleRun()
742 complete(); in handleInfo()
[all …]
Dsystem_comms.h190 void complete() { in complete() function
201 complete(); in abort()
205 complete(); in setState()
/device/linaro/bootloader/OpenPlatformPkg/
DREADME2 until such a time as a complete solution for platform support in
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
DREADME.txt14 -- A SoftFloat object file (typically `softfloat.o') containing the complete
30 targets. It is not just a matter of getting `make' to complete without
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/
DREADME5 complete source code for Python extension module. For examples of its
/device/linaro/hikey/uefi-tools/
Duefi-build.sh.bash_completion16 complete -F _uefi-build.sh uefi-build.sh
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/EarlyConfigPeim/
DEarlyConfigPeim.inf49 ## As we will clean mailbox in this module, need to wait memory init complete
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/EarlyConfigPeim/
DEarlyConfigPeimD03.inf51 ## As we will clean mailbox in this module, need to wait memory init complete
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D05/EarlyConfigPeim/
DEarlyConfigPeimD05.inf49 ## As we will clean mailbox in this module, need to wait memory init complete
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c91 bool complete = false; in moc_batch_complete() local
95 complete = true; in moc_batch_complete()
103 return complete; in moc_batch_complete()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_rlcompleter.py19 self.stdcompleter.complete('', 0)
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DCPU.asl26 // Reference Code for complete implementation details.
/device/google/crosshatch/json-c/
DREADME.md22 Make sure you have a complete `libtool` install, including `libtoolize`.
/device/google/bonito/json-c/
DREADME.md22 Make sure you have a complete `libtool` install, including `libtoolize`.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpindent.py236 def complete(self): member in PythonIndenter
340 pi.complete()
403 pi.complete()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py114 readline.set_completer(self.complete)
255 def complete(self, text, state): member in Cmd
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dspark.py89 self.T, self.complete, self.items = [], [], items
386 X.complete.append(rule)
494 for rule in self.states[state].complete:
555 for rule in self.states[state].complete:
620 for rule in self.states[state].complete:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/
DREADME4 bgen Generate complete extension modules from a
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DDwUsb3Dxe.h355 int (*complete)(unsigned actual, int status); member
627 int (*complete)(unsigned actual, int status);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.uni151 …Indicates if the machine has completed one boot cycle before. After the complete boot, BootState w…
152 … "TRUE - The complete boot cycle has not happened before.<BR>\n"
153 … "FALSE - The complete boot cycle has happened before.<BR>"
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DArmShellCmdRunAxf.uni63 "SHELL_DEVICE_ERROR The operation failed to complete.\r\n"
/device/generic/qemu/
Dinit.ranchu.rc58 #emulator is not much useful before boot complete

12345