Searched refs:mit (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/
H A Ddepfix.sed27 s;/mit/cygnus[^ ]* *;;g
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotation.java219 Iterator mit = members.keySet().iterator();
220 while (mit.hasNext()) {
221 String name = (String)mit.next();
223 if (mit.hasNext())
/external/stlport/src/
H A Dmessages.cpp90 map_type::iterator mit(M.find(cat));
91 if (mit != M.end()) {
92 Mr.erase((*mit).second);
93 M.erase(mit);
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h337 typename SearchMap::iterator mit = search_map_.find(s); local
338 const SearchData &data = mit->second;
340 search_map_.erase(mit);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php45 * @license http://www.opensource.org/licenses/mit-license.php MIT
/external/stlport/test/unit/
H A Dmap_test.cpp451 typedef multimap<IncompleteClass, IncompleteClass>::iterator mit; typedef in class:IncompleteClass
H A Dset_test.cpp504 typedef multiset<IncompleteClass>::iterator mit; typedef in class:IncompleteClass

Completed in 202 milliseconds