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

1 23 4 5 6 7 8 91011>>

  /external/llvm/unittests/Support/
IteratorTest.cpp 62 V.push_back(make_unique<int>(1));
63 V.push_back(make_unique<int>(2));
64 V.push_back(make_unique<int>(3));
65 V.push_back(make_unique<int>(4));
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 28 return llvm::make_unique<BlinkGCPluginConsumer>(instance, options_);
  /frameworks/base/tools/aapt2/io/
File.cpp 37 return util::make_unique<DataSegment>(std::move(data), offset_, len_);
ZipArchive.cpp 44 return util::make_unique<MmappedData>(std::move(file_map));
55 return util::make_unique<MallocData>(std::move(data),
126 util::make_unique<ZipFile>(collection->handle_, zip_data, Source(nested_path));
147 return util::make_unique<ZipFileCollectionIterator>(this);
  /hardware/libhardware/modules/camera/3_4/
capture_request.cpp 43 std::make_unique<camera3_stream_buffer_t>(*request->input_buffer);
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMain.cpp 31 using std::make_unique;
90 random = make_unique<Random>(params.seed_);
91 mutator = make_unique<ProtoFuzzerMutator>(
94 runner = make_unique<ProtoFuzzerRunner>(params.comp_specs_);
  /hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
HwcLoader.h 53 auto hal = std::make_unique<HwcHal>();
64 auto hal = std::make_unique<HwcHal>();
  /system/connectivity/wifilogd/
main_loop.cpp 38 : MainLoop(socket_name, std::make_unique<Os>(),
39 std::make_unique<CommandProcessor>(kMainBufferSizeBytes)) {}
  /system/core/init/
host_init_parser.cpp 61 parser.AddSectionParser("service", std::make_unique<ServiceParser>(&sl, nullptr));
62 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am, nullptr));
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 145 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, GlobalScope);
157 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, LocatedSymbol);
174 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, Symbol);
191 return llvm::make_unique<DIAEnumLineNumbers>(LineNumbers);
200 return llvm::make_unique<DIAEnumLineNumbers>(LineNumbers);
222 return llvm::make_unique<DIAEnumSourceFiles>(*this, SourceFiles);
258 return llvm::make_unique<DIAEnumSourceFiles>(*this, Files);
271 return llvm::make_unique<DIAEnumSourceFiles>(*this, Files);
280 return llvm::make_unique<DIASourceFile>(*this, LocatedFile);
288 return llvm::make_unique<DIAEnumDebugStreams>(DiaEnumerator)
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 49 return make_unique<X86_64MachoTargetObjectFile>();
50 return make_unique<TargetLoweringObjectFileMachO>();
54 return make_unique<X86LinuxNaClTargetObjectFile>();
56 return make_unique<X86ELFTargetObjectFile>();
58 return make_unique<X86WindowsTargetObjectFile>();
60 return make_unique<TargetLoweringObjectFileCOFF>();
217 I = llvm::make_unique<X86Subtarget>(TargetTriple, CPU, FS, *this,
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 10 // Cloning make_unique here until it's standard in C++14.
11 // Using a namespace to avoid conflicting with MSVC's std::make_unique (which
16 make_unique(Args &&... args) { function in namespace:helper
205 auto Result = helper::make_unique<NumberExprAST>(NumVal);
232 return helper::make_unique<VariableExprAST>(IdName);
256 return helper::make_unique<CallExprAST>(IdName, std::move(Args));
308 LHS = helper::make_unique<BinaryExprAST>(BinOp, std::move(LHS),
345 return helper::make_unique<PrototypeAST>(FnName, std::move(ArgNames));
356 return helper::make_unique<FunctionAST>(std::move(Proto), std::move(E));
364 auto Proto = helper::make_unique<PrototypeAST>("__anon_expr"
    [all...]
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 119 V = llvm::make_unique<FixedStackPseudoSourceValue>(FI);
128 E = llvm::make_unique<GlobalValuePseudoSourceValue>(GV);
137 E = llvm::make_unique<ExternalSymbolPseudoSourceValue>(ES);
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
GrallocLoader.h 136 auto hal = std::make_unique<Gralloc1Hal>();
140 auto hal = std::make_unique<Gralloc0Hal>();
151 auto mapper = std::make_unique<GrallocMapper<hal::Mapper>>();
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 95 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
109 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
122 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
140 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
152 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
165 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
178 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
190 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
203 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F);
223 MappedBlockStreamImpl S(llvm::make_unique<IndexedStreamData>(0, F), F)
    [all...]
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator_test.cpp 44 util::make_unique<ResourceTableSymbolSource>(table.get()))
69 .AddSymbolSource(util::make_unique<ResourceTableSymbolSource>(table.get()))
94 .AddSymbolSource(util::make_unique<ResourceTableSymbolSource>(table.get()))
120 .AddSymbolSource(util::make_unique<ResourceTableSymbolSource>(table.get()))
148 .AddSymbolSource(util::make_unique<ResourceTableSymbolSource>(table.get()))
203 util::make_unique<Id>()));
243 .AddSymbolSource(util::make_unique<ResourceTableSymbolSource>(table.get()))
268 .AddSymbolSource(util::make_unique<ResourceTableSymbolSource>(table.get()))
301 .AddValue("android:attr/one", util::make_unique<Attribute>(attr))
308 .AddSymbolSource(util::make_unique<ResourceTableSymbolSource>(table.get())
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
frontend_action.cpp 38 return llvm::make_unique<HeaderASTConsumer>(&ci, dump_name_,
  /external/clang/lib/Index/
IndexingAction.cpp 83 return llvm::make_unique<IndexASTConsumer>(IndexCtx);
145 return llvm::make_unique<MultiplexConsumer>(std::move(Consumers));
153 return llvm::make_unique<WrappingIndexAction>(std::move(WrappedAction),
156 return llvm::make_unique<IndexAction>(std::move(DataConsumer), Opts);
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 60 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
NSAutoreleasePoolChecker.cpp 71 auto Report = llvm::make_unique<BugReport>(
TaintTesterChecker.cpp 53 auto report = llvm::make_unique<BugReport>(*BT, "tainted",N);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LambdaResolver.h 54 return make_unique<LR>(std::move(DylibLookupFtor),
  /external/skia/tests/
StreamBufferTest.cpp 98 { [&data]() { return skstd::make_unique<SkMemoryStream>(data); }, false },
99 { [&data]() { return skstd::make_unique<NotAssetMemStream>(data); }, false },
102 : skstd::make_unique<SkFILEStream>(path.c_str()); }, true },
115 auto halting = skstd::make_unique<HaltingStream>(data, 6);
  /external/skqp/tests/
StreamBufferTest.cpp 98 { [&data]() { return skstd::make_unique<SkMemoryStream>(data); }, false },
99 { [&data]() { return skstd::make_unique<NotAssetMemStream>(data); }, false },
102 : skstd::make_unique<SkFILEStream>(path.c_str()); }, true },
115 auto halting = skstd::make_unique<HaltingStream>(data, 6);
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
custom_operator.h 59 auto op = absl::make_unique<TocoOperator>();

Completed in 685 milliseconds

1 23 4 5 6 7 8 91011>>