HomeSort by relevance Sort by last modified time
    Searched defs:SetToken (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
cloud_print_token_store.cc 29 void CloudPrintTokenStore::SetToken(const std::string& token) {
  /external/chromium_org/gpu/command_buffer/service/
mocks.cc 35 void AsyncAPIMock::SetToken(unsigned int command,
41 const cmd::SetToken* args =
42 static_cast<const cmd::SetToken*>(_args);
command_buffer_service.cc 159 void CommandBufferService::SetToken(int32 token) {
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 97 void MockCommandBufferBase::SetToken(int32 token) {
ring_buffer_test.cc 44 api_mock_->SetToken(cmd::kSetToken, 1, *it);
50 void SetToken(unsigned int command,
58 api_mock_->SetToken(cmd::kSetToken, 1, _args);
68 // Forward the SetToken calls to the engine
70 .WillRepeatedly(DoAll(Invoke(this, &BaseRingBufferTest::SetToken),
123 // and SetToken are properly forwarded to the engine.
cmd_buffer_helper.h 198 void SetToken(uint32 token) {
199 cmd::SetToken* cmd = GetCmdSpace<cmd::SetToken>();
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 158 OP(SetToken) /* 1 */ \
209 // The SetToken command puts a token in the command stream that you can
211 struct SetToken {
212 typedef SetToken ValueType;
234 COMPILE_ASSERT(sizeof(SetToken) == 8, Sizeof_SetToken_is_not_8);
235 COMPILE_ASSERT(offsetof(SetToken, header) == 0,
237 COMPILE_ASSERT(offsetof(SetToken, token) == 4,
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 509 procedure SetToken(const Value: IToken);
598 property Token: IToken read GetToken write SetToken;
    [all...]

Completed in 124 milliseconds