OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msg_string
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.c
70
LLVMValueRef
msg_string
;
local
72
msg_string
= lp_build_const_string(gallivm, msg);
85
args[1] =
msg_string
;
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c
70
LLVMValueRef
msg_string
;
local
72
msg_string
= lp_build_const_string(gallivm, msg);
85
args[1] =
msg_string
;
/external/srtp/crypto/test/
auth_driver.c
172
uint16_t *
msg_string
;
local
175
msg_string
= (uint16_t *) crypto_alloc(msg_len_octets);
176
if (
msg_string
== NULL)
179
msg_string
[i] = (uint16_t) random();
184
free(
msg_string
);
190
auth_compute(a, (uint8_t *)
msg_string
, msg_len_octets, (uint8_t *)result);
194
free(
msg_string
);
/external/chromium_org/content/test/
mock_google_streaming_server.cc
99
std::string
msg_string
;
local
100
proto_event.SerializeToString(&
msg_string
);
104
uint32 prefix = HostToNet32(checked_numeric_cast<uint32>(
msg_string
.size()));
105
msg_string
.insert(0, reinterpret_cast<char*>(&prefix), sizeof(prefix));
107
SimulateServerResponse(true,
msg_string
);
/external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc
488
std::string
msg_string
;
local
489
msg.SerializeToString(&
msg_string
);
493
uint32 prefix = HostToNet32(checked_numeric_cast<uint32>(
msg_string
.size()));
494
msg_string
.insert(0, reinterpret_cast<char*>(&prefix), sizeof(prefix));
496
return
msg_string
;
Completed in 82 milliseconds