HomeSort by relevance Sort by last modified time
    Searched refs:insert (Results 1 - 25 of 2365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/ADT/
DenseSetTest.cpp 24 set.insert(0);
25 set.insert(1);
SmallPtrSetTest.cpp 26 a.insert(&buf[0]);
27 a.insert(&buf[1]);
28 b.insert(&buf[2]);
38 b.insert(&buf[3]);
57 a.insert(&buf[4]);
58 a.insert(&buf[5]);
59 a.insert(&buf[6]);
  /frameworks/base/core/java/android/content/
ContentInsertHandler.java 27 * Interface to insert data to ContentResolver
32 * insert data from InputStream to ContentResolver
38 public void insert(ContentResolver contentResolver, InputStream in) method in interface:ContentInsertHandler
42 * insert data from String to ContentResolver
47 public void insert(ContentResolver contentResolver, String in) method in interface:ContentInsertHandler
  /packages/apps/Launcher2/
fill_screens.py 65 insert = "INSERT into favorites (_id, title, intent, container, screen, cellX, cellY, spanX, spanY, itemType, appWidgetId, iconType) VALUES (%d, '%s', '%s', %d, %d, %d, %d, %d, %d, %d, %d, %d)"
66 insert = insert % (id, "title", "", -100, s, x, y, 1, 1, 2, -1, 0)
67 c.execute(insert)
73 insert = "INSERT into favorites (_id, title, intent, container, screen, cellX, cellY, spanX, spanY, itemType, appWidgetId, iconType) VALUES (%d, '%s', '%s', %d, %d, %d, %d, %d, %d, %d, %d, %d)"
74 insert = insert % (id, "title", intent, folder_id, 0, 0, 0, 1, 1, 0, -1, 0)
75 c.execute(insert)
    [all...]
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 31 insert("BBox", device->getMediaBox().get());
32 insert("Resources", device->getResourceDict());
41 insert("Matrix", SkPDFUtils::MatrixToArray(inverse))->unref();
49 group->insert("I", new SkPDFBool(true))->unref(); // Isolated.
50 insert("Group", group.get());
  /external/stlport/test/unit/
ptrspec_test.cpp 123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3);
125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3);
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
133 pint_vect.insert(pint_vect.end(), pint_list.begin(), pint_list.end());
134 pcint_vect.insert(pcint_vect.end(), pint_list.begin(), pint_list.end());
135 pcint_vect.insert(pcint_vect.end(), pcint_list.begin(), pcint_list.end())
    [all...]
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3);
125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3);
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
133 pint_vect.insert(pint_vect.end(), pint_list.begin(), pint_list.end());
134 pcint_vect.insert(pcint_vect.end(), pint_list.begin(), pint_list.end());
135 pcint_vect.insert(pcint_vect.end(), pcint_list.begin(), pcint_list.end())
    [all...]
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
124 pint_vect.insert(pint_vect.end(), int_array, int_array + 3);
125 pint_vect2.insert(pint_vect2.end(), int_array, int_array + 3);
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
133 pint_vect.insert(pint_vect.end(), pint_list.begin(), pint_list.end());
134 pcint_vect.insert(pcint_vect.end(), pint_list.begin(), pint_list.end());
135 pcint_vect.insert(pcint_vect.end(), pcint_list.begin(), pcint_list.end())
    [all...]
