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

<<11121314151617181920>>

  /external/clang/lib/Frontend/
DependencyFile.cpp 143 llvm::make_unique<DepCollectorPPCallbacks>(*this, PP.getSourceManager()));
145 llvm::make_unique<DepCollectorMMCallbacks>(*this));
148 R.addListener(llvm::make_unique<DepCollectorASTListener>(*this));
248 llvm::make_unique<DFGMMCallback>(*Callback));
255 R.addListener(llvm::make_unique<DFGASTReaderListener>(*I));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 352 return make_unique<RuntimeDyldMachOARM>(MemMgr, Resolver);
354 return make_unique<RuntimeDyldMachOAArch64>(MemMgr, Resolver);
356 return make_unique<RuntimeDyldMachOI386>(MemMgr, Resolver);
358 return make_unique<RuntimeDyldMachOX86_64>(MemMgr, Resolver);
365 return llvm::make_unique<LoadedMachOObjectInfo>(*this,
  /external/llvm/lib/Support/
YAMLTraits.cpp 337 return llvm::make_unique<ScalarHNode>(N, KeyStr);
340 return llvm::make_unique<ScalarHNode>(N, ValueCopy);
342 auto SQHNode = llvm::make_unique<SequenceHNode>(N);
351 auto mapHNode = llvm::make_unique<MapHNode>(N);
372 return llvm::make_unique<EmptyHNode>(N);
  /frameworks/base/tools/aapt2/link/
ReferenceLinker_test.cpp 49 util::make_unique<ResourceTableSymbolSource>(table.get()))
94 util::make_unique<RawString>(table->string_pool.MakeRef("one|two"));
190 util::make_unique<ResourceTableSymbolSource>(table.get()))
216 util::make_unique<ResourceTableSymbolSource>(table.get()))
246 util::make_unique<ResourceTableSymbolSource>(table.get()))
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 40 delegate_(util::make_unique<DefaultSymbolTableDelegate>()),
192 std::unique_ptr<SymbolTable::Symbol> symbol = util::make_unique<SymbolTable::Symbol>();
245 std::unique_ptr<SymbolTable::Symbol> s = util::make_unique<SymbolTable::Symbol>(id);
335 s = util::make_unique<SymbolTable::Symbol>();
375 s = util::make_unique<SymbolTable::Symbol>();
  /hardware/interfaces/graphics/composer/2.2/vts/functional/
