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

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/test/
fts3defer2.test 86 foreach {tn sql} {
128 foreach {tn sql} {
fuzz3.test 135 foreach sql {
146 foreach {rc msg} [catchsql $sql] {}
ioerr5.test 79 foreach locking_mode {normal exclusive} {
169 foreach locking_mode {exclusive normal} {
misuse.test 27 foreach f $data(*) {lappend res $f}
29 foreach f $data(*) {lappend res $data($f)}
pager2.test 20 foreach code [list {
64 foreach x {
  /external/chromium_org/third_party/sqlite/src/tool/
fragck.tcl 57 foreach [list a(page_no) \
144 foreach pg [btree_ovfl_info $DB $csr] {
mksqlite3internalh.tcl 55 foreach hdr {
130 foreach file {
  /external/chromium_org/ui/webui/resources/js/
i18n_template_no_process.js 57 options.forEach(function(optionData) {
78 parts.forEach(function(part) {
  /external/chromium_org/v8/test/webkit/fast/js/
array-prototype-properties-expected.txt 42 PASS Array.prototype.forEach.call(undefined, toString) threw exception TypeError: Array.prototype.forEach called on null or undefined.
  /external/compiler-rt/lib/msan/tests/
CMakeLists.txt 121 foreach(SOURCE ${MSAN_LIBCXX_SOURCES})
134 foreach (SOURCE ${MSAN_UNITTEST_SOURCES})
  /external/compiler-rt/lib/sanitizer_common/tests/
CMakeLists.txt 25 foreach(header ${SANITIZER_HEADERS})
73 foreach(source ${SANITIZER_TEST_SOURCES})
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
lua.php 59 '_STDERR','_STDIN','_STDOUT','call','dostring','foreach','foreachi','getn','globals','newtype',
71 'table.concat','table.foreach','table.foreachi','table.getn','table.sort','table.insert','table.remove','table.setn',
  /external/llvm/lib/TableGen/
TGParser.h 60 /// Loops - Keep track of any foreach loops we are within.
81 ParseForeachMode // We are parsing a foreach init.
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_list.h 180 #define foreach(ptr, list) \ macro
186 * Same as #foreach but lets you unlink the current value during a list
  /external/mesa3d/src/mesa/main/
simple_list.h 187 #define foreach(ptr, list) \ macro
193 * Same as #foreach but lets you unlink the current value during a list
  /external/mesa3d/src/mesa/program/
hash_table.c 118 foreach(node, & ht->buckets[bucket]) {
160 foreach(node, & ht->buckets[bucket]) {
  /external/nist-pkits/
extract-pkits-tests.pl 58 foreach my $entry (@pathEntries) {
95 foreach my $crlName (@crlNames) {
  /external/openssl/crypto/perlasm/
x86nasm.pl 129 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
132 { foreach(@_)
  /external/zlib/src/nintendods/
Makefile 55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \
56 $(foreach dir,$(DATA),$(CURDIR)/$(dir))
60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
82 export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
83 $(foreach dir,$(LIBDIRS),-I$(dir)/include) \
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.renderscript.Script.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Script.html#forEach(int, android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.FieldPacker)" target="_top"><code>forEach</code></A>(<code>int,</nobr> Allocation<nobr>,</nobr> Allocation<nobr>,</nobr> FieldPacker<nobr><nobr></code>)</nobr>
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 95 // Resolve addresses of expanded RS foreach function.
108 // ALOGW("Expanded RS foreach at entry #%u named %s cannot be found in the "
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptCThunker.java 92 forEach(slot, nin, nout, nfp);
117 forEach(slot, nin, nout, nfp, lo);
ScriptIntrinsicColorMatrix.java 156 public void forEach(Allocation ain, Allocation aout) {
157 forEach(0, ain, aout, null);
  /ndk/build/core/
build-binary.mk 40 $(foreach _notvar,$(not_in_static_libs),\
304 all_source_patterns := $(foreach _ext,$(all_source_extensions),%$(_ext))
305 all_cpp_patterns := $(foreach _ext,$(LOCAL_CPP_EXTENSION),%$(_ext))
317 $(foreach _ext,$(all_source_extensions),\
322 LOCAL_OBJECTS := $(foreach _obj,$(LOCAL_OBJECTS),$(LOCAL_OBJS_DIR)/$(_obj))
345 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src),$(call get-object-name,$(src))))
346 $(foreach src,$(filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src),$(call get-object-name,$(src))))
348 $(foreach src,$(filter $(all_cpp_patterns),$(LOCAL_SRC_FILES)),\
definitions-tests.mk 93 $(foreach _test,$(filter -test-%,$(.VARIABLES)),\
102 $(foreach _test_name,$(_test_failures),\

Completed in 746 milliseconds

<<21222324252627282930>>