/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_list.js | 498 eventsToStop.forEach(function(type) { 508 eventsToStop.forEach(function(type) {
|
bookmark_tree.js | 183 }).forEach(function(id, i) {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 87 groupIDs.forEach(function(id) { 102 groupIDs.forEach(function(id) {
|
/external/icu4c/i18n/ |
regexcst.pl | 231 foreach $setName (keys %charClasses) { 251 foreach $act (keys %actions) {
|
/external/llvm/ |
CMakeLists.txt | 126 foreach(c ${LLVM_TARGETS_TO_BUILD}) 316 foreach(t ${LLVM_TARGETS_TO_BUILD})
|
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 171 /// foreach - A member template the accepts invokes operator() on a functor 175 void foreach(Callback& C) { function in class:llvm::ImutAVLTree 177 L->foreach(C); 182 R->foreach(C); 1047 void foreach(Callback& C) { if (Root) Root->foreach(C); } function in class:llvm::ImmutableSet 1050 void foreach() { if (Root) { Callback C; Root->foreach(C); } } function in class:llvm::ImmutableSet [all...] |
/external/valgrind/main/VEX/switchback/ |
binary_switchback.pl | 225 foreach my $line(@lines) { 272 foreach my $ref_line(@ref_lines) {
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.cpp | 105 foreach (QWidget* widget, m_videoWidget->findChildren<QWidget*>()) 160 foreach (const QString& type, types) { function
|
MediaPlayerPrivateQt.cpp | 91 foreach (const QString& codecStrNotTrimmed, codecList) { function 345 foreach (const QMediaTimeInterval interval, playbackRanges.intervals()) { function
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
tst_qdeclarativewebview.cpp | 485 foreach (const QString& name, settingsList) 488 foreach (const QString& name, settingsList)
|
/frameworks/compile/slang/ |
slang_rs_export_foreach.cpp | 342 // Check if first parameter is a pointer (which is required for ForEach). 353 // Any non-graphics root() is automatically a ForEach candidate.
|
slang_rs_context.cpp | 184 // Possibly re-order ForEach exports (maybe generating a dummy "root" function).
|
slang_rs_reflection_cpp.cpp | 280 tmp << " forEach(" << slot << ", ";
|
/build/core/ |
cleanbuild.mk | 77 $(foreach step,$(steps), \
|
/external/clang/runtime/compiler-rt/ |
Makefile | 154 $(foreach lib,$(RuntimeDirs), $(eval $(call RuntimeLibraryTemplate,$(lib))))
|
/external/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 51 '#include', 'for', 'foreach', 'if', 'elseif', 'else', 'while', 'do', 'dowhile',
|
csharp.php | 61 'finally', 'fixed', 'for', 'foreach', 'goto', 'if', 'implicit',
|
perl.php | 88 'case', 'do', 'else', 'elsif', 'for', 'if', 'then', 'until', 'while', 'foreach', 'my',
|
rebol.php | 70 'foreach','forever','forskip','func','function','halt','has','if',
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffFooter.pl | 383 foreach my $testCase (@testCaseHashRefs) {
|
parseSvnPropertyValue.pl | 219 foreach my $testCase (@testCaseHashRefs) {
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
MCCacheWriter.cpp | 272 ALOGE("Unable to allocate for export forEach name list\n");
|
/ndk/build/core/ |
build-local.mk | 183 $(foreach _app,$(NDK_APPS),\
|
setup-toolchain.mk | 161 $(foreach __pass2_module,$(__ndk_modules),\
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | [all...] |