HomeSort by relevance Sort by last modified time
    Searched full:take_ownership (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/bindings/python/llvm/
bit_reader.py 23 m.take_ownership(mem_buffer)
common.py 44 def take_ownership(self, obj): member in class:LLVMObject
  /external/curl/docs/libcurl/
curl_mime_headers.3 30 .BI "struct curl_slist * " headers ", int " take_ownership ");"
  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
circular_raw_ostream.h 28 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
32 static const bool TAKE_OWNERSHIP = true;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
circular_raw_ostream.h 27 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
31 static const bool TAKE_OWNERSHIP = true;
  /external/curl/lib/
mime.h 127 curl_mime *subparts, int take_ownership);
mime.c     [all...]
  /external/boringssl/src/crypto/bio/
bio_mem.c 324 int BIO_set_mem_buf(BIO *bio, BUF_MEM *b, int take_ownership) {
325 return BIO_ctrl(bio, BIO_C_SET_BUF_MEM, take_ownership, (char *) b);
  /external/autotest/server/site_tests/platform_InitLoginPerfServer/
platform_InitLoginPerfServer.py 33 'take_ownership': {'stage': STAGE_OOBE,
  /system/tpm/tpm_manager/client/
main.cc 51 constexpr char kTakeOwnershipCommand[] = "take_ownership";
77 take_ownership

Completed in 3303 milliseconds

1 2