HomeSort by relevance Sort by last modified time
    Searched defs:Started (Results 1 - 15 of 15) 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)
  /system/extras/simpleperf/
workload.h 33 Started,
44 return work_state_ == Started;
  /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.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windows.foundation.h 88 Started = 0,
ks.h     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDxe.h 135 BOOLEAN Started;
209 Because ControllerHandle may have been previously started by the same driver, if a protocol is
274 @retval EFI_SUCCESS The device was started.
275 @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented.
337 Because ControllerHandle may have been previously started by the same driver, if a protocol is
402 @retval EFI_SUCCESS The device was started.
403 @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);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 231 BOOLEAN Started;
242 /// Tpl of started image
244 /// Status returned by started image
246 /// Size of ExitData from started image
248 /// Pointer to exit data from started image
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
PxeBaseCode.h 193 BOOLEAN Started;
  /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...]
  /external/syslinux/efi32/include/efi/
efipxebc.h 224 BOOLEAN Started;
  /external/syslinux/efi64/include/efi/
efipxebc.h 224 BOOLEAN Started;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipxebc.h 224 BOOLEAN Started;

Completed in 251 milliseconds