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

1 2 3 45 6 7 8 91011>>

  /hardware/libhardware/modules/input/evdev/
EvdevModule.cpp 60 mInputHub(std::make_unique<InputHub>(mDeviceManager)) {}
102 gEvdevModule = std::make_unique<EvdevModule>(inputHost);
  /system/security/keystore/
key_proto_handler.cpp 77 auto dropbox = std::make_unique<android::os::DropBoxManager>();
81 auto data = std::make_unique<uint8_t[]>(size);
  /external/clang/unittests/ASTMatchers/
ASTMatchersInternalTest.cpp 66 HasClassB, llvm::make_unique<VerifyIdIsBoundTo<Decl>>("b")));
69 HasClassB, llvm::make_unique<VerifyIdIsBoundTo<Decl>>("a")));
72 HasClassB, llvm::make_unique<VerifyIdIsBoundTo<Decl>>("b")));
89 HasClassB, llvm::make_unique<VerifyIdIsBoundTo<Decl>>("b")));
92 HasClassB, llvm::make_unique<VerifyIdIsBoundTo<Decl>>("a")));
95 HasClassB, llvm::make_unique<VerifyIdIsBoundTo<Decl>>("b")));
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 33 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress);
39 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress);
42 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress);
55 return llvm::make_unique<
62 return llvm::make_unique<
67 return llvm::make_unique<
  /frameworks/base/tools/aapt2/test/
Builders.cpp 45 return AddValue(name, id, util::make_unique<Id>());
51 return AddValue(name, config, id, util::make_unique<Id>());
62 return AddValue(name, id, util::make_unique<Reference>(ParseNameOrDie(ref)));
72 return AddValue(name, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
78 return AddValue(name, config, id, util::make_unique<String>(table_->string_pool.MakeRef(str)));
91 auto file_ref = util::make_unique<FileReference>(table_->string_pool.MakeRef(path));
100 auto file_ref = util::make_unique<FileReference>(table_->string_pool.MakeRef(path));
146 std::unique_ptr<Reference> reference = util::make_unique<Reference>(ParseNameOrDie(ref));
156 return util::make_unique<BinaryPrimitive>(value);
160 : attr_(util::make_unique<Attribute>(android::ResTable_map::TYPE_ANY))
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 267 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
294 return llvm::make_unique<VariableExprAST>(IdName);
318 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
347 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
393 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
453 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
489 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames));
500 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E));
508 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr",
510 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E))
    [all...]
  /system/core/libion/tests/
device_test.cpp 137 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
169 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
201 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
231 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
263 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
295 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
327 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
359 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
392 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024);
424 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 215 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
242 return llvm::make_unique<VariableExprAST>(IdName);
266 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
319 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
355 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames));
366 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E));
374 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr",
376 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E));
587 TheModule = llvm::make_unique<Module>("my cool jit", TheContext);
  /external/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 100 llvm::make_unique<FunctionSummary>(Flags, NumInsts);
113 llvm::make_unique<GlobalVarSummary>(Flags);
121 : Index(llvm::make_unique<ModuleSummaryIndex>()), M(M) {
141 BFIPtr = llvm::make_unique<BlockFrequencyInfo>(F, BPI, LI);
174 IndexBuilder = llvm::make_unique<ModuleSummaryIndexBuilder>(
  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 299 std::unique_ptr<Reference> value = util::make_unique<Reference>(ref);
308 return util::make_unique<Reference>(ref, Reference::Type::kAttribute);
326 return util::make_unique<Reference>();
330 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_NULL,
345 return util::make_unique<BinaryPrimitive>(value);
359 return util::make_unique<BinaryPrimitive>(flags);
382 return util::make_unique<BinaryPrimitive>(flags);
450 : util::make_unique<BinaryPrimitive>(value);
509 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_INT_BOOLEAN, data);
515 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_INT_BOOLEAN
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 323 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
350 return llvm::make_unique<VariableExprAST>(IdName);
374 return llvm::make_unique<CallExprAST>(IdName, std::move(Args));
403 return llvm::make_unique<IfExprAST>(std::move(Cond), std::move(Then),
449 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End),
498 return llvm::make_unique<VarExprAST>(std::move(VarNames), std::move(Body));
539 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
576 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS));
653 return llvm::make_unique<PrototypeAST>(FnName, ArgNames, Kind != 0,
665 return llvm::make_unique<FunctionAST>(std::move(Proto), std::move(E))
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
PDBFileBuilder.cpp 26 : File(llvm::make_unique<PDBFile>(std::move(PdbFileBuffer))) {}
96 Info = llvm::make_unique<InfoStreamBuilder>(*File);
102 Dbi = llvm::make_unique<DbiStreamBuilder>(*File);
  /system/connectivity/wifilogd/tests/
main_loop_unittest.cpp 51 main_loop_ = std::make_unique<MainLoop>(
126 auto os = std::make_unique<StrictMock<MockOs>>();
127 auto command_processor = std::make_unique<StrictMock<MockCommandProcessor>>();
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 148 auto report = llvm::make_unique<BugReport>(
210 auto Report = llvm::make_unique<BugReport>(
233 auto report = llvm::make_unique<BugReport>(
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N);
313 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N);
326 auto Report = llvm::make_unique<BugReport>(
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 41 return llvm::make_unique<MockObjectFile>(*Obj + 1);
220 Objs1.push_back(llvm::make_unique<MockObjectFile>(MockObject1));
221 Objs1.push_back(llvm::make_unique<MockObjectFile>(MockObject2));
222 auto MM = llvm::make_unique<MockMemoryManager>(MockManager);
223 auto SR = llvm::make_unique<MockSymbolResolver>(MockResolver);
277 auto OwnedObj = llvm::make_unique<MockObjectFile>(288);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 30 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
34 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
40 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
141 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 30 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
34 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
40 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
141 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Math.h 32 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {}
36 : Length(Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
42 : Length(V.Length), Data(llvm::make_unique<PBQPNum []>(Length)) {
129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
136 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
143 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {

Completed in 2668 milliseconds

1 2 3 45 6 7 8 91011>>