VtsHalGraphicsComposerV2_2TargetTest.cpp 68 mComposer = std::make_unique<Composer_v2_2>(
126 ASSERT_NO_FATAL_FAILURE(mGralloc = std::make_unique<Gralloc>());
128 mWriter = std::make_unique<V2_2::CommandWriterBase>(1024);
129 mReader = std::make_unique<V2_1::vts::TestCommandReader>();
289 ASSERT_NO_FATAL_FAILURE(gralloc = std::make_unique<Gralloc>());
  /hardware/libhardware/modules/camera/3_4/
v4l2_metadata_factory.cpp 360 components.insert(std::make_unique<Property<float>>(
506 components.insert(std::make_unique<State<int64_t>>(
507 ANDROID_SENSOR_TIMESTAMP, std::make_unique<BoottimeStateDelegate>()));
557 components.insert(std::make_unique<Property<int32_t>>(
567 *result = std::make_unique<Metadata>(std::move(components));
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 89 stack->pending_element = util::make_unique<Element>();
114 el = util::make_unique<Element>();
168 stack->last_text_node = util::make_unique<Text>();
218 return util::make_unique<XmlResource>(ResourceFile{{}, {}, ResourceFile::Type::kUnknown, source},
271 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>();
304 pending_element = util::make_unique<Element>();
315 el = util::make_unique<Element>();
343 std::unique_ptr<Text> text = util::make_unique<Text>();
372 std::unique_ptr<XmlResource> cloned = util::make_unique<XmlResource>(file);
482 auto el = util::make_unique<Element>()
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 61 auto Y = make_unique<ELFYAML::Object>();
277 auto S = make_unique<ELFYAML::RelocationSection>();
301 auto S = make_unique<ELFYAML::RelocationSection>();
326 auto S = make_unique<ELFYAML::RawContentSection>();
343 auto S = make_unique<ELFYAML::NoBitsSection>();
354 auto S = make_unique<ELFYAML::Group>();
401 auto S = make_unique<ELFYAML::MipsABIFlags>();
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 259 std::unique_ptr<SegmentNode> segment_node = util::make_unique<SegmentNode>();
278 std::unique_ptr<SpanNode> span_node = util::make_unique<SpanNode>();
304 node_stack.back()->AddChild(util::make_unique<UntranslatableNode>()));
308 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>()));
315 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>()));
599 out_resource->value = util::make_unique<Id>();
605 out_resource->value = util::make_unique<Id>();
735 util::make_unique<StyledString>(table_->string_pool.MakeRef(
744 std::unique_ptr<Id> id = util::make_unique<Id>();
763 std::unique_ptr<String> string = util::make_unique<String>
    [all...]
  /frameworks/base/cmds/statsd/tests/
statsd_test_util.cpp 297 auto event = std::make_unique<LogEvent>(android::util::SCREEN_STATE_CHANGED, timestampNs);
304 auto event = std::make_unique<LogEvent>(
312 auto event = std::make_unique<LogEvent>(
321 auto event = std::make_unique<LogEvent>(android::util::SCREEN_BRIGHTNESS_CHANGED, timestampNs);
331 auto event = std::make_unique<LogEvent>(android::util::SCHEDULED_JOB_STATE_CHANGED, timestampNs);
357 auto event = std::make_unique<LogEvent>(android::util::WAKELOCK_STATE_CHANGED, timestampNs);
382 auto event = std::make_unique<LogEvent>(
405 auto event = std::make_unique<LogEvent>(android::util::SYNC_STATE_CHANGED, timestampNs);
427 auto logEvent = std::make_unique<LogEvent>(
443 auto logEvent = std::make_unique<LogEvent>
    [all...]
  /external/clang/unittests/Tooling/
ToolingTest.cpp 67 runToolOnCode(new TestAction(llvm::make_unique<FindTopLevelDeclConsumer>(
107 runToolOnCode(new TestAction(llvm::make_unique<FindClassDeclXConsumer>(
114 runToolOnCode(new TestAction(llvm::make_unique<FindClassDeclXConsumer>(
139 return llvm::make_unique<FindTopLevelDeclConsumer>(nullptr);
211 return llvm::make_unique<FindTopLevelDeclConsumer>(&Matched);
253 return llvm::make_unique<SkipBodyConsumer>();
  /external/llvm/lib/IR/
GCOV.cpp 43 auto GFun = make_unique<GCOVFunction>(*this);
163 Blocks.push_back(make_unique<GCOVBlock>(*this, i));
184 Edges.push_back(make_unique<GCOVEdge>(*Blocks[BlockNo], *Blocks[Dst]));
560 return llvm::make_unique<raw_null_ostream>();
563 auto OS = llvm::make_unique<raw_fd_ostream>(CoveragePath, EC,
567 return llvm::make_unique<raw_null_ostream>();
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 389 NameFilterer->push_back(llvm::make_unique<NameCoverageFilter>(Name));
392 llvm::make_unique<NameRegexCoverageFilter>(Regex));
401 StatFilterer->push_back(llvm::make_unique<RegionCoverageFilter>(
404 StatFilterer->push_back(llvm::make_unique<RegionCoverageFilter>(
407 StatFilterer->push_back(llvm::make_unique<LineCoverageFilter>(
410 StatFilterer->push_back(llvm::make_unique<LineCoverageFilter>(
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 238 util::make_unique<ResourceArrayMember>(array_field_name);
379 util::make_unique<IntMember>(sorted_attributes[i].field_name, static_cast<uint32_t>(i));
441 util::make_unique<ResourceMember>(field_name, real_id);
579 r_txt_printer = util::make_unique<Printer>(out_r_txt);
585 util::make_unique<MethodDefinition>("public static void onResourcesLoaded(int p)");
606 class_def = util::make_unique<ClassDefinition>(
  /frameworks/native/cmds/lshal/
test.cpp 133 lshal = std::make_unique<Lshal>(out, err, serviceManager, serviceManager);
215 mockLshal = std::make_unique<NiceMock<MockLshal>>();
216 mockList = std::make_unique<MockListCommand>(mockLshal.get());
318 lshal = std::make_unique<Lshal>(out, err, serviceManager, passthruManager);
323 mockList = std::make_unique<NiceMock<MockListCommand>>(lshal.get());
600 lshal = std::make_unique<Lshal>(out, err, new MockServiceManager() /* serviceManager */,
  /bionic/tools/versioner/src/
Driver.cpp 80 return std::make_unique<VersionerASTConsumer>(header_database, type);
86 auto diag_printer = std::make_unique<TextDiagnosticPrinter>(llvm::errs(), diag_opts.get());
251 auto invocation = std::make_unique<CompilerInvocation>();
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 72 return llvm::make_unique<GenericHandleImpl<LayerT>>(Layer,
207 llvm::make_unique<SectionMemoryManager>(),
215 llvm::make_unique<SectionMemoryManager>(),
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 96 return new VLIWMachineScheduler(C, make_unique<ConvergingVLIWScheduler>());
153 TLOF(make_unique<HexagonTargetObjectFile>()) {
178 I = llvm::make_unique<HexagonSubtarget>(TargetTriple, CPU, FS, *this);
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 152 return make_unique<TargetLoweringObjectFileMachO>();
154 return make_unique<PPC64LinuxTargetObjectFile>();
279 I = llvm::make_unique<PPCSubtarget>(
  /external/skia/src/codec/
SkAndroidCodec.cpp 106 return skstd::make_unique<SkSampledCodec>(codec.release(), orientationBehavior);
109 return skstd::make_unique<SkWebpAdapterCodec>((SkWebpCodec*) codec.release(),
114 return skstd::make_unique<SkRawAdapterCodec>((SkRawCodec*)codec.release(),
  /external/skia/src/ports/
SkFontMgr_custom.cpp 67 return skstd::make_unique<SkFontData>(*fData);
196 return this->makeFromStream(skstd::make_unique<SkMemoryStream>(std::move(data)), ttcIndex);
221 auto data = skstd::make_unique<SkFontData>(std::move(stream), args.getCollectionIndex(),
  /external/skqp/src/codec/
SkAndroidCodec.cpp 106 return skstd::make_unique<SkSampledCodec>(codec.release(), orientationBehavior);
109 return skstd::make_unique<SkWebpAdapterCodec>((SkWebpCodec*) codec.release(),
114 return skstd::make_unique<SkRawAdapterCodec>((SkRawCodec*)codec.release(),
  /external/skqp/src/ports/
SkFontMgr_custom.cpp 67 return skstd::make_unique<SkFontData>(*fData);
196 return this->makeFromStream(skstd::make_unique<SkMemoryStream>(std::move(data)), ttcIndex);
221 auto data = skstd::make_unique<SkFontData>(std::move(stream), args.getCollectionIndex(),
  /frameworks/base/libs/androidfw/
ApkAssets.cpp 94 std::unique_ptr<FileMap> file_map = util::make_unique<FileMap>();
171 std::unique_ptr<FileMap> map = util::make_unique<FileMap>();
186 std::unique_ptr<FileMap> map = util::make_unique<FileMap>();

Completed in 1146 milliseconds

<<11121314151617181920>>