Searched defs:insert (Results 51 - 75 of 300) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrTMultiMap.h38 void insert(const Key& key, T* value) { function in class:GrTMultiMap
/external/srec/tools/grxmlcompile/
H A Dhashmap.cpp51 bool HashMap<T1,T2>::insert( T1 const & index, T2 const & value) function in class:HashMap
54 pair<typename std::map<T1,T2>::iterator,bool> result = m_Map.insert( make_pair(index, value) );
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java71 public Uri insert(Uri uri, ContentValues values) { method in class:SettingsProvider
/external/tremolo/Tremolo/
H A Dmisc.c143 int insert; local
182 insert=((head *)ptr)->ptr;
183 insertlist[insert]=pinsert;
184 pinsert=insert;
186 if(pointers[insert]==NULL){
195 pointers[insert]=NULL;
/external/clang/utils/
H A Dclang-completion-mode.el129 (insert (mapconcat 'identity completion-lines "\n")))
175 (defun clang-complete-self-insert (arg)
177 (self-insert-command arg)
192 (defun clang-filter-self-insert (arg)
194 (self-insert-command arg)
227 (define-key clang-completion-mode-map char 'clang-complete-self-insert))
236 (define-key clang-completion-mode-map char 'clang-filter-self-insert))
/external/blktrace/btt/
H A Dproc.c157 static void insert(struct p_info *pip) function
218 insert(pip);
/external/chromium_org/components/url_matcher/
H A Durl_matcher_unittest.cc95 matching_patterns.insert(0);
99 matching_patterns.insert(1);
414 conditions.insert(m1);
415 conditions.insert(m2);
434 conditions.insert(m1);
435 conditions.insert(m2);
443 matching_patterns.insert(m1.string_pattern()->id());
446 matching_patterns.insert(m2.string_pattern()->id());
481 regex_conditions.insert(r1);
485 matching_patterns.insert(r
916 URLMatcherConditionSet::Vector insert; local
934 URLMatcherConditionSet::Vector insert; local
952 URLMatcherConditionSet::Vector insert; local
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dlist_set.h33 void insert(const T& elem) { function in class:list_set
36 set_.insert(elem);
/external/chromium_org/net/base/
H A Dlinked_hash_map.h190 return (*((this->insert(std::make_pair(key, Value()))).first)).second;
194 std::pair<iterator, bool> insert(const std::pair<Key, Value>& pair) { function in class:linked_hash_map
197 // didn't insert anything.
201 // Otherwise, insert into the list first.
209 CHECK(map_.insert(std::make_pair(pair.first, last)).second)
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-splay.js72 splayTree.insert(key, GeneratePayloadTree(kSplayTreePayloadDepth, key));
151 * @param {number} key Key to insert into the tree.
152 * @param {*} value Value to insert into the tree.
154 SplayTree.prototype.insert = function(key, value) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-splay.js72 splayTree.insert(key, GeneratePayloadTree(kSplayTreePayloadDepth, key));
151 * @param {number} key Key to insert into the tree.
152 * @param {*} value Value to insert into the tree.
154 SplayTree.prototype.insert = function(key, value) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-splay.js73 splayTree.insert(key, payload);
152 * @param {number} key Key to insert into the tree.
153 * @param {*} value Value to insert into the tree.
155 SplayTree.prototype.insert = function(key, value) {
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.cpp41 bool TSymbolTableLevel::insert(TSymbol *symbol) function in class:TSymbolTableLevel
46 tInsertResult result = level.insert(tLevelPair(symbol->getMangledName(), symbol));
212 insert(level, function);
/external/chromium_org/third_party/markdown/
H A Dodict.py153 def insert(self, index, key, value): member in class:OrderedDict
160 self.keyOrder.insert(index, key)
209 self.insert(i, key, value)
220 self.keyOrder.insert(i, key)
225 self.keyOrder.insert(n, key)
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.h75 tnl_insert_func insert[4]; member in struct:tnl_format_info
/external/chromium_org/third_party/skia/src/core/
H A DSkTSort.h123 T insert = *next; local
125 while (left < hole && lessThan(insert, *(hole - 1))) {
129 *hole = insert;
H A DSkTileGrid.cpp26 void SkTileGrid::insert(void* data, const SkRect& fbounds, bool) { function in class:SkTileGrid
76 // The inset is to counteract the outset that was applied in 'insert'
/external/chromium_org/third_party/skia/src/gpu/
H A DGrOrderedSet.h44 Iter insert(const T& t);
139 typename GrOrderedSet<T,C>::Iter GrOrderedSet<T,C>::insert(const T& t) { function in class:GrOrderedSet
141 return Iter(fRBTree.insert(t));
/external/chromium_org/v8/benchmarks/spinning-balls/
H A Dsplay-tree.js62 * @param {number} key Key to insert into the tree.
63 * @param {*} value Value to insert into the tree.
65 SplayTree.prototype.insert = function(key, value) {
/external/chromium_org/v8/benchmarks/
H A Dsplay.js78 splayTree.insert(key, payload);
157 * @param {number} key Key to insert into the tree.
158 * @param {*} value Value to insert into the tree.
160 SplayTree.prototype.insert = function(key, value) {
/external/chromium_org/v8/tools/
H A Dsplaytree.js64 * @param {number} key Key to insert into the tree.
65 * @param {*} value Value to insert into the tree.
67 SplayTree.prototype.insert = function(key, value) {
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h64 void insert(const value_type &Val) { function in class:clang::ContinuousRangeMap
69 "Must insert keys in order.");
80 Rep.insert(I, Val);
122 void insert(const value_type &Val) { function in class:clang::ContinuousRangeMap::Builder
/external/clang/test/SemaCXX/
H A Dflexible-array-test.cpp6 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/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java228 * that index up one. May not be used to insert at an index beyond the
232 * @param n {@code >= 0, <=size();} index of where to insert
233 * @param value value to insert
235 public void insert(int n, int value) { method in class:IntList
/external/llvm/include/llvm/ADT/
H A DMapVector.h77 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { function in class:llvm::MapVector
93 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);

Completed in 2029 milliseconds

1234567891011>>