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

<<11121314151617181920>>

  /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_6/wpa_supplicant/src/wps/
wps_defs.h 294 /* Walk Time for push button configuration (in seconds) */
  /external/wpa_supplicant_8/src/wps/
wps_defs.h 325 /* Walk Time for push button configuration (in seconds) */
  /frameworks/compile/libbcc/runtime/lib/
gcc_personality_v0.c 213 /* Walk call-site table looking for range that includes current PC. */
  /frameworks/compile/slang/
slang_backend.h 118 // elements). Use Decl::getNextDeclarator() to walk the chain.
  /frameworks/support/volley/src/com/android/volley/
VolleyLog.java 63 // 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 149 /* Walk through the whole tree and call the ACTION callback for every node
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 149 /* Walk through the whole tree and call the ACTION callback for every node
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 152 // walk through the known children of the manifest descriptor and keep what's not excluded
  /system/core/libcutils/
config_utils.c 43 /* we walk the whole list, as we need to return the last (newest) entry */
  /cts/tools/dasm/src/java_cup/
production.java 380 /* walk down the input buffer looking for identifiers */
449 /* walk down the parts and extract the labels */
469 /* now walk across and do each action string */
587 /* walk over the production and process each action */
669 /* walk down the right hand side till we get past all nullables */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 535 // now walk truly unique (unaliased) list of dfa states with inf recur
546 // walk each alt with recursion overflow problems and generate error
572 // walk this DFA's config list
806 * interpreter, which does a deterministic walk. We need to be able to
808 * just do a depth-first walk traversing edges labeled with the current
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 134 """Walk upwards looking for ancestor with this token type."""
139 """Walk upwards and get first ancestor with this token type."""
786 # walk rest and decrement their child indexes
890 """Walk upwards looking for ancestor with this token type."""
894 """Walk upwards and get first ancestor with this token type."""
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 47 ANTLR recognizers need a way to walk through input data in a serialized IO-style
72 parsers with the means to sequential walk through series of tokens.
1022 def walk method in class:ANTLR3.that.CommonTokenStream
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 24 0x01 any Counts all load misses that cause a page walk
155 0x01 any Counts the number of misses in the STLB which causes a page walk
156 0x02 walk_completed Counts number of misses in the STLB which resulted in a completed page walk
196 0x01 any Counts the number of misses in all levels of the ITLB which causes a page walk
197 0x02 walk_completed Counts number of misses in all levels of the ITLB which resulted in a completed page walk
198 0x04 walk_cycles Counts ITLB miss page walk cycles
  /build/tools/releasetools/
check_target_files_signatures 130 for dirpath, dirnames, filenames in os.walk(top):
256 for dirpath, dirnames, filenames in os.walk(d):

Completed in 2754 milliseconds

<<11121314151617181920>>