/external/llvm/docs/ |
LLVMBuild.rst | 41 gathered by the LLVMBuild tools. The tools automatically traverse the 43 files. NOTE: For performance/sanity reasons, we only traverse into
|
/external/llvm/tools/llvm-config/ |
llvm-config.cpp | 47 /// \brief Traverse a single component adding to the topological ordering in 50 /// \param Name - The component to traverse.
|
/external/stressapptest/src/ |
finelock_queue.cc | 272 // Traverse through array until finding a page 337 // Traverse through array until finding a page meeting given predicate.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
DelayQueue.java | 34 * #iterator()} is <em>not</em> guaranteed to traverse the elements of 488 * ConcurrentModificationException}, and guarantees to traverse
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/ |
SuidFilesActivity.java | 193 // Recursively traverse sub directories...
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprIteratorSimple.java | 271 * This will traverse the heararchy, calling the visitor for
|
FilterExprWalker.java | 318 * This will traverse the heararchy, calling the visitor for
|
/external/chromium/chrome/browser/autofill/ |
personal_data_manager_mac.mm | 186 // Note, we traverse in reverse order so that top values in address book
|
/external/chromium/third_party/libjingle/source/talk/base/ |
fileutils.cc | 77 // dir is the directory to traverse
|
flags.h | 206 // The NULL-terminated list of all flags. Traverse with Flag::next().
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_processor.cc | 148 // Start from entry_map_.begin() and traverse ancestors.
|
/external/chromium_org/net/ssl/ |
client_cert_store_impl_mac.cc | 35 // result: it shouldn't be used to determine trust, just to traverse the chain.
|
/external/chromium_org/ppapi/generators/ |
idl_ast.py | 149 # A specialized visitor which will traverse the AST, and generate a mapping
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf.cc | 131 // Function that can be passed as a callback function to CodeGen::Traverse(). 160 // Function that can be passed as a callback function to CodeGen::Traverse(). 569 gen->Traverse(jumptable, CheckForUnsafeErrorCodes, &has_unsafe_traps); 615 gen->Traverse(jumptable, RedirectToUserspace, this); [all...] |
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.cc | 25 // directory structure and then traverse them, along with any intermediate
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ContainerNodeAlgorithms.h | 310 // Don't need to traverse up the tree for the first owner since no
|
NodeTraversal.h | 55 // Utility function to traverse only the element and pseudo-element siblings of a node.
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathNodeSet.cpp | 38 // assume that we aren't dealing with documents that we cannot even traverse in reasonable time).
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
fileutils.cc | 80 // dir is the directory to traverse
|
flags.h | 209 // The NULL-terminated list of all flags. Traverse with Flag::next().
|
/external/chromium_org/v8/src/ |
zone.cc | 96 // Traverse the chained list of segments, zapping (in debug mode)
|
/external/clang/docs/ |
IntroductionToTheClangAST.rst | 126 Thus, to traverse the full AST, one starts from the
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 157 /// We traverse the blocks in the CFG, compute the set of mutexes that are held
|
/external/clang/lib/ARCMigrate/ |
Transforms.h | 123 void traverse(TranslationUnitDecl *TU);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonCFGOptimizer.cpp | 109 // Traverse the basic block.
|