OSDN Git Service

auto import from //depot/cupcake/@135843
authorThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:32:58 +0000 (19:32 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:32:58 +0000 (19:32 -0800)
commite16cb84e2324f05334d18dcf5956f20f44262b62
treec87defa74181089778bc8e5671e2896d95d4e2b0
parent19ddb4b1680760e2d6863c3003976882ebd9d0fa
auto import from //depot/cupcake/@135843
101 files changed:
Android.mk [new file with mode: 0644]
latencytop/Android.mk [new file with mode: 0644]
latencytop/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
latencytop/NOTICE [new file with mode: 0644]
latencytop/latencytop.c [new file with mode: 0644]
libpagemap/Android.mk [new file with mode: 0644]
libpagemap/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
libpagemap/NOTICE [new file with mode: 0644]
libpagemap/include/pagemap/pagemap.h [new file with mode: 0644]
libpagemap/pm_kernel.c [new file with mode: 0644]
libpagemap/pm_map.c [new file with mode: 0644]
libpagemap/pm_map.h [new file with mode: 0644]
libpagemap/pm_memusage.c [new file with mode: 0644]
libpagemap/pm_process.c [new file with mode: 0644]
librank/Android.mk [new file with mode: 0644]
librank/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
librank/NOTICE [new file with mode: 0644]
librank/librank.c [new file with mode: 0644]
procmem/Android.mk [new file with mode: 0644]
procmem/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
procmem/NOTICE [new file with mode: 0644]
procmem/procmem.c [new file with mode: 0644]
procrank/Android.mk [new file with mode: 0644]
procrank/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
procrank/NOTICE [new file with mode: 0644]
procrank/procrank.c [new file with mode: 0644]
showmap/Android.mk [new file with mode: 0644]
showmap/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
showmap/NOTICE [new file with mode: 0644]
showmap/showmap.c [new file with mode: 0644]
showslab/Android.mk [new file with mode: 0644]
showslab/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
showslab/NOTICE [new file with mode: 0644]
showslab/showslab.c [new file with mode: 0644]
sound/Android.mk [new file with mode: 0644]
sound/playwav.c [new file with mode: 0644]
su/Android.mk [new file with mode: 0644]
su/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
su/NOTICE [new file with mode: 0644]
su/su.c [new file with mode: 0644]
tests/Android.mk [new file with mode: 0644]
tests/bionic/libc/Android.mk [new file with mode: 0644]
tests/bionic/libc/MODULE_LICENSE_BSD_AND_GPL [new file with mode: 0644]
tests/bionic/libc/README.TXT [new file with mode: 0644]
tests/bionic/libc/bionic/lib_relocs.c [new file with mode: 0644]
tests/bionic/libc/bionic/test_cond.c [new file with mode: 0644]
tests/bionic/libc/bionic/test_getgrouplist.c [new file with mode: 0644]
tests/bionic/libc/bionic/test_mutex.c [new file with mode: 0644]
tests/bionic/libc/bionic/test_netinet_icmp.c [new file with mode: 0644]
tests/bionic/libc/bionic/test_pthread_cond.c [new file with mode: 0644]
tests/bionic/libc/bionic/test_pthread_create.c [new file with mode: 0644]
tests/bionic/libc/bionic/test_relocs.c [new file with mode: 0644]
tests/bionic/libc/common/hello_world.cpp [new file with mode: 0644]
tests/bionic/libc/common/test_gethostbyname.c [new file with mode: 0644]
tests/bionic/libc/common/test_gethostname.c [new file with mode: 0644]
tests/bionic/libc/common/test_libgen.c [new file with mode: 0644]
tests/bionic/libc/common/test_pthread_cleanup_push.c [new file with mode: 0644]
tests/bionic/libc/common/test_pthread_getcpuclockid.c [new file with mode: 0644]
tests/bionic/libc/common/test_pthread_join.c [new file with mode: 0644]
tests/bionic/libc/common/test_pthread_once.c [new file with mode: 0644]
tests/bionic/libc/common/test_semaphore.c [new file with mode: 0644]
tests/bionic/libc/common/test_seteuid.c [new file with mode: 0644]
tests/bionic/libc/common/test_static_cpp_mutex.cpp [new file with mode: 0644]
tests/bionic/libc/common/test_tm_zone.c [new file with mode: 0644]
tests/bionic/libc/common/test_udp.c [new file with mode: 0644]
tests/bionic/libc/glibc/assert/test-assert.c [new file with mode: 0644]
tests/bionic/libc/other/bench_locks.c [new file with mode: 0644]
tests/bionic/libc/other/test_aligned.c [new file with mode: 0644]
tests/bionic/libc/other/test_arc4random.c [new file with mode: 0644]
tests/bionic/libc/other/test_atomics.c [new file with mode: 0644]
tests/bionic/libc/other/test_jpeg.c [new file with mode: 0644]
tests/bionic/libc/other/test_sysconf.c [new file with mode: 0644]
tests/bionic/libc/other/test_system.c [new file with mode: 0644]
tests/bionic/libc/other/test_thread_max.c [new file with mode: 0644]
tests/bionic/libc/other/test_timer_create.c [new file with mode: 0644]
tests/bionic/libc/other/test_timer_create2.c [new file with mode: 0644]
tests/bionic/libc/other/test_timer_create3.c [new file with mode: 0644]
tests/bionic/libc/other/test_vfprintf_leak.c [new file with mode: 0644]
tests/bionic/libc/other/test_zlib.c [new file with mode: 0644]
tests/cpueater/Android.mk [new file with mode: 0644]
tests/cpueater/cpueater.c [new file with mode: 0644]
tests/cpueater/daemonize.c [new file with mode: 0644]
tests/framebuffer/Android.mk [new file with mode: 0644]
tests/framebuffer/fb_test.c [new file with mode: 0644]
tests/framebuffer/minui.h [new file with mode: 0644]
tests/framebuffer/refresh.c [new file with mode: 0644]
tests/fstest/Android.mk [new file with mode: 0644]
tests/fstest/README [new file with mode: 0644]
tests/fstest/perm_checker.c [new file with mode: 0644]
tests/fstest/perm_checker.conf [new file with mode: 0644]
tests/icachetest/Android.mk [new file with mode: 0644]
tests/icachetest/icache.S [new file with mode: 0644]
tests/icachetest/icache2.S [new file with mode: 0644]
tests/icachetest/icache_main.c [new file with mode: 0644]
tests/memtest/Android.mk [new file with mode: 0644]
tests/memtest/memtest.cpp [new file with mode: 0644]
tests/memtest/thumb.cpp [new file with mode: 0644]
tests/schedtest/Android.mk [new file with mode: 0644]
tests/schedtest/schedtest.c [new file with mode: 0644]
timeinfo/Android.mk [new file with mode: 0644]
timeinfo/timeinfo.cpp [new file with mode: 0644]