OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetToken
(Results
1 - 11
of
11
) 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
19
void AsyncAPIMock::
SetToken
(unsigned int command,
25
const cmd::
SetToken
* args =
26
static_cast<const cmd::
SetToken
*>(_args);
command_buffer_service.cc
172
void CommandBufferService::
SetToken
(int32 token) {
in_process_command_buffer.cc
697
void InProcessCommandBuffer::
SetToken
(int32 token) { NOTREACHED(); }
/external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc
96
void MockCommandBufferBase::
SetToken
(int32 token) {
cmd_buffer_helper.h
142
void
SetToken
(uint32 token) {
143
cmd::
SetToken
* cmd = GetCmdSpace<cmd::
SetToken
>();
ring_buffer_test.cc
43
api_mock_->
SetToken
(cmd::kSetToken, 1, *it);
49
void
SetToken
(unsigned int command,
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/ppapi/proxy/
ppapi_command_buffer_proxy.cc
188
void PpapiCommandBufferProxy::
SetToken
(int32 token) {
/external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc
354
void CommandBufferProxyImpl::
SetToken
(int32 token) {
/external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h
152
OP(
SetToken
) /* 1 */ \
202
// The
SetToken
command puts a token in the command stream that you can
204
struct
SetToken
{
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,
/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 750 milliseconds