HomeSort by relevance Sort by last modified time
    Searched refs:Assign (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/app/sql/
meta_table.cc 128 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
140 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
statement_unittest.cc 71 TEST_F(SQLStatementTest, Assign) {
77 s.Assign(db().GetUniqueStatement("CREATE TABLE foo (a, b)"));
statement.h 44 // you initialize it via Assign.
52 void Assign(scoped_refptr<Connection::StatementRef> ref);
statement.cc 37 void Statement::Assign(scoped_refptr<Connection::StatementRef> ref) {
196 result.assign(str, len);
237 blob->assign(reinterpret_cast<const char*>(p), len);
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 18 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(&stop_done_called, true))
    [all...]
buffered_resource_loader_unittest.cc 21 using ::testing::Assign;
  /external/ppp/pppd/plugins/radius/etc/
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/net/http/
mock_gssapi_library_posix.h 33 void Assign(const GssContextMockImpl& other);
mock_gssapi_library_posix.cc 91 dest.assign(string, src->length);
117 name->name.assign(reinterpret_cast<const char*>(src), length);
178 void GssContextMockImpl::Assign(
249 security_query.context_info.Assign(context_info);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 87 // 'assign'.
88 return PD->getSetterKind() != ObjCPropertyDecl::Assign;;
235 // ivar must be released if and only if the kind of setter was not 'assign'
236 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign;
  /external/chromium/chrome/browser/history/
url_database.cc 252 enumerator->statement_.Assign(GetDB().GetUniqueStatement(sql.c_str()));
267 enumerator->statement_.Assign(GetDB().GetUniqueStatement(sql.c_str()));
283 enumerator->statement_.Assign(GetDB().GetUniqueStatement(
visit_database.cc 179 del.Assign(GetDB().GetCachedStatement(SQL_FROM_HERE,
history_backend_unittest.cc 816 s.Assign(db.GetUniqueStatement(
819 s.Assign(db.GetUniqueStatement("SELECT * FROM visit_source LIMIT 10"));
    [all...]
  /external/v8/test/mjsunit/regress/
regress-675.js 39 // Assign to global property cell for x.
regress-186.js 60 // Assign to the global __proto__ property.
  /external/clang/include/clang/AST/
StmtVisitor.h 132 BINOP_FALLBACK(Assign)
RecursiveASTVisitor.h 47 // All binary operators (excluding compound assign operators).
59 OPERATOR(Assign) \
62 // All compound assign operators.
292 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
413 case BO_##NAME##Assign: \
414 DISPATCH(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
DeclObjC.h     [all...]
  /external/chromium/testing/gmock/test/
gmock_link_test.h 46 // Assign
132 using testing::Assign;
275 // Tests the linkage of the Assign action.
280 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Assign(&ch, 'y'));
gmock-actions_test.cc 58 using testing::Assign;
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 316 "assign the default action to an Action variable and use "
635 // Implements the Assign action to set a given pointer referent to a
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 419 s.Assign(db_->GetUniqueStatement(
436 s.Assign(db_->GetUniqueStatement(
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/v8/test/cctest/
test-bignum.cc 51 TEST(Assign) {
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 824 // Assign unique ID, if needed.
    [all...]

Completed in 333 milliseconds

1 2