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

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
coleitr.h 54 * The CollationElementIterator class is used as an iterator to walk through
300 * collation object. The cursor will walk thru the source string based on the
313 * collation object. The cursor will walk thru the source string based on the
  /external/chromium_org/third_party/libxml/src/
list.c 672 * Walk all the element of the first from first to last and
693 * Walk all the element of the list in reverse order and
763 /* Walk the old tree and insert the data into the new one */
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins
  /external/chromium_org/third_party/re2/re2/
simplify.cc 100 // The simplify walk is purely post-recursive: given the simplified children,
149 return w.Walk(this, NULL);
159 // This should never be called, since we use Walk and not
  /external/icu4c/i18n/unicode/
coleitr.h 54 * The CollationElementIterator class is used as an iterator to walk through
300 * collation object. The cursor will walk thru the source string based on the
313 * collation object. The cursor will walk thru the source string based on the
  /external/libxml2/
list.c 672 * Walk all the element of the first from first to last and
693 * Walk all the element of the list in reverse order and
763 /* Walk the old tree and insert the data into the new one */
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 105 // Walk through the instructions in function defitinions, and replace any use
129 // Walk through the metadata section and update the debug information
137 // Walk through the global variable initializers, and replace any use of
  /external/openssl/crypto/
sparccpuid.S 32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins
  /external/regex-re2/re2/
simplify.cc 100 // The simplify walk is purely post-recursive: given the simplified children,
149 return w.Walk(this, NULL);
159 // This should never be called, since we use Walk and not
  /external/skia/gm/rebaseline_server/
results.py 195 for dirpath, dirnames, filenames in os.walk(root):
212 the root path (as found by os.walk() within root), so we don't need to
231 for dirpath, dirnames, filenames in os.walk(root):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 129 walk back down the child chain and set the name to be global
416 from compiler import parseFile, walk namespace
432 walk(tree, s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 393 msg = "In 3.x, os.path.walk is removed in favor of os.walk."
399 mod.walk("crashers", dumbo, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 129 walk back down the child chain and set the name to be global
416 from compiler import parseFile, walk namespace
432 walk(tree, s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 393 msg = "In 3.x, os.path.walk is removed in favor of os.walk."
399 mod.walk("crashers", dumbo, None)
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 171 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
180 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
192 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
206 /// def_iterator/def_begin/def_end - Walk all defs of the specified register.
226 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
246 /// use_nodbg_iterator/use_nodbg_begin/use_nodbg_end - Walk all uses of the
  /art/runtime/gc/space/
large_object_space.cc 109 void LargeObjectMapSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) {
148 void FreeListSpace::Walk(DlMallocSpace::WalkCallback callback, void* arg) {
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 138 // Walk until we leave device, writing the whole way
216 // Walk up until we drop our package
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 221 // walk first to find how big it is.
241 // walk first to find how big it is.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 252 // walk first to find how big it is.
276 // walk first to find how big it is.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 50 // walk all labels for Rule r
58 // walk rule scope attributes for Rule r
  /external/chromium/chrome/browser/
background_page_tracker.cc 186 // 1) Walk our list, and make sure that there's a corresponding extension for
188 // 2) Walk the set of currently loaded extensions and background contents, and
  /external/chromium_org/build/android/pylib/gtest/
setup.py 127 for root, _, filenames in os.walk(constants.ISOLATE_DEPS_DIR):
157 for root, _, filenames in os.walk(os.path.join(constants.ISOLATE_DEPS_DIR,
  /external/chromium_org/courgette/
disassembler_elf_32.cc 242 // Walk all the bytes in the file, whether or not in a section.
329 // Walk all the bytes in the file, whether or not in a section.
  /external/chromium_org/third_party/bintrees/bintrees/
avltree.py 176 # Walk back up the search path
274 # Walk back up the search path
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 190 // Walk the frames array until we
254 // Walk the stack.

Completed in 1109 milliseconds

<<11121314151617181920>>