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

12 3 4 5 6

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 43 import android.provider.ContactsContract.Intents.Insert;
283 intent.putExtra(Insert.PHONE, "5123456789");
290 intent.putExtra(Insert.EMAIL, "android@android.com");
310 intent.putExtra(Insert.EMAIL, "a");
316 intent.putExtra(Insert.PHONE, "800");
660 intent.putExtra(Insert.ACCOUNT, account);
661 intent.putExtra(Insert.DATA_SET, dataSet);
668 intent.putExtra(Insert.ACCOUNT, account);
669 intent.putExtra(Insert.DATA_SET, dataSet);
691 intent.putParcelableArrayListExtra(Insert.DATA, Lists.newArrayList(row1, row2))
    [all...]
  /external/grub/docs/
menu.lst 39 pause Insert the diskette now!!
  /external/chromium/chrome/common/extensions/
extension_set.cc 24 void ExtensionSet::Insert(const scoped_refptr<const Extension>& extension) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 35 import android.provider.ContactsContract.Intents.Insert;
131 query = intent.getStringExtra(Insert.PHONE);
134 query = intent.getStringExtra(Insert.EMAIL);
  /external/chromium/net/disk_cache/
eviction.cc 173 rankings_->Insert(entry->rankings(), true, GetListForEntry(entry));
278 rankings_->Insert(entry->rankings(), true, Rankings::DELETED);
385 rankings_->Insert(entry->rankings(), false, Rankings::LOW_USE);
389 rankings_->Insert(entry->rankings(), false, Rankings::HIGH_USE);
421 rankings_->Insert(entry->rankings(), true, GetListForEntryV2(entry));
439 rankings_->Insert(entry->rankings(), true, Rankings::DELETED);
mem_backend_impl.cc 123 rankings_.Insert(entry);
216 rankings_.Insert(cache_entry);
rankings.h 113 void Insert(CacheRankingsBlock* node, bool modified, List list);
  /external/llvm/include/llvm/
Metadata.h 118 FunctionLocalness FL, bool Insert = true);
  /external/openfst/src/include/fst/
prune.h 142 enqueued[s] = heap.Insert(s);
174 enqueued[arc.nextstate] = heap.Insert(arc.nextstate);
270 enqueued[s] = heap.Insert(s);
309 enqueued[arc.nextstate] = heap.Insert(arc.nextstate);
  /external/v8/src/
splay-tree.h 72 bool Insert(const Key& key, Locator* locator);
  /external/webrtc/src/system_wrappers/source/
map.cc 68 int MapWrapper::Insert(int id, void* ptr)
map_no_stl.cc 74 int MapNoStl::Insert(int id, void* ptr)
list_unittest.cc 66 int Insert(ListItem* existing_previous_item,
68 const int retval = list_.Insert(existing_previous_item, new_item);
387 // Use Insert to interleave two lists.
423 EXPECT_EQ(0, interleave_list->Insert(item, insert_item));
list_no_stl.cc 149 int ListWrapper::Insert(ListItem* existing_previous_item, ListItem* new_item)
list_stl.cc 180 int ListWrapper::Insert(ListItem* existing_previous_item,
206 list_.insert(insert_location,new_item);
231 list_.insert(insert_location,new_item);
  /external/webrtc/src/system_wrappers/test/map/
map.cc 60 // Test insert
64 test_map.Insert(i,(void*)&element_array[i]);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 123 mCreateExtras.putString(Intents.Insert.EMAIL, ssp);
129 mCreateExtras.putString(Intents.Insert.PHONE, ssp);
207 // Prompt user to insert or edit contact
  /external/qemu/
curses_keys.h 128 [0x14b] = 82 | GREY, /* Insert */
456 { "Insert", 0x14b },
  /external/srec/seti/sltsEngine/src/
linklist_impl.c 123 LListResult Insert(LList *list, void *data)
143 /* curr not specified, insert from the end */
148 /* in cases with single node, default to insert at end */
150 /* insert at the end */
161 /* insert at head */
173 /* insert somewhere in middle */
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 334 children.Insert(startChildIndex + j, newChildren[j]);
408 ancestors.Insert(0, t); // insert at start
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 401 Children.Insert( startChildIndex + j, newChildren[j] );
489 ancestors.Insert( 0, t ); // insert at start
  /external/protobuf/gtest/src/
gtest-internal-inl.h 280 void PushBack(const E& element) { Insert(element, size_); }
283 void PushFront(const E& element) { Insert(element, 0); }
303 void Insert(const E& element, int index) {
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatainsertdatabeginning.js 78 The "insertData(offset,arg)" method will insert a string
79 at the specified character offset. Insert the data at
85 The method should insert the string "Mss." at position 0.
hc_characterdatainsertdataend.js 78 The "insertData(offset,arg)" method will insert a string
79 at the specified character offset. Insert the data at
85 The method should insert the string ", Esquire" at
hc_characterdatainsertdatamiddle.js 78 The "insertData(offset,arg)" method will insert a string
79 at the specified character offset. Insert the data in
85 The method should insert the string "Ann" at position 9.

Completed in 322 milliseconds

12 3 4 5 6