complete_digits.h 15 digits.insert(digits.begin(), '0');
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutputset_unittest.py 38 zip.insert('fast/dom/some-test-actual.txt', 'actual outputs')
45 zip.insert('fast/dom/some-test-actual.checksum', 'abc123')
46 zip.insert('fast/dom/some-test-actual.png', '<image data>')
56 zip.insert('platform/win/fast/dom/some-test-actual.checksum', 'checksum1')
57 zip.insert('platform/win/fast/dom/some-test-actual.png', '<image data 1>')
58 zip.insert('platform/mac/fast/dom/some-test-actual.checksum', 'checksum2')
59 zip.insert('platform/mac/fast/dom/some-test-actual.png', '<image data 2>')
67 outputset1_zip.insert('fast/dom/test-actual.txt', 'linux text output')
70 outputset2_zip.insert('fast/dom/test-actual.txt', 'windows text output')
83 zip.insert('platform/win/some-test-expected.png', '<image data>'
    [all...]
  /external/chromium/chrome/browser/ui/webui/
web_ui_util.cc 19 str_url.insert(str_url.end(), output.begin(), output.end());
22 str_url.insert(0, "data:image/png;base64,");
34 str_url.insert(str_url.end(),
38 str_url.insert(0, "data:image/png;base64,");
  /external/llvm/include/llvm/ADT/
StringSet.h 22 /// functionality. Only insert() and count() methods are used by my
28 bool insert(StringRef InLang) { function in class:llvm::StringSet
32 return base::insert(llvm::StringMapEntry<char>::
SmallSet.h 57 /// insert - Insert an element into the set if it isn't already there.
58 bool insert(const T &V) { function in class:llvm::SmallSet
60 return Set.insert(V).second;
72 Set.insert(Vector.back());
75 Set.insert(V);
80 void insert(IterT I, IterT E) { function in class:llvm::SmallSet
82 insert(*I);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DatabaseModifier.java 25 * An interface which wraps key database modify operations (insert, update, delete) to perform
31 * Use this method to insert a value which you would otherwise do using the
32 * {@link SQLiteDatabase#insert(String, String, ContentValues)} method.
34 public abstract long insert(String table, String nullColumnHack, ContentValues values); method in interface:DatabaseModifier
36 * Use this method to insert a value which you would otherwise do using the
37 * {@link DatabaseUtils.InsertHelper#insert(ContentValues)} method.
39 public abstract long insert(ContentValues values); method in interface:DatabaseModifier
  /frameworks/compile/mclinker/unittests/
StringTableTest.cpp 51 ASSERT_NE(m_pTestee->insert(c), c);
57 m_pTestee->insert("Hello");
58 m_pTestee->insert("World");
59 m_pTestee->insert("Media");
60 m_pTestee->insert("Tek");
74 m_pTestee->insert("");
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringBufferTest.java 95 testBuffer.insert(-1, Double.MAX_VALUE);
102 testBuffer.insert(testBuffer.length() + 1, Double.MAX_VALUE);
111 testBuffer.insert(-1, Float.MAX_VALUE);
118 testBuffer.insert(testBuffer.length() + 1, Float.MAX_VALUE);
127 testBuffer.insert(-1, Integer.MAX_VALUE);
134 testBuffer.insert(testBuffer.length() + 1, Integer.MAX_VALUE);
143 testBuffer.insert(-1, Long.MAX_VALUE);
150 testBuffer.insert(testBuffer.length() + 1, Long.MAX_VALUE);
160 testBuffer.insert(-1, obj1);
167 testBuffer.insert(testBuffer.length() + 1, obj1)
    [all...]
  /external/chromium/net/ftp/
ftp_directory_listing_parser_vms_unittest.cc 57 lines.insert(lines.begin(),
61 lines.insert(lines.end(),
111 lines.insert(lines.begin(),
115 lines.insert(lines.end(),
137 lines.insert(lines.begin(),
141 lines.insert(lines.end(),
152 // Insert a line at the end of the listing that should make it invalid.
153 lines.insert(lines.end(),
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 6 void insert(const Key &, const T &);
12 void QMap<Key, T>::insert(const Key &, const T &avalue) function in class:QMap
35 eventForId.insert(ptr->wd, *ptr);
  /external/javassist/src/main/javassist/convert/
TransformAfter.java 32 iterator.insert(saveCode);
33 iterator.insert(loadCode);
36 iterator.insert(loadCode);
  /external/llvm/lib/MC/
MCModule.cpp 25 AtomAllocationTracker.insert(NewAtom);
26 OffsetMap.insert(Begin, End, NewAtom);
38 // Insert the new mapping.
39 OffsetMap.insert(NewBegin, NewEnd, Atom);
  /external/stlport/test/eh/
bug.cpp 23 v.insert(v.begin() + v.size()/2, n);
31 m.insert(&v[n]);
36 m.insert(&v[n]);
test.cpp 24 set1.insert(aVector.begin(), aVector.end());
26 set2.insert(1);
27 set2.insert(1);
  /libcore/luni/src/main/java/java/lang/
StringBuilder.java 370 * the index to insert at.
372 * the {@code boolean} value to insert.
379 public StringBuilder insert(int offset, boolean b) { method in class:StringBuilder
390 * the index to insert at.
392 * the {@code char} value to insert.
399 public StringBuilder insert(int offset, char c) { method in class:StringBuilder
410 * the index to insert at.
412 * the {@code int} value to insert.
419 public StringBuilder insert(int offset, int i) { method in class:StringBuilder
430 * the index to insert at
439 public StringBuilder insert(int offset, long l) { method in class:StringBuilder
459 public StringBuilder insert(int offset, float f) { method in class:StringBuilder
480 public StringBuilder insert(int offset, double d) { method in class:StringBuilder
500 public StringBuilder insert(int offset, Object obj) { method in class:StringBuilder
518 public StringBuilder insert(int offset, String str) { method in class:StringBuilder
538 public StringBuilder insert(int offset, char[] ch) { method in class:StringBuilder
564 public StringBuilder insert(int offset, char[] str, int strOffset, method in class:StringBuilder
586 public StringBuilder insert(int offset, CharSequence s) { method in class:StringBuilder
614 public StringBuilder insert(int offset, CharSequence s, int start, int end) { method in class:StringBuilder
    [all...]

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 91011>>