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

<<11121314151617181920>>

  /bionic/libc/bionic/
fts.c 534 * set and it's a physical walk (so that symbolic links can't be directories),
731 /* We walk in directory order so "ls -f" doesn't get upset. */
802 * If doing a logical walk, or application requested FTS_FOLLOW, do
  /external/opencv/cv/src/
cvhough.cpp 595 // from the current point walk in each direction
623 // walk along the line using fixed-point arithmetics,
671 // walk along the line using fixed-point arithmetics,
    [all...]
  /frameworks/base/core/java/android/text/
TextLine.java 418 * Walk the cursor through this line, skipping conjuncts and
421 * <p>This function cannot properly walk the cursor off the ends of the line
597 * conjuncts and zero-width characters. This should not be called to walk
    [all...]
  /abi/cpp/src/
dynamic_cast.cc 112 // Helper of __dyanmic_cast to walk the type tree of an object.
  /build/tools/
java-layers.py 179 for root, dirs, files in os.walk(d):
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 118 * Walk past any token not on the channel the parser is listening to.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 178 * Walk past any token not on the channel the parser is listening to.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 205 * Walk past any token not on the channel the parser is listening to.
LegacyCommonTokenStream.cs 187 * Walk past any token not on the channel the parser is listening to.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 141 * Walk past any token not on the channel the parser is listening to.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 115 * Walk past any token not on the channel the parser is listening to.
LegacyCommonTokenStream.java 133 * Walk past any token not on the channel the parser is listening to.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 199 // walk upwards until we see nodes[ni-1] then continue walking
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 79 * Walk past any token not on the channel the parser is listening to.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.m 171 * Walk past any token not on the channel the parser is listening to.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 281 def walk method in class:ANTLR3.AST
282 block_given? or return( enum_for( :walk ) )
417 def walk method in class:ANTLR3.BaseTree
418 block_given? or return( enum_for( :walk ) )
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 269 /** Walk all states and reset their numbers to be a contiguous sequence
289 // walk list of DFAState objects by state number,
334 // walk Vector<Vector<FormattedInteger>> which is the transition[][] table
    [all...]
DFAOptimizer.java 248 /** Walk DFA states, unlinking the nfa configs and whatever else I
NFAState.java 165 * 2 3 1 walk alt
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 57 // Now walk through aliases. If an alias has actually been added
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 263 // Get the current ElemTemplateElement, and then walk backwards in
  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.mm 234 // Walk bottom up shuffling for all the hidden views.
shell_dialogs_mac.mm 116 // Walk through the open dialogs and close them all. Use a temporary vector
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 152 // Walk the model, calling our insertion observer method for each item within
  /external/chromium/chrome/common/extensions/docs/static/
tut_oauth.html 8 This tutorial will walk you through the necessary steps for creating a Google Chrome Extension that uses OAuth to access an API. It leverages a library that you can reuse in your extensions.

Completed in 3400 milliseconds

<<11121314151617181920>>