HomeSort by relevance Sort by last modified time
    Searched defs:ForEach (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_definition.h 51 inline void ForEach(spv_capability_mask_t capabilities, Functor f) {
  /system/bt/service/ipc/binder/
remote_callback_list.h 67 void ForEach(const std::function<void(T*)>& callback);
152 void RemoteCallbackList<T>::ForEach(const std::function<void(T*)>& callback) {
  /external/v8/src/
splay-tree-inl.h 271 void SplayTree<Config, Allocator>::ForEach(Callback* callback) {
effects.h 104 that.ForEach(&merge);
118 this->ForEach(&weaken);
120 that.ForEach(&merge);
127 this->ForEach(&override);
209 void ForEach(Callback* callback) {
210 return map_->ForEach(callback);
236 void ForEach(Callback* callback) {
237 if (node_->previous) NestedEffectsBase(node_->previous).ForEach(callback);
238 node_->effects.ForEach(callback);
code-stub-assembler.h     [all...]
code-stub-assembler.cc     [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 253 const RSExportForEach *ForEach = *I;
255 if (ForEach->isDummyRoot()) {
269 std::string FunctionStart = "void forEach_" + ForEach->getName() + "(";
273 const RSExportForEach::InVec &Ins = ForEach->getIns();
280 if (ForEach->hasOut() || ForEach->hasReturn()) {
284 const RSExportRecordType *ERT = ForEach->getParamPacketType();
286 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(),
287 e = ForEach->params_end();
371 mOut.indent() << "forEach(" << slot << ", "
    [all...]
  /art/runtime/
thread_list.cc     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 293 void ForEach(const Container& c, Functor functor) {
705 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 289 void ForEach(const Container& c, Functor functor) {
694 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 286 void ForEach(const Container& c, Functor functor) {
691 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 275 void ForEach(const Container& c, Functor functor) {
759 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 286 void ForEach(const Container& c, Functor functor) {
691 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 296 void ForEach(const Container& c, Functor functor) {
703 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 296 void ForEach(const Container& c, Functor functor) {
703 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/v8/testing/gtest/src/
gtest-internal-inl.h 296 void ForEach(const Container& c, Functor functor) {
703 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 295 void ForEach(const Container& c, Functor functor) {
712 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 295 void ForEach(const Container& c, Functor functor) {
706 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 295 void ForEach(const Container& c, Functor functor) {
706 ForEach(test_cases_, TestCase::ClearTestCaseResult);
    [all...]
  /external/v8/src/regexp/
jsregexp.h 259 void ForEach(Callback* callback) {
260 return tree()->ForEach(callback);
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 696 void ForEach(const Container& c, Functor functor) {
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 669 void ForEach(const Container& c, Functor functor) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 696 void ForEach(const Container& c, Functor functor) {
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 1606 milliseconds

1 2