/external/llvm/lib/Analysis/ |
ProfileVerifierPass.cpp | 103 if (ProcessedPreds.insert(*bbi).second) { 118 if (ProcessedSuccs.insert(*bbi).second) { 137 BBisPrinted.insert(BB); 178 FisVisited.insert(F); 254 if (ProcessedPreds.insert(*bpi).second) { 272 if (ProcessedSuccs.insert(*bbi).second) { 340 BBisVisited.insert(BB);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_map.h | 289 this->insert(__l.begin(), __l.end()); 450 __i = insert(__i, value_type(__k, mapped_type())); 483 * @brief Attempts to insert a std::pair into the %map. 492 * This function attempts to insert a (key, value) %pair into the %map. 499 insert(const value_type& __x) function in class:map 504 * @brief Attempts to insert a list of std::pairs into the %map. 511 insert(std::initializer_list<value_type> __list) function in class:map 512 { insert (__list.begin(), __list.end()); } 516 * @brief Attempts to insert a std::pair into the %map. 527 * single-argument insert() does. Note that the firs 539 insert(iterator __position, const value_type& __x) function in class:map 552 insert(_InputIterator __first, _InputIterator __last) function in class:map [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_map.h | 289 this->insert(__l.begin(), __l.end()); 450 __i = insert(__i, value_type(__k, mapped_type())); 483 * @brief Attempts to insert a std::pair into the %map. 492 * This function attempts to insert a (key, value) %pair into the %map. 499 insert(const value_type& __x) function in class:map 504 * @brief Attempts to insert a list of std::pairs into the %map. 511 insert(std::initializer_list<value_type> __list) function in class:map 512 { insert (__list.begin(), __list.end()); } 516 * @brief Attempts to insert a std::pair into the %map. 527 * single-argument insert() does. Note that the firs 539 insert(iterator __position, const value_type& __x) function in class:map 552 insert(_InputIterator __first, _InputIterator __last) function in class:map [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_map.h | 289 this->insert(__l.begin(), __l.end()); 450 __i = insert(__i, value_type(__k, mapped_type())); 483 * @brief Attempts to insert a std::pair into the %map. 492 * This function attempts to insert a (key, value) %pair into the %map. 499 insert(const value_type& __x) function in class:map 504 * @brief Attempts to insert a list of std::pairs into the %map. 511 insert(std::initializer_list<value_type> __list) function in class:map 512 { insert (__list.begin(), __list.end()); } 516 * @brief Attempts to insert a std::pair into the %map. 527 * single-argument insert() does. Note that the firs 539 insert(iterator __position, const value_type& __x) function in class:map 552 insert(_InputIterator __first, _InputIterator __last) function in class:map [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_map.h | 289 this->insert(__l.begin(), __l.end()); 450 __i = insert(__i, value_type(__k, mapped_type())); 483 * @brief Attempts to insert a std::pair into the %map. 492 * This function attempts to insert a (key, value) %pair into the %map. 499 insert(const value_type& __x) function in class:map 504 * @brief Attempts to insert a list of std::pairs into the %map. 511 insert(std::initializer_list<value_type> __list) function in class:map 512 { insert (__list.begin(), __list.end()); } 516 * @brief Attempts to insert a std::pair into the %map. 527 * single-argument insert() does. Note that the firs 539 insert(iterator __position, const value_type& __x) function in class:map 552 insert(_InputIterator __first, _InputIterator __last) function in class:map [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
paren.h | 293 paren_set.insert(paren_id); 294 state_sets[paren_id].insert(s); 296 paren_arc_multimap_.insert(make_pair(paren_state, arc)); 308 paren_multimap_.insert(make_pair(s, paren_id)); 328 paren_set->insert(paren_id); 331 (*state_sets)[paren_id].insert(set_iter.Element()); 372 open_paren_set_.insert(key); 373 open_paren_map_.insert(make_pair(open_dest, paren_id)); 384 close_paren_map_.insert(make_pair(key, close_source)); 475 close_sources.insert(close_source + state_id_shift) [all...] |
/external/stlport/stlport/stl/ |
_set.h | 167 // insert/erase 168 pair<iterator,bool> insert(const value_type& __x) function in class:set 170 iterator insert(iterator __pos, const value_type& __x) function in class:set 174 void insert(_InputIterator __first, _InputIterator __last) function in class:set 177 void insert(const_iterator __first, const_iterator __last) function in class:set 179 void insert(const value_type* __first, const value_type* __last) function in class:set 338 // insert/erase 339 iterator insert(const value_type& __x) function in class:multiset 341 iterator insert(iterator __pos, const value_type& __x) function in class:multiset 346 void insert(_InputIterator __first, _InputIterator __last function in class:multiset 349 void insert(const value_type* __first, const value_type* __last) function in class:multiset 351 void insert(const_iterator __first, const_iterator __last) function in class:multiset [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 167 // insert/erase 168 pair<iterator,bool> insert(const value_type& __x) function in class:set 170 iterator insert(iterator __pos, const value_type& __x) function in class:set 174 void insert(_InputIterator __first, _InputIterator __last) function in class:set 177 void insert(const_iterator __first, const_iterator __last) function in class:set 179 void insert(const value_type* __first, const value_type* __last) function in class:set 338 // insert/erase 339 iterator insert(const value_type& __x) function in class:multiset 341 iterator insert(iterator __pos, const value_type& __x) function in class:multiset 346 void insert(_InputIterator __first, _InputIterator __last function in class:multiset 349 void insert(const value_type* __first, const value_type* __last) function in class:multiset 351 void insert(const_iterator __first, const_iterator __last) function in class:multiset [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 167 // insert/erase 168 pair<iterator,bool> insert(const value_type& __x) function in class:set 170 iterator insert(iterator __pos, const value_type& __x) function in class:set 174 void insert(_InputIterator __first, _InputIterator __last) function in class:set 177 void insert(const_iterator __first, const_iterator __last) function in class:set 179 void insert(const value_type* __first, const value_type* __last) function in class:set 338 // insert/erase 339 iterator insert(const value_type& __x) function in class:multiset 341 iterator insert(iterator __pos, const value_type& __x) function in class:multiset 346 void insert(_InputIterator __first, _InputIterator __last function in class:multiset 349 void insert(const value_type* __first, const value_type* __last) function in class:multiset 351 void insert(const_iterator __first, const_iterator __last) function in class:multiset [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 167 // insert/erase 168 pair<iterator,bool> insert(const value_type& __x) function in class:set 170 iterator insert(iterator __pos, const value_type& __x) function in class:set 174 void insert(_InputIterator __first, _InputIterator __last) function in class:set 177 void insert(const_iterator __first, const_iterator __last) function in class:set 179 void insert(const value_type* __first, const value_type* __last) function in class:set 338 // insert/erase 339 iterator insert(const value_type& __x) function in class:multiset 341 iterator insert(iterator __pos, const value_type& __x) function in class:multiset 346 void insert(_InputIterator __first, _InputIterator __last function in class:multiset 349 void insert(const value_type* __first, const value_type* __last) function in class:multiset 351 void insert(const_iterator __first, const_iterator __last) function in class:multiset [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 167 // insert/erase 168 pair<iterator,bool> insert(const value_type& __x) function in class:set 170 iterator insert(iterator __pos, const value_type& __x) function in class:set 174 void insert(_InputIterator __first, _InputIterator __last) function in class:set 177 void insert(const_iterator __first, const_iterator __last) function in class:set 179 void insert(const value_type* __first, const value_type* __last) function in class:set 338 // insert/erase 339 iterator insert(const value_type& __x) function in class:multiset 341 iterator insert(iterator __pos, const value_type& __x) function in class:multiset 346 void insert(_InputIterator __first, _InputIterator __last function in class:multiset 349 void insert(const value_type* __first, const value_type* __last) function in class:multiset 351 void insert(const_iterator __first, const_iterator __last) function in class:multiset [all...] |
/external/llvm/include/llvm/ADT/ |
ValueMap.h | 133 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { function in class:llvm::ValueMap 135 Map.insert(std::make_pair(Wrap(KV.first), KV.second)); 139 /// insert - Range insertion of pairs. 141 void insert(InputIt I, InputIt E) { function in class:llvm::ValueMap 143 insert(*I); 237 Copy.Map->insert(std::make_pair(typed_new_key, Target));
|
/external/llvm/unittests/ADT/ |
SmallVectorTest.cpp | 158 // Insert at beginning 159 theVector.insert(theVector.begin(), theVector[1]); 172 // one for the argument to push_back, one for the argument to insert, 340 // Insert a single element. 345 theVector.insert(theVector.begin() + 1, Constructable(77)); 349 // Insert repeated elements. 354 theVector.insert(theVector.begin() + 1, 2, Constructable(16)); 358 // Insert range. 363 theVector.insert(theVector.begin() + 1, 3, Constructable(77)); 413 theVector.insert(theVector.end(), L.begin(), L.end()) [all...] |
/external/llvm/utils/TableGen/ |
DFAPacketizerEmitter.cpp | 203 // Insert ResultingResourceState into PossibleStates only if we haven't 208 VisitedResourceStates.insert(ResultingResourceState); 209 PossibleStates.insert(ResultingResourceState); 227 states.insert(S); 397 allInsnClasses.insert(UnitBitValue); 449 Initial->stateInfo.insert(0x0);
|
/sdk/emulator/opengl/system/egl/ |
eglDisplay.cpp | 306 char *insert = ext; local 311 if (ext != insert) { 312 memcpy(insert, ext, len+1); // including space 314 insert += (len + 1); 320 *insert = '\0';
|
/external/chromium/chrome/browser/autofill/ |
form_structure_unittest.cc | [all...] |
/external/llvm/lib/CodeGen/ |
TwoAddressInstructionPass.cpp | 216 UseRegs.insert(MO.getReg()); 298 MBB->insert(KillPos, MI); 583 // insert => %reg1030<def> = MOV8rr %reg1028 591 // insert => %reg1030<def> = MOV8rr %reg1029 657 mbbi->insert(mi, NewMI); // Insert the new inst 660 DistanceMap.insert(std::make_pair(NewMI, Dist)); 713 DistanceMap.insert(std::make_pair(NewMI, Dist)); 739 if (IsCopy && !Processed.insert(UseMI)) 751 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second [all...] |
/external/stlport/test/unit/ |
string_test.cpp | 58 CPPUNIT_TEST(insert); 117 void insert(); 347 str.insert(1, c_str); 454 void StringTest::insert() function in class:StringTest 467 str.insert(10, str.c_str() + 5, 15); 471 str.insert(15, str.c_str() + 5, 25); 475 str.insert(0, str.c_str() + str.size() - 4, 4); 479 str.insert(0, str.c_str() + str.size() / 2 - 1, str.size() / 2 + 1); 486 str.insert( b, s, e ); 490 str.insert(str.begin(), str.begin() + str.size() / 2 - 1, str.end()) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
string_test.cpp | 58 CPPUNIT_TEST(insert); 117 void insert(); 347 str.insert(1, c_str); 454 void StringTest::insert() function in class:StringTest 467 str.insert(10, str.c_str() + 5, 15); 471 str.insert(15, str.c_str() + 5, 25); 475 str.insert(0, str.c_str() + str.size() - 4, 4); 479 str.insert(0, str.c_str() + str.size() / 2 - 1, str.size() / 2 + 1); 486 str.insert( b, s, e ); 490 str.insert(str.begin(), str.begin() + str.size() / 2 - 1, str.end()) [all...] |
/ndk/tests/device/test-stlport/unit/ |
string_test.cpp | 58 CPPUNIT_TEST(insert); 117 void insert(); 347 str.insert(1, c_str); 454 void StringTest::insert() function in class:StringTest 467 str.insert(10, str.c_str() + 5, 15); 471 str.insert(15, str.c_str() + 5, 25); 475 str.insert(0, str.c_str() + str.size() - 4, 4); 479 str.insert(0, str.c_str() + str.size() / 2 - 1, str.size() / 2 + 1); 486 str.insert( b, s, e ); 490 str.insert(str.begin(), str.begin() + str.size() / 2 - 1, str.end()) [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 296 // Insert key before the value. 324 // Insert value after key. 356 commit.insert(ArgRange.getBegin(), "@"); 370 commit.insert(ArgRange.getBegin(), "@"); 534 commit.insert(ArgRange.getBegin(), "@"); 569 commit.insert(LitB, "@"); 572 commit.insert(LitE, ".0"); 576 commit.insert(LitE, LitInfo.F); 579 commit.insert(LitE, LitInfo.U); 582 commit.insert(LitE, LitInfo.L) [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 93 SCCNodes.insert((*I)->getFunction()); 240 // that they not move around upon insert. 350 SCCNodes.insert(F); 447 ArgumentSCCNodes.insert((*I)->Definition); 482 FlowsToReturn.insert(Ret->getReturnValue()); 502 FlowsToReturn.insert(RVI->getOperand(0)); 506 FlowsToReturn.insert(SI->getTrueValue()); 507 FlowsToReturn.insert(SI->getFalseValue()); 513 FlowsToReturn.insert(PN->getIncomingValue(i)); 547 SCCNodes.insert((*I)->getFunction()) [all...] |
/external/stlport/test/eh/ |
test_insert.h | 351 c.insert( pos, fInsVal ); 388 c.insert( pos, fInsCnt, fInsVal ); 414 c.insert( fInsVal ); 457 c_inst.insert( pos, first, last ); 464 c.insert( first, last ); 470 c.insert( first, last ); 476 c.insert( first, last ); 482 c.insert( first, last ); 488 c.insert( first, last );
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_Genres_MembersTest.java | 90 Uri uri = mContentResolver.insert(Genres.EXTERNAL_CONTENT_URI, values); 101 // insert audio as the member of the genre 106 assertNotNull(mContentResolver.insert(membersUri, values)); 196 uri = mContentResolver.insert(Genres.EXTERNAL_CONTENT_URI, values); 202 // insert the song into the second genre 207 assertNotNull(mContentResolver.insert(members2Uri, values)); 257 // insert again, then verify that deleting the audio entry cleans up its genre member 262 assertNotNull(mContentResolver.insert(membersUri, values)); 308 Uri uri = mContentResolver.insert(Genres.INTERNAL_CONTENT_URI, values);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ArrayAdapterTest.java | 202 * insert the item to the specific position, notify data changed 210 mArrayAdapter.insert(STR1, 0); 215 mArrayAdapter.insert(STR2, 0); 220 mArrayAdapter.insert(STR3, mArrayAdapter.getCount()); 223 mArrayAdapter.insert(null, 0); 227 mArrayAdapter.insert(STR1, -1); 234 mArrayAdapter.insert(STR1, mArrayAdapter.getCount() + 1); 393 * insert multiple items via add, notify data changed 412 * insert multiple items via addAll, notify data changed 439 * insert multiple items via addAll, notify data change [all...] |