HomeSort by relevance Sort by last modified time
    Searched full:walk (Results 476 - 500 of 1498) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/src/com/android/email/mail/
Sender.java 77 // 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy_reg.py 99 can't simply return the __slots__ attribute. We must walk down
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Folders.py 64 kALMModulesFolderType = FOUR_CHAR_CODE('walk')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy_reg.py 99 can't simply return the __slots__ attribute. We must walk down
  /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/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 142 // Walk the list of visits and look for a non-imported item.
314 // Now walk the sync nodes and detect any URLs that exist there, but not in
458 // Just walk through all our child nodes and delete them.
608 // Walk through the two sets of visits and figure out if any new visits were
704 // Walk the passed-in visit vector and count the # of typed visits.
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 364 // In order to do a DFS cross-frame walk of the RenderLayer tree, we need to know which
430 // Walk child layers of interest
439 // If this layer has any frames of interest as a child of it, walk those (with an updated frame map).
462 // enclosing composited layer. To do this most efficiently we'll walk the RenderLayer tree using
481 // Now walk the layer projecting rects while maintaining a RenderGeometryMap
    [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
  /art/compiler/dex/quick/
local_optimizations.cc 56 * Perform a pass of top-down walk, from the second-last instruction in the
271 * Perform a pass of bottom-up walk, from the second instruction in the
  /build/tools/releasetools/
check_target_files_signatures 130 for dirpath, dirnames, filenames in os.walk(top):
241 for dirpath, dirnames, filenames in os.walk(d):
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 71 * Perform a pass of top-down walk, from the second-last instruction in the
268 * Perform a pass of bottom-up walk, from the second instruction in the
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 71 * Perform a pass of top-down walk, from the second-last instruction in the
268 * Perform a pass of bottom-up walk, from the second instruction in the
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 253 * TODO: More useful than the random walk here would be to pick a single random direction
345 * TODO: More useful than the random walk here would be to pick a single random direction
  /development/scripts/
divide_and_compress.py 151 os.path.walk(self.base_path, self.CompressDirectory, 1)
217 unused_id: A numeric identifier passed by the os.path.walk method, this
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 122 /* walk through list of libs we want to scan */
216 * We can walk up the hierarchy while analyzing the target APK,

Completed in 2414 milliseconds

<<11121314151617181920>>