HomeSort by relevance Sort by last modified time
    Searched full:foreach (Results 376 - 400 of 677) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/resources/ntp/
apps.js 60 data.apps.forEach(function(app) {
92 data.apps.slice(0, MAX_MINIVIEW_ITEMS).forEach(function(app) {
128 data.forEach(function(app) {
143 data.apps.forEach(function(app) {
268 launchTypeIds.forEach(function(id) {
  /external/llvm/lib/TableGen/
TGParser.cpp 293 /// values in all surrounding foreach loops, creating new records for
348 Error(Loc, "foreach iterator is unresolved");
354 Error(Loc, "foreach iterator value is untyped");
407 K == tgtok::MultiClass || K == tgtok::Foreach;
809 // If this is in a foreach loop, make sure it's not a loop iterator
1034 Code = TernOpInit::FOREACH;
    [all...]
TGLexer.cpp 277 .Case("foreach", tgtok::Foreach)
472 .Case("foreach", tgtok::XForEach)
  /external/valgrind/main/cachegrind/
cg_diff.in 133 foreach my $i (0 .. $n-1) {
145 foreach my $i (0 .. $n-1) {
285 foreach my $i (0 .. $n-1) {
325 foreach my $n (@$CC) {
332 foreach my $n (@$summaryCC2) {
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 136 foreach my $class (@$classes) {
146 foreach my $class (@$classes) {
297 foreach my $interface (@{$document->classes}) {
457 foreach my $function (@{$dataNode->functions}) {
570 foreach my $constant (@{$dataNode->constants}) {
CodeGeneratorObjC.pm 239 foreach $line (@documentContent) {
425 foreach my $parentName (@parents) {
709 foreach my $parentProtocol (@protocolsToImplement) {
736 foreach my $constant (@{$dataNode->constants}) {
765 foreach my $attribute (@{$dataNode->attributes}) {
854 foreach my $function (@{$dataNode->functions}) {
865 foreach my $param (@{$function->parameters}) {
    [all...]
  /build/core/
package.mk 99 $(wildcard $(foreach dir, $(PRODUCT_PACKAGE_OVERLAYS), \
101 $(wildcard $(foreach dir, $(DEVICE_PACKAGE_OVERLAYS), \
110 $(foreach dir, $(LOCAL_RESOURCE_DIR), \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 26 foreach ($extraf as $z)
251 foreach ($regs[1] as $word)
260 foreach ($regs[1] as $word)
  /external/icu4c/tools/gendraft/
genheaders.pl 207 foreach $key (sort (keys(%disableRenaming))) {
212 foreach $key (sort (keys(%enableRenaming))) {
223 foreach $val (@str){
  /external/llvm/docs/
TableGenFundamentals.html 40 <li><a href="#foreach">'foreach' blocks</a></li>
405 <dt><tt>foreach &lt;var&gt; = &lt;list&gt; in { &lt;body&gt; }</tt></dt>
406 <dt><tt>foreach &lt;var&gt; = &lt;list&gt; in &lt;def&gt;</tt></dt>
409 level of the <tt>foreach</tt> loop and must not conflict with any other object
432 <dt><tt>!foreach(a, b, c)</tt></dt>
435 class. This operation is analogous to $(foreach) in GNU make.</dd>
    [all...]
  /gdk/build/core/
init.mk 263 $(foreach _config_mk,$(TOOLCHAIN_CONFIGS),\
289 $(foreach tc,$(GDK_ALL_TOOLCHAINS),\
337 $(foreach _platform,$(GDK_ALL_PLATFORMS),\
definitions.mk 46 $(foreach __uniq_item,$1,\
75 assert-defined = $(foreach __varname,$(strip $1),\
89 clear-vars = $(foreach __varname,$1,$(eval $(__varname) := $(empty)))
100 check-required-vars = $(foreach __varname,$1,\
239 $(foreach __mod,$(__gdk_modules),\
240 $(foreach __field,$(modules-fields),\
287 $(foreach __local,$(modules-LOCALS),\
330 $(foreach __listed_module,$1,\
342 $(foreach __local,$(modules-LOCALS),\
349 $(foreach __mod,$(__gdk_modules),
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 130 foreach ($chars as $c){
156 foreach ($tokens as $cur_token) {
265 foreach ($tokens as $cur_token) {
346 foreach ($tokens as $cur_token) {
383 foreach ($tokens as $cur_token) {
670 foreach ($parts as $part) {
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 197 foreach my $t (@{$self->tokens}[$start..$stop]) {
378 foreach my $t (@{$self->tokens}[$start..$stop]) {
  /external/openssl/crypto/objects/
objects.pl 114 foreach (sort { $a <=> $b } keys %nidn)
193 foreach (sort { $a <=> $b } keys %ordern)
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 89 Object.keys(expected_locals).forEach(function (name) {
100 Object.keys(expected_locals).forEach(function (name) {
function-call.js 49 Array.prototype.forEach,
144 Array.prototype.forEach,
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.cpp 121 foreach (QtInstance* instance, cachedInstances.values(o))
225 foreach (const QByteArray& ba, dynProps)
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 209 foreach my $file (keys %changed_line_ranges) {
223 FUNCTION: foreach my $function_range_ref (@function_ranges) {
295 foreach my $file (sort keys %function_lists) {
317 foreach my $prefix (keys %files) {
336 foreach my $prefixSort (sort keys %prefixesSort) {
342 foreach my $prefix (@prefixes) {
368 foreach my $prefix (@prefixes) {
412 foreach my $file (sort @{$files{$prefix}}) {
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 329 foreach ($this->document_gamut as $method => $priority) {
592 foreach ($this->block_gamut as $method => $priority) {
649 foreach ($this->span_gamut as $method => $priority) {
953 foreach ($markers_relist as $marker_re) {
    [all...]
  /build/core/combo/
HOST_darwin-x86.mk 85 $(foreach lib,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES), \
  /cts/tests/SignatureTest/
Android.mk 85 $(copied_res_stamp): $(foreach res,$(static_res_deps),$(LOCAL_PATH)/res/${res}) | $(ACP)
  /development/build/
Android.mk 121 $(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 351 foreach (DecisionEvent e in decisionEvents) {
360 foreach (DecisionDescriptor d in decisions.Values()) {
606 foreach (string fileName in decisions.KeySet()) {
607 foreach (int d in decisions.KeySet(fileName)) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 261 foreach (ITree childTree in Children)

Completed in 1377 milliseconds

<<11121314151617181920>>