/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.cc | 146 // Walk the children recursively looking for the BrowserAccessibility that
|
/external/clang/include/clang/AST/ |
ASTConsumer.h | 51 /// elements). Use Decl::getNextDeclarator() to walk the chain.
|
/external/clang/lib/Analysis/ |
CocoaConventions.cpp | 25 // Recursively walk the typedef stack, allowing typedefs of reference types.
|
/external/clang/lib/Rewrite/ |
DeltaTree.cpp | 112 /// local walk over our contained deltas. 167 /// local walk over our contained deltas. 343 /// VerifyTree - Walk the btree performing assertions on various properties to 412 // Walk down the tree.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefBranchChecker.cpp | 75 // branch condition." We do a recursive walk of the condition's
|
/external/clang/test/Parser/ |
cxx-template-decl.cpp | 14 // verifies that we only walk to the ',' & still produce errors on the rest of the template parameters
|
/external/compiler-rt/lib/ |
gcc_personality_v0.c | 217 /* Walk call-site table looking for range that includes current PC. */
|
/external/elfutils/libelf/ |
elf_rawdata.c | 75 we can simply walk the list of data records. */
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/ |
BresenhamYUpGridTracer.java | 123 // Walk us to our next location based on distances to next X or Z grid
|
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestOgreComplexAnim.java | 88 feet.setAnim("Walk", 15);
|
/external/libmtp/ |
TODO | 105 list before we start sorting and building that tree. We walk the
|
/external/llvm/include/llvm/CodeGen/ |
MachineLoopInfo.h | 149 // Allow clients to walk the list of nested loops...
|
/external/llvm/include/llvm/Target/ |
TargetJITInfo.h | 81 /// function that knows how to walk the stack and find out which stub the
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileWrapper.cpp | 125 // Walk the /proc tree looking for the oprofile daemon
|
/external/llvm/lib/Support/ |
PrettyStackTrace.cpp | 50 // If there are pretty stack frames registered, walk and emit them.
|
/external/llvm/lib/Transforms/IPO/ |
InlineAlways.cpp | 100 /// a very simple and boring direct walk of the instructions looking for
|
/external/opencv/cvaux/src/ |
extendededges.cpp | 252 //walk in both directions
|
/external/oprofile/opjitconv/ |
create_bfd.c | 181 /* Walk over the symbols sorted by address and create ELF sections. Whenever we
|
/external/protobuf/python/ |
setup.py | 90 for (dirpath, dirnames, filenames) in os.walk("."):
|
/external/qemu/ |
aio-android.c | 198 /* we have to walk very carefully in case
|
aio.c | 201 /* we have to walk very carefully in case
|
/external/replicaisland/ |
README.TXT | 34 tools/ExtractPoints.js: This is a (rather horrible) Javascript tool for Photoshop. It will walk closed paths and produce a text layer describing them as line segments and normals, organized by tile. It takes a long time to run and is probably the worst code in the entire project. res/raw/collision.bin is the binary version of output from this tool.
|
/external/v8/test/mozilla/ |
testcfg.py | 99 for root, dirs, files in os.walk(current_root):
|
/external/v8/test/test262/ |
testcfg.py | 86 for root, dirs, files in os.walk(testroot):
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontPlatformDataCGWin.cpp | 73 // Now walk each name record looking for a Mac or Windows PostScript name.
|