Home
last modified time | relevance | path

Searched defs:SetToken (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dcmd_buffer_common.h211 struct SetToken { struct
212 typedef SetToken ValueType; argument
213 static const CommandId kCmdId = kSetToken; argument
234 COMPILE_ASSERT(sizeof(SetToken) == 8, Sizeof_SetToken_is_not_8); argument
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_token_store.cc29 void CloudPrintTokenStore::SetToken(const std::string& token) { in SetToken() function in cloud_print::CloudPrintTokenStore
/external/chromium_org/gpu/command_buffer/service/
Dmocks.cc35 void AsyncAPIMock::SetToken(unsigned int command, in SetToken() function in gpu::AsyncAPIMock
Dcommand_buffer_service.cc159 void CommandBufferService::SetToken(int32 token) { in SetToken() function in gpu::CommandBufferService
Dcommon_decoder_unittest.cc207 TEST_F(CommonDecoderTest, SetToken) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dclient_test_helper.cc97 void MockCommandBufferBase::SetToken(int32 token) { in SetToken() function in gpu::MockCommandBufferBase
Dring_buffer_test.cc50 void SetToken(unsigned int command, in SetToken() function in gpu::BaseRingBufferTest
Dcmd_buffer_helper.h198 void SetToken(uint32 token) { in SetToken() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas509 procedure SetToken(const Value: IToken); procedure
3833 procedure TRecognizerSharedState.SetToken(const Value: IToken); procedure