HomeSort by relevance Sort by last modified time
    Searched full:foreach (Results 426 - 450 of 1450) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/test/
syscall.test 59 foreach s {
85 foreach jrnl [list wal delete] {
217 foreach {nByte res} {
242 foreach {tn hint size} {
262 foreach {tn hint size} {
e_expr.test 42 foreach {op opn} {
53 foreach {prec opl} {
63 foreach op $opl {
93 foreach op1 $oplist {
94 foreach op2 $oplist {
96 foreach {tn A B C} {
140 foreach op {* AND OR + || & |} { unset untested($op,$op) }
196 foreach {tn literal type} {
217 foreach {tn literal different} {
240 foreach {tn a b}
    [all...]
notify2.test 112 foreach {tbl database} [select_one {t1 main} {t2 aux2} {t3 aux3}] {}
156 foreach r $msg { if {$r != 1} { puts "Invariant check failed: $msg" } }
166 foreach {iTest xStep xPrepare} {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 201 foreach ($headers as $header) {
314 foreach ($this->required as $required) {
323 foreach ($this->optional as $optional) {
341 foreach (array('required','optional') as $type) {
342 foreach ($this->$type as $alias => $field) {
350 foreach ($this->aliases as $alias => $ns) {
353 foreach ($counts as $alias => $count) {
464 foreach (explode(',', $this->data['openid_signed']) as $item) {
491 foreach ($this->data as $key => $val) {
506 foreach ($this->data as $key => $value)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 201 foreach ($headers as $header) {
314 foreach ($this->required as $required) {
323 foreach ($this->optional as $optional) {
341 foreach (array('required','optional') as $type) {
342 foreach ($this->$type as $alias => $field) {
350 foreach ($this->aliases as $alias => $ns) {
353 foreach ($counts as $alias => $count) {
464 foreach (explode(',', $this->data['openid_signed']) as $item) {
491 foreach ($this->data as $key => $val) {
506 foreach ($this->data as $key => $value)
    [all...]
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js 462 methods.forEach(function(method) {
495 categories.forEach(function(category) {
499 category.details.forEach(function(metric) {
539 categories.forEach(function(category) {
542 category.details.forEach(function(event) {
744 category.details.forEach(function(details) {
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
geninfo 351 foreach (@data_directory)
367 foreach (@ignore_errors) {
378 foreach (@expanded)
439 foreach my $entry (@data_directory) {
507 foreach $file (@files) {
596 foreach $file (@file_list) {
633 foreach $fn (keys(%{$bbdata})) {
642 foreach $line (@$line_data) {
655 foreach $fn (keys(%fn_name)) {
666 foreach $fn (sort(keys(%fn_count)))
    [all...]
genhtml 674 foreach (@info_filenames)
760 foreach $dir_name (@dir_list)
800 foreach (@fileview_sortlist) {
925 foreach $filename (grep(/^\Q$abs_dir\E\/[^\/]*$/,keys(%info_data)))
967 foreach (@fileview_sortlist) {
1013 foreach $testcase (keys(%{$testdata}))
1027 foreach $line (keys%{$testcount})
1037 foreach $line (keys(%converted))
1143 foreach (@funcview_sortlist) {
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CountedCompleter.java 106 * class ForEach<E> extends CountedCompleter<Void> {
108 * public static <E> void forEach(E[] array, MyOperation<E> op) {
109 * new ForEach<E>(null, array, op, 0, array.length).invoke();
113 * ForEach(CountedCompleter<?> p, E[] array, MyOperation<E> op, int lo, int hi) {
122 * new ForEach(this, array, op, mid, hi).fork(); // right child
123 * new ForEach(this, array, op, lo, mid).fork(); // left child
139 * class ForEach<E> ...
144 * new ForEach(this, array, op, mid, hi).fork(); // right child
145 * new ForEach(this, array, op, lo, mid).compute(); // direct invoke
163 * class ForEach<E> ..
    [all...]
  /build/core/
package.mk 91 $(wildcard $(foreach dir, $(PRODUCT_PACKAGE_OVERLAYS), \
93 $(wildcard $(foreach dir, $(DEVICE_PACKAGE_OVERLAYS), \
102 $(foreach dir, $(LOCAL_RESOURCE_DIR), \
388 $(LOCAL_BUILT_MODULE): PRIVATE_ADDITIONAL_CERTIFICATES := $(foreach c,\
455 $(foreach f, $(jni_shared_libraries), \
463 $(hide) zip -d $@ $(foreach f,$(PRIVATE_JNI_SHARED_LIBRARIES),\*/$(f))
pdk_config.mk 60 PDK_PLATFORM_JAVA_ZIP_CONTENTS += $(foreach lib_dir,$(PDK_PLATFORM_JAVA_ZIP_JAVA_LIB_DIR),\
140 $(foreach lib_dir,$(PDK_PLATFORM_JAVA_ZIP_JAVA_LIB_DIR),\
178 $(foreach f,$(PDK_SYMBOL_FILES_LIST),\
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 206 schema.forEach(function(mod) {
219 mod.types.forEach(function(type) {
275 jsattributes.forEach(function(attributeName) {
398 staticHNodes.forEach(function(n, i) {
520 schema.choices.forEach(function(c) {
540 parameters.forEach(function(param, i) {
  /external/chromium_org/chrome/renderer/extensions/
messaging_bindings.cc 244 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
252 // TODO(kalman): remove when ContextSet::ForEach is available.
300 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
308 // TODO(kalman): remove when ContextSet::ForEach is available.
341 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
349 // TODO(kalman): remove when ContextSet::ForEach is available.
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 151 $Array.forEach(WEB_VIEW_ATTRIBUTES, function(attributeName) {
268 $Array.forEach(WEB_VIEW_ATTRIBUTES, function(attributeName) {
311 $Array.forEach(mutations, handleMutation);
326 $Array.forEach(mutations, handleMutation);
422 $Array.forEach(eventInfo.fields, function(field) {
444 $Array.forEach(attribs, function(attribName) {
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 134 foreach ( $_REQUEST as $var )
138 foreach ( array(
182 foreach ( $file as $line )
290 foreach ( $lang_files as $lang )
344 foreach ( $l as $lng )
351 foreach ( $langs as $lang => $dummy )
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
getelement.js 199 GetElementTest.prototype.Sizes.forEach(function(size) {
200 GetElementTest.prototype.AppendStyles.forEach(function(appendStyle) {
201 GetElementTest.prototype.TreeStyles.forEach(function(treeStyle) {
  /external/chromium_org/third_party/codesighs/
readelf_wrap.pl 136 foreach (@section_sizes) { $_ = 0; }
138 foreach $sym (@symbol_list) {
180 foreach $section (@section_list) {
  /external/chromium_org/third_party/icu/source/tools/genren/
genren.pl 139 foreach (@NMRESULT) { # Process every line of result and stuff it in $_
217 foreach(sort keys(%CFuncs)) {
226 foreach(sort keys(%CppClasses)) {
  /external/chromium_org/third_party/lcov/bin/
genhtml 540 foreach (@info_filenames)
626 foreach $dir_name (@dir_list)
662 foreach (@fileview_sortlist) {
802 foreach $filename (grep(/^\Q$abs_dir\E\/[^\/]*$/,keys(%info_data)))
837 foreach (@fileview_sortlist) {
880 foreach $testcase (keys(%{$testdata}))
894 foreach $line (keys%{$testcount})
904 foreach $line (keys(%converted))
1002 foreach (@funcview_sortlist) {
1147 foreach ($line
    [all...]
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 26 using clang::ast_matchers::forEach;
110 match_finder->addMatcher(varDecl(forEach(expr(has(constructor_call)))),
117 constructorDecl(forEach(expr(has(constructor_call)))),
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 26 using clang::ast_matchers::forEach;
113 match_finder->addMatcher(varDecl(forEach(constructor_call)),
119 match_finder->addMatcher(constructorDecl(forEach(constructor_call)),
  /external/chromium_org/v8/test/mjsunit/
eval-stack-trace.js 46 this.forEach(
58 this.forEach(
70 this.forEach(
  /external/dropbear/
Makefile.in 81 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdropbearZ, Z$(prog)Z))))
84 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdbclientZ, Z$(prog)Z))))
168 MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs)))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 94 foreach($dropType as $value) {
112 foreach($dropType as $value) {
131 foreach($aBucket as $innerValue) {
  /external/hyphenation/
substrings.pl 68 foreach $pat (@patlist) {
99 foreach $pat (@newpatlist) {
113 foreach $c (split (//, $pat)) {

Completed in 222 milliseconds

<<11121314151617181920>>