/external/libbrillo/brillo/dbus/ |
dbus_param_reader_unittest.cc | 20 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 29 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 44 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 65 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 88 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 108 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 129 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 142 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 158 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 174 std::unique_ptr<Response> message(Response::CreateEmpty().release()) [all...] |
dbus_param_writer_unittest.cc | 21 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 28 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 52 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 72 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 79 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 107 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 131 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 138 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 166 std::unique_ptr<Response> message(Response::CreateEmpty().release());
|
data_serialization_unittest.cc | 147 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 171 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 237 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 264 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 333 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 392 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 407 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 422 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 437 std::unique_ptr<Response> message(Response::CreateEmpty().release()); 454 std::unique_ptr<Response> message(Response::CreateEmpty().release()) [all...] |
dbus_method_invoker_unittest.cc | 72 auto response = Response::CreateEmpty(); 85 auto response = Response::CreateEmpty(); 95 auto response = Response::CreateEmpty(); 230 auto response = Response::CreateEmpty();
|
/external/clang/tools/libclang/ |
CIndexUSRs.cpp | 47 return cxstring::createEmpty(); 51 return cxstring::createEmpty(); 55 return cxstring::createEmpty(); 60 return cxstring::createEmpty(); 72 return cxstring::createEmpty(); 76 return cxstring::createEmpty(); 83 return cxstring::createEmpty(); 92 return cxstring::createEmpty();
|
CIndexDiagnostic.cpp | 67 *Disable = cxstring::createEmpty(); 68 return cxstring::createEmpty(); 72 CXString getCategoryText() const override { return cxstring::createEmpty(); } 83 return cxstring::createEmpty(); 256 return cxstring::createEmpty(); 394 return cxstring::createEmpty(); 399 *Disable = cxstring::createEmpty(); 404 return cxstring::createEmpty(); 421 return cxstring::createEmpty(); 449 return cxstring::createEmpty(); [all...] |
CXString.cpp | 45 CXString createEmpty() { 61 return createEmpty(); 74 return createEmpty();
|
CXStoredDiagnostic.cpp | 71 return cxstring::createEmpty();
|
CXString.h | 31 CXString createEmpty();
|
CXLoadedDiagnostic.cpp | 114 return cxstring::createEmpty(); 245 *errorString = cxstring::createEmpty();
|
/external/clang/lib/AST/ |
StmtOpenMP.cpp | 72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, 111 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, 160 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, 208 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, 235 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, 259 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, 283 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, 305 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C, 328 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, 375 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses [all...] |
OpenMPClause.cpp | 53 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, 89 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, 141 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, 163 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { 220 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, 244 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, 290 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { 335 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, 389 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, 411 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) [all...] |
ExprObjC.cpp | 47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, 104 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, 275 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context,
|
StmtObjC.cpp | 58 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context,
|
ExprCXX.cpp | 307 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, 463 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, 599 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, 624 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, 682 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { 697 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { 716 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |
/system/tpm/tpm_manager/client/ |
tpm_nvram_dbus_proxy_test.cc | 62 auto response = dbus::Response::CreateEmpty(); 96 auto response = dbus::Response::CreateEmpty(); 131 auto response = dbus::Response::CreateEmpty(); 166 auto response = dbus::Response::CreateEmpty(); 203 auto response = dbus::Response::CreateEmpty(); 241 auto response = dbus::Response::CreateEmpty(); 279 auto response = dbus::Response::CreateEmpty();
|
tpm_ownership_dbus_proxy_test.cc | 56 auto response = dbus::Response::CreateEmpty(); 98 auto response = dbus::Response::CreateEmpty(); 131 auto response = dbus::Response::CreateEmpty();
|
/system/tpm/attestation/client/ |
dbus_proxy_test.cc | 62 auto response = dbus::Response::CreateEmpty(); 104 auto response = dbus::Response::CreateEmpty(); 149 auto response = dbus::Response::CreateEmpty(); 185 auto response = dbus::Response::CreateEmpty(); 232 auto response = dbus::Response::CreateEmpty(); 272 auto response = dbus::Response::CreateEmpty(); 315 scoped_ptr<dbus::Response> response = dbus::Response::CreateEmpty(); 353 auto response = dbus::Response::CreateEmpty(); 390 auto response = dbus::Response::CreateEmpty();
|
/external/clang/include/clang/AST/ |
StmtOpenMP.h | 280 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 756 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 830 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, [all...] |
/external/skia/src/core/ |
SkFontMgr.cpp | 32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } 49 return SkFontStyleSet::CreateEmpty(); 84 fsset = SkFontStyleSet::CreateEmpty();
|
/system/connectivity/shill/dbus/ |
chromeos_manager_dbus_adaptor_unittest.cc | 89 scoped_ptr<Response> message(Response::CreateEmpty()); 128 scoped_ptr<Response> message(Response::CreateEmpty()); 153 scoped_ptr<Response> message(Response::CreateEmpty());
|
/frameworks/compile/libbcc/include/bcc/ |
Source.h | 69 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
|
/external/skia/include/ports/ |
SkFontMgr.h | 29 static SkFontStyleSet* CreateEmpty();
|
/external/skia/include/core/ |
SkPathRef.h | 142 static SkPathRef* CreateEmpty(); 452 * Called the first time someone calls CreateEmpty to actually create the singleton.
|