HomeSort by relevance Sort by last modified time
    Searched refs:TokenStatus (Results 1 - 5 of 5) sorted by null

  /external/ImageMagick/MagickWand/
script-token.h 32 } TokenStatus;
57 TokenStatus
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
SockImpl.h 25 @param[in] TokenStatus The status to be sent with the event.
28 #define SIGNAL_TOKEN(Token, TokenStatus) \
30 (Token)->Status = (TokenStatus); \
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockImpl.h 24 @param TokenStatus The status to be sent with the event.
27 #define SIGNAL_TOKEN(Token, TokenStatus) \
29 (Token)->Status = (TokenStatus); \
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 199 typedef enum TokenStatus {
206 TokenStatus status;
207 virtual TokenStatus setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len);
dtptngen.cpp     [all...]

Completed in 90 milliseconds