Searched refs:Assign (Results 1 - 25 of 88) sorted by relevance

1234

/external/clang/test/SemaCXX/
H A Ddeprecated.cpp47 struct Assign { struct in namespace:DeprecatedCopy
48 Assign &operator=(const Assign&); // expected-warning {{definition of implicit copy constructor for 'Assign' is deprecated because it has a user-declared copy assignment operator}}
50 Assign a1, a2(a1); // expected-note {{implicit copy constructor for 'Assign' first required here}}
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc22 void Assign(Blacklist::BlacklistState *out, Blacklist::BlacklistState in) { function in namespace:extensions::__anon5295
32 base::Bind(&Assign, &blacklist_state));
H A Dblacklist_unittest.cc75 void Assign(std::set<std::string> *to, const std::set<std::string>& from) { function in namespace:extensions::__anon5188
95 blacklist.GetMalwareIDs(Set(a, c), base::Bind(&Assign, &blacklisted_ids));
153 base::Bind(&Assign, &blacklisted_ids));
/external/chromium_org/components/navigation_interception/
H A Dnavigation_params.cc10 Assign(other);
29 Assign(rhs);
32 void NavigationParams::Assign(const NavigationParams& other) { function in class:navigation_interception::NavigationParams
H A Dnavigation_params.h35 void Assign(const NavigationParams& other);
/external/chromium_org/base/android/
H A Djni_helper.cc19 Assign(orig);
32 Assign(rhs);
58 void JavaObjectWeakGlobalRef::Assign(const JavaObjectWeakGlobalRef& other) { function in class:JavaObjectWeakGlobalRef
H A Djni_helper.h31 void Assign(const JavaObjectWeakGlobalRef& rhs);
/external/chromium_org/v8/test/mjsunit/
H A Dreadonly.js148 function Assign(o, x) { function
169 %DeoptimizeFunction(Assign);
171 %ClearFunctionTypeFeedback(Assign);
177 Assign(o, i);
182 %OptimizeFunctionOnNextCall(Assign);
189 Assign(o, t + 1);
/external/llvm/test/MC/COFF/
H A Dsymbol-alias.s26 # Order is important here. Assign _bar_alias_alias before _bar_alias.
/external/chromium_org/ui/base/cursor/
H A Dcursor.cc42 void Cursor::Assign(const Cursor& cursor) { function in class:ui::Cursor
H A Dcursor.h131 Assign(cursor);
135 void Assign(const Cursor& cursor);
/external/chromium_org/chrome/browser/download/
H A Ddownload_ui_controller_unittest.cc18 using testing::Assign;
92 .WillOnce(Assign(&manager_observer_,
103 .WillOnce(Assign(&item_observer_,
/external/chromium/app/sql/
H A Dmeta_table.cc128 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
140 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
H A Dstatement_unittest.cc71 TEST_F(SQLStatementTest, Assign) {
77 s.Assign(db().GetUniqueStatement("CREATE TABLE foo (a, b)"));
H A Dstatement.h44 // you initialize it via Assign.
52 void Assign(scoped_refptr<Connection::StatementRef> ref);
/external/chromium_org/sql/
H A Dstatement_unittest.cc39 TEST_F(SQLStatementTest, Assign) {
43 s.Assign(db().GetUniqueStatement("CREATE TABLE foo (a, b)"));
H A Dmeta_table.cc226 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
233 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
H A Dstatement.h47 // you initialize it via Assign.
55 void Assign(scoped_refptr<Connection::StatementRef> ref);
/external/chromium/webkit/glue/media/
H A Dbuffered_data_source_unittest.cc18 using ::testing::Assign;
111 DoAll(Assign(&error_, start_error),
245 .WillOnce(DoAll(Assign(&error_, read_size),
290 .WillOnce(DoAll(Assign(&error_, net::ERR_CACHE_MISS),
304 .WillOnce(DoAll(Assign(&error_, start_error),
314 .WillOnce(DoAll(Assign(&error_, size),
342 .WillOnce(DoAll(Assign(&error_, error),
378 .WillOnce(DoAll(Assign(&error_, net::OK),
386 .WillOnce(DoAll(Assign(&error_, size),
527 .WillByDefault(Assign(
[all...]
/external/chromium_org/v8/tools/testrunner/network/
H A Ddistro.py43 def Assign(suites, peers): function
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy.cc239 statement.Assign(db->GetCachedStatement(
260 statement.Assign(db->GetCachedStatement(
273 statement.Assign(db->GetCachedStatement(
302 statement.Assign(
332 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
H A Dcounting_policy.cc537 statement.Assign(db->GetCachedStatement(
561 statement.Assign(db->GetCachedStatement(
575 statement.Assign(db->GetCachedStatement(
647 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
655 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
663 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend31 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_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables.cc235 deleter.Assign(DB()->GetUniqueStatement(
238 deleter.Assign(DB()->GetUniqueStatement(
241 deleter.Assign(DB()->GetUniqueStatement(
435 statement.Assign(DB()->GetUniqueStatement(
/external/chromium_org/skia/ext/
H A Drefptr_unittest.cc92 TEST(RefPtrTest, Assign) {

Completed in 1338 milliseconds

1234