HomeSort by relevance Sort by last modified time
    Searched defs:Started (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 58 bool Started = false;
79 Started = true;
84 OS << (Started ? "," : " [")
89 Started = true;
98 OS << (Started ? "," : " [");
99 Started = true;
108 if (Started)
  /device/google/cuttlefish_common/common/libs/utils/
subprocess.h 50 // Whether the command started successfully. It only says whether the call to
53 bool Started() const {return started_;}
69 // An executable command. Multiple subprocesses can be started from the same
99 // Specify the environment for the subprocesses to be started. By default
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
EfiLdr.h 52 BOOLEAN Started; // If entrypoint has been called
  /external/llvm/lib/CodeGen/
SafeStackColoring.cpp 197 BitVector Started, Ended;
198 Started.resize(NumAllocas);
206 Started.set(AllocaNo);
217 assert(!Started.test(AllocaNo));
218 Started.set(AllocaNo);
223 if (Started.test(AllocaNo)) {
225 Started.reset(AllocaNo);
232 if (Started.test(AllocaNo))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Timer.h 71 /// print - Print the current timer to standard error, and reset the "Started"
82 /// if they are never started.
87 bool Started; // Has this time variable ever been started?
179 /// print - Print any started timers in this group and zero them.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SafeStackColoring.cpp 212 BitVector Started, Ended;
213 Started.resize(NumAllocas);
221 Started.set(AllocaNo);
232 assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart);
233 if (!Started.test(AllocaNo)) {
234 Started.set(AllocaNo);
240 if (Started.test(AllocaNo)) {
242 Started.reset(AllocaNo);
249 if (Started.test(AllocaNo))
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHcDxe.h 133 BOOLEAN Started;
387 Since ControllerHandle may have been previously started by the same driver, if a protocol is
452 @retval EFI_SUCCESS The device was started.
453 @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDxe.h 178 BOOLEAN Started;
264 Because ControllerHandle may have been previously started by the same driver, if a protocol is
329 @retval EFI_SUCCESS The device was started.
330 @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
392 Because ControllerHandle may have been previously started by the same driver, if a protocol is
457 @retval EFI_SUCCESS The device was started.
458 @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
  /external/llvm/include/llvm/CodeGen/
TargetPassConfig.h 99 bool Started;
139 /// begin at the normal point; otherwise, clear the Started flag to indicate
152 Started = (StartAfter == nullptr) && (StartBefore == nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetPassConfig.h 93 bool Started = true;
101 /// begin at the normal point; otherwise, clear the Started flag to indicate
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.h 141 BOOLEAN Started;
392 Since ControllerHandle may have been previously started by the same driver, if a protocol is
457 @retval EFI_SUCCESS The device was started.
458 @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHcDxe.h 141 BOOLEAN Started;
392 Since ControllerHandle may have been previously started by the same driver, if a protocol is
457 @retval EFI_SUCCESS The device was started.
458 @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 230 BOOLEAN Started;
241 /// Tpl of started image
243 /// Status returned by started image
245 /// Size of ExitData from started image
247 /// Pointer to exit data from started image
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
PxeBaseCode.h 193 BOOLEAN Started;
  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 545 bool Started = false;
552 Started = true;
554 if (Started) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 271 BOOLEAN Started;
315 Started field of the EFI_PXE_BASE_CODE_MODE structure is already TRUE, then
322 PXE Base Code Protocol will be started, and all of the fields of the EFI_PXE_BASE_CODE_MODE
361 that is being started. Set to TRUE for IPv6 addresses, and FALSE for
364 @retval EFI_SUCCESS The PXE Base Code Protocol was started.
368 @retval EFI_ALREADY_STARTED The PXE Base Code Protocol is already in the started state.
386 in Start() are released, the Started field of the EFI_PXE_BASE_CODE_MODE structure is
387 set to FALSE and EFI_SUCCESS is returned. If the Started field of the EFI_PXE_BASE_CODE_MODE
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 315 enabled and the STM has been started and is active. Prior to invoking
773 ENTRY_EVT_LOG_STARTED Started;
    [all...]

Completed in 1707 milliseconds