/external/chromium-trace/trace-viewer/tracing/tracing/model/ |
process_memory_dump.html | 70 this.mostRecentVmRegions.forEach(function(vmRegion) { 152 processDumps.forEach(function(processDump) {
|
slice.html | 224 this.subSlices.forEach(callback, opt_this); 225 this.subSlices.forEach(function(subSlice) {
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
brushing_state.html | 150 this.selection_.forEach(function(e) { 186 this.selection_.forEach(function(e) {
|
/external/compiler-rt/lib/builtins/ |
CMakeLists.txt | 264 foreach (arch x86_64 i386 i686 arm) 269 foreach (_file ${${arch}_SOURCES})
|
/external/lldb/tools/lldb-perf/lib/ |
Results.h | 145 ForEach (const std::function <bool (const ResultSP &)> &callback); 180 ForEach (const std::function <bool (const std::string &, const ResultSP &)> &callback);
|
/external/llvm/lib/TableGen/ |
TGParser.h | 60 /// Loops - Keep track of any foreach loops we are within. 83 ParseForeachMode // We are parsing a foreach init.
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXRegisterInfo.td | 34 foreach i = 0-4 in { 49 foreach i = 0-31 in {
|
/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/noto-fonts/ |
Android.mk | 51 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f))) 211 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
|
/external/v8/test/mjsunit/compiler/ |
division-by-constant.js | 115 values.forEach(function(dividend) { 124 values.forEach(function(divisor) {
|
/external/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/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/21/changes/ |
android.renderscript.ScriptIntrinsic3DLUT.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/ScriptIntrinsic3DLUT.html#forEach(android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.Script.LaunchOptions)" target="_top"><code>forEach</code></A>(<code>Allocation,</nobr> Allocation<nobr>,</nobr> LaunchOptions<nobr><nobr></code>)</nobr>
|
android.renderscript.ScriptIntrinsicBlur.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/ScriptIntrinsicBlur.html#forEach(android.renderscript.Allocation, android.renderscript.Script.LaunchOptions)" target="_top"><code>forEach</code></A>(<code>Allocation,</nobr> LaunchOptions<nobr><nobr></code>)</nobr>
|
android.renderscript.ScriptIntrinsicColorMatrix.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/ScriptIntrinsicColorMatrix.html#forEach(android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.Script.LaunchOptions)" target="_top"><code>forEach</code></A>(<code>Allocation,</nobr> Allocation<nobr>,</nobr> LaunchOptions<nobr><nobr></code>)</nobr>
|
android.renderscript.ScriptIntrinsicConvolve3x3.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/ScriptIntrinsicConvolve3x3.html#forEach(android.renderscript.Allocation, android.renderscript.Script.LaunchOptions)" target="_top"><code>forEach</code></A>(<code>Allocation,</nobr> LaunchOptions<nobr><nobr></code>)</nobr>
|
android.renderscript.ScriptIntrinsicConvolve5x5.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/ScriptIntrinsicConvolve5x5.html#forEach(android.renderscript.Allocation, android.renderscript.Script.LaunchOptions)" target="_top"><code>forEach</code></A>(<code>Allocation,</nobr> LaunchOptions<nobr><nobr></code>)</nobr>
|
android.renderscript.ScriptIntrinsicLUT.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/ScriptIntrinsicLUT.html#forEach(android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.Script.LaunchOptions)" target="_top"><code>forEach</code></A>(<code>Allocation,</nobr> Allocation<nobr>,</nobr> LaunchOptions<nobr><nobr></code>)</nobr>
|
/ndk/build/core/ |
definitions-tests.mk | 93 $(foreach _test,$(filter -test-%,$(.VARIABLES)),\ 102 $(foreach _test_name,$(_test_failures),\
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
wrapperloader.swg | 78 foreach(i, n; libNames) { 226 foreach(n; names) {
|
/external/icu/icu4c/source/common/ |
rbbicst.pl | 211 foreach $setName (sort keys %charClasses) { 258 foreach $act (sort keys %actions) { 267 foreach $setName (sort keys %charClasses) { 361 foreach $setName (sort keys %charClasses) { 373 foreach $act (sort keys %actions) {
|
/external/icu/icu4c/source/test/perf/perldriver/ |
Output.pm | 41 foreach $message (@_) { 108 foreach $header (@headers) { 118 foreach $header (@headers) { 122 foreach $header (@headers) { 168 foreach $message (@_) {
|