/external/pigweed/docs/showcases/sense/tutorial/ |
D | host_tests.rst | 185 Summary subtitle 201 .. _ASAN: https://clang.llvm.org/docs/AddressSanitizer.html 202 .. _TSAN: https://clang.llvm.org/docs/ThreadSanitizer.html 203 .. _MSAN: https://clang.llvm.org/docs/MemorySanitizer.html
|
/external/rust/android-crates-io/crates/bencher/ |
D | stats.rs | 125 pub struct Summary { struct 140 impl Summary { argument 142 pub fn new(samples: &[f64]) -> Summary { in new() 346 fn check(samples: &[f64], summ: &Summary) { in check()
|
/external/coreboot/Documentation/tutorial/ |
D | part1.md | 191 Summary section in Tutorial, part 1: Starting from scratch 195 ### Step 1 summary - Install tools and libraries needed for coreboot 219 ### Step 2 summary - Download coreboot source tree 228 ### Step 3 summary - Build the coreboot toolchain. 240 ### Step 4 summary - Build the payload 265 ### Step 5 summary - Configure the build 280 ### Step 6 summary - Build coreboot 293 ### Step 7 summary - Install QEMU 299 ### Step 8 summary - Run QEMU
|
/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 32 std::unique_ptr<GlobalValueSummary> Summary = std::move(List.front()); in mergeFrom() local 75 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local 92 for (auto &Summary : GlobalList.second) { in collectDefinedGVSummariesPerModule() local 105 auto &Summary = SummaryList->second[0]; in getGlobalValueSummary() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 196 void HexagonShuffler::restrictSlot1AOK(HexagonPacketSummary const &Summary) { in restrictSlot1AOK() 220 HexagonPacketSummary const &Summary) { in restrictNoSlot1Store() 249 bool HexagonShuffler::applySlotRestrictions(HexagonPacketSummary const &Summary, in applySlotRestrictions() 271 void HexagonShuffler::restrictBranchOrder(HexagonPacketSummary const &Summary) { in restrictBranchOrder() 319 bool HexagonShuffler::ValidResourceUsage(HexagonPacketSummary const &Summary) { in ValidResourceUsage() 358 HexagonPacketSummary const &Summary) { in restrictStoreLoadOrder() 453 HexagonPacketSummary Summary = HexagonPacketSummary(); in GetPacketSummary() local 585 void HexagonShuffler::restrictPreferSlot3(HexagonPacketSummary const &Summary, in restrictPreferSlot3() 612 const HexagonPacketSummary Summary = GetPacketSummary(); in check() local 628 HexagonShuffler::tryAuction(HexagonPacketSummary const &Summary) { in tryAuction() [all …]
|
/external/rust/android-crates-io/crates/tower/examples/ |
D | tower-balance.rs | 39 struct Summary { struct 40 latencies: Histogram<u64>, 41 start: Instant, 42 count_by_instance: [usize; 10], 161 async fn compute_histo<S>(mut times: S) -> Result<Summary, Error> in compute_histo() 172 impl Summary { impl
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 809 struct Summary { struct 820 enum SummaryFieldKind { argument 839 uint64_t NumSummaryFields; argument 844 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) + in getSize() argument 848 const uint64_t *getSummaryDataBase() const { in getSummaryDataBase() argument 851 uint64_t *getSummaryDataBase() { in getSummaryDataBase() argument 856 &getSummaryDataBase()[NumSummaryFields]); in getCutoffEntryBase() argument 862 uint64_t get(SummaryFieldKind K) const { in get() argument 866 void set(SummaryFieldKind K, uint64_t V) { in set() argument 871 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 999 struct Summary { struct 1009 enum SummaryFieldKind { argument 1028 uint64_t NumSummaryFields; argument 1032 Summary() = delete; argument 1033 Summary(uint32_t Size) { memset(this, 0, Size); } in Summary() argument 1038 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) + in getSize() argument 1042 const uint64_t *getSummaryDataBase() const { in getSummaryDataBase() argument 1046 uint64_t *getSummaryDataBase() { in getSummaryDataBase() argument 1052 &getSummaryDataBase()[NumSummaryFields]); in getCutoffEntryBase() argument 1059 uint64_t get(SummaryFieldKind K) const { in get() argument [all …]
|
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
D | Value.java | 98 Function<? super Summary, T> summaryFunction, in match() 113 Function<? super Summary, T> summaryFunction, in match() 148 Function<? super Summary, T> summaryFunction, in match() 186 Function<? super Summary, T> summaryFunction, in match() 224 Function<? super Summary, T> summaryFunction, in match()
|
D | Summary.java | 38 public abstract class Summary { class 39 Summary() {} in Summary() method in Summary
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 1093 struct Summary { struct 1103 enum SummaryFieldKind { argument 1122 uint64_t NumSummaryFields; argument 1126 Summary() = delete; argument 1127 Summary(uint32_t Size) { memset(this, 0, Size); } in Summary() function 1132 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) + in getSize() argument 1136 const uint64_t *getSummaryDataBase() const { in getSummaryDataBase() argument 1140 uint64_t *getSummaryDataBase() { in getSummaryDataBase() argument 1146 &getSummaryDataBase()[NumSummaryFields]); in getCutoffEntryBase() argument 1153 uint64_t get(SummaryFieldKind K) const { in get() argument [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 94 static bool canBeExternallyReferenced(const GlobalValueSummary &Summary) { in canBeExternallyReferenced() 127 const GlobalValueSummary &Summary) { in eligibleForImport() 186 auto *Summary = cast<FunctionSummary>(GVSummary); in selectCallee() local 229 [&](const std::unique_ptr<GlobalValueSummary> &Summary) { in exportGlobalInModule() 237 auto *Summary = FindGlobalSummaryInModule(GUID); in exportGlobalInModule() local 266 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction() 347 auto *Summary = GVSummary.second; in ComputeImportForModule() local 362 auto *Summary = FuncInfo.first; in ComputeImportForModule() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 62 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in isDSOLocal() 71 [](const std::unique_ptr<GlobalValueSummary> &Summary) { in canAutoHide() 157 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); in collectDefinedFunctionsForModule() local 176 auto &Summary = VI.getSummaryList()[0]; in getGlobalValueSummary() local 268 [&](const std::unique_ptr<GlobalValueSummary> &Summary) { in propagateAttributes() 301 for (const std::unique_ptr<GlobalValueSummary> &Summary : in propagateAttributes() local
|
/external/pigweed/seed/ |
D | 0001.rst | 16 Summary chapter 433 Summary subsection
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/export/ |
D | RunningSpanStore.java | 88 public abstract static class Summary { class in RunningSpanStore 90 Summary() {} in Summary() method in RunningSpanStore.Summary
|
/external/pigweed/docs/ |
D | bazel_compatibility.rst | 43 Summary section in Recommended compatibility patterns 47 For library authors 60 For facade authors 76 For SDK build authors
|
/external/crosvm/docs/book/src/ |
D | SUMMARY.md | 1 # Summary chapter
|
/external/executorch/examples/models/llama3/ |
D | README.md | 1 # Summary chapter
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/ |
D | SUMMARY.md | 1 # Summary chapter
|
/external/rust/cxx/book/src/ |
D | SUMMARY.md | 1 # Summary chapter
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/book/src/ |
D | SUMMARY.md | 1 # Summary chapter
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 46 struct Summary { struct 47 Summary(StringRef Name) : Name(Name) {} in Summary() function 49 StringRef Name; 50 uint64_t lines = 0; 51 uint64_t linesExec = 0; 52 uint64_t branches = 0; 53 uint64_t branchesExec = 0; 54 uint64_t branchesTaken = 0;
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | README.md | 3 ## Summary section in toolchain-tests
|
/external/openthread/third_party/mbedtls/repo/configs/ext/ |
D | README.md | 1 Summary section
|
/external/executorch/extension/gguf_util/ |
D | README.md | 1 # Summary chapter
|