/external/chromium/webkit/glue/media/ |
D | buffered_data_source_unittest.cc | 18 using ::testing::Assign; 111 DoAll(Assign(&error_, start_error), in ExpectCreateAndStartResourceLoader() 245 .WillOnce(DoAll(Assign(&error_, read_size), in ReadDataSourceHit() 290 .WillOnce(DoAll(Assign(&error_, net::ERR_CACHE_MISS), in ReadDataSourceMiss() 304 .WillOnce(DoAll(Assign(&error_, start_error), in ReadDataSourceMiss() 314 .WillOnce(DoAll(Assign(&error_, size), in ReadDataSourceMiss() 342 .WillOnce(DoAll(Assign(&error_, error), in ReadDataSourceFailed() 378 .WillOnce(DoAll(Assign(&error_, net::OK), in ReadDataSourceTimesOut() 386 .WillOnce(DoAll(Assign(&error_, size), in ReadDataSourceTimesOut() 527 .WillByDefault(Assign(&stop_done_called, true)); in TEST_F() [all …]
|
D | buffered_resource_loader_unittest.cc | 21 using ::testing::Assign;
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 31 ATTRIBUTE Ascend-Client-Assign-DNS 137 integer 38 ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr 39 ATTRIBUTE Ascend-Assign-IP-Server 145 ipaddr 40 ATTRIBUTE Ascend-Assign-IP-Global-Pool 146 string 112 ATTRIBUTE Ascend-Assign-IP-Pool 218 integer 284 VALUE Ascend-Client-Assign-DNS DNS-Assign-No 0 285 VALUE Ascend-Client-Assign-DNS DNS-Assign-Yes 1
|
/external/chromium/app/sql/ |
D | statement_unittest.cc | 71 TEST_F(SQLStatementTest, Assign) { in TEST_F() argument 77 s.Assign(db().GetUniqueStatement("CREATE TABLE foo (a, b)")); in TEST_F()
|
D | meta_table.cc | 128 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE, in PrepareSetStatement() 140 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE, in PrepareGetStatement()
|
D | statement.h | 52 void Assign(scoped_refptr<Connection::StatementRef> ref);
|
D | statement.cc | 37 void Statement::Assign(scoped_refptr<Connection::StatementRef> ref) { in Assign() function in sql::Statement
|
/external/llvm/test/MC/COFF/ |
D | symbol-alias.s | 26 # Order is important here. Assign _bar_alias_alias before _bar_alias.
|
/external/chromium/chrome/browser/history/ |
D | url_database.cc | 252 enumerator->statement_.Assign(GetDB().GetUniqueStatement(sql.c_str())); in InitURLEnumeratorForEverything() 267 enumerator->statement_.Assign(GetDB().GetUniqueStatement(sql.c_str())); in InitURLEnumeratorForSignificant() 283 enumerator->statement_.Assign(GetDB().GetUniqueStatement( in InitIconMappingEnumeratorForEverything()
|
D | visit_database.cc | 179 del.Assign(GetDB().GetCachedStatement(SQL_FROM_HERE, in DeleteVisit()
|
D | history_backend_unittest.cc | 816 s.Assign(db.GetUniqueStatement( in TEST_F() 819 s.Assign(db.GetUniqueStatement("SELECT * FROM visit_source LIMIT 10")); in TEST_F()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 89 return PD->getSetterKind() != ObjCPropertyDecl::Assign; in scan_ivar_release() 239 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign; in checkObjCDealloc()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | trap-debugloc.ll | 3 ; Assign DebugLoc to trap instruction.
|
/external/iptables/extensions/ |
D | libxt_CT.man | 24 Assign this packet to zone \fIid\fP and only have lookups done in that zone.
|
D | libxt_quota2.man | 20 Assign the counter a specific name. This option must be present, as an empty
|
/external/chromium/net/http/ |
D | mock_gssapi_library_posix.h | 33 void Assign(const GssContextMockImpl& other);
|
D | mock_gssapi_library_posix.cc | 178 void GssContextMockImpl::Assign( in Assign() function in net::test::GssContextMockImpl 249 security_query.context_info.Assign(context_info); in ExpectSecurityContext()
|
/external/chromium/testing/gmock/test/ |
D | gmock-actions_test.cc | 58 using testing::Assign; 1174 Action<void(int)> a = Assign(&x, 5); in TEST() 1181 Action<void(void)> a = Assign(&x, "Hello, world"); in TEST() 1188 Action<void(int)> a = Assign(&x, 5); in TEST()
|
D | gmock_link_test.h | 132 using testing::Assign; 280 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Assign(&ch, 'y')); in TEST()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 59 OPERATOR(Assign) \ 313 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) in BINOP_LIST() 488 case BO_##NAME##Assign: \ in dataTraverseNode() 489 DISPATCH_WALK(Bin##NAME##Assign, CompoundAssignOperator, S); in dataTraverseNode() 542 case BO_##NAME##Assign: \ in TraverseStmt() 543 DISPATCH(Bin##NAME##Assign, CompoundAssignOperator, S); in TraverseStmt()
|
D | StmtVisitor.h | 130 BINOP_FALLBACK(Assign) in BINOP_FALLBACK()
|
/external/iproute2/ |
D | README.iproute2+tc | 68 H. Assign routes to 10.11.12.0/24 to realm 1
|
/external/eigen/Eigen/ |
D | Core | 274 #ifndef EIGEN_PARSED_BY_DOXYGEN // work around Doxygen bug triggered by Assign.h r814874 276 #include "src/Core/Assign.h"
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 59 OPERATOR(Assign) \ 308 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) in BINOP_LIST() 476 case BO_##NAME##Assign: \ in TraverseStmt() 477 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S); in TraverseStmt()
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 299 // Assign the process to a job if a memory limit is defined.
|