Searched refs:SetToken (Results 1 - 25 of 33) sorted by path

12

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas509 procedure SetToken(const Value: IToken); procedure
598 property Token: IToken read GetToken write SetToken;
1817 procedure SetToken(const Value: IToken);
3833 procedure TRecognizerSharedState.SetToken(const Value: IToken);
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc284 token_store->SetToken(access_token);
H A Dcloud_print_token_store.cc29 void CloudPrintTokenStore::SetToken(const std::string& token) { function in class:cloud_print::CloudPrintTokenStore
H A Dcloud_print_token_store.h26 void SetToken(const std::string& token);
H A Dcloud_print_token_store_unittest.cc15 CloudPrintTokenStore::current()->SetToken("myclientlogintoken");
H A Dprinter_job_handler_unittest.cc486 token_store_.SetToken(kExampleCloudPrintOAuthToken);
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc354 void CommandBufferProxyImpl::SetToken(int32 token) { function in class:content::CommandBufferProxyImpl
H A Dcommand_buffer_proxy_impl.h93 virtual void SetToken(int32 token) OVERRIDE;
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.cc96 void MockCommandBufferBase::SetToken(int32 token) { function in class:gpu::MockCommandBufferBase
H A Dclient_test_helper.h40 virtual void SetToken(int32 token) OVERRIDE;
H A Dcmd_buffer_helper.cc159 cmd::SetToken* cmd = GetCmdSpace<cmd::SetToken>();
H A Dcmd_buffer_helper.h142 void SetToken(uint32 token) { function in class:gpu::CommandBufferHelper
143 cmd::SetToken* cmd = GetCmdSpace<cmd::SetToken>();
H A Dcmd_buffer_helper_test.cc274 .WillOnce(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
301 .WillOnce(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
H A Dfenced_allocator_test.cc45 // Forward the SetToken calls to the engine
47 .WillRepeatedly(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
94 // and SetToken are properly forwarded to the engine.
397 // RPC mechanism), making sure Noops are ignored and SetToken are properly
H A Dgles2_implementation_unittest.cc556 cmd::SetToken set_token1;
558 cmd::SetToken set_token2;
674 cmd::SetToken set_token1;
676 cmd::SetToken set_token2;
678 cmd::SetToken set_token3;
718 cmd::SetToken set_token1;
763 cmd::SetToken set_token1;
766 cmd::SetToken set_token2;
830 cmd::SetToken set_token1;
833 cmd::SetToken set_token
[all...]
H A Dmapped_memory_unittest.cc41 // Forward the SetToken calls to the engine
43 .WillRepeatedly(DoAll(Invoke(api_mock_.get(), &AsyncAPIMock::SetToken),
91 // and SetToken are properly forwarded to the engine.
H A Dring_buffer_test.cc43 api_mock_->SetToken(cmd::kSetToken, 1, *it);
49 void SetToken(unsigned int command, function in class:gpu::BaseRingBufferTest
57 api_mock_->SetToken(cmd::kSetToken, 1, _args);
67 // Forward the SetToken calls to the engine
69 .WillRepeatedly(DoAll(Invoke(this, &BaseRingBufferTest::SetToken),
120 // and SetToken are properly forwarded to the engine.
211 // RPC mechanism), making sure Noops are ignored and SetToken are properly
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h152 OP(SetToken) /* 1 */ \
202 // The SetToken command puts a token in the command stream that you can
204 struct SetToken { struct in namespace:gpu::cmd
205 typedef SetToken ValueType;
226 COMPILE_ASSERT(sizeof(SetToken) == 8, Sizeof_SetToken_is_not_8);
227 COMPILE_ASSERT(offsetof(SetToken, header) == 0,
229 COMPILE_ASSERT(offsetof(SetToken, token) == 4,
H A Dcommand_buffer.h119 virtual void SetToken(int32 token) = 0;
H A Dcommand_buffer_mock.h35 MOCK_METHOD1(SetToken, void(int32 token));
/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc172 void CommandBufferService::SetToken(int32 token) { function in class:gpu::CommandBufferService
H A Dcommand_buffer_service.h38 virtual void SetToken(int32 token) OVERRIDE;
H A Dcommand_buffer_service_unittest.cc144 command_buffer_->SetToken(7);
H A Dcommon_decoder.cc174 const cmd::SetToken& args) {
H A Dcommon_decoder_unittest.cc206 TEST_F(CommonDecoderTest, SetToken) {
207 cmd::SetToken cmd;

Completed in 1143 milliseconds

12