OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_result
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/base/test/expectations/
expectation.cc
19
bool ResultFromString(const base::StringPiece& result, Result*
out_result
) {
21
*
out_result
= RESULT_FAILURE;
23
*
out_result
= RESULT_TIMEOUT;
25
*
out_result
= RESULT_CRASH;
27
*
out_result
= RESULT_SKIP;
29
*
out_result
= RESULT_PASS;
expectation.h
36
// |
out_result
|. Returns true on success and false on error.
38
Result*
out_result
) WARN_UNUSED_RESULT;
/external/chromium_org/net/disk_cache/simple/
simple_index_file.cc
256
SimpleIndexLoadResult*
out_result
) {
260
index_file_,
out_result
);
287
SimpleIndexLoadResult*
out_result
) {
290
SyncLoadFromDisk(index_file_path, &last_cache_seen_by_index,
out_result
);
294
if (!
out_result
->did_load) {
315
SyncRestoreFromDisk(cache_directory, index_file_path,
out_result
);
319
out_result
->entries.size());
326
out_result
->entries.size());
333
SimpleIndexLoadResult*
out_result
) {
334
out_result
->Reset()
347
out_result
);
local
[
all
...]
simple_index_file.h
86
SimpleIndexLoadResult*
out_result
);
109
SimpleIndexLoadResult*
out_result
);
114
SimpleIndexLoadResult*
out_result
);
134
SimpleIndexLoadResult*
out_result
);
158
SimpleIndexLoadResult*
out_result
);
simple_synchronous_entry.h
145
int*
out_result
) const;
149
int*
out_result
);
153
int*
out_result
) const;
158
int*
out_result
);
163
int*
out_result
);
166
int*
out_result
);
240
// |*
out_result
| on failure.
241
bool InitializeCreatedFile(int index, CreateEntryResult*
out_result
);
simple_synchronous_entry.cc
294
int*
out_result
) const {
313
*
out_result
= bytes_read;
315
*
out_result
= net::ERR_CACHE_READ_FAILURE;
323
int*
out_result
) {
343
*
out_result
= net::ERR_CACHE_WRITE_FAILURE;
350
*
out_result
= net::ERR_CACHE_WRITE_FAILURE;
357
*
out_result
= net::ERR_CACHE_WRITE_FAILURE;
370
*
out_result
= net::ERR_CACHE_WRITE_FAILURE;
380
*
out_result
= net::ERR_CACHE_WRITE_FAILURE;
393
*
out_result
= net::ERR_CACHE_WRITE_FAILURE
[
all
...]
/external/chromium_org/net/quic/crypto/
curve25519_key_exchange.cc
64
string*
out_result
) const {
74
out_result
->assign(reinterpret_cast<char*>(result), sizeof(result));
p256_key_exchange_openssl.cc
82
string*
out_result
) const {
107
out_result
->assign(reinterpret_cast<char*>(result), sizeof(result));
p256_key_exchange_nss.cc
159
string*
out_result
) const {
221
out_result
->assign(reinterpret_cast<char*>(key_data->data), key_data->len);
/external/chromium_org/net/quic/
quic_utils.h
31
// FindMutualTag sets |
out_result
| to the first tag in the priority list that
43
QuicTag*
out_result
,
quic_utils.cc
66
QuicTag*
out_result
,
92
*
out_result
= priority_tags[i];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_vs.c
104
struct svga_shader_result **
out_result
)
141
*
out_result
= result;
svga_state_fs.c
106
struct svga_shader_result **
out_result
)
143
*
out_result
= result;
/external/mesa3d/src/gallium/drivers/svga/
svga_state_vs.c
104
struct svga_shader_result **
out_result
)
141
*
out_result
= result;
svga_state_fs.c
106
struct svga_shader_result **
out_result
)
143
*
out_result
= result;
Completed in 1231 milliseconds