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

  /system/security/keystore/tests/
auth_token_table_test.cpp 65 static HardwareAuthToken make_token(uint64_t rsid, uint64_t ssid = 0, uint64_t challenge = 0, function in namespace:keystore::test
95 table.AddAuthenticationToken(make_token(1, 2));
96 table.AddAuthenticationToken(make_token(3, 4));
128 table.AddAuthenticationToken(make_token(1));
129 table.AddAuthenticationToken(make_token(2));
130 table.AddAuthenticationToken(make_token(3));
150 table.AddAuthenticationToken(make_token(1));
151 table.AddAuthenticationToken(make_token(2));
152 table.AddAuthenticationToken(make_token(3));
165 table.AddAuthenticationToken(make_token(4))
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
script.cc 248 make_token(Token::Classification c, const char* start) const function in class:gold::Lex
253 make_token(Token::Classification c, const char* v, size_t len, function in class:gold::Lex
260 make_token(int opcode, const char* start) const function in class:gold::Lex
266 { return this->make_token(Token::TOKEN_INVALID, start); }
271 { return this->make_token(Token::TOKEN_EOF, start); }
737 return this->make_token(classification, start, match - start, start);
752 return this->make_token(Token::TOKEN_QUOTED_STRING, p, skip, start);
841 return this->make_token(opcode, p);
848 return this->make_token(opcode, p);
855 return this->make_token(opcode, p)
    [all...]

Completed in 75 milliseconds