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

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 687 insert(end(), __new_size - size(), __x);
707 insert(end(), __new_size - size(), __x);
950 * This function will insert an object of type T constructed
967 * This function will insert a copy of the given value before
988 insert(iterator __position, value_type&& __x) function in class:vector
1005 insert(iterator __position, initializer_list<value_type> __l) function in class:vector
1023 insert(iterator __position, size_type __n, const value_type& __x) function in class:vector
1044 insert(iterator __position, _InputIterator __first, function in class:vector
1050 insert(iterator __position, _InputIterator __first, function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 310 insert(const_reference r_val) function in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
319 insert(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 326 insert(const_reference r_val) function in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
338 insert(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 105 insert(void* p, size_t size) function in struct:annotate_base
109 std::string error("annotate_base::insert null insert!\n");
117 std::string error("annotate_base::insert double insert!\n");
123 map().insert(make_entry(p, size));
680 insert(a, sizeof(value_type) * __n);
vstring.h 920 * @brief Insert multiple characters.
921 * @param __p Iterator referencing location in string to insert at.
922 * @param __n Number of characters to insert
923 * @param __c The character to insert.
933 insert(iterator __p, size_type __n, _CharT __c) function in class:__versa_string
937 * @brief Insert a range of characters.
938 * @param __p Iterator referencing location in string to insert at.
955 insert(iterator __p, _InputIterator __beg, _InputIterator __end) function in class:__versa_string
960 * @brief Insert an initializer_list of characters.
961 * @param __p Iterator referencing location in string to insert at
966 insert(iterator __p, std::initializer_list<_CharT> __l) function in class:__versa_string
983 insert(size_type __pos1, const __versa_string& __str) function in class:__versa_string
1006 insert(size_type __pos1, const __versa_string& __str, function in class:__versa_string
1029 insert(size_type __pos, const _CharT* __s, size_type __n) function in class:__versa_string
1048 insert(size_type __pos, const _CharT* __s) function in class:__versa_string
1072 insert(size_type __pos, size_type __n, _CharT __c) function in class:__versa_string
1090 insert(iterator __p, _CharT __c) function in class:__versa_string
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserString.py 217 def insert(self, index, value): member in class:MutableString
_abcoll.py 621 __getitem__, __setitem__, __delitem__, __len__, and insert().
634 def insert(self, index, value): member in class:MutableSequence
635 'S.insert(index, object) -- insert object before index'
640 self.insert(len(self), value)
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserString.py 217 def insert(self, index, value): member in class:MutableString
_abcoll.py 621 __getitem__, __setitem__, __delitem__, __len__, and insert().
634 def insert(self, index, value): member in class:MutableSequence
635 'S.insert(index, object) -- insert object before index'
640 self.insert(len(self), value)
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 1266 func (list *mSpanList) insert(span *mspan) { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 1266 func (list *mSpanList) insert(span *mspan) { func
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 217 def insert(self, index, value): member in class:MutableString
_abcoll.py 621 __getitem__, __setitem__, __delitem__, __len__, and insert().
634 def insert(self, index, value): member in class:MutableSequence
635 'S.insert(index, object) -- insert object before index'
640 self.insert(len(self), value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 217 def insert(self, index, value): member in class:MutableString
_abcoll.py 621 __getitem__, __setitem__, __delitem__, __len__, and insert().
634 def insert(self, index, value): member in class:MutableSequence
635 'S.insert(index, object) -- insert object before index'
640 self.insert(len(self), value)
  /toolchain/binutils/binutils-2.27/bfd/
i386linux.c 310 bfd_boolean insert;
320 insert = FALSE;
331 insert = TRUE;
363 /* Insert a pointer to our table in the set vector. The dynamic
365 if (insert)
309 bfd_boolean insert; local
m68klinux.c 312 bfd_boolean insert;
322 insert = FALSE;
333 insert = TRUE;
365 /* Insert a pointer to our table in the set vector. The dynamic
367 if (insert)
311 bfd_boolean insert; local
sparclinux.c 305 bfd_boolean insert; local
315 insert = FALSE;
326 insert = TRUE;
358 /* Insert a pointer to our table in the set vector. The dynamic
360 if (insert)
  /toolchain/binutils/binutils-2.27/include/opcode/
alpha.h 97 /* Insertion function. This is used by the assembler. To insert an
113 unsigned (*insert) (unsigned instruction, int op, const char **errmsg);
151 are identical. The assembler should call the insert function with
112 unsigned (*insert) (unsigned instruction, int op, const char **errmsg); member in struct:alpha_operand
v850.h 120 /* Insertion function. This is used by the assembler. To insert an
136 unsigned long (* insert)
135 unsigned long (* insert) member in struct:v850_operand
  /packages/apps/Dialer/java/com/android/dialer/database/
DialerDatabaseHelper.java 492 "INSERT INTO "
524 final SQLiteStatement insert = db.compileStatement(sqlInsert); local
527 "INSERT INTO "
539 insert.clearBindings();
555 insert.bindString(2, number);
562 insert.bindString(4, lookupKey);
567 insert.bindString(5, context.getResources().getString(R.string.missing_name));
569 insert.bindString(5, displayName);
571 insert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.PHONE_ID));
572 insert.bindLong(3, updatedContactCursor.getLong(PhoneQuery.PHONE_CONTACT_ID))
623 final SQLiteStatement insert = db.compileStatement(sqlInsert); local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
SmsBackupRestoreTest.java 214 // Insert mms.
219 final Uri mmsUri = mContentResolver.insert(Telephony.Mms.CONTENT_URI, mmsValues);
224 // Insert body part.
240 mContentResolver.insert(partUri, values);
242 // Insert addresses.
250 mContentResolver.insert(addrUri, addrValues);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_TestDataBuilder.java 123 public T insert() throws Exception { method in class:ContactsContract_TestDataBuilder.Builder
131 mUri = mProvider.insert(getContentUri(), mValues);
132 assertNotNull("Could not insert a row in " + getContentUri(), mUri);
339 public TestData insert() throws Exception { method in class:ContactsContract_TestDataBuilder.TestData
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 251 * @param at {@code at >= 0;} what index to insert at
252 * @param insn {@code non-null;} the instruction to insert
254 public void insert(int at, DalvInsn insn) { method in class:OutputFinisher
260 * Helper for {@link #add} and {@link #insert},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py 318 # @param index Where to insert the new subelement.
320 def insert(self, index, element): member in class:Element
322 self._children.insert(index, element)
    [all...]

Completed in 999 milliseconds

<<41424344454647484950>>