Searched defs:foreach (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dsimple_list.h183 #define foreach(ptr, list) \ macro
189 * Same as #foreach but lets you unlink the current value during a list
/external/webkit/Source/WebCore/platform/qt/
H A DDragDataQt.cpp58 foreach (const QUrl &url, urls) { function
70 foreach (const QUrl &url, urls) { function
H A DCookieJarQt.cpp91 foreach (QNetworkCookie networkCookie, cookies) { function
112 foreach (QNetworkCookie networkCookie, cookies)
H A DFileSystemQt.cpp109 foreach (const QFileInfo fileInfo, fileInfoList) { function
/external/webkit/Tools/QtTestBrowser/
H A Dmain.cpp348 foreach (QString url, urls) { function
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h181 void foreach(Callback& C) { function in class:llvm::ImmutableMap
184 Root->foreach(CB);
189 void foreach() { function in class:llvm::ImmutableMap
192 Root->foreach(CB);
H A DImmutableSet.h171 /// foreach - A member template the accepts invokes operator() on a functor
175 void foreach(Callback& C) { function in class:llvm::ImutAVLTree
177 L->foreach(C);
182 R->foreach(C);
1047 void foreach(Callback& C) { if (Root) Root->foreach(C); } function in class:llvm::ImmutableSet
1050 void foreach() { if (Root) { Callback C; Root->foreach(C); } } function in class:llvm::ImmutableSet
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp105 foreach (QWidget* widget, m_videoWidget->findChildren<QWidget*>())
160 foreach (const QString& type, types) { function
H A DMediaPlayerPrivateQt.cpp91 foreach (const QString& codecStrNotTrimmed, codecList) { function
345 foreach (const QMediaTimeInterval interval, playbackRanges.intervals()) { function
/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp287 foreach(QWebElement p, paras) { function
349 foreach(QWebElement p, body.findAll("p")) { function
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js553 function foreach(array, fn) { function
924 foreach(expressions.split(/\s*;\s*/), function(expression) {
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp104 foreach (const QSslError& error, errors) { function
265 foreach (QWebFrame* frame, m_pendingGeolocationRequests)
763 foreach (QObject* widget, windows)
876 foreach (QWebHistoryItem item, children)
895 foreach (const QWebHistoryItem item, history->backItems(maxItems)) { function
905 foreach (const QWebHistoryItem item, history->forwardItems(maxItems)) { function
962 foreach (QObject* widget, windows) { function
1146 foreach (QObject* widget, windows) { function
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java2295 * @param foreach Valid ElemForEach element, not null.
2304 public Vector processSortKeys(ElemForEach foreach, int sourceNodeContext) argument
2310 int nElems = foreach.getSortElemCount();
2318 ElemSort sort = foreach.getSortElem(i);
2322 ? sort.getLang().evaluate(xctxt, sourceNodeContext, foreach) : null;
2324 sourceNodeContext, foreach);
2332 foreach.error(XSLTErrorResources.ER_ILLEGAL_ATTRIBUTE_VALUE,
2340 foreach);
2345 foreach.error(XSLTErrorResources.ER_ILLEGAL_ATTRIBUTE_VALUE,
2358 foreach);
[all...]
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1183 foreach(int index, matchingIndices) { function
1646 foreach(QtConnectionObject* conn, conns) { function
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp709 foreach (QObject* child, children) { function
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp527 foreach (QObject* child, view.children()) { function
545 foreach (QObject* child, view.children()) { function
2681 foreach (QString subString, words) { function

Completed in 401 milliseconds