HomeSort by relevance Sort by last modified time
    Searched defs:token (Results 276 - 300 of 2101) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 159 public void token(GrammarAST t) { method in class:GrammarSerializerFoo
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 156 String token = ""; local
160 token = tokenizer.nextToken();
164 (token.equals(" ") || token.equals("\t") || token.equals("=")))
167 String name = token;
170 token = tokenizer.nextToken();
172 (token.equals(" " ) || token.equals("\t") || token.equals("="))
    [all...]
  /external/curl/tests/libtest/
stub_gssapi.c 78 /* The token will be encoded in base64 */
81 char *token = NULL; local
191 token = malloc(length);
192 if(!token) {
198 /* Token format: creds:target:type:padding */
199 used = snprintf(token, length, "%s:%s:%d:", creds,
203 free(token);
210 memset(token + used, 'A', length - used);
214 output_token->value = token;
  /external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
ProducerFactoryTest.java 64 ProducerToken token = ProducerToken.create(SimpleProducerModule_StrFactory.class); local
70 order.verify(componentMonitor).producerMonitorFor(token);
90 ProducerToken token = ProducerToken.create(SimpleProducerModule_SettableFutureStrFactory.class); local
101 order.verify(componentMonitor).producerMonitorFor(token);
117 ProducerToken token = ProducerToken.create(SimpleProducerModule_SettableFutureStrFactory.class); local
128 order.verify(componentMonitor).producerMonitorFor(token);
150 ProducerToken token = ProducerToken.create(SimpleProducerModule_ThrowingProducerFactory.class); local
158 order.verify(componentMonitor).producerMonitorFor(token);
  /external/deqp/external/openglcts/modules/gl/
gl4cLimitsTests.cpp 36 deUint32 token; member in struct:gl4cts::Limit
238 addChild(new glcts::LimitCase<GLint>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
244 addChild(new glcts::LimitCase<GLint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
250 addChild(new glcts::LimitCase<GLuint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
256 addChild(new glcts::LimitCase<GLfloat>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
262 addChild(new glcts::LimitCase<tcu::IVec3>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
  /external/dhcpcd-6.8.2/
auth.h 48 struct token { struct
49 TAILQ_ENTRY(token) next;
58 TAILQ_HEAD(token_head, token);
72 struct token *token; member in struct:authstate
73 struct token *reconf;
78 const struct token * dhcp_auth_validate(struct authstate *,
83 ssize_t dhcp_auth_encode(struct auth *, const struct token *,
  /external/e2fsprogs/contrib/android/
e2fsdroid.c 67 char *token; local
87 token = strtok(optarg, ",");
88 while (token) {
95 seopt_file[nr_opt].value = absolute_path(token);
97 token = strtok(NULL, ",");
  /external/f2fs-tools/fsck/
main.c 416 char *token; local
443 token = strtok(optarg, ",");
444 while (token) {
453 absolute_path(token);
455 token = strtok(NULL, ",");
  /external/golang-protobuf/proto/
text_parser.go 64 type token struct { type
72 func (t *token) String() string {
84 cur token
334 // Back off the parser by one token. Can only be done between calls to next().
338 // Advances the parser and returns the new current token.
339 func (p *textParser) next() *token {
407 // Consume a ':' from the input stream (if the next token is a colon),
714 // If extension name or type url is quoted, it's a single token.
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 71 const string &token,
88 if (token == "+")
90 else if (token == "-")
92 else if (token == "*")
94 else if (token == "/")
96 else if (token == "%")
98 else if (token == "@")
107 "operation " << token << ": " << expression;
143 } else if (token == "^") {
166 } else if (token == "=")
210 string token; local
319 string token; local
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 56 Object token; local
66 token = x.nextContent();
67 if (token == XML.LT) {
68 token = x.nextToken();
69 if (token instanceof Character) {
70 if (token == XML.SLASH) {
74 token = x.nextToken();
75 if (!(token instanceof String)) {
78 token + "'.");
83 return token;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterNameReader.java 71 char token[] = ICUBinary.getChars(m_byteBuffer_, count, 0); local
75 data.setToken(token, tokenstr);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestInputDataStructure.java 41 private String token = null; field in class:TestInputDataStructure
131 * @return Returns the token.
134 return token;
137 * @param token The token to set.
139 public void setToken(String token) {
140 this.token = token;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterNameReader.java 71 char token[] = ICUBinary.getChars(m_byteBuffer_, count, 0); local
75 data.setToken(token, tokenstr);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestInputDataStructure.java 38 private String token = null; field in class:TestInputDataStructure
128 * @return Returns the token.
131 return token;
134 * @param token The token to set.
136 public void setToken(String token) {
137 this.token = token;
  /external/iptables/extensions/
libxt_bpf.c 83 const char *token; local
102 token = bpf_program;
103 while ((token = strchr(token, separator)) && (++token)[0]) {
108 if (sscanf(token, "%hu %hhu %hhu %u,",
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 25 import com.google.clearsilver.jsilver.syntax.node.Token;
74 } else if (node instanceof Token) {
75 Token token = (Token) node; local
76 String tokenType = token.getClass().getSimpleName().substring(1);
77 return tokenType + " [line:" + token.getLine() + ",pos:" + token.getPos() + "] \""
78 + escape(token.getText()) + "\"";
  /external/libchrome/base/strings/
string_tokenizer.h 17 // refer to the next token in the input string. The user may optionally
33 // printf("%s\n", t.token().c_str());
50 // printf("%s\n", t.token().c_str());
86 // printf("%s: %s\n", label, t.token().c_str());
127 // before calling any of the token* methods.
140 // Returns true if token is a delimiter. When the tokenizer is constructed
142 // returned token is actually a delimiter.
146 // value of the token.
149 str token() const { return str(token_begin_, token_end_); } function in class:base::StringTokenizerT
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 222 base::UnguessableToken token = base::UnguessableToken::Create(); local
224 ptr->BounceNonce(token, ExpectResponse(&token, run_loop.QuitClosure()));
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlSanitizer.java 135 HtmlToken token = lexer.next(); local
136 switch (token.type) {
139 Encoding.decodeHtml(html.substring(token.start, token.end)));
143 html.substring(token.start, token.end)));
146 if (html.charAt(token.start + 1) == '/') { // A close tag.
148 html.substring(token.start + 2, token.end)));
187 html.substring(token.start + 1, token.end))
    [all...]
  /external/proguard/src/proguard/ant/
ClassSpecificationElement.java 213 String token = tokenizer.nextToken(); local
215 if (token.startsWith("!") ^ set)
217 String strippedToken = token.startsWith("!") ?
218 token.substring(1) :
219 token;
  /external/rmi4utils/rmihidtool/
main.cpp 113 char token[256]; local
124 memset(token, 0, 256);
128 find_token(start, token, sizeof(token), &end);
129 int mode = strtol(token, NULL, 0);
140 find_token(start, token, sizeof(token), &end);
142 unsigned int addr = strtol(token, NULL, 0);
143 find_token(start, token, sizeof(token), &end)
207 char token[256]; local
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 33 # Regular expression used to match valid token names
45 # Exception thrown when invalid token encountered and no default error
52 # Token class
67 # token() - Get the next token
247 # token() - Return the next token from the Lexer
253 def token(self): member in class:Lexer
274 # Create a token for return
287 # If no token type was set, it's an ignored toke
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
GithubFeedbackTask.java 63 String token = sendFeedback(myParams); local
64 myCallback.consume(token);
72 InputStream stream = GithubFeedbackTask.class.getClassLoader().getResourceAsStream("token");
102 String token = getToken(); local
103 if (token != null) {
104 httpURLConnection.setRequestProperty("Authorization", "token " + token);
  /external/strace/
filter_qualify.c 82 parse_inject_token(const char *const token, struct inject_opts *const fopts,
88 if ((val = STR_STRIP_PREFIX(token, "when=")) != token) {
118 } else if ((val = STR_STRIP_PREFIX(token, "error=")) != token) {
129 && (val = STR_STRIP_PREFIX(token, "retval=")) != token) {
152 && (val = STR_STRIP_PREFIX(token, "signal=")) != token) {
178 char *token; local
    [all...]

Completed in 664 milliseconds

<<11121314151617181920>>