/external/chromium_org/chromeos/dbus/ |
D | shill_device_client_unittest.cc | 116 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 143 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 159 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 185 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 203 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 223 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 248 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 273 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 298 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 324 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() [all …]
|
D | shill_service_client_unittest.cc | 89 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 117 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 143 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 167 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 190 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 221 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 241 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 262 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 284 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F()
|
D | shill_manager_client_unittest.cc | 109 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 136 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 186 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 210 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 230 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 250 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 271 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 295 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 318 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 357 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() [all …]
|
D | shill_ipconfig_client_unittest.cc | 88 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 127 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 147 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 164 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F()
|
D | shill_profile_client_unittest.cc | 97 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 132 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 166 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F()
|
D | gsm_sms_client_unittest.cc | 231 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 252 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 290 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F()
|
D | modem_messaging_client_unittest.cc | 201 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F() 220 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in TEST_F()
|
/external/chromium_org/dbus/ |
D | message_unittest.cc | 20 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 43 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 107 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 144 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 202 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 222 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 237 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 258 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 277 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() 296 scoped_ptr<Response> message(Response::CreateEmpty()); in TEST() [all …]
|
D | values_util_unittest.cc | 19 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 116 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 156 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 187 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 213 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 236 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 266 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 313 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 364 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() 400 scoped_ptr<Response> response(Response::CreateEmpty()); in TEST() [all …]
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 222 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 289 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 358 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 418 static OMPSectionsDirective *CreateEmpty(const ASTContext &C, 466 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 522 static OMPSingleDirective *CreateEmpty(const ASTContext &C, 590 static OMPParallelForDirective *CreateEmpty(const ASTContext &C, 654 CreateEmpty(const ASTContext &C, unsigned NumClauses, EmptyShell);
|
D | OpenMPClause.h | 708 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N); 768 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N); 828 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N); 887 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N); 973 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N); 1055 static OMPLinearClause *CreateEmpty(const ASTContext &C, unsigned NumVars); 1140 static OMPAlignedClause *CreateEmpty(const ASTContext &C, unsigned NumVars); 1209 static OMPCopyinClause *CreateEmpty(const ASTContext &C, unsigned N); 1269 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
|
/external/chromium_org/mojo/bindings/js/ |
D | core.cc | 53 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in CreateMessagePipe() 90 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in ReadMessage() 114 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in ReadMessage() 123 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in CreateDataPipe() 166 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in WriteData() 179 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in ReadData() 193 gin::Dictionary dictionary = gin::Dictionary::CreateEmpty(args.isolate()); in ReadData()
|
/external/chromium_org/content/browser/geolocation/ |
D | wifi_data_provider_linux_unittest.cc | 128 scoped_ptr<dbus::Response> response = dbus::Response::CreateEmpty(); in CreateNetworkManagerProxyResponse() 149 scoped_ptr<dbus::Response> response = dbus::Response::CreateEmpty(); in CreateDeviceProxyResponse() 160 scoped_ptr<dbus::Response> response = dbus::Response::CreateEmpty(); in CreateDeviceProxyResponse() 185 scoped_ptr<dbus::Response> response = dbus::Response::CreateEmpty(); in CreateAccessPointProxyResponse()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1709 C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1712 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1715 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1718 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1721 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1724 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1727 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1730 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]); in readClause() 1733 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause() 2069 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream() [all …]
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_action.h | 203 static T CreateEmpty() { in CreateEmpty() function 230 return ValueTraits<T>::CreateEmpty(); in GetValue() 274 static int CreateEmpty() {
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 294 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt 745 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt 1139 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause 1163 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause 1185 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause 1207 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSharedClause 1231 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause 1253 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause 1275 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyinClause 1297 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause [all …]
|
D | ExprCXX.cpp | 312 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedLookupExpr 470 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DependentScopeDeclRefExpr 606 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr 631 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr 689 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr 704 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr 723 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXFunctionalCastExpr 1173 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr 1271 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr 1378 UnresolvedMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedMemberExpr [all …]
|
/external/chromium_org/remoting/protocol/ |
D | session_config.cc | 159 scoped_ptr<CandidateSessionConfig> CandidateSessionConfig::CreateEmpty() { in CreateEmpty() function in remoting::protocol::CandidateSessionConfig 166 scoped_ptr<CandidateSessionConfig> result = CreateEmpty(); in CreateFrom() 176 scoped_ptr<CandidateSessionConfig> result = CreateEmpty(); in CreateDefault()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkFontHost.cpp | 87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { in CreateEmpty() function in SkFontStyleSet 106 return SkFontStyleSet::CreateEmpty(); in onMatchFamily() 139 fsset = SkFontStyleSet::CreateEmpty(); in emptyOnNull()
|
/external/skia/src/core/ |
D | SkFontHost.cpp | 87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { in CreateEmpty() function in SkFontStyleSet 106 return SkFontStyleSet::CreateEmpty(); in onMatchFamily() 139 fsset = SkFontStyleSet::CreateEmpty(); in emptyOnNull()
|
/external/chromium_org/gin/ |
D | dictionary.cc | 22 Dictionary Dictionary::CreateEmpty(v8::Isolate* isolate) { in CreateEmpty() function in gin::Dictionary
|
D | dictionary.h | 31 static Dictionary CreateEmpty(v8::Isolate* isolate);
|
/external/chromium_org/chrome/browser/password_manager/ |
D | native_backend_kwallet_x_unittest.cc | 440 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty()); in KLauncherMethodCall() 457 response = dbus::Response::CreateEmpty(); in KWalletMethodCall() 461 response = dbus::Response::CreateEmpty(); in KWalletMethodCall() 473 response = dbus::Response::CreateEmpty(); in KWalletMethodCall() 486 response = dbus::Response::CreateEmpty(); in KWalletMethodCall() 504 response = dbus::Response::CreateEmpty(); in KWalletMethodCall() 521 response = dbus::Response::CreateEmpty(); in KWalletMethodCall() 538 response = dbus::Response::CreateEmpty(); in KWalletMethodCall() 556 response = dbus::Response::CreateEmpty(); in KWalletMethodCall()
|
/external/skia/include/ports/ |
D | SkFontMgr.h | 28 static SkFontStyleSet* CreateEmpty();
|
/external/chromium_org/third_party/skia/include/ports/ |
D | SkFontMgr.h | 28 static SkFontStyleSet* CreateEmpty();
|