HomeSort by relevance Sort by last modified time
    Searched refs:Token (Results 251 - 275 of 1327) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
SockInterface.c 21 @param[in] List Pointer to the token list to be searched.
44 if (Event == SockToken->Token->Event) {
92 Buffer a token into the specific list of the socket Sock.
95 @param[in] List Pointer to the list to store the token.
96 @param[in] Token Pointer to the token to be buffered.
97 @param[in] DataLen The data length of the buffer contained in Token.
99 @return Pointer to the token that wraps Token. If NULL, an error condition occurred.
106 IN VOID *Token,
    [all...]
  /external/libtextclassifier/utils/
token-feature-extractor_test.cc 17 #include "utils/token-feature-extractor.h"
49 extractor.Extract(Token{"Hello", 0, 5}, true, &sparse_features,
77 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
119 extractor.Extract(Token{"Hello", 0, 5}, true, &sparse_features,
128 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
148 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features,
176 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
218 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features,
227 extractor.Extract(Token{"world!", 23, 29}, false, &sparse_features,
248 extractor.Extract(Token{"H?lló", 0, 5}, true, &sparse_features
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
Performance.h 29 CHAR8 Token[PEI_PERFORMANCE_STRING_SIZE]; ///< Measured token string name.
54 CHAR8 Token[PERF_TOKEN_SIZE];
94 CHAR8 Token[DXE_PERFORMANCE_STRING_SIZE]; ///< Measured token string name.
102 CHAR8 Token[DXE_PERFORMANCE_STRING_SIZE]; ///< Measured token string name.
161 The added record contains the Handle, Token, and Module.
169 @param Token The pointer to a Null-terminated ASCII string
183 IN CONST CHAR8 *Token, OPTIONAL
    [all...]
  /external/ImageMagick/MagickWand/tests/
script-token-test-data.txt 11 This\ is' a 'single" token"
53 "Last Token before EOF"
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
Tree.java 30 import org.antlr.runtime.Token;
40 * even use Token objects as trees if you add a child list to your tokens.
45 public static final Tree INVALID_NODE = new CommonTree(Token.INVALID_TOKEN);
57 /** Is there is a node above with token type ttype? */
60 /** Walk upwards and get first ancestor with this token type. */
98 /** What is the smallest token index (indexing from 0) for this node
105 /** What is the largest token index (indexing from 0) for this node
114 /** Return a token type; needed for tree parsing */
119 /** In case we don't have a token payload, what is the line for errors? */
  /external/antlr/runtime/ObjC/Framework/
Token.h 50 @protocol Token < NSObject, NSCopying >
58 + (id<Token>) eofToken;
77 // explicitely change the channel this Token is on. The default parser implementation
83 // the index of this Token into the TokenStream
Lexer.h 33 #import "Token.h"
58 - (id<Token>)getToken;
59 - (void) setToken: (id<Token>) aToken;
60 - (id<Token>) nextToken;
67 - (void) emit:(id<Token>)aToken;
UnwantedTokenException.h 43 - (id<Token>)getUnexpectedToken;
  /external/libtextclassifier/actions/
feature-processor.h 25 #include "utils/token-feature-extractor.h"
48 // Extracts the features of a token and appends them to the output vector.
49 bool AppendTokenFeatures(const Token& token,
55 bool AppendTokenFeatures(const std::vector<Token>& tokens,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentTypeParser.java 67 Token type = lexer.getNextToken();
74 Token subType = lexer.getNextToken();
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DirectiveToken.java 23 public final class DirectiveToken<T> extends Token {
55 public Token.ID getTokenId() {
ScalarToken.java 20 public final class ScalarToken extends Token {
54 public Token.ID getTokenId() {
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.cpp 17 #include "Token.h"
38 Token token; local
39 token.type = Token::CONST_INT;
40 token.text = std::to_string(value);
46 macro->replacements.push_back(token);
  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.h 63 // a single delimiter character. An empty string produces an empty token
70 void include(const std::string &Token);
71 void exclude(const std::string &Token);
  /external/turbine/java/com/google/turbine/parse/
IteratorLexer.java 23 * A {@link Lexer} that wraps an iterator over an existing token stream.
44 public Token next() {
47 return curr.token;
49 return Token.EOF;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockInterface.c 22 @param List Pointer to the token list to be searched.
45 if (Event == SockToken->Token->Event) {
95 Buffer a token into the specific list of socket Sock.
98 @param List Pointer to the list to store the token.
99 @param Token Pointer to the token to be buffered.
100 @param DataLen The data length of the buffer contained in Token.
102 @return Pointer to the token that wraps Token. If NULL, error condition occurred.
109 IN VOID *Token,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/
Performance.h 52 UINT16 Token[EFI_PERF_TOKEN_LENGTH];
67 IN UINT16 *Token,
77 IN UINT16 *Token,
88 IN UINT16 *Token,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdBlockIo.h 138 @param[in, out] Token A pointer to the token associated with the transaction.
164 IN OUT EFI_BLOCK_IO2_TOKEN *Token,
177 @param[in, out] Token A pointer to the token associated with the transaction.
197 IN OUT EFI_BLOCK_IO2_TOKEN *Token,
206 @param[in, out] Token A pointer to the token associated with the transaction.
217 IN OUT EFI_BLOCK_IO2_TOKEN *Token
228 @param[in, out] Token A pointer to the token associated with the
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLibInternal.h 44 that contains the Handle, Token, Module and Identifier.
52 @param Token Pointer to a Null-terminated ASCII string
68 IN CONST CHAR8 *Token, OPTIONAL
79 for the first record that matches Handle, Token, Module and Identifier and has an end time value of zero.
88 @param Token Pointer to a Null-terminated ASCII string
104 IN CONST CHAR8 *Token, OPTIONAL
145 that contains the Handle, Token, and Module.
153 @param Token Pointer to a Null-terminated ASCII string
167 IN CONST CHAR8 *Token, OPTIONAL
177 for the first record that matches Handle, Token, and Module and has an end time value of zero.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLibInternal.h 47 that contains the Handle, Token, Module and Identifier.
55 @param Token Pointer to a Null-terminated ASCII string
71 IN CONST CHAR8 *Token, OPTIONAL
82 for the first record that matches Handle, Token, Module and Identifier and has an end time value of zero.
91 @param Token Pointer to a Null-terminated ASCII string
107 IN CONST CHAR8 *Token, OPTIONAL
148 that contains the Handle, Token, and Module.
156 @param Token Pointer to a Null-terminated ASCII string
170 IN CONST CHAR8 *Token, OPTIONAL
180 for the first record that matches Handle, Token, and Module and has an end time value of zero.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 477 EFI_MTFTP6_TOKEN *Token;
489 Token = Instance->Token;
490 Options = Token->OptionList;
491 Mode = Token->ModeStr;
516 FileNameLength = AsciiStrLen ((CHAR8 *) Token->Filename);
520 for (Index = 0; Index < Token->OptionCount; Index++) {
543 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Token->Filename);
555 for (Index = 0; Index < Token->OptionCount; ++Index) {
855 @param[in] Token The pointer to the Mtftp6 token.
    [all...]
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MissingTokenException.cs 40 * We were expecting a token but it's not found. The current token
89 if (_inserted != null && Token != null) {
90 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
92 if (Token != null) {
93 return "MissingTokenException(at " + Token.Text + ")";
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
MissingTokenException.cs 41 * We were expecting a token but it's not found. The current token
102 if (_inserted != null && Token != null)
104 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
106 if (Token != null)
108 return "MissingTokenException(at " + Token.Text + ")";
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs 46 * create(Token), errorNode(), and to be safe, YourTreeClass.dupNode().
58 * Tell me how to create a token for use with imaginary token nodes.
60 * token DECL, but you need to create it as a payload or whatever for
65 * If you care what the token payload objects' type is, you should
75 * Tell me how to create a token for use with imaginary token nodes.
77 * token DECL, but you need to create it as a payload or whatever for
82 * This is a variant of createToken where the new token is derived from
83 * an actual real input token. Typically this is for converting '{
    [all...]
  /external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
UnwantedTokenException.pm 12 return $self->token;
19 if ($self->expecting == ANTLR::Runtime::Token->INVALID_TOKEN_TYPE) {
26 if (defined $self->token) {
27 return "UnwantedTokenException(found=" . $self->token->get_text() . "$exp)";

Completed in 257 milliseconds

<<11121314151617181920>>