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

<<31323334353637383940>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.tcc 383 // We don't have size() so we need to walk through both lists
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.tcc 382 // We don't have size() so we need to walk through both lists
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.tcc 383 // We don't have size() so we need to walk through both lists
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.tcc 390 // We don't have size() so we need to walk through both lists
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 416 # And walk over the list of files, either making a hard link (if
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 334 for part in msg.walk():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 143 for root, dirs, files in os.walk(top, topdown=False):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 416 # And walk over the list of files, either making a hard link (if
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 334 for part in msg.walk():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 143 for root, dirs, files in os.walk(top, topdown=False):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 217 // Walk up the hierarchy again to find the immediate child of the parent,
  /art/runtime/hprof/
hprof.cc 413 // Walk the roots and the heap.
423 Runtime::Current()->GetHeap()->GetLiveBitmap()->Walk(HeapBitmapCallback, this);
    [all...]
  /art/runtime/verifier/
method_verifier.h 258 * (1) Walk through all code units, determining instruction locations,
260 * (2) Walk through all code units, performing static checks on
  /cts/tools/dasm/src/java_cup/
emit.java 266 /* walk over the terminals */ /* later might sort these */
281 /* walk over the non terminals */ /* later might sort these */
  /dalvik/vm/analysis/
DexVerify.cpp 215 * (1) Walk through all code units, determining instruction locations,
217 * (2) Walk through all code units, performing static checks on
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 374 // Now we walk the levels down, checking if parent is ok
550 // Now we walk the levels down, changing the maxPrio and later verifying
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 737 /* Walk through the protocol descriptor list */
883 /* Walk through the protocol descriptor list */
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 747 // We could walk the list and delete items as we find them, but it is much
787 // We could walk the list and add items as we find them, but it is much
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 406 // walk the display list hit-testing Tabs. Since the active tab always
408 // left-adjacent Tab, so we look ahead for it as we walk.
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 82 // Walk down the error stack to find the SSLerr generated reason.
502 // Walk through all the installed ciphers, seeing if any need to be
    [all...]
  /external/chromium_org/net/disk_cache/
rankings.cc 807 // Note that the returned error codes assume a forward walk (from head to tail)
880 // But we could have more than one pointing at the same mode. We walk the list
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.c 603 FLAG(stream, ptr[j], 0, "tile walk ymajor");
733 FLAG(stream, ptr[j], 21, "tile walk ymajor");
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp 956 /* Walk backwards over the string looking for a non-digit character.
960 * contain only the ']' charcater, walk backwards very carefully.
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 477 // walk through each clip element and perform its set op
626 // walk through each clip element and perform its set op
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 768 // Walk all bases.
780 // Walk all bases.
    [all...]

Completed in 1432 milliseconds

<<31323334353637383940>>