/external/llvm/bindings/python/llvm/ |
bit_reader.py | 24 m.take_ownership(mem_buffer)
|
common.py | 44 def take_ownership(self, obj): member in class:LLVMObject
|
object.py | 121 self.take_ownership(contents)
|
core.py | 202 Context.GetGlobalContext().take_ownership(m)
|
/external/chromium_org/net/url_request/ |
url_fetcher_impl.cc | 185 bool take_ownership, 187 return core_->GetResponseAsFilePath(take_ownership, out_response_path);
|
url_fetcher.h | 304 // if the response body was not saved to a file. If take_ownership is 309 bool take_ownership,
|
url_fetcher_impl.h | 93 bool take_ownership,
|
test_url_fetcher_factory.h | 150 bool take_ownership, base::FilePath* out_response_path) const OVERRIDE;
|
url_fetcher_core.h | 121 bool GetResponseAsFilePath(bool take_ownership,
|
url_fetcher_core.cc | 350 bool URLFetcherCore::GetResponseAsFilePath(bool take_ownership, 361 if (take_ownership) {
|
test_url_fetcher_factory.cc | 243 bool take_ownership, base::FilePath* out_response_path) const {
|
/external/chromium_org/third_party/boringssl/src/crypto/bio/ |
bio_mem.c | 320 int BIO_set_mem_buf(BIO *bio, BUF_MEM *b, int take_ownership) { 321 return BIO_ctrl(bio, BIO_C_SET_BUF_MEM, take_ownership, (char *) b);
|
/external/openfst/src/include/fst/ |
replace.h | 273 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()); [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
bio.h | 390 /* 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); [all...] |