HomeSort by relevance Sort by last modified time
    Searched refs:Started (Results 1 - 25 of 29) sorted by null

1 2

  /external/valgrind/drd/tests/
std_atomic.stderr.exp 2 Started.
  /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;
workload.cpp 150 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))
TargetPassConfig.cpp 256 StopAfter(nullptr), Started(true), Stopped(false),
335 /// Started/Stopped flags indicate either that the compilation should start at
338 /// and StopAfter options and change the Started/Stopped flags accordingly.
349 Started = true;
350 if (Started && !Stopped) {
374 Started = true;
375 if (Stopped && !Started)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootImpl.c 22 used during the session that is being started.
27 @retval EFI_ALREADY_STARTED The driver is already in started state.
43 if (Private->Started) {
81 Private->Started = TRUE;
109 if (!Private->Started) {
164 if (!Private->Started) {
259 if (!Private->Started) {
268 Private->Started = FALSE;
397 // Http boot Driver has already been started but not on the required IP version, restart it.
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/swiftshader/third_party/LLVM/lib/Support/
Timer.cpp 106 Started = false;
114 Started = false;
150 Started = true;
284 // If the timer was started, move its data to TimersToPrint.
285 if (T.Started)
296 // them were started.
367 /// print - Print any started timers in this group and zero them.
371 // See if any of our timers were started, if so add them to TimersToPrint and
374 if (!T->Started) continue;
378 T->Started = 0
    [all...]
  /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/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 250 Started field of the EFI_PXE_BASE_CODE_MODE structure is already TRUE, then
257 PXE Base Code Protocol will be started, and all of the fields of the EFI_PXE_BASE_CODE_MODE
296 that is being started. Set to TRUE for IPv6 addresses, and FALSE for
299 @retval EFI_SUCCESS The PXE Base Code Protocol was started.
303 @retval EFI_ALREADY_STARTED The PXE Base Code Protocol is already in the started state.
328 if (Mode->Started) {
367 Mode->Started = TRUE;
415 //the active state, If the DHCP4 D.O.R.A started by IP4 auto
450 Mode->Started = FALSE;
463 in Start() are released, the Started field of the EFI_PXE_BASE_CODE_MODE structure is
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 23 Started field of the EFI_PXE_BASE_CODE_MODE structure is already TRUE, then
30 PXE Base Code Protocol will be started.
34 used during the session that is being started.
37 @retval EFI_SUCCESS The PXE Base Code Protocol was started.
41 @retval EFI_ALREADY_STARTED The PXE Base Code Protocol is already in the started state.
67 if (Mode->Started) {
210 //the active state, If the DHCP4 D.O.R.A started by IP4 auto
243 Mode->Started = TRUE;
275 in Start() are released, the Started field of the EFI_PXE_BASE_CODE_MODE structure is
276 set to FALSE, and EFI_SUCCESS is returned. If the Started field of the EFI_PXE_BASE_CODE_MODE
    [all...]
  /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/valgrind/auxprogs/
nightly-build-summary 133 if ($line =~ /^Started at[ ]+([^ ]+)/) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 861 if (Image->Started) {
    [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;
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 204 get started.</b></p>
221 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
222 about how to set up the preview SDK and get started.</p>
  /build/make/tools/droiddoc/templates-sac/
sdkpage.cs 451 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
452 about how to set up the preview SDK and get started.</p>
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windows.foundation.h 88 Started = 0,

Completed in 2712 milliseconds

1 2