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

1 23 4 5 6

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeinsertbefore.js 81 Insert a newly created Element node before the second
hc_nodeinsertbeforenewchildexists.js 82 Insert a node Element ("em") that is already
hc_nodeinsertbeforenodename.js 81 Insert an Element node before the fourth
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement31.js 85 have a TBODY element. Insert a new row into the empty
  /external/webkit/LayoutTests/dom/xhtml/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.
hc_nodeinsertbefore.js 81 Insert a newly created Element node before the second
hc_nodeinsertbeforenewchildexists.js 82 Insert a node Element ("em") that is already
hc_nodeinsertbeforenodename.js 81 Insert an Element node before the fourth
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement31.js 85 have a TBODY element. Insert a new row into the empty
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textiselementcontentwhitespace06.js 81 Insert whitespace before the "p" element in barfoo and normalize with validation.
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 175 * This is used to insert a new event into the database. The event is
180 private class Insert implements Command {
183 public Insert(String eventName) {
188 Log.i(TAG, "insert " + eventInfo.mTitle);
760 new Insert("normal0"),
761 new Insert("normal1"),
762 new Insert("normal2"),
778 new Insert("allday0"),
779 new Insert("allday1"),
2704 public Uri insert(Uri uri, ContentValues values) { method in class:CalendarProvider2Test.MockProvider
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 69 list.Insert( index, value );
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 71 void BloomFilter::Insert(SBPrefix hash) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 109 (* Insert an explicit fall through from the current block to the
149 (* Create the "after loop" block and insert it. *)
153 (* Insert the conditional branch into the end of loop_end_bb. *)
  /external/v8/src/
splay-tree-inl.h 45 bool SplayTree<Config, Allocator>::Insert(const Key& key, Locator* locator) {
47 // If the tree is empty, insert the new node.
59 // Insert the new node.
218 // Insert the original right child as the right child of the new
  /external/webrtc/src/system_wrappers/source/
map_unittest.cc 62 if (0 != ascending_map->Insert(
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 44 * {@link #Intents.Insert.ACCOUNT} that contains the {@link AccountWithDataSet} to create
188 intent.putExtra(Intents.Insert.ACCOUNT, account);
ContactEditorActivity.java 194 intent.putParcelableArrayListExtra(ContactsContract.Intents.Insert.DATA, values);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 358 SB.Insert(0, 'null');
398 SB.Insert(0, 'null');
424 SB.Insert(0, 'null');
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 52 import android.provider.ContactsContract.Intents.Insert;
203 * Insert various rows to test
263 assertTrue("Unable to insert", EntityModifier.canInsert(state, kindPhone));
268 assertTrue("Unable to insert", EntityModifier.canInsert(state, kindPhone));
272 assertFalse("Able to insert", EntityModifier.canInsert(state, kindPhone));
339 // Insert some data to trigger non-empty state
354 // Build diff, expecting insert for data row and update enforcement
396 // Build diff, expecting insert for data row and update enforcement
421 // Build diff, expecting insert for data row and update enforcement
525 // Build diff, expecting single insert
    [all...]
  /external/llvm/lib/VMCore/
Metadata.cpp 212 FunctionLocalness FL, bool Insert) {
226 if (N || !Insert)
317 pImpl->NonUniquedMDNodes.insert(this);
  /external/chromium/base/
values.h 407 // Insert a Value at index.
409 bool Insert(size_t index, Value* in_value);
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 51 seen_values.insert(value);
337 // Insert the override at the front of the list. Last registered override
339 page_overrides->Insert(0, new StringValue(iter->second.spec()));

Completed in 577 milliseconds

1 23 4 5 6