Searched refs:take_ownership (Results 1 - 14 of 14) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dbit_reader.py24 m.take_ownership(mem_buffer)
H A Dcommon.py44 def take_ownership(self, obj): member in class:LLVMObject
H A Dobject.py121 self.take_ownership(contents)
H A Dcore.py202 Context.GetGlobalContext().take_ownership(m)
/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.cc185 bool take_ownership,
187 return core_->GetResponseAsFilePath(take_ownership, out_response_path);
184 GetResponseAsFilePath( bool take_ownership, base::FilePath* out_response_path) const argument
H A Durl_fetcher.h304 // if the response body was not saved to a file. If take_ownership is
309 bool take_ownership,
H A Durl_fetcher_impl.h93 bool take_ownership,
H A Durl_fetcher_core.h121 bool GetResponseAsFilePath(bool take_ownership,
H A Durl_fetcher_core.cc350 bool URLFetcherCore::GetResponseAsFilePath(bool take_ownership, argument
361 if (take_ownership) {
H A Dtest_url_fetcher_factory.cc243 bool take_ownership, base::FilePath* out_response_path) const {
242 GetResponseAsFilePath( bool take_ownership, base::FilePath* out_response_path) const argument
H A Dtest_url_fetcher_factory.h150 bool take_ownership, base::FilePath* out_response_path) const OVERRIDE;
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio_mem.c320 int BIO_set_mem_buf(BIO *bio, BUF_MEM *b, int take_ownership) { argument
321 return BIO_ctrl(bio, BIO_C_SET_BUF_MEM, take_ownership, (char *) b);
/external/openfst/src/include/fst/
H A Dreplace.h273 bool take_ownership; // take ownership of input Fst(s) member in struct:fst::ReplaceFstOptions
280 take_ownership(false),
285 take_ownership(false),
290 take_ownership(false),
295 take_ownership(false),
376 fst_array_.push_back(opts.take_ownership ? fst : fst->Copy());
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h390 /* BIO_set_mem_buf sets |b| as the contents of |bio|. If |take_ownership| is
393 OPENSSL_EXPORT int BIO_set_mem_buf(BIO *bio, BUF_MEM *b, int take_ownership);

Completed in 144 milliseconds