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

1 2 3 4 5 6 7 8 91011>>

  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 46 insert(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
insert_fn_imps.hpp 44 insert(const_reference r_value) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 44 insert(const_reference r_value) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 46 insert(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
insert_fn_imps.hpp 44 insert(const_reference r_value) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 44 insert(const_reference r_value) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 46 insert(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
insert_fn_imps.hpp 44 insert(const_reference r_value) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 44 insert(const_reference r_value) function in class:PB_DS_CLASS_C_DEC
  /external/webkit/Source/WebCore/css/
StyleList.cpp 38 void StyleList::insert(unsigned position, PassRefPtr<StyleBase> child) function in class:WebCore::StyleList
44 m_children.insert(position, child);
  /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);
  /external/webkit/Source/WebCore/dom/
RawDataDocumentParser.h 47 virtual void insert(const SegmentedString&) function in class:WebCore::RawDataDocumentParser
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 37 insert("Type", new SkPDFName("XObject"))->unref();
38 insert("Subtype", new SkPDFName("Form"))->unref();
39 insert("BBox", device->getMediaBox().get());
40 insert("Resources", device->getResourceDict().get());
49 insert("Matrix", SkPDFUtils::MatrixToArray(inverse))->unref();
56 group->insert("S", new SkPDFName("Transparency"))->unref();
57 group->insert("I", new SkPDFBool(true))->unref(); // Isolated.
58 insert("Group", group.get());
88 SkPDFObject* SkPDFFormXObject::insert(SkPDFName* key, SkPDFObject* value) { function in class:SkPDFFormXObject
89 return fStream->insert(key, value)
92 SkPDFObject* SkPDFFormXObject::insert(const char key[], SkPDFObject* value) { function in class:SkPDFFormXObject
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.cpp 58 void KeyframeList::insert(const KeyframeValue& keyframe) function in class:WebCore::KeyframeList
73 // insert before
74 m_keyframes.insert(i, keyframe);
  /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
  /cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProvider.java 41 public Uri insert(Uri uri, ContentValues values) { method in class:PermissionContentProvider
PermissionContentProviderGranting.java 41 public Uri insert(Uri uri, ContentValues values) { method in class:PermissionContentProviderGranting
PermissionContentProviderPath.java 25 public Uri insert(Uri uri, ContentValues values) { method in class:PermissionContentProviderPath
PrivateContentProvider.java 41 public Uri insert(Uri uri, ContentValues values) { method in class:PrivateContentProvider
PrivateContentProviderGranting.java 41 public Uri insert(Uri uri, ContentValues values) { method in class:PrivateContentProviderGranting
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 99 virtual void insert(SourceLocation loc, StringRef text) { } function in class:clang::arcmt::MigrationProcess::RewriteListener
  /external/icu4c/layout/
LEInsertionList.cpp 54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) function in class:LEInsertionList
72 // insert on end of list...
77 // insert on front of list...
MultipleSubstSubtables.cpp 74 le_int32 insert = 0, direction = 1; local
77 insert = glyphCount - 1;
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
85 insert += direction;

Completed in 745 milliseconds

1 2 3 4 5 6 7 8 91011>>