/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.
|
/external/chromium/chrome/browser/safe_browsing/ |
bloom_filter.cc | 71 void BloomFilter::Insert(SBPrefix hash) {
|
filter_false_positive_perftest.cc | 115 (*bloom_filter)->Insert(prefixes[i]);
|
/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/ |
data-flow.h | 318 void Insert(T* item) {
|
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
|
isolate.cc | 293 thread_data_table_->Insert(per_thread); 375 void Isolate::ThreadDataTable::Insert(Isolate::PerIsolateThreadData* data) {
|
/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);
|
ConfirmAddDetailActivity.java | 81 * {@link ContactsContract.Intents.Insert.PHONE} with type 82 * {@link ContactsContract.Intents.Insert.PHONE_TYPE} or 83 * {@link ContactsContract.Intents.Insert.EMAIL} with type 84 * {@link ContactsContract.Intents.Insert.EMAIL_TYPE} intent keys. 223 if (extras.containsKey(ContactsContract.Intents.Insert.PHONE)) { 225 } else if (extras.containsKey(ContactsContract.Intents.Insert.EMAIL)) { 591 // If no valid raw contact (to insert the data) was found, we won't have an editable [all...] |
/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/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()));
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 127 (* Insert an explicit fall through from the current block to the 167 (* Create the "after loop" block and insert it. *) 171 (* Insert the conditional branch into the end of loop_end_bb. *)
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
WebViewContextMenu.java | 224 addIntent.putExtra(ContactsContract.Intents.Insert.PHONE, decodedPhoneExtra);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsIntentResolver.java | 190 newIntent.putExtra(Intents.Insert.PHONE, number);
|