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

1 2 3 4 5

  /bionic/libc/system_properties/include/system_properties/
contexts.h 42 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) = 0;
contexts_pre_split.h 54 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override {
55 pre_split_prop_area_->foreach (propfn, cookie);
contexts_serialized.h 46 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override;
contexts_split.h 46 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
IpSecConfig.inf 48 ForEach.c
49 ForEach.h
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
extensions.cpp 40 extensions.ForEach([&ss](Extension ext) {
enum_set.h 35 // The ForEach method will call the functor on enum values in
77 void ForEach(std::function<void(EnumType)> f) const {
  /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 179 std::cout << " (ForEach) ordinal=" << feIdx << " state=";
181 case File::ForEach::S_Initial:
184 case File::ForEach::S_Collected:
187 case File::ForEach::S_UseMatched:
235 // ForEach /////////////////////////////////////////////////////////////////////////////////////
244 file.mForEaches = new File::ForEach[Count];
280 auto &foreach = foreaches[Ordinal];
281 slangAssert(foreach.mState == File::ForEach::S_Initial);
282 foreach.mState = File::ForEach::S_Collected
297 auto &foreach = foreaches[Ordinal]; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 59 void ForEach(Callback CB) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 59 void ForEach(Callback CB) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 59 void ForEach(Callback CB) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 59 void ForEach(Callback CB) const {
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 149 thread_list->ForEach(ThreadCountCallback, &thread_count);
155 thread_list->ForEach(ThreadStatsGetterCallback, &bytes);
  /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) {
  /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-4053586/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-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 79 void ForEach(Callback CB) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 79 void ForEach(Callback CB) const {
  /bionic/libc/system_properties/
contexts_serialized.cpp 140 // case of foreach(), we want to generate an selinux audit for each
147 void ContextsSerialized::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) {
150 context_nodes_[i].pa()->foreach (propfn, cookie);
  /external/tensorflow/tensorflow/core/platform/
file_system.cc 40 void ForEach(int first, int last, const std::function<void(int)>& f) {
47 thread::ThreadPool threads(Env::Default(), "ForEach", num_threads);
134 ForEach(0, children.size(),

Completed in 654 milliseconds

1 2 3 4 5