Home
last modified time | relevance | path

Searched defs:Guide (Results 1 – 12 of 12) sorted by relevance

/external/google-benchmark/
DREADME.md263 ### Command Line
275 ### Library
314 ### Output Formats
389 ### Output Files
399 ### Running Benchmarks
411 ### Running a Subset of Benchmarks
431 ### Result comparison
438 ### Runtime and Reporting Considerations
463 ### Passing Arguments
616 ### Calculating Asymptotic Complexity (Big O)
[all …]
/external/blktrace/doc/
Dblktrace.tex63 \subsection{\label{sec:get-blktrace}Retrieving blktrace}
73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel}
107 \subsection{\label{sec:mount}Mounting the debugfs file system}
127 \subsection{\label{sec:build}Build the tools}
136 \subsection{\label{sec:live-blktrace}blktrace -- live}
197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands}
220 \subsection{\label{sec:blktrace-post}blktrace -- post-processing}
383 \subsection{\label{sec:blktrace-args}Command line arguments}
473 \newpage\subsection{\label{sec:blkparse-args}Command line arguments}
520 \subsection{\label{sec:blkparse-actions}Trace actions}
[all …]
/external/angle/doc/
DCodingStandard.md15 ### [Header Files](https://google.github.io/styleguide/cppguide.html#Header_Files)
22 ### [Scoping](https://google.github.io/styleguide/cppguide.html#Scoping)
26 ### [Classes](https://google.github.io/styleguide/cppguide.html#Classes)
31 ### [Other C++ Features](https://google.github.io/styleguide/cppguide.html#Other_C++_Features)
41 ### [Naming](https://google.github.io/styleguide/cppguide.html#Naming)
75 ### [Comments](https://google.github.io/styleguide/cppguide.html#Comments)
90 ### [Formatting](https://google.github.io/styleguide/cppguide.html#Formatting)
152 …Exceptions to the Rules](https://google.github.io/styleguide/cppguide.html#Exceptions_to_the_Rules)
157 ### Generated Source Files
/external/skia/site/docs/dev/tools/
Ddebugger.md33 ### Command Playback and Filters
64 ### Frame playback
78 ### Resources Tab
98 ### Android Layers
122 ### Crosshair and Breakpoints
136 ### GPU Op Bounds and Other settings
163 ### Image fit and download buttons.
/external/rust/cxx/
DREADME.md32 ## Guide section in CXX — safe FFI between Rust and C++
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp278 } else if (const auto *Guide = dyn_cast<CXXDeductionGuideDecl>(D)) { in VisitFunctionDecl() local
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp6018 auto *Guide = FirstDeclMatcher<CXXDeductionGuideDecl>().match( in TEST_P() local
6038 auto *Guide = FirstDeclMatcher<CXXDeductionGuideDecl>().match( in TEST_P() local
6061 auto *Guide = FirstDeclMatcher<CXXDeductionGuideDecl>().match( in TEST_P() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5925 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FD); in FindInstantiatedDecl() local
DSemaTemplateDeduction.cpp1200 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl()); in getFirstInnerIndex() local
DSemaTemplate.cpp2416 auto *Guide = local
DSemaDecl.cpp10868 } else if (auto *Guide = dyn_cast<CXXDeductionGuideDecl>(NewFD)) { in CheckFunctionDeclaration() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp3394 } else if (auto *Guide = dyn_cast<CXXDeductionGuideDecl>(D)) { in VisitFunctionDecl() local