HomeSort by relevance Sort by last modified time
    Searched refs:token (Results 176 - 200 of 4235) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
112 def prepare_self(next, token):
118 def prepare_descendant(next, token):
119 token = next()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
112 def prepare_self(next, token):
118 def prepare_descendant(next, token):
119 token = next()
    [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
112 def prepare_self(next, token):
118 def prepare_descendant(next, token):
119 token = next(
    [all...]
  /external/python/cpython3/Lib/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
111 def prepare_self(next, token):
116 def prepare_descendant(next, token):
118 token = next(
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
google_auth_provider_test.cc 41 string* token, uint64* expiration_timestamp_sec) override {
43 *token = return_token;
48 /// Retrieves a bearer token using a refresh token.
50 Json::Value json, StringPiece oauth_server_uri, string* token,
53 *token = return_token;
97 oauth_client->return_token = "fake-token";
100 string token; local
101 TF_EXPECT_OK(provider.GetToken(&token));
102 EXPECT_EQ("fake-token", token)
134 string token; local
178 string token; local
204 string token; local
224 string token; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
112 def prepare_self(next, token):
118 def prepare_descendant(next, token):
119 token = next(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
112 def prepare_self(next, token):
118 def prepare_descendant(next, token):
119 token = next(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
112 def prepare_self(next, token):
118 def prepare_descendant(next, token):
119 token = next(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 74 for token in xpath_tokenizer_re.findall(pattern):
75 tag = token[1]
81 yield token[0], "{%s}%s" % (namespaces[prefix], uri)
85 yield token
96 def prepare_child(next, token):
97 tag = token[1]
105 def prepare_star(next, token):
112 def prepare_self(next, token):
118 def prepare_descendant(next, token):
119 token = next(
    [all...]
  /system/keymaster/tests/
keymaster_enforcement_test.cpp 54 bool auth_token_timed_out(const hw_auth_token_t& token, uint32_t timeout) const override {
55 return current_time_ > ntoh(token.timestamp) + timeout;
574 hw_auth_token_t token; local
575 memset(&token, 0, sizeof(token));
576 token.version = HW_AUTH_TOKEN_VERSION;
577 token.challenge = 99;
578 token.user_id = 9;
579 token.authenticator_id = 0;
580 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD))
597 hw_auth_token_t token; local
626 hw_auth_token_t token; local
650 hw_auth_token_t token; local
677 hw_auth_token_t token; local
706 hw_auth_token_t token; local
735 hw_auth_token_t token; local
758 hw_auth_token_t token; local
811 hw_auth_token_t token; local
836 hw_auth_token_t token; local
886 hw_auth_token_t token; local
    [all...]
  /external/turbine/javatests/com/google/turbine/parse/
JavacLexer.java 36 List<Tokens.Token> tokens = new ArrayList<>();
39 tokens.add(scanner.token());
40 } while (scanner.token().kind != Tokens.TokenKind.EOF);
43 new Function<Tokens.Token, String>() {
45 public String apply(Tokens.Token token) {
46 return printToken(input, token);
51 private static String printToken(String input, Tokens.Token token) {
52 switch (token.kind)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t001lexer.py 27 token = lexer.nextToken()
28 self.failUnlessEqual(token.type, self.lexerModule.ZERO)
30 token = lexer.nextToken()
31 self.failUnlessEqual(token.type, self.lexerModule.EOF)
38 types = [token.type for token in lexer]
48 token = lexer.nextToken()
t002lexer.py 27 token = lexer.nextToken()
28 self.failUnlessEqual(token.type, self.lexerModule.ZERO)
30 token = lexer.nextToken()
31 self.failUnlessEqual(token.type, self.lexerModule.ONE)
33 token = lexer.nextToken()
34 self.failUnlessEqual(token.type, self.lexerModule.EOF)
42 token = lexer.nextToken()
  /external/icu/icu4c/source/test/intltest/
tokiter.cpp 28 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) {
32 token.truncate(0);
43 if (!nextToken(token, ec)) {
57 * Read the next token from 'this->line' and append it to 'token'.
62 * @param token the token is appended to this StringBuffer
64 * @return TRUE if a valid token is found, or FALSE if the end
67 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) {
82 token.append(c)
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Preprocessor.cpp 23 #include "Token.h"
78 void Preprocessor::lex(Token *token)
83 mImpl->macroExpander.lex(token);
84 switch (token->type)
89 case Token::PP_HASH:
92 case Token::PP_NUMBER:
94 token->location, token->text);
96 case Token::PP_OTHER
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex_test.go 36 token string
41 token: "foo",
46 token: "foo",
51 token: "FOO",
56 token: "bar",
61 token: "FOO",
66 token: "FOO",
71 token: "FOO",
76 token: "FOO",
81 token: "FOO"
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex_test.go 36 token string
41 token: "foo",
46 token: "foo",
51 token: "FOO",
56 token: "bar",
61 token: "FOO",
66 token: "FOO",
71 token: "FOO",
76 token: "FOO",
81 token: "FOO"
    [all...]
  /bionic/libc/bionic/
mntent.cpp 78 char* token = mnt->mnt_opts; local
82 while (token) {
83 char* const tokenEnd = token + optLen;
86 if (memcmp(token, opt, optLen) == 0 &&
88 return token;
91 token = strchr(token, ',');
92 if (token) token++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPerf.h 57 IN UINT16 *Token,
70 Token - TODO: add argument description
85 IN UINT16 *Token,
98 Token - TODO: add argument description
113 IN UINT16 *Token,
128 Token - TODO: add argument description
143 #define PERF_START(handle, token, host, ticker) StartMeasure (handle, token, host, ticker)
144 #define PERF_END(handle, token, host, ticker) EndMeasure (handle, token, host, ticker)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
UnknownAppVisibilityControllerTest.java 47 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); local
48 sWm.mUnknownAppVisibilityController.notifyLaunched(token);
49 sWm.mUnknownAppVisibilityController.notifyAppResumedFinished(token);
50 sWm.mUnknownAppVisibilityController.notifyRelayouted(token);
75 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); local
76 sWm.mUnknownAppVisibilityController.notifyLaunched(token);
83 final AppWindowToken token = WindowTestUtils.createTestAppWindowToken(mDisplayContent); local
84 sWm.mUnknownAppVisibilityController.notifyLaunched(token);
85 sWm.mUnknownAppVisibilityController.appRemovedOrHidden(token);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
UnwantedTokenException.js 1 /** An extra token while parsing a TokenStream */
13 return this.token;
17 if ( this.expecting===org.antlr.runtime.Token.INVALID_TOKEN_TYPE ) {
20 if ( !org.antlr.lang.isValue(this.token) ) {
23 return "UnwantedTokenException(found="+this.token.getText()+exp+")";
  /external/llvm/test/MC/Mips/
set-at-noat-bad-syntax.s 5 # CHECK: error: unexpected token, expected equals sign
11 # CHECK: error: unexpected token, expected dollar sign '$'
14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
26 # CHECK: error: unexpected token, expected end of statement
29 # CHECK: error: unexpected token, expected end of statement
  /external/perf_data_converter/src/quipper/
string_utils.cc 26 string token; local
27 while (std::getline(ss, token, delimiter)) tokens->push_back(token);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
EnhancedDisassembly.h 77 Encapsulates a token from the disassembly of an instruction.
254 Retrieves a token from an instruction. The token is valid until the
256 @param token A pointer to be filled in with the token.
258 @param index The index of the token in the instruction.
261 int EDGetToken(EDTokenRef *token,
267 Gets the disassembled text for a token.
269 string. (The string becomes invalid when the token is released.)
270 @param token The token to be queried
458 typedef int (^EDTokenVisitor_t)(EDTokenRef token); variable
    [all...]

Completed in 841 milliseconds

1 2 3 4 5 6 78 91011>>