Searched refs:CreateEmpty (Results 1 - 25 of 42) sorted by relevance

12

/external/libbrillo/brillo/dbus/
H A Ddbus_param_reader_unittest.cc20 std::unique_ptr<Response> message = Response::CreateEmpty();
29 std::unique_ptr<Response> message = Response::CreateEmpty();
44 std::unique_ptr<Response> message = Response::CreateEmpty();
65 std::unique_ptr<Response> message = Response::CreateEmpty();
88 std::unique_ptr<Response> message = Response::CreateEmpty();
108 std::unique_ptr<Response> message = Response::CreateEmpty();
129 std::unique_ptr<Response> message = Response::CreateEmpty();
142 std::unique_ptr<Response> message = Response::CreateEmpty();
158 std::unique_ptr<Response> message = Response::CreateEmpty();
174 std::unique_ptr<Response> message = Response::CreateEmpty();
[all...]
H A Ddbus_param_writer_unittest.cc21 std::unique_ptr<Response> message = Response::CreateEmpty();
28 std::unique_ptr<Response> message = Response::CreateEmpty();
52 std::unique_ptr<Response> message = Response::CreateEmpty();
72 std::unique_ptr<Response> message = Response::CreateEmpty();
79 std::unique_ptr<Response> message = Response::CreateEmpty();
107 std::unique_ptr<Response> message = Response::CreateEmpty();
131 std::unique_ptr<Response> message = Response::CreateEmpty();
138 std::unique_ptr<Response> message = Response::CreateEmpty();
166 std::unique_ptr<Response> message = Response::CreateEmpty();
H A Ddata_serialization_unittest.cc148 std::unique_ptr<Response> message = Response::CreateEmpty();
172 std::unique_ptr<Response> message = Response::CreateEmpty();
238 std::unique_ptr<Response> message = Response::CreateEmpty();
265 std::unique_ptr<Response> message = Response::CreateEmpty();
334 std::unique_ptr<Response> message = Response::CreateEmpty();
393 std::unique_ptr<Response> message = Response::CreateEmpty();
408 std::unique_ptr<Response> message = Response::CreateEmpty();
423 std::unique_ptr<Response> message = Response::CreateEmpty();
438 std::unique_ptr<Response> message = Response::CreateEmpty();
455 std::unique_ptr<Response> message = Response::CreateEmpty();
[all...]
H A Ddbus_method_invoker_unittest.cc73 auto response = Response::CreateEmpty();
86 auto response = Response::CreateEmpty();
96 auto response = Response::CreateEmpty();
231 auto response = Response::CreateEmpty();
/external/libmojo/mojo/edk/js/
H A Dcore.cc43 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(isolate);
53 gin::Dictionary signalsStateDict = gin::Dictionary::CreateEmpty(isolate);
68 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(isolate);
82 gin::Dictionary signalsStateDict = gin::Dictionary::CreateEmpty(isolate);
98 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate());
163 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate());
187 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate());
195 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate());
240 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate());
253 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(arg
[all...]
H A Ddrain_data.cc112 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(isolate_);
/external/clang/include/clang/AST/
H A 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(cons
[all...]
H A 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(cons
[all...]
H A 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(cons
[all...]
H A DExprObjC.h164 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
301 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
1125 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
/external/clang/lib/AST/
H A DOpenMPClause.cpp184 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, function in class:OMPPrivateClause
217 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, function in class:OMPFirstprivateClause
268 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, function in class:OMPLastprivateClause
286 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { function in class:OMPSharedClause
342 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, function in class:OMPLinearClause
362 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, function in class:OMPAlignedClause
404 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { function in class:OMPCopyinClause
445 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, function in class:OMPCopyprivateClause
498 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, function in class:OMPReductionClause
516 OMPFlushClause *OMPFlushClause::CreateEmpty(cons function in class:OMPFlushClause
536 OMPDependClause *OMPDependClause::CreateEmpty(const ASTContext &C, unsigned N) { function in class:OMPDependClause
624 OMPMapClause *OMPMapClause::CreateEmpty(const ASTContext &C, unsigned NumVars, function in class:OMPMapClause
673 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, unsigned NumVars, function in class:OMPToClause
722 OMPFromClause *OMPFromClause::CreateEmpty(const ASTContext &C, unsigned NumVars, function in class:OMPFromClause
747 OMPUseDevicePtrClause *OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, function in class:OMPUseDevicePtrClause
765 OMPIsDevicePtrClause *OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, function in class:OMPIsDevicePtrClause
[all...]
H A DStmtOpenMP.cpp72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, function in class:OMPParallelDirective
112 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, function in class:OMPSimdDirective
165 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, function in class:OMPForDirective
217 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, function in class:OMPForSimdDirective
244 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, function in class:OMPSectionsDirective
268 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, function in class:OMPSectionDirective
292 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, function in class:OMPSingleDirective
314 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C, function in class:OMPMasterDirective
337 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, function in class:OMPCriticalDirective
388 OMPParallelForDirective::CreateEmpty(cons function in class:OMPParallelForDirective
438 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, function in class:OMPParallelForSimdDirective
465 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, function in class:OMPParallelSectionsDirective
490 OMPTaskDirective *OMPTaskDirective::CreateEmpty(const ASTContext &C, function in class:OMPTaskDirective
509 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, function in class:OMPTaskyieldDirective
523 OMPBarrierDirective *OMPBarrierDirective::CreateEmpty(const ASTContext &C, function in class:OMPBarrierDirective
537 OMPTaskwaitDirective *OMPTaskwaitDirective::CreateEmpty(const ASTContext &C, function in class:OMPTaskwaitDirective
556 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, function in class:OMPTaskgroupDirective
577 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { function in class:OMPCancellationPointDirective
599 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C, function in class:OMPCancelDirective
622 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C, function in class:OMPFlushDirective
647 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, function in class:OMPOrderedDirective
678 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, function in class:OMPAtomicDirective
704 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C, function in class:OMPTargetDirective
729 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, function in class:OMPTargetParallelDirective
779 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, function in class:OMPTargetParallelForDirective
803 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, function in class:OMPTargetDataDirective
825 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, function in class:OMPTargetEnterDataDirective
847 OMPTargetExitDataDirective::CreateEmpty(const ASTContext &C, unsigned N, function in class:OMPTargetExitDataDirective
871 OMPTeamsDirective *OMPTeamsDirective::CreateEmpty(const ASTContext &C, function in class:OMPTeamsDirective
920 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, function in class:OMPTaskLoopDirective
972 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, function in class:OMPTaskLoopSimdDirective
1022 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, function in class:OMPDistributeDirective
1046 OMPTargetUpdateDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, function in class:OMPTargetUpdateDirective
1096 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, function in class:OMPDistributeParallelForDirective
1152 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, function in class:OMPDistributeParallelForSimdDirective
1207 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, function in class:OMPDistributeSimdDirective
1261 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, function in class:OMPTargetParallelForSimdDirective
[all...]
H A DStmtObjC.cpp58 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, function in class:ObjCAtTryStmt
H A DExprObjC.cpp46 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, function in class:ObjCArrayLiteral
99 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, function in class:ObjCDictionaryLiteral
258 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, function in class:ObjCMessageExpr
H A DExprCXX.cpp237 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, function in class:UnresolvedLookupExpr
391 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, function in class:DependentScopeDeclRefExpr
529 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, function in class:CXXStaticCastExpr
554 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, function in class:CXXDynamicCastExpr
612 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { function in class:CXXReinterpretCastExpr
626 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { function in class:CXXConstCastExpr
646 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { function in class:CXXFunctionalCastExpr
1098 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { function in class:CXXUnresolvedConstructExpr
1167 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, function in class:CXXDependentScopeMemberExpr
1265 UnresolvedMemberExpr::CreateEmpty(cons function in class:UnresolvedMemberExpr
1363 FunctionParmPackExpr::CreateEmpty(const ASTContext &Context, function in class:FunctionParmPackExpr
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1841 C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]);
1844 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]);
1847 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]);
1850 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]);
1853 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]);
1856 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]);
1859 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]);
1862 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]);
1865 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]);
1868 C = OMPFlushClause::CreateEmpty(Contex
[all...]
/external/skia/src/core/
H A DSkFontMgr.cpp32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } function in class:SkFontStyleSet
49 return SkFontStyleSet::CreateEmpty();
89 fsset = SkFontStyleSet::CreateEmpty();
/external/skqp/src/core/
H A DSkFontMgr.cpp32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } function in class:SkFontStyleSet
49 return SkFontStyleSet::CreateEmpty();
89 fsset = SkFontStyleSet::CreateEmpty();
/external/skia/include/ports/
H A DSkFontMgr.h29 static SkFontStyleSet* CreateEmpty();
/external/skqp/include/ports/
H A DSkFontMgr.h29 static SkFontStyleSet* CreateEmpty();
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DArchive.h279 static Archive* CreateEmpty(
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp527 auto NL = ApplyDebugLocation::CreateEmpty(*this);
578 auto NL = ApplyDebugLocation::CreateEmpty(*this);
/external/libchrome/dbus/
H A Dmessage.h217 static std::unique_ptr<Response> CreateEmpty();
/external/skia/include/private/
H A DSkPathRef.h149 static SkPathRef* CreateEmpty();
491 * Called the first time someone calls CreateEmpty to actually create the singleton.
/external/skqp/include/private/
H A DSkPathRef.h149 static SkPathRef* CreateEmpty();
488 * Called the first time someone calls CreateEmpty to actually create the singleton.

Completed in 357 milliseconds

12