HomeSort by relevance Sort by last modified time
    Searched refs:make_unique (Results 451 - 475 of 1281) sorted by null

<<11121314151617181920>>

  /external/skqp/tests/
CodecPartialTest.cpp 200 std::unique_ptr<SkCodec> fullCodec(SkCodec::MakeFromStream(skstd::make_unique<SkMemoryStream>(file)));
295 skstd::make_unique<HaltingStream>(std::move(file), halfSize)));
444 skstd::make_unique<SkMemoryStream>(file->data(), len), &result));
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 213 return util::make_unique<StyledString>(pool->MakeRef(localized));
228 std::unique_ptr<Plural> localized = util::make_unique<Plural>();
270 std::unique_ptr<String> localized = util::make_unique<String>(pool_->MakeRef(result));
  /frameworks/native/libs/vr/libdvr/
dvr_buffer_queue.cpp 97 write_buffers_[slot] = std::make_unique<DvrWriteBuffer>();
359 read_buffers_[slot] = std::make_unique<DvrReadBuffer>();
444 auto read_buffer = std::make_unique<DvrReadBuffer>();
  /hardware/google/av/codec2/hidl/1.0/utils/
Component.cpp 91 Configurable(new CachedConfigurable(std::make_unique<CompIntf>(intf))),
184 std::make_unique<CompIntf>(component->intf()))),
350 std::make_unique<BlockPoolIntf>(blockPool)));
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerClient.h 47 auto client = std::make_unique<ComposerClientImpl>(hal);
121 mHalEventCallback = std::make_unique<HalEventCallback>(callback, mResources.get());
319 return std::make_unique<ComposerCommandEngine>(mHal, mResources.get());
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /art/compiler/dex/
verification_results.cc 114 std::unique_ptr<VerifiedMethod> verified_method = std::make_unique<VerifiedMethod>(
  /bootable/recovery/applypatch/
applypatch_modes.cpp 125 patches.push_back(std::make_unique<Value>(
  /external/clang/lib/Format/
TokenAnalyzer.cpp 72 return llvm::make_unique<Environment>(ID, std::move(FileMgr),
  /external/clang/lib/Frontend/
DependencyGraph.cpp 64 PP.addPPCallbacks(llvm::make_unique<DependencyGraphCallback>(&PP, OutputFile,
HeaderIncludeGen.cpp 109 PP.addPPCallbacks(llvm::make_unique<HeaderIncludesCallback>(
  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 149 C.emitReport(llvm::make_unique<BugReport>(
ObjCContainersChecker.cpp 145 auto R = llvm::make_unique<BugReport>(*BT, "Index is out of bounds", N);
StreamChecker.cpp 280 C.emitReport(llvm::make_unique<BugReport>(
356 C.emitReport(llvm::make_unique<BugReport>(
387 C.emitReport(llvm::make_unique<BugReport>(
415 C.emitReport(llvm::make_unique<BugReport>(
VLASizeChecker.cpp 75 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 294 Mgr = llvm::make_unique<AnalysisManager>(
710 return llvm::make_unique<AnalysisConsumer>(
746 auto Stream = llvm::make_unique<llvm::raw_fd_ostream>(FD, true);
748 return llvm::make_unique<UbigraphViz>(std::move(Stream), P);
  /external/clang/tools/clang-check/
ClangCheck.cpp 146 return llvm::make_unique<clang::ASTConsumer>();
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 107 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /external/llvm/include/llvm/Support/
Registry.h 115 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }
  /external/llvm/lib/AsmParser/
Parser.cpp 39 make_unique<Module>(F.getBufferIdentifier(), Context);
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 70 Functions.push_back(make_unique<GCFunctionInfo>(F, *S));
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawSession.cpp 58 auto Stream = llvm::make_unique<InputByteStream>(std::move(Buffer));
  /external/llvm/lib/Option/
ArgList.cpp 393 make_unique<Arg>(Opt, MakeArgString(Opt.getPrefix() + Opt.getName()),
402 make_unique<Arg>(Opt, MakeArgString(Opt.getPrefix() + Opt.getName()),
411 make_unique<Arg>(Opt, MakeArgString(Opt.getPrefix() + Opt.getName()),
419 SynthesizedArgs.push_back(make_unique<Arg>(
  /external/llvm/tools/lli/
OrcLazyJIT.h 105 llvm::make_unique<SectionMemoryManager>(),
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 31 auto Owner = make_unique<Module>("<main>", Context);

Completed in 1323 milliseconds

<<11121314151617181920>>