HomeSort by relevance Sort by last modified time
    Searched full:out_result (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_index_file.cc 187 SimpleIndexLoadResult* out_result) {
190 index_file_, out_result);
225 SimpleIndexLoadResult* out_result) {
227 const SimpleIndex::EntrySet& entries = out_result->entries;
254 SyncLoadFromDisk(index_file_path, out_result);
258 out_result->did_load ? entries.size() : 0);
259 if (!out_result->did_load)
266 if (!out_result->did_load) {
268 SyncRestoreFromDisk(cache_directory, index_file_path, out_result);
284 if (out_result->flush_required
312 index_file_map.length(), out_result); local
    [all...]
simple_synchronous_entry.h 92 int* out_result);
105 int* out_result) const;
109 int* out_result) const;
113 int* out_result) const;
simple_synchronous_entry.cc 253 int* out_result) {
256 *out_result = deleted_well ? net::OK : net::ERR_FAILED;
273 int* out_result) const {
288 *out_result = bytes_read;
290 *out_result = net::ERR_CACHE_READ_FAILURE;
298 int* out_result) const {
313 *out_result = net::ERR_CACHE_WRITE_FAILURE;
323 *out_result = net::ERR_CACHE_WRITE_FAILURE;
334 *out_result = net::ERR_CACHE_WRITE_FAILURE;
342 *out_result = buf_len
    [all...]
simple_index_file.h 84 SimpleIndexLoadResult* out_result);
111 SimpleIndexLoadResult* out_result);
116 SimpleIndexLoadResult* out_result);
127 SimpleIndexLoadResult* out_result);
142 SimpleIndexLoadResult* out_result);
  /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/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 63 QuicTag* out_result,
89 *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 131 milliseconds