/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct 47 PMF<pmf> *pmf2; argument 50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter … 51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete… 52 PMF<nullptr> pmf2; 53 PMF<get_nullptr()> pmf3; 54 PMF<(int (X::*)(int))0> pmf4; 55 PMF<np> pmf5;
|
/external/arm-trusted-firmware/docs/ |
D | global_substitutions.txt | 36 .. |PMF| replace:: :term:`PMF`
|
D | glossary.rst | 121 PMF
|
D | change-log.md | 2292 instrumentation work on AArch32, and Simplify PMF helper macro definitions 3659 - Added new Arm SiP Service SMCs to enable the Non-secure world to read PMF 3662 Added PMF instrumentation points in TF-A in order to quantify the overall 3788 calculation from PMF, enabling platforms to use alternative methods of 3879 - Introduced Performance Measurement Framework (PMF) which provides support for 3894 using PMF.
|
/external/autotest/server/site_tests/network_WiFi_Perf/ |
D | control.vht80_pmf | 16 transmitting throughput on a DUT with a network based on WPA2/WPA3 mixed and PMF
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | common_type.pass.cpp | 221 using PMF = void (S::*)(long) const; typedef 231 static_assert(is_same<typename result_of<PMF(unique_ptr<S>, int)>::type, void>::value, "Error!");
|
/external/clang/test/SemaCXX/ |
D | nullptr.cpp | 78 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
|
/external/arm-trusted-firmware/docs/perf/ |
D | psci-performance-juno.rst | 6 implementation, using the in-built Performance Measurement Framework (PMF) and 78 Given that runtime instrumentation using PMF is invasive, there is a small 79 (unquantified) overhead on the results. PMF uses the generic counter for
|
/external/arm-trusted-firmware/docs/components/ |
D | arm-sip-service.rst | 18 - Performance Measurement Framework (PMF) 25 Performance Measurement Framework (PMF)
|
D | debugfs-design.rst | 70 - Debug data can be partitioned into different virtual files e.g. expose PMF
|
/external/angle/third_party/abseil-cpp/absl/random/ |
D | zipf_distribution_test.cc | 120 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anonfe4f8fe00111::ZipfModel
|
/external/abseil-cpp/absl/random/ |
D | zipf_distribution_test.cc | 121 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anond6b4b4b10111::ZipfModel
|
/external/cronet/third_party/abseil-cpp/absl/random/ |
D | zipf_distribution_test.cc | 121 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anonab95d1440111::ZipfModel
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | zipf_distribution_test.cc | 121 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anon761680b20111::ZipfModel
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | zipf_distribution_test.cc | 121 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anon595d78010111::ZipfModel
|
/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | zipf_distribution_test.cc | 121 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anon501832c00111::ZipfModel
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/ |
D | zipf_distribution_test.cc | 121 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anon3e0753dd0111::ZipfModel
|
/external/openscreen/third_party/abseil/src/absl/random/ |
D | zipf_distribution_test.cc | 121 double PMF(size_t i) { return i >= hnq_.size() ? 0.0 : hnq_[i] / sum_hnq_; } in PMF() function in __anonb52582b20111::ZipfModel
|
/external/cronet/base/allocator/partition_allocator/pointers/ |
D | raw_ptr.h | 797 template <typename PMF> 798 void operator->*(PMF) const = delete;
|
/external/arm-trusted-firmware/docs/design/ |
D | firmware-design.rst | 2439 The Performance Measurement Framework (PMF) facilitates collection of 2451 A PMF timestamp is uniquely identified across the system via the 2461 #. The service identifier. Each PMF service is identified by a 2468 Registering a PMF service 2471 To register a PMF service, the ``PMF_REGISTER_SERVICE()`` macro from ``pmf.h`` 2483 timestamps in a PMF specific linker section at build time. 2487 The macro ``PMF_REGISTER_SERVICE()`` only enables capturing PMF timestamps 2496 PMF timestamps are stored in a per-service timestamp region. On a 2505 instructs PMF to do cache maintenance following the capture. Cache 2544 `PMF_CACHE_MAINT` is passed, then the PMF code will perform a [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1528 Function *PMF = Intrinsic::getDeclaration(M, Intrinsic::hexagon_M4_pmpyw); in generate() local 1551 P = B.CreateCall(PMF, {P, QVI}); in generate() 1557 Value *R = B.CreateCall(PMF, {P, Q}); in generate()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 21 * fixed PMF disconnection protection bypass in AP mode 119 - enable PMF automatically for network profiles created from 150 * added a RSN workaround for misbehaving PMF APs that advertise 225 * fixed WNM Sleep Mode processing when PMF is not enabled 254 - use ieee80211w profile parameter to enable/disable PMF and derive 255 a separate TX IGTK if PMF is enabled instead of using MGTK 293 * improved PMF behavior for cases where the AP and STA has different 459 EAPOL-Key descriptor version 3 when the station supports PMF even if 460 PMF is not enabled on the AP 653 * allow PMF to be enabled for AP mode operation with the ieee80211w [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 18 * fixed PMF disconnection protection bypass 101 - reject release 2 or newer association without PMF 280 * removed optional fields from RSNE when using FT with PMF 399 * fixed PMF protection of Deauthentication frame when this is triggered 468 GAS/ANQP exchanges when PMF is enabled
|
/external/arm-trusted-firmware/docs/about/ |
D | maintainers.rst | 192 Performance Measurement Framework (PMF)
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 2239 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the 2240 default implementation will use PMF to capture timestamps. 2257 statistics could be tracked in software using PMF. If ``ENABLE_PMF`` is set, the 2258 default implementation will use PMF to capture timestamps.
|