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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPITypes.h 32 Request(State S) : CurrentState{S} {}
35 Id.AddInteger(CurrentState);
39 return CurrentState == ToCompare.CurrentState;
42 const State CurrentState;
MPIBugReporter.cpp 100 if ((Req && !PrevReq) || (Req->CurrentState != PrevReq->CurrentState)) {
MPIChecker.cpp 44 if (Req && Req->CurrentState == Request::State::Nonblocking) {
115 if (Req.second.CurrentState == Request::State::Nonblocking) {
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 143 State CurrentState() {
186 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
188 EXPECT_EQ(INIT_DONE, CurrentState());
192 EXPECT_EQ(INIT_DONE, CurrentState());
201 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
203 EXPECT_EQ(INIT_DONE, CurrentState());
212 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
219 EXPECT_EQ(INIT_DONE, CurrentState());
229 EXPECT_EQ(INIT_NOT_STARTED, CurrentState());
244 EXPECT_EQ(INIT_STARTED, CurrentState());
    [all...]
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DFAPacketizer.h 77 int CurrentState;
93 CurrentState = 0;
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 62 InstrItins(I), CurrentState(0), DFAStateInputTable(SIT),
122 UnsignPair StateTrans = UnsignPair(CurrentState, InsnInput);
123 ReadTable(CurrentState);
133 UnsignPair StateTrans = UnsignPair(CurrentState, InsnInput);
134 ReadTable(CurrentState);
136 CurrentState = CachedTable[StateTrans];
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenBus.c 327 enum xenbus_state CurrentState;
337 CurrentState = AsciiStrDecimalToUintn (Temp);
339 if (CurrentState == NewState) {
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EapManagement.h 291 machine for the Port, including the current state CurrentState and the configuration
297 If CurrentState is NULL, then EFI_INVALID_PARAMETER is returned.
301 @param[out] CurrentState Returns the current state of the Supplicant PAE
315 @retval EFI_INVALID_PARAMETER CurrentState is NULL.
322 OUT EFI_EAPOL_SUPPLICANT_PAE_STATE *CurrentState,
Dhcp4.h 223 @param CurrentState The current operational state of the EFI DHCPv4 Protocol
246 IN EFI_DHCP4_STATE CurrentState,
    [all...]
Dhcp6.h 309 @param[in] CurrentState The current state of the configured IA.
327 IN EFI_DHCP6_STATE CurrentState,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 105 IN EFI_DHCP4_STATE CurrentState,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.h 357 @param CurrentState The current operational state of the EFI DHCPv4 Protocol
377 IN EFI_DHCP4_STATE CurrentState,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 157 MOUNTMGR_AUTO_MOUNT_STATE CurrentState;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.c 176 @param[in] CurrentState The current state of the DHCP4 protocol.
191 IN EFI_DHCP4_STATE CurrentState,
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.c 193 @param[in] CurrentState The current state of the DHCP4 protocol.
209 IN EFI_DHCP4_STATE CurrentState,

Completed in 1406 milliseconds

1 2