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

1 2 3 4

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
IpSecConfig.inf 42 ForEach.c
43 ForEach.h
  /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) {
validate_instruction.cpp 52 libspirv::ForEach(mask, [&grammar, &ss](SpvCapability cap) {
  /external/v8/src/
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);
splay-tree.h 150 void ForEach(Callback* callback);
  /frameworks/compile/slang/
slang_rs_reflection_state.h 113 // b) ForEach kernels. ForEach kernels are not necessarily reflected
229 // Model for ForEach kernels (per File):
236 // For a given ForEach kernel:
379 /*== ForEach ==================================================================*/
381 // The data in this section is transient during ForEach processing
385 bool mForEachFatal; // fatal mismatch in comparing ForEach; do no further comparisons for it
390 // then this is an "extra" ForEach discovered during the Use phase
392 // ForEach at this ordinal position (the Collecting phase's kernel name is
396 // During the Use phase, keep track of how many ForEach ordinals w
    [all...]
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...]
slang_rs_reflection_state.cpp 178 std::cout << " (ForEach) ordinal=" << feIdx << " state=";
180 case File::ForEach::S_Initial:
183 case File::ForEach::S_Collected:
186 case File::ForEach::S_UseMatched:
234 // ForEach /////////////////////////////////////////////////////////////////////////////////////
243 file.mForEaches = new File::ForEach[Count];
279 auto &foreach = foreaches[Ordinal];
280 slangAssert(foreach.mState == File::ForEach::S_Initial);
281 foreach.mState = File::ForEach::S_Collected
296 auto &foreach = foreaches[Ordinal]; local
    [all...]
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 143 thread_list->ForEach(ThreadCountCallback, &thread_count);
149 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
dalvik_system_ZygoteHooks.cc 150 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes);
  /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) {
bluetooth_binder_server.cc 247 callbacks_.ForEach([prev_state, new_state](IBluetoothCallback* callback) {
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 72 void ForEach(Callback CB) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 79 void ForEach(Callback CB) const {
FuzzerTracePC.h 153 ValueProfileMap.ForEach([&](size_t Idx) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 79 void ForEach(Callback CB) const {
FuzzerTracePC.h 153 ValueProfileMap.ForEach([&](size_t Idx) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 79 void ForEach(Callback CB) const {
FuzzerTracePC.h 153 ValueProfileMap.ForEach([&](size_t Idx) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 79 void ForEach(Callback CB) const {
FuzzerTracePC.h 153 ValueProfileMap.ForEach([&](size_t Idx) {
  /external/fmtlib/test/
macro-test.cc 44 TEST(UtilTest, ForEach) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.cpp 300 libspirv::ForEach(desc->capabilities,
312 libspirv::ForEach(capabilities, [&found, this](SpvCapability c) {
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /art/runtime/
thread_list.h 151 void ForEach(void (*callback)(Thread*, void*), void* context)

Completed in 385 milliseconds

1 2 3 4