/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
TokenRewriteStream.cs | 437 foreach (RewriteOperation op in indexToOp.Values) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
TokenRewriteStream.cs | 507 foreach ( RewriteOperation op in indexToOp.Values )
|
/external/bison/data/xslt/ |
xml2dot.xsl | 93 <!-- The foreach's body is protected by this, so that we are actually
|
/external/boringssl/src/crypto/modes/asm/ |
ghash-armv4.pl | 511 foreach (split("\n",$code)) {
|
/external/boringssl/src/crypto/sha/asm/ |
sha512-armv8.pl | 424 foreach(split("\n",$code)) {
|
/external/ceres-solver/cmake/ |
FindSuiteSparse.cmake | 536 FOREACH(REQUIRED_VAR ${SUITESPARSE_FOUND_REQUIRED_VARS})
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
HTMLImports.js | 187 modules.forEach(function(module) {
|
HTMLImports.min.js | 11 "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,n=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};n.prototype={set:function(t,n){var r=t[this.name];return r&&r[0]===t?r[1]=n:e(t,this.name,{value:[t,n],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},"delete":function(e){var t=e[this.name];return t&&t[0]===e?(t[0]=t[1]=void 0,!0):!1},has:function(e){var t=e[this.name];return t?t[0]===e:!1}},window.WeakMap=n}(),window.HTMLImports=window.HTMLImports||{flags:{}},function(e){function t(e,t){t=t||h,r(function(){i(e,t)},t)}function n(e){return"complete"===e.readyState||e.readyState===g}function r(e,t){if(n(t))e&&e();else{var o=function(){("complete"===t.readyState||t.readyState===g)&&(t.removeEventListener(_,o),r(e,t))};t.addEventListener(_,o)}}function o(e){e.target.__loaded=!0}function i(e,t){function n(){s==c&&e&&e()}function r(e){o(e),s++,n()}var i=t.querySelectorAll("link[rel=import]"),s=0,c=i.length;if(c)for(var d,l=0;c>l&&(d=i[l]);l++)a(d)?r.call(d,{target:d}):(d.addEventListener("load",r),d.addEventListener("error",r));else n()}function a(e){return u?e.__loaded||e["import"]&&"loading"!==e["import"].readyState:e.__importParsed}function s(e){for(var t,n=0,r=e.length;r>n&&(t=e[n]);n++)c(t)&&d(t)}function c(e){return"link"===e.localName&&"import"===e.rel}function d(e){var t=e["import"];t?o({target:e}):(e.addEventListener("load",o),e.addEventListener("error",o))}var l="import",u=Boolean(l in document.createElement("link")),m=Boolean(window.ShadowDOMPolyfill),p=function(e){return m?ShadowDOMPolyfill.wrapIfNeeded(e):e},h=p(document),f={get:function(){var e=HTMLImports.currentScript||document.currentScript||("complete"!==document.readyState?document.scripts[document.scripts.length-1]:null);return p(e)},configurable:!0};Object.defineProperty(document,"_currentScript",f),Object.defineProperty(h,"_currentScript",f);var v=/Trident|Edge/.test(navigator.userAgent),g=v?"complete":"interactive",_="readystatechange";u&&(new MutationObserver(function(e){for(var t,n=0,r=e.length;r>n&&(t=e[n]);n++)t.addedNodes&&s(t.addedNodes)}).observe(document.head,{childList:!0}),function(){if("loading"===document.readyState)for(var e,t=document.querySelectorAll("link[rel=import]"),n=0,r=t.length;r>n&&(e=t[n]);n++)d(e)}()),t(function(){HTMLImports.ready=!0,HTMLImports.readyTime=(new Date).getTime();var e=h.createEvent("CustomEvent");e.initCustomEvent("HTMLImportsLoaded",!0,!0,{}),h.dispatchEvent(e)}),e.IMPORT_LINK_TYPE=l,e.useNative=u,e.rootDocument=h,e.whenReady=t,e.isIE=v}(HTMLImports),function(e){var t=[],n=function(e){t.push(e)},r=function(){t.forEach(function(t){t(e)})};e.addModule=n,e.initializeModules=r}(HTMLImports),HTMLImports.addModule(functi (…)
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/ |
vec3.js | 647 vec3.forEach = (function() {
|
/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | [all...] |
/external/clang/lib/Format/ |
FormatToken.h | 273 /// \brief Is this a foreach macro?
|
/external/clang/test/ |
lit.cfg | 358 # This is used by debuginfo-tests/*block*.m and debuginfo-tests/foreach.m.
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopTranslator.java | 263 block.getInsns().forEach(translationVisitor);
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_insn.c | 335 /* 16-bit hack: foreach operand, if 32-bit reg, make 16-bit reg */
|
/external/iputils/doc/ |
docbook2man-spec.pl | 369 foreach(@manpage_names) {
|
/external/jemalloc/ |
Makefile.in | 232 HEADERS = $(wildcard $(foreach dir,$(HEADER_DIRS),$(dir)/*.h))
|
/external/lldb/include/lldb/Breakpoint/ |
BreakpointSiteList.h | 135 ForEach (std::function <void(BreakpointSite *)> const &callback);
|
/external/lldb/source/Symbol/ |
Type.cpp | 59 type_list.ForEach(cb);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_setup.c | 906 foreach(li, &lp->setup_variants_list) {
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TCPMessageChannel.java | 474 // Foreach part of the request header, fetch it and process it
|
TLSMessageChannel.java | 443 // Foreach part of the request header, fetch it and process it
|
/external/skia/debugger/QT/ |
SkDebuggerGUI.cpp | 719 foreach (QString f, files) { function
|
/external/v8/src/ |
profile-generator.cc | 431 tree_.ForEach(&printer);
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
compute.jd | 349 android.renderscript.Script.LaunchOptions} as the last argument to the <code>forEach</code> method.
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 725 mRsScript->forEach(aout);
|