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

<<11121314151617181920>>

  /external/llvm/include/llvm/ADT/
TinyPtrVector.h 291 iterator insert(iterator I, const EltTy &Elt) { function in namespace:llvm
298 assert(!Val.isNull() && "Null value with non-end insert iterator.");
306 return Val.template get<VecTy*>()->insert(I, Elt);
310 iterator insert(iterator I, ItTy From, ItTy To) { function in namespace:llvm
329 return Val.template get<VecTy*>()->insert(begin() + Offset, From, To);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 63 DLList::Iterator::insert(void *data) function in class:nv50_ir::DLList::Iterator
93 this->insert(that);
123 break; // insert before
125 // insert after
189 void Interval::insert(const Interval &that) function in class:nv50_ir::Interval
  /external/mesa3d/src/mesa/tnl/
t_vertex.h 75 tnl_insert_func insert[4]; member in struct:tnl_format_info
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
hash_map.hpp 140 // Insert a new entry into the map.
141 std::pair<iterator, bool> insert(const value_type& v) function in class:asio::detail::hash_map
267 // Insert an element into the values list by splicing from the spares list,
273 return values_.insert(it, v);
  /external/python/cpython2/Demo/classes/
bitvec.py 131 def insert(self, index, item): member in class:BitVec
  /external/python/cpython2/Lib/
UserList.py 77 def insert(self, i, item): self.data.insert(i, item) member in class:UserList
  /external/python/cpython2/Lib/idlelib/
UndoDelegator.py 80 def insert(self, index, chars, tags=None): member in class:UndoDelegator
197 if name != "insert" and name != "current":
208 # Undoable insert command
217 # Insert before the final newline
219 text.insert(self.index1, self.chars, self.tags)
225 text.mark_set('insert', self.index1)
226 text.insert(self.index1, self.chars, self.tags)
228 text.see('insert')
232 text.mark_set('insert', self.index1)
235 text.see('insert')
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 127 * 'insert', the positions before terminal \n;
139 if index == 'insert':
169 -1: position before terminal \n; for .insert(), .delete
181 def insert(self, index, chars): member in class:Text
182 "Insert chars before the character at index."
231 # do not delete terminal \n if index1 == 'insert'
235 # restricting end position to insert position excludes terminal \n
  /external/python/cpython2/Lib/test/
test_bisect.py 44 def insert(self, idx, item): member in class:Range
253 def insert(self, index, item): member in class:TestInsort.test_listDerived.List
254 self.data.insert(index, item)
  /external/python/cpython2/Tools/webchecker/
wcgui.py 178 self.__rootentry.insert(END, root)
285 self.__bad.insert(url)
296 self.__done.insert(url)
298 self.__todo.insert(url)
303 self.__done.insert(url)
309 self.__errors.insert((url, ''))
350 def insert(self, url): member in class:ListPanel
356 self.list.insert(i, self.checker.format_url(url))
358 self.items.insert(i, url)
391 self.text.insert(END, s
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_tk.py 127 * 'insert', the positions before terminal \n;
139 if index == 'insert':
169 -1: position before terminal \n; for .insert(), .delete
181 def insert(self, index, chars): member in class:Text
182 "Insert chars before the character at index."
231 # do not delete terminal \n if index1 == 'insert'
235 # restricting end position to insert position excludes terminal \n
  /external/python/cpython3/Lib/idlelib/
undo.py 82 def insert(self, index, chars, tags=None): member in class:UndoDelegator
198 if name != "insert" and name != "current":
208 # Undoable insert command
217 # Insert before the final newline
219 text.insert(self.index1, self.chars, self.tags)
225 text.mark_set('insert', self.index1)
226 text.insert(self.index1, self.chars, self.tags)
228 text.see('insert')
232 text.mark_set('insert', self.index1)
235 text.see('insert')
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowArrayAdapter.java 103 public void insert(T object, int index) { method in class:ShadowArrayAdapter
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
ContentProviderControllerTest.java 143 public Uri insert(Uri uri, ContentValues values) { method in class:ContentProviderControllerTest.MyContentProvider
  /external/skia/src/core/
SkTMultiMap.h 44 void insert(const Key& key, T* value) { function in class:SkTMultiMap
  /external/skqp/src/core/
SkTMultiMap.h 44 void insert(const Key& key, T* value) { function in class:SkTMultiMap
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
ScriptProvider.java 79 public Uri insert(Uri uri, ContentValues values) { method in class:ScriptProvider
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.cpp 201 bool TSymbolTableLevel::insert(TSymbol *symbol) function in class:TSymbolTableLevel
206 tInsertResult result = level.insert(tLevelPair(symbol->getMangledName(), symbol));
216 tInsertResult result = level.insert(tLevelPair(function->getName(), function));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseSet.h 115 std::pair<iterator, bool> insert(const ValueT &V) { function in class:llvm::DenseSet
116 return TheMap.insert(std::make_pair(V, 0));
121 void insert(InputIt I, InputIt E) { function in class:llvm::DenseSet
123 insert(*I);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopIterator.h 148 return DFS.PostNumbers.insert(std::make_pair(BB, 0)).second;
172 bool insert(BasicBlock *BB) { function in class:llvm::LoopBlocksTraversal
  /external/syslinux/gpxe/src/include/
cmdlinelib.h 51 int insert; member in struct:__anon38199
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
math_utils.py 519 def insert(self, keys, values, name=None): member in class:TensorValuedMutableDenseHashTable
522 return super(TensorValuedMutableDenseHashTable, self).insert(
568 def insert(self, keys, values): member in class:TupleOfTensorsLookup
574 insert_ops = [hash_table.insert(keys, value)
    [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
compactptrset.h 56 big()->insert(reinterpret_cast<T>(other.rep_));
125 std::pair<iterator, bool> insert(T elem) { function in class:tensorflow::gtl::CompactPointerSet
138 auto p = big()->insert(elem);
143 void insert(InputIter begin, InputIter end) { function in class:tensorflow::gtl::CompactPointerSet
145 insert(*begin);
199 big->insert(reinterpret_cast<T>(rep_));
  /external/vogar/src/vogar/
Md5Cache.java 145 public void insert(String key, File content) { method in class:Md5Cache
  /external/vogar/src/vogar/android/
AdbTarget.java 177 pushCache.insert(key, remote);

Completed in 2123 milliseconds

<<11121314151617181920>>