HomeSort by relevance Sort by last modified time
    Searched refs:Assign (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /art/runtime/entrypoints/quick/
callee_save_frame.h 43 sp->Assign(Runtime::Current()->GetCalleeSaveMethod(type));
quick_instrumentation_entrypoints.cc 61 sp->Assign(runtime->GetCalleeSaveMethod(Runtime::kRefsOnly));
  /art/runtime/gc/collector/
semi_space-inl.h 80 obj_ptr->Assign(forward_address);
  /art/runtime/mirror/
object_reference.h 40 void Assign(MirrorType* other) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_search_path_list.cpp 65 full_path_.Assign(item, item_end - item);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_search_path_list.cpp 65 full_path_.Assign(item, item_end - item);
  /art/runtime/gc/space/
space_test.h 215 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr)));
229 space->Free(self, ptr1.Assign(nullptr));
250 ptr1.Assign(Alloc(space, self, 1 * MB, &ptr1_bytes_allocated, &ptr1_usable_size));
261 ptr3.Assign(AllocWithGrowth(space, self, 2 * MB, &ptr3_bytes_allocated, &ptr3_usable_size));
266 space->Free(self, ptr3.Assign(nullptr));
270 space->Free(self, ptr1.Assign(nullptr));
318 space->Free(self, ptr3.Assign(nullptr));
332 space->Free(self, ptr1.Assign(nullptr));
426 object.Assign(Alloc(space, self, alloc_size, &bytes_allocated, nullptr));
428 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr))
    [all...]
  /art/runtime/
handle.h 122 ALWAYS_INLINE T* Assign(T* reference) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
125 ref->Assign(reference);
handle_scope.h 95 references_[i].Assign(object);
189 GetReferences()[i].Assign(object);
method_helper.h 132 method_.Assign(method);
  /external/chromium_org/sql/
meta_table.cc 226 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
233 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
statement.h 47 // you initialize it via Assign.
55 void Assign(scoped_refptr<Connection::StatementRef> ref);
statement.cc 36 void Statement::Assign(scoped_refptr<Connection::StatementRef> ref) {
42 Assign(new Connection::StatementRef(NULL, NULL, false));
234 result.assign(str, len);
270 blob->assign(reinterpret_cast<const char*>(p), len);
283 val->assign(reinterpret_cast<const base::char16*>(data), len);
  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 275 statement.Assign(db->GetCachedStatement(
296 statement.Assign(db->GetCachedStatement(
309 statement.Assign(db->GetCachedStatement(
338 statement.Assign(
368 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
counting_policy.cc 579 statement.Assign(db->GetCachedStatement(
603 statement.Assign(db->GetCachedStatement(
617 statement.Assign(db->GetCachedStatement(
690 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
699 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
707 statement.Assign(db->GetCachedStatement(sql::StatementID(SQL_FROM_HERE),
  /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_org/chrome/browser/download/
download_ui_controller_unittest.cc 27 using testing::Assign;
171 .WillOnce(testing::Assign(
187 .WillOnce(testing::Assign(
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.cc 234 deleter.Assign(DB()->GetUniqueStatement(
237 deleter.Assign(DB()->GetUniqueStatement(
240 deleter.Assign(DB()->GetUniqueStatement(
434 statement.Assign(DB()->GetUniqueStatement(
  /external/chromium_org/skia/ext/
refptr_unittest.cc 92 TEST(RefPtrTest, Assign) {
  /external/chromium_org/third_party/markdown/extensions/
headerid.py 157 """ Assign IDs to headers. """
  /external/chromium_org/v8/tools/testrunner/network/
distro.py 43 def Assign(suites, peers):
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.cc 101 statement.Assign(db_->GetCachedStatement(SQL_FROM_HERE,
106 statement.Assign(db_->GetCachedStatement(SQL_FROM_HERE,
  /external/chromium_org/extensions/common/permissions/
base_set_operators.h 83 return Assign(rhs);
94 T& Assign(const T& rhs) {
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
scroll_bounce.js 25 // Assign this.element_ here instead of constructor, because the constructor
swipe.js 44 // Assign this.element_ here instead of constructor, because the constructor

Completed in 1460 milliseconds

12 3 4 5 6