HomeSort by relevance Sort by last modified time
    Searched full:over (Results 801 - 825 of 13432) sorted by null

<<31323334353637383940>>

  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
FrameIterator.py 20 """A gdb.Frame iterator. Iterates over gdb.Frames or objects that
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
__init__.py 14 Does a pre-order walk over the ast using the visitor instance.
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
wrapper.py 36 # works around a minor bit of over-conscientiousness in the curses
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
FrameIterator.py 20 """A gdb.Frame iterator. Iterates over gdb.Frames or objects that
  /prebuilts/go/darwin-x86/
CONTRIBUTING.md 19 The gophers there will answer or ask you to file an issue if you've tripped over a bug.
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.s 41 /* We may have some bytes left over that we process one at a time. */
crc32_amd64p32.s 41 /* We may have some bytes left over that we process one at a time. */
  /prebuilts/go/darwin-x86/src/net/
sockopt_windows.go 29 // connection requests over the port cannot be guaranteed
  /prebuilts/go/darwin-x86/src/runtime/
lfstack_linux_ppc64x.go 13 // TASK_SIZE_USER64 in the Linux kernel). This has grown over time,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11256.go 29 // not so much that we go over _FixedStack.
  /prebuilts/go/linux-x86/
CONTRIBUTING.md 19 The gophers there will answer or ask you to file an issue if you've tripped over a bug.
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.s 41 /* We may have some bytes left over that we process one at a time. */
crc32_amd64p32.s 41 /* We may have some bytes left over that we process one at a time. */
  /prebuilts/go/linux-x86/src/net/
sockopt_windows.go 29 // connection requests over the port cannot be guaranteed
  /prebuilts/go/linux-x86/src/runtime/
lfstack_linux_ppc64x.go 13 // TASK_SIZE_USER64 in the Linux kernel). This has grown over time,
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go 29 // not so much that we go over _FixedStack.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
__init__.py 14 Does a pre-order walk over the ast using the visitor instance.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 36 # works around a minor bit of over-conscientiousness in the curses
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
__init__.py 14 Does a pre-order walk over the ast using the visitor instance.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 36 # works around a minor bit of over-conscientiousness in the curses
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion56.txt 7 android:fillAfter : When set to true, the animation transformation is applied after the animation is over. [boolean]
  /system/core/fastboot/
transport.h 22 // General interface to allow the fastboot protocol to be used over different
  /system/core/libmemunreachable/
README.md 6 libmemunreachable is a zero-overhead native memory leak detector. It uses an imprecise mark-and-sweep garbage collector pass over all native memory, reporting any unreachable blocks as leaks. It is similar to the [Heap Checker from tcmalloc](http://htmlpreview.github.io/?https://github.com/gperftools/gperftools/blob/master/doc/heap_checker.html), but with a few key differences to remove the overhead. Instead of instrumenting every call to malloc and free, it queries the allocator (jemalloc) for active allocations when leak detection is requested. In addition, it performs a very short stop-the-world data collection on the main process, and then forks a copy of the process to perform the mark-and-sweep, minimizing disruption to the original process.
45 9. *Original process*: All threads continue, the thread that called `GetUnreachableMemory()` blocks waiting for leak data over a pipe.
49 13. Unmarked allocations are sent over the pipe back to the original process.
60 - `HeapWalker.cpp`: Performs the mark-and-sweep pass over active allocations.
  /system/core/libziparchive/
zip_archive_private.h 40 // fixed-size hash table. We define a load factor of 0.75 and over
  /system/extras/tests/crypto/
get_dm_versions.c 48 /* Iterate over the returned versions, and print each subsystem's version */

Completed in 899 milliseconds

<<31323334353637383940>>