/frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/ |
Benchmark.java | 46 android.util.Log.v("LatencyBench", "Iterated Java forEach took " + t + " ms"); 57 android.util.Log.v("LatencyBench", "Invoked forEach took " + t + " ms");
|
/external/v8/test/mjsunit/ |
debug-stepin-builtin-callback.js | 76 a.forEach(cb_true); 120 // Array.forEach calls a callback function, which by itself uses 121 // Array.forEach with another callback function. 134 // forEach call in the first level of recurision. 145 a.forEach(cb_true); 153 a.forEach(cb_foreach);
|
date-parse.js | 258 testCasesUT.forEach(testDateParse); 259 testCasesGMT.forEach(testDateParse); 260 testCasesEST.forEach(testDateParse); 261 testCasesEDT.forEach(testDateParse); 262 testCasesCST.forEach(testDateParse); 263 testCasesCDT.forEach(testDateParse); 264 testCasesMST.forEach(testDateParse); 265 testCasesMDT.forEach(testDateParse); 266 testCasesPST.forEach(testDateParse); 267 testCasesPDT.forEach(testDateParse) [all...] |
/external/chromium-trace/trace-viewer/tracing/tracing/extras/rail/ |
rail_ir_finder.html | 128 emptyRanges.forEach(function(range) { 176 commitLoadEvents.forEach(function(commitLoad, commitLoadIndex) { 177 frameEvents.forEach(function(frameEvent) { 203 startLoadEvents.forEach(function(startLoad) { 204 failLoadEvents.forEach(function(failLoad) { 231 commitLoadEvents.forEach(function(commitLoad, commitLoadIndex) { 242 failLoadEvents.forEach(function(failLoad) { 263 protoIRs.forEach(function(protoIR) { 305 this.getSortedInputEvents(KEYBOARD_TYPE_NAMES).forEach(function(event) { 316 this.getSortedInputEvents(MOUSE_RESPONSE_TYPE_NAMES).forEach( [all...] |
ir_verifier_row_test_helper.html | 41 events.forEach(function(event) { 93 tracks.forEach(function(track, trackIndex) { 95 track.forEach(function(event) {
|
/external/libvpx/libvpx/build/make/ |
Android.mk | 159 LOCAL_SRC_FILES += $(foreach file, $(LOCAL_CODEC_SRCS_C), libvpx/$(file)) 161 LOCAL_SRC_FILES += $(foreach file, $(LOCAL_NEON_SRCS_C), libvpx/$(file).neon) 163 LOCAL_SRC_FILES += $(foreach file, $(LOCAL_NEON_SRCS_C), libvpx/$(file)) 173 LOCAL_SRC_FILES += $(foreach file, $(CODEC_SRCS_ASM_X86), libvpx/$(file)) 177 CODEC_SRCS_ASM_ARM = $(foreach v, \ 186 CODEC_SRCS_ASM_NEON = $(foreach v, \ 212 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vp8_rtcd.h 215 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vp9_rtcd.h 217 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_scale_rtcd.h 220 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_config.as [all...] |
/external/skia/src/core/ |
SkTHash.h | 39 // set(), find() and foreach() all allow mutable access to table entries. 46 // The pointers you receive in foreach() are only valid for its duration. 97 void foreach(Fn&& fn) { function in class:SkTHashTable 107 void foreach(Fn&& fn) const { function in class:SkTHashTable 229 void foreach(Fn&& fn) { function in class:SkTHashMap 230 fTable.foreach([&fn](Pair* p){ fn(p->key, &p->val); }); 235 void foreach(Fn&& fn) const { function in class:SkTHashMap 236 fTable.foreach([&fn](const Pair& p){ fn(p.key, p.val); }); 280 void foreach (Fn&& fn) const { function in class:SkTHashSet 281 fTable.foreach(fn) [all...] |
/external/valgrind/callgrind/ |
callgrind_control.in | 97 foreach $event (@events) { 102 foreach my $show_event (@show_events) { 110 foreach my $show_event (@show_events) { 140 foreach my $event (@events) { 146 foreach my $CC (@CCs) { 147 foreach my $i (0 .. scalar(@$CC)-1) { 164 foreach my $i (@show_order) { 175 foreach my $i (@show_order) { 193 foreach $arg (@ARGV) { 211 foreach $arg (@ARGV) [all...] |
/external/linux-tools-perf/src/tools/perf/scripts/perl/ |
rw-by-pid.pl | 82 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=> 101 foreach my $pid (keys %reads) { 102 foreach my $error (keys %{$reads{$pid}{errors}}) { 123 foreach my $pid (sort { ($writes{$b}{bytes_written} || 0) <=> 141 foreach my $pid (keys %writes) { 142 foreach my $error (keys %{$writes{$pid}{errors}}) { 173 foreach my $event_name (keys %unhandled) {
|
/external/lldb/tools/lldb-perf/lib/ |
Results.cpp | 40 value->ForEach([&array](const Results::ResultSP &value_sp) -> bool 53 value->ForEach([&dict](const std::string &key, const Results::ResultSP &value_sp) -> bool 112 value->ForEach([&array](const Results::ResultSP &value_sp) -> bool 124 value->ForEach([&dict](const std::string &key, const Results::ResultSP &value_sp) -> bool 163 m_results.ForEach([&dict](const std::string &key, const ResultSP &value_sp) -> bool 244 Results::Dictionary::ForEach (const std::function <bool (const std::string &, const ResultSP &)> &callback) 264 Results::Array::ForEach (const std::function <bool (const ResultSP &)> &callback)
|
/external/v8/test/mjsunit/es6/ |
collections.js | 524 Set.prototype.set.forEach.call({}); 529 set.forEach({}); 542 set.forEach(function(v, k, s) { 568 set.forEach(function(v) { 586 set.forEach(function(v) { 604 set.forEach(function(v) { 624 set.forEach(function(v) { 644 set.forEach(function(v) { 646 set.forEach(function(v) { 667 set.forEach(function(v) [all...] |
/build/core/ |
node_fns.mk | 30 $(foreach v,$(1),$(eval $(v):=)) 48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v)))) 71 $(foreach v,$(3), \ 132 $(foreach v,$(2),$($(1).$(v))) \ 148 $(foreach v,$(3), \ 157 $(foreach i,$(_eiv_i), \ 211 # $(foreach _inc,$(_included),$(eval $(warning $(space)$(space)$(space)includes: $(_inc)))),) 222 $(foreach _in,$(2), \ 243 $(foreach _in,$(2), \
|
/external/boringssl/src/crypto/obj/ |
obj_dat.pl | 37 foreach $k (keys %v) 43 foreach $k (keys %v) 132 foreach (unpack("C*",$r)) 155 foreach (sort { $sn{$nid{$a}} cmp $sn{$nid{$b}} } @a) 161 foreach (sort { $ln{$nid{$a}} cmp $ln{$nid{$b}} } @a) 167 foreach (sort obj_cmp @a) 249 foreach (@out) 254 foreach (split(/,/)) 295 foreach (@a)
|
/external/v8/src/ |
effects.h | 106 that.ForEach(&merge); 120 this->ForEach(&weaken); 122 that.ForEach(&merge); 129 this->ForEach(&override); 211 void ForEach(Callback* callback) { 212 return map_->ForEach(callback); 238 void ForEach(Callback* callback) { 239 if (node_->previous) NestedEffectsBase(node_->previous).ForEach(callback); 240 node_->effects.ForEach(callback);
|
/build/core/tasks/tools/ |
build_custom_image.mk | 36 $(foreach m,$(CUSTOM_IMAGE_MODULES),\ 44 $(foreach i, $(_built_files),\ 59 $(foreach f,$(CUSTOM_IMAGE_COPY_FILES),\ 83 $(hide) $(foreach p,$(PRIVATE_COPY_PAIRS),\ 105 $(hide) PATH=$(foreach p,$(INTERNAL_USERIMAGES_BINARY_PATHS),$(p):)$$PATH \
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
build.xml | 44 <foreach list="${antlr3.list}" target="-make-package" param="pkg" inheritall="true" /> 100 <foreach target="-compile-test-class" param="testdirectory" inheritall="true"> 104 </foreach> 108 <foreach target="-compile-single-test" param="grammar" inheritall="true"> 112 </foreach>
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
CMakeLists.txt | 39 foreach(header ${SANITIZER_HEADERS}) 118 foreach(source ${SANITIZER_TEST_SOURCES}) 167 foreach(arch ${SANITIZER_UNITTEST_SUPPORTED_ARCH}) 173 foreach(arch ${SANITIZER_UNITTEST_SUPPORTED_ARCH}) 179 foreach(arch ${SANITIZER_COMMON_SUPPORTED_ARCH})
|
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Core.pm | 39 foreach my $idx (sort {$a <=> $b} keys %trace_flags) { 69 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event_name}{$field_name}{"values"}}) { 109 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event}{$field}{"values"}}) { 121 foreach my $idx (sort {$a <=> $b} keys %{$symbolic_fields{$event_name}{$field_name}{"values"}}) { 155 foreach my $idx (sort {$a <=> $b} keys %{$symbolic_fields{$event}{$field}{"values"}}) {
|
/external/llvm/cmake/modules/ |
LLVM-Config.cmake | 18 foreach(t ${targets}) 91 foreach(c ${link_components}) 165 foreach( lib_dep ${lib_deps} ) 182 foreach( lib ${expanded_components} ) 195 foreach(c ${expanded_components})
|
/build/core/tasks/ |
deps_licenses.mk | 37 $(foreach m,$(2),$(ALL_DEPS.$(m).ALL_DEPS)))))\ 43 $(foreach m, $(ALL_DEPS.MODULES),\ 49 $(foreach d,$(deps),\
|
vendor_module_check.mk | 63 $(foreach c, $(_vendor_check_copy_files), \ 70 $(foreach m, $(_vendor_check_modules), \ 85 $(foreach m, $(_vendor_check_modules), \
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/ |
power_parser.html | 60 powerCounter.series.forEach(function(series) { 74 powerCounter.series.forEach(function(series) { 88 powerCounter.series.forEach(function(series) {
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/ |
process_summary_track.html | 39 sliceGroup.topLevelSlices.forEach(function(slice) { 43 sliceGroup.slices.forEach(function(slice) { 72 ops.forEach(function(op) {
|
/external/clang/runtime/ |
CMakeLists.txt | 9 foreach (dir ${known_subdirs}) 76 foreach(runtime ${COMPILER_RT_RUNTIMES}) 92 foreach(test_suite ${COMPILER_RT_TEST_SUITES})
|
/external/compiler-rt/make/ |
util.mk | 21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,) 29 set_difference = $(foreach i,$(1),$(if $(call contains,$(2),$(i)),,$(i))) 97 $(foreach arg,$(MAKEOVERRIDES),\
|