HomeSort by relevance Sort by last modified time
    Searched defs:insert (Results 1251 - 1275 of 1909) sorted by null

<<51525354555657585960>>

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 113 public Uri insert(Uri uri, ContentValues values) { method in class:ContextFixture.FakeContentProvider
120 logd("insert called, new mNumKeyValuePairs: " + mNumKeyValuePairs + " uri: " + uri +
SubscriptionControllerTest.java 115 public Uri insert(Uri uri, ContentValues values) { method in class:SubscriptionControllerTest.FakeSubscriptionContentProvider
200 //insert one Subscription Info
297 /* insert one sim */
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
EmojiCompatTest.java 368 editable.insert(start, new TestString(EMOJI_SINGLE_CODEPOINT).toString());
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 396 st.execute("insert into zoo (id, name, family) values (3, 'Chichichi', 'monkey');");
423 st.execute("insert into zoo (id, name, family) values (4, 'Burenka', 'cow');");
474 st.execute("insert into zoo (id, name, family) values (3, 'ChiChiChi', 'monkey');");
488 st.execute("insert into zoo (id, name, family) values (3, 'ChiChiChi', 'monkey');");
502 st.executeUpdate("insert into zoo (id, name, family) values (4, 'ChaChaCha', 'monkey');");
516 st.execute("insert into zoo (id, name, family) values (4, 'ChiChiChi', 'monkey');");
567 st.execute("insert into zoo (id, name, family) values (4, 'ChiChiChi', 'monkey');");
579 st.execute("insert into zoo (id, name, family) values (4, 'ChiChiChi', 'monkey');");
834 "insert into zoo (id, name, family) values (3, 'Chichichi', 'monkey');",
839 "insert into zoo (id, name, family) values (3, 'Chichichi', 'monkey');"
1179 String insert = "insert into zoo (id, name, family) values (?, ?, ?);"; local
1188 String insert = "insert into zoo (id, name, family) values (?, ?, ?);"; local
1858 String insert = "insert into zoo (id, name, family) values (?, ?, ?);"; local
2089 String insert = "insert into zoo (id, name, family) values (?, ?, ?);"; local
    [all...]
OldPreparedStatementTest.java 70 "insert into type (BoolVal, IntVal, LongVal, Bint, Tint, Sint, Mint,"
116 .prepareStatement("INSERT INTO zoo VALUES (3,'Tuzik', ?);");
117 ps.addBatch("INSERT INTO zoo VALUES (?,'Burenka', ?); ");
118 ps.addBatch("INSERT INTO zoo VALUES (?,'Mashka','cat')");
149 .prepareStatement("INSERT INTO zoo VALUES (3,'Tuzik', ?);");
162 .prepareStatement("INSERT INTO zoo VALUES (3,'Tuzik', ?);");
181 String query = "insert into zoo(id, family, name) values(?, ?, 'unknown animal')";
274 "insert into hutch (id, animal_id, address) values (1, ?,'Birds-house, 1');",
275 "insert into hutch (id, animal_id, address) values (?, 1, 'Horse-house, 5');"};
326 String[] queries1 = { "insert into hutch (id, animal_id, address) values (1, ?, 'Birds-house, 1');"
1584 String insert local
1613 String insert local
    [all...]
OldStatementTest.java 35 st.addBatch("INSERT INTO zoo VALUES (3,'Tuzik','dog')");
36 st.addBatch("INSERT INTO zoo VALUES (4,'Mashka','cat')");
168 st.addBatch("INSERT INTO zoo VALUES (3,'Tuzik','dog'); ");
169 st.addBatch("INSERT INTO zoo VALUES (4,'Mashka','cat')");
220 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');",
221 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');",
247 "insert into hutch (id, animal_id, address) values (1, 2, 10);",
274 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');",
275 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');",
537 "insert into zoo (id, name, family) values (3, 'Vorobey', 'sparrow');"
988 String insert = "insert into zoo (id, name, family) values (8, 'Tuzik', 'dog');"; local
1177 String insert = "insert into zoo (id, name, family) values (4, 'Vorobuy', 'bear');"; local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaListTests.java 311 final RawContactDelta insert = getInsert(); local
312 final RawContactDeltaList set = buildSet(insert);
333 final RawContactDelta insert = getInsert(); local
334 final RawContactDeltaList set = buildSet(update, insert);
336 // New insert should only create one rule
419 // insert, since RED was deleted on remote side
459 // Insert new phone locally
468 // Merge in the second version, verify that our insert remains
484 // Add new contact locally, should remain insert
497 // Merge in the second version, verify that our insert remain
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 236 public Uri insert(Uri url, ContentValues values) { method in class:MailAppProvider
475 // cursor. Initially assume that we insert these items to at the end of the list
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 508 client.insert(metadataContentUri, metadataValues);
520 Log.i(TAG, "reinitializeClientRecordInDictionaryContentProvider() : Insert " + info);
521 client.insert(Uri.withAppendedPath(dictionaryContentUriBase, info.mId),
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 466 /* If link search is enabled, insert information of the previous word */
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 403 db.insert(Tables.SEARCH_INDEX, null, mValues);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 81 Uri uri = mResolver.insert(People.CONTENT_URI, values);
94 Uri uri = mResolver.insert(People.CONTENT_URI, values);
116 Uri personId = mResolver.insert(People.CONTENT_URI, values);
133 mResolver.insert(People.CONTENT_URI, values);
137 mResolver.insert(People.CONTENT_URI, values);
141 mResolver.insert(People.CONTENT_URI, values);
152 Uri personUri = mResolver.insert(People.CONTENT_URI, values);
158 final Uri personUri = mResolver.insert(People.CONTENT_URI, values);
167 Uri orgUri1 = mResolver.insert(Organizations.CONTENT_URI, values);
174 Uri orgUri2 = mResolver.insert(Organizations.CONTENT_URI, values)
    [all...]
VoicemailProviderTest.java 113 Uri uri = mResolver.insert(voicemailUri(), getTestVoicemailValues());
126 Uri uri = mResolver.insert(voicemailUri(), values);
199 final Uri uri = mResolver.insert(voicemailUri(), getTestVoicemailValues());
234 final Uri uri = mResolver.insert(voicemailUri(), values);
248 final Uri uri = mResolver.insert(voicemailUri(), values);
264 final Uri uri = mResolver.insert(voicemailUri(), values);
280 final Uri uri = mResolver.insert(voicemailUri(), values);
358 Uri uri = mResolver.insert(voicemailUri(), values);
380 mResolver.insert(Voicemails.CONTENT_URI, getTestVoicemailValues());
408 // Insert two records - one each with own and another package
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
CarrierIdProvider.java 69 * Insert entries for new carriers or an existing carrier.
225 public Uri insert(Uri uri, ContentValues values) { method in class:CarrierIdProvider
241 throw new IllegalArgumentException("Cannot insert that URL: " + uri);
MmsSmsDatabaseHelper.java 180 " AFTER INSERT ON part " +
502 db.insert(TABLE_WORDS, Telephony.MmsSms.WordsTable.INDEXED_TEXT, cv);
535 db.insert(TABLE_WORDS, Telephony.MmsSms.WordsTable.INDEXED_TEXT, cv);
553 // id of one of the trigger insert not the original row insert.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 481 /// This is the correct point to insert lowered copies at the beginning of a
486 /// debug. This is the correct point to insert copies at the beginning of a
538 /// Insert MI into the instruction list before I, possibly inside a bundle.
543 /// MIBundleBuilder::insert() for a more reliable way of doing that.
544 instr_iterator insert(instr_iterator I, MachineInstr *M);
546 /// Insert a range of instructions into the instruction list before I.
548 void insert(iterator I, IT S, IT E) { function in class:llvm::MachineBasicBlock
551 Insts.insert(I.getInstrIterator(), S, E);
554 /// Insert MI into the instruction list before I.
555 iterator insert(iterator I, MachineInstr *MI) function in class:llvm::MachineBasicBlock
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-include-fixer.el 62 "Invoke the Include Fixer to insert missing C++ headers."
179 (insert "\nProcess " (process-name process)
188 (unless (clang-include-fixer--insert-line stdout (current-buffer))
190 (insert-buffer-substring stdout))
194 (defun clang-include-fixer--insert-line (from to)
195 "Insert a single missing line from the buffer FROM into TO.
198 line missing from TO, insert that line into TO so that the buffer
219 ;; have to insert more than a line. Move to the beginning of
233 (insert-buffer-substring from from-begin from-end))
241 clang-include-fixer to insert the selected header.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-include-fixer.el 62 "Invoke the Include Fixer to insert missing C++ headers."
179 (insert "\nProcess " (process-name process)
188 (unless (clang-include-fixer--insert-line stdout (current-buffer))
190 (insert-buffer-substring stdout))
194 (defun clang-include-fixer--insert-line (from to)
195 "Insert a single missing line from the buffer FROM into TO.
198 line missing from TO, insert that line into TO so that the buffer
219 ;; have to insert more than a line. Move to the beginning of
233 (insert-buffer-substring from from-begin from-end))
241 clang-include-fixer to insert the selected header.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-include-fixer.el 63 "Invoke the Include Fixer to insert missing C++ headers."
184 (insert "\nProcess " (process-name process)
194 ((clang-include-fixer--insert-line stdout (current-buffer)))
195 (t (erase-buffer) (insert-buffer-substring stdout)))
199 (defun clang-include-fixer--insert-line (from to)
200 "Insert a single missing line from the buffer FROM into TO.
203 line missing from TO, insert that line into TO so that the buffer
224 ;; have to insert more than a line. Move to the beginning of
238 (insert-buffer-substring from from-begin from-end))
246 clang-include-fixer to insert the selected header.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-include-fixer.el 63 "Invoke the Include Fixer to insert missing C++ headers."
184 (insert "\nProcess " (process-name process)
194 ((clang-include-fixer--insert-line stdout (current-buffer)))
195 (t (erase-buffer) (insert-buffer-substring stdout)))
199 (defun clang-include-fixer--insert-line (from to)
200 "Insert a single missing line from the buffer FROM into TO.
203 line missing from TO, insert that line into TO so that the buffer
224 ;; have to insert more than a line. Move to the beginning of
238 (insert-buffer-substring from from-begin from-end))
246 clang-include-fixer to insert the selected header.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-include-fixer.el 63 "Invoke the Include Fixer to insert missing C++ headers."
184 (insert "\nProcess " (process-name process)
194 ((clang-include-fixer--insert-line stdout (current-buffer)))
195 (t (erase-buffer) (insert-buffer-substring stdout)))
199 (defun clang-include-fixer--insert-line (from to)
200 "Insert a single missing line from the buffer FROM into TO.
203 line missing from TO, insert that line into TO so that the buffer
224 ;; have to insert more than a line. Move to the beginning of
238 (insert-buffer-substring from from-begin from-end))
246 clang-include-fixer to insert the selected header.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-include-fixer.el 63 "Invoke the Include Fixer to insert missing C++ headers."
184 (insert "\nProcess " (process-name process)
194 ((clang-include-fixer--insert-line stdout (current-buffer)))
195 (t (erase-buffer) (insert-buffer-substring stdout)))
199 (defun clang-include-fixer--insert-line (from to)
200 "Insert a single missing line from the buffer FROM into TO.
203 line missing from TO, insert that line into TO so that the buffer
224 ;; have to insert more than a line. Move to the beginning of
238 (insert-buffer-substring from from-begin from-end))
246 clang-include-fixer to insert the selected header.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 481 /// This is the correct point to insert lowered copies at the beginning of a
486 /// debug. This is the correct point to insert copies at the beginning of a
538 /// Insert MI into the instruction list before I, possibly inside a bundle.
543 /// MIBundleBuilder::insert() for a more reliable way of doing that.
544 instr_iterator insert(instr_iterator I, MachineInstr *M);
546 /// Insert a range of instructions into the instruction list before I.
548 void insert(iterator I, IT S, IT E) { function in class:llvm::MachineBasicBlock
551 Insts.insert(I.getInstrIterator(), S, E);
554 /// Insert MI into the instruction list before I.
555 iterator insert(iterator I, MachineInstr *MI) function in class:llvm::MachineBasicBlock
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-include-fixer.el 62 "Invoke the Include Fixer to insert missing C++ headers."
179 (insert "\nProcess " (process-name process)
188 (unless (clang-include-fixer--insert-line stdout (current-buffer))
190 (insert-buffer-substring stdout))
194 (defun clang-include-fixer--insert-line (from to)
195 "Insert a single missing line from the buffer FROM into TO.
198 line missing from TO, insert that line into TO so that the buffer
219 ;; have to insert more than a line. Move to the beginning of
233 (insert-buffer-substring from from-begin from-end))
241 clang-include-fixer to insert the selected header.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
clang-include-fixer.el 62 "Invoke the Include Fixer to insert missing C++ headers."
179 (insert "\nProcess " (process-name process)
188 (unless (clang-include-fixer--insert-line stdout (current-buffer))
190 (insert-buffer-substring stdout))
194 (defun clang-include-fixer--insert-line (from to)
195 "Insert a single missing line from the buffer FROM into TO.
198 line missing from TO, insert that line into TO so that the buffer
219 ;; have to insert more than a line. Move to the beginning of
233 (insert-buffer-substring from from-begin from-end))
241 clang-include-fixer to insert the selected header.
    [all...]

Completed in 1551 milliseconds

<<51525354555657585960>>