Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 25 of 37) sorted by relevance

12

/external/libbrillo/brillo/dbus/
Ddbus_param_reader_unittest.cc20 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
29 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
44 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
65 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
88 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
108 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
129 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
142 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
158 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
174 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
[all …]
Ddbus_param_writer_unittest.cc21 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
28 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
52 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
72 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
79 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
107 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
131 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
138 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
166 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
Ddata_serialization_unittest.cc147 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
171 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
237 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
264 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
333 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
392 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
407 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
422 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
437 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
454 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
[all …]
Ddbus_method_invoker_unittest.cc72 auto response = Response::CreateEmpty(); in CreateResponse()
85 auto response = Response::CreateEmpty(); in CreateResponse()
95 auto response = Response::CreateEmpty(); in CreateResponse()
230 auto response = Response::CreateEmpty(); in HandleCall()
/external/libmojo/mojo/edk/js/
Dcore.cc43 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(isolate); in WaitHandle()
53 gin::Dictionary signalsStateDict = gin::Dictionary::CreateEmpty(isolate); in WaitHandle()
68 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(isolate); in WaitMany()
82 gin::Dictionary signalsStateDict = gin::Dictionary::CreateEmpty(isolate); in WaitMany()
98 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in CreateMessagePipe()
163 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in ReadMessage()
187 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in ReadMessage()
195 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in CreateDataPipe()
240 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in WriteData()
253 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in ReadData()
[all …]
Ddrain_data.cc112 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(isolate_); in DeliverData()
/external/clang/include/clang/AST/
DStmtOpenMP.h279 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
837 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
911 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
978 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
1047 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1105 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1167 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
1215 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1281 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
1359 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
[all …]
DOpenMPClause.h1241 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1359 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1540 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1645 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
1817 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N);
2009 static OMPLinearClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
2168 static OMPAlignedClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
2310 static OMPCopyinClause *CreateEmpty(const ASTContext &C, unsigned N);
2459 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2557 static OMPFlushClause *CreateEmpty(const ASTContext &C, unsigned N);
[all …]
DExprCXX.h274 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context,
311 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context,
354 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
390 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);
1420 static CXXFunctionalCastExpr *CreateEmpty(const ASTContext &Context,
2741 static UnresolvedLookupExpr *CreateEmpty(const ASTContext &C,
2824 static DependentScopeDeclRefExpr *CreateEmpty(const ASTContext &C,
3054 static CXXUnresolvedConstructExpr *CreateEmpty(const ASTContext &C,
3199 CreateEmpty(const ASTContext &C, bool HasTemplateKWAndArgsInfo,
3423 CreateEmpty(const ASTContext &C, bool HasTemplateKWAndArgsInfo,
[all …]
DExprObjC.h164 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
301 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
1125 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
DStmtObjC.h189 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
/external/clang/lib/AST/
DStmtOpenMP.cpp72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelDirective
112 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective
165 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective
217 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForSimdDirective
244 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionsDirective
268 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionDirective
292 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSingleDirective
314 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMasterDirective
337 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCriticalDirective
388 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() function in OMPParallelForDirective
[all …]
DOpenMPClause.cpp184 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
217 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
268 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
286 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPSharedClause
342 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
362 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
404 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPCopyinClause
445 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
498 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPReductionClause
516 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPFlushClause
[all …]
DExprCXX.cpp237 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedLookupExpr
391 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DependentScopeDeclRefExpr
529 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
554 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
612 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
626 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
646 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXFunctionalCastExpr
1098 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr
1167 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr
1265 UnresolvedMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedMemberExpr
[all …]
DExprObjC.cpp46 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
99 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
258 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
DStmtObjC.cpp58 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
DExpr.cpp412 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr
851 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in StringLiteral
1323 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1666 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
1688 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
3600 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DesignatedInitExpr
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1841 C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1844 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1847 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1850 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1853 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1856 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1859 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1862 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1865 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1868 C = OMPFlushClause::CreateEmpty(Context, Record[Idx++]); in readClause()
[all …]
/external/skia/src/core/
DSkFontMgr.cpp32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } in CreateEmpty() function in SkFontStyleSet
49 return SkFontStyleSet::CreateEmpty(); in onMatchFamily()
84 fsset = SkFontStyleSet::CreateEmpty(); in emptyOnNull()
/external/skia/include/ports/
DSkFontMgr.h29 static SkFontStyleSet* CreateEmpty();
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h279 static Archive* CreateEmpty(
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp527 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc()
578 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalDtorsFunc()
/external/libchrome/dbus/
Dmessage.h217 static std::unique_ptr<Response> CreateEmpty();
/external/skia/include/core/
DSkPathRef.h147 static SkPathRef* CreateEmpty();
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp69 Archive* Archive::CreateEmpty(const sys::Path& FilePath, LLVMContext& C) { in CreateEmpty() function in Archive

12