HomeSort by relevance Sort by last modified time
    Searched refs:Insert (Results 251 - 275 of 396) sorted by null

<<111213141516

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 183 (* Insert an explicit fall through from the current block to the
224 (* Create the "after loop" block and insert it. *)
227 (* Insert the conditional branch into the end of loop_end_bb. *)
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java 307 addIntent.putExtra(ContactsContract.Intents.Insert.PHONE, decodedPhoneExtra);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 379 alloc_map_->Insert(data_addr(), type);
403 alloc_map_->Insert(data_addr(), type | kDeallocatedTypeBit);
    [all...]
heap-profile-table.cc 227 address_map_->Insert(ptr, v);
471 type_size_map->Insert(key, TypeCount(value->bytes, 1));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 381 alloc_map_->Insert(data_addr(), type);
405 alloc_map_->Insert(data_addr(), type | kDeallocatedTypeBit);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 444 Visited.insert((*OI)->getEntry());
451 /// \brief Insert the missing branch conditions
636 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() :
639 Func, Insert);
722 Visited.insert(Node->getEntry());
732 // Insert extra prefix node (or reuse last one)
735 // Insert extra postfix node (or use exit instead)
775 // insert a new dummy entry block.
ScalarReplAggregates.cpp 348 // insert/extract elements, and if there was at least one use that had
351 // we just get a lot of insert/extracts. If at least one vector is
377 // Create and insert the integer alloca.
392 /// Here we turn element accesses into insert/extract element operations.
394 /// into a <4 x float> that uses insert element.
396 /// large) integer type with extract and insert operations where the loads
594 /// vector with insert/extractelement instructions.
659 assert(!NonConstantIdx && "Cannot replace dynamic memset with insert");
692 assert(!NonConstantIdx && "Cannot replace dynamic transfer with insert");
759 /// insert/extractelement instructions
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 359 exeMethod.Methods.Insert(0, methodFull);
415 exeMethod.Methods.Insert(0, methodFull);
  /external/pdfium/core/include/fxcrt/
fx_string.h 274 FX_STRSIZE Insert(FX_STRSIZE index, FX_CHAR ch);
701 FX_STRSIZE Insert(FX_STRSIZE index, FX_WCHAR ch);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 88 * {@link android.provider.ContactsContract.Intents.Insert#PHONE} with type
89 * {@link android.provider.ContactsContract.Intents.Insert#PHONE_TYPE} or
90 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL} with type
91 * {@link android.provider.ContactsContract.Intents.Insert#EMAIL_TYPE} intent keys.
246 if (extras.containsKey(ContactsContract.Intents.Insert.PHONE)) {
248 } else if (extras.containsKey(ContactsContract.Intents.Insert.EMAIL)) {
676 // If no valid raw contact (to insert the data) was found, we won't have an editable
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 242 (Account) mIntentExtras.getParcelable(Intents.Insert.ACCOUNT);
244 mIntentExtras.getString(Intents.Insert.DATA_SET);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 254 $self->insert($self->end(), values.begin(), values.end());
266 void Insert(int index, CTYPE const& x) throw (std::out_of_range) {
268 $self->insert($self->begin()+index, x);
275 $self->insert($self->begin()+index, values.begin(), values.end());
  /art/compiler/dex/
mir_optimization.cc 284 compiler_temps_.Insert(compiler_temp_high);
315 compiler_temps_.Insert(compiler_temp);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 433 (Account) mIntentExtras.getParcelable(Intents.Insert.ACCOUNT);
435 mIntentExtras.getString(Intents.Insert.DATA_SET);
615 RawContactDelta insert = new RawContactDelta(ValuesDelta.fromAfter( local
617 insert.setProfileQueryUri();
618 mState.add(insert);
771 final RawContactDelta insert = new RawContactDelta(valuesDelta); local
774 RawContactModifier.parseExtras(mContext, newAccountType, insert, mIntentExtras);
776 RawContactModifier.migrateStateForNewContact(mContext, oldState, insert,
782 RawContactModifier.ensureKindExists(insert, newAccountType, Phone.CONTENT_ITEM_TYPE);
783 RawContactModifier.ensureKindExists(insert, newAccountType, Email.CONTENT_ITEM_TYPE)
    [all...]
  /external/chromium_org/base/containers/
small_map_unittest.cc 204 TEST(SmallMap, Insert) {
210 // insert an element
213 ret = sm.insert(std::make_pair(i, 100*i));
219 // try to insert it again with different value, fails, but we still get an
221 ret = sm.insert(std::make_pair(i, -i));
245 normal_map.insert(std::make_pair(i, 100*i));
249 sm.insert(normal_map.begin(), normal_map.end());
420 insert(item);
  /external/chromium_org/chrome/browser/chromeos/login/users/
supervised_user_manager_impl.cc 208 prefs_new_users_update->Insert(0, new base::StringValue(local_user_id));
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_sequence.js 547 } else if (keyName == 'Insert') {
583 case 45: // Insert.
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 619 users_list.Insert(0, profile_value);
  /external/chromium_org/chrome/common/
localized_error.cc 675 suggestions->Insert(0, suggest_reload_repost);
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_metrics_unittest.cc 148 update->Insert(0, new base::StringValue(base::Int64ToString(0)));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 583 TEST_F(CommandLineInterfaceTest, Insert) {
593 "--test_out=insert=test_generator,test_plugin:$tmpdir "
594 "--plug_out=insert=test_generator,test_plugin:$tmpdir "
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 310 void Insert(Object* obj);
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 43 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
45 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
399 // All other insert/extracts cost this much.
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp     [all...]
  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 361 TYPED_TEST(TinyPtrVectorTest, Insert) {
362 this->V.insert(this->V.end(), this->TestPtrs[0]);
367 this->V.insert(this->V.end(), this->TestPtrs[4]);
369 this->V.insert(this->V.begin(), this->TestPtrs[42]);
370 this->TestPtrs.insert(this->TestPtrs.begin(), this->TestPtrs[42]);
372 this->V.insert(std::next(this->V.begin(), 3), this->TestPtrs[43]);
373 this->TestPtrs.insert(std::next(this->TestPtrs.begin(), 3),
379 this->V.insert(this->V.end(), this->TestPtrs.begin(), this->TestPtrs.begin());
381 this->V.insert(this->V.begin(), this->TestPtrs.begin(),
384 this->V.insert(this->V.end(), this->TestPtrs.end(), this->TestPtrs.end())
    [all...]

Completed in 7542 milliseconds

<<111213141516