HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 251 - 275 of 985) sorted by null

<<11121314151617181920>>

  /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 82 /// a very simple and boring direct walk of the instructions looking for
  /external/llvm/utils/TableGen/
TableGenBackends.h 26 // backend does is walk around that in-memory representation and generate
  /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.
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 226 // Helper class to walk a text run. Lookup a SVGGlyphIdentifier for each character
243 void walk(const TextRun& run, bool isVerticalText, const String& language, int from, int to) function in struct:WebCore::SVGTextRunWalker
422 runWalker.walk(run, isVerticalText, language, from, to);
524 runWalker.walk(run, isVerticalText, language, from, to);
  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 99 for root, dirs, files in os.walk(thinDirectory, topdown=False):
test-result-archive 110 for dirPath, dirNames, fileNames in os.walk(file):
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 50 for dirpath, dirnames, filenames in os.walk(build_directory):
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader.py 137 for dir_path, dir_names, file_names in os.walk(directory):
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 44 for dir_path, dir_names, file_names in os.walk(webkitpy_dir):
  /external/wpa_supplicant_8/src/wps/
wps_defs.h 325 /* Walk Time for push button configuration (in seconds) */
  /frameworks/compile/slang/
slang_backend.h 118 // elements). Use Decl::getNextDeclarator() to walk the chain.
  /frameworks/volley/src/com/android/volley/
VolleyLog.java 83 // Walk up the stack looking for the first caller outside of VolleyLog.
  /packages/apps/Email/src/com/android/email/mail/
Sender.java 78 // walk through senders.xml file.
  /packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java 83 // +" Hear not my steps, which way they walk, for fear"
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 86 // Walk found statuses, creating internal row for each
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 149 /* Walk through the whole tree and call the ACTION callback for every node

Completed in 4164 milliseconds

<<11121314151617181920>>