OSDN Git Service

android-x86/system-extras.git
13 years agoBinder add ints benchmark
Louis Huemiller [Fri, 15 Oct 2010 00:52:13 +0000 (17:52 -0700)]
Binder add ints benchmark

Change-Id: Id05879404db8255264ee7f573e10a3f06ead8115

13 years agoam 24d6f481: resolved conflicts for merge of 3031e475 to gingerbread-plus-aosp
Jean-Baptiste Queru [Tue, 12 Oct 2010 08:45:47 +0000 (01:45 -0700)]
am 24d6f481: resolved conflicts for merge of 3031e475 to gingerbread-plus-aosp

Merge commit '24d6f4813b84240bb839b93f163a52a8447ff583'

* commit '24d6f4813b84240bb839b93f163a52a8447ff583':
  Fixed buffer overflow in procrank.

13 years agoresolved conflicts for merge of 3031e475 to gingerbread-plus-aosp
Jean-Baptiste Queru [Mon, 11 Oct 2010 16:23:12 +0000 (09:23 -0700)]
resolved conflicts for merge of 3031e475 to gingerbread-plus-aosp

Change-Id: I8098e7e75f84d36b7a56b8033ffbaa9a1333fcec

13 years agoMerge "Fixed buffer overflow in procrank."
Jean-Baptiste Queru [Mon, 11 Oct 2010 16:06:04 +0000 (09:06 -0700)]
Merge "Fixed buffer overflow in procrank."

13 years agoWiFi Loop Stress test - add pass completion message
Louis Huemiller [Tue, 5 Oct 2010 21:26:23 +0000 (14:26 -0700)]
WiFi Loop Stress test - add pass completion message

Change-Id: I610c19b34109fe009bd43c6e4c7dd15be2e1784c

13 years agoFixed buffer overflow in procrank.
Ali Utku selen [Thu, 30 Sep 2010 07:41:56 +0000 (09:41 +0200)]
Fixed buffer overflow in procrank.

If there are more than 256 processes in the system procrank
will overflow the procs array. Switched to heap allocation.

Change-Id: I05223333d31f669c6ac87577671e301e6d05c682

13 years agoresolved conflicts for merge of 8bdbbe2d to master
Ying Wang [Wed, 29 Sep 2010 19:56:34 +0000 (12:56 -0700)]
resolved conflicts for merge of 8bdbbe2d to master

Change-Id: I347c58f62c4d9b6bcfa6745a47d5dd96c60661eb

13 years agoRename parameter LABEL to MOUNT_POINT
Ying Wang [Tue, 28 Sep 2010 00:56:55 +0000 (17:56 -0700)]
Rename parameter LABEL to MOUNT_POINT

"make_ext4fs -a" accepts the mount point, in fact.

Change-Id: I126f5d3a9628d30bdd27cb0e7f6879e479ae5de2

13 years agoam 57813ea8: Merge "Reduce warnings in memtest compilation" into gingerbread
Kenny Root [Mon, 27 Sep 2010 19:08:35 +0000 (12:08 -0700)]
am 57813ea8: Merge "Reduce warnings in memtest compilation" into gingerbread

Merge commit '57813ea8fe891c6300ee3ea58d8dbabb6157ed9b'

* commit '57813ea8fe891c6300ee3ea58d8dbabb6157ed9b':
  Reduce warnings in memtest compilation

13 years agoMerge "Reduce warnings in memtest compilation" into gingerbread
Kenny Root [Mon, 27 Sep 2010 17:51:03 +0000 (10:51 -0700)]
Merge "Reduce warnings in memtest compilation" into gingerbread

13 years agoam 4b8b59a7: zero the entire journal instead of just the first block
Brian Swetland [Fri, 24 Sep 2010 04:39:43 +0000 (21:39 -0700)]
am 4b8b59a7: zero the entire journal instead of just the first block

Merge commit '4b8b59a7cd0e1413dcf9973c4bbd7eb65a444c4c'

* commit '4b8b59a7cd0e1413dcf9973c4bbd7eb65a444c4c':
  zero the entire journal instead of just the first block

13 years agozero the entire journal instead of just the first block
Brian Swetland [Thu, 23 Sep 2010 23:06:23 +0000 (16:06 -0700)]
zero the entire journal instead of just the first block

I'm seeing some weeeeird stuff with sparse ext4 images where
files sometimes seem to come back from the dead after reflashing,
etc.  My crazy theory is they are hiding in the journal.

Colin humored me and pointed out how to ensure it's entirely
zero'd.

Change-Id: I4d14a2d4879c10540ef3c677ceb523bc061c1ec1

13 years agoam 16abe7ac: Better handling for the process info array
Kenny Root [Wed, 22 Sep 2010 17:31:47 +0000 (10:31 -0700)]
am 16abe7ac: Better handling for the process info array

Merge commit '16abe7acb8f1dbeb8b9b1dc41061a53dcbfea851'

* commit '16abe7acb8f1dbeb8b9b1dc41061a53dcbfea851':
  Better handling for the process info array

13 years agoWiFi Loop Stress Test - move to /data
Louis Huemiller [Mon, 20 Sep 2010 23:10:54 +0000 (16:10 -0700)]
WiFi Loop Stress Test - move to /data

Change-Id: I37f30c6e6e6eb189211591e7710ea5e086d8e4f6

13 years agoBetter handling for the process info array
Kenny Root [Tue, 21 Sep 2010 17:46:57 +0000 (10:46 -0700)]
Better handling for the process info array

We have phones that have more than 256 PIDs running at one time right
now, so don't segmentation fault when that condition happens.

Free all proc info after it ahs been used.

Also if a process goes away before we read its process name, just print
"<unknown>" instead.

Change-Id: Ia3899be61b047852f62bf3cc6f30eb2fcd797a61

13 years agoMerge "WiFi Loop stress test - install at /data/nativestresstest"
Louis Huemiller [Fri, 17 Sep 2010 00:24:07 +0000 (17:24 -0700)]
Merge "WiFi Loop stress test - install at /data/nativestresstest"

13 years agoWiFi Loop stress test - install at /data/nativestresstest
Louis Huemiller [Thu, 16 Sep 2010 23:48:18 +0000 (16:48 -0700)]
WiFi Loop stress test - install at /data/nativestresstest

Change-Id: I15206ac1c64eea3e9bb7ae682bc61f449b5967bf

13 years agoam cd23be01: (-s ours) do not merge - create sparse ext4 images
Brian Swetland [Thu, 16 Sep 2010 02:49:49 +0000 (19:49 -0700)]
am cd23be01: (-s ours) do not merge - create sparse ext4 images

Merge commit 'cd23be01be219a927cb4eb9edc088eaec260cdba'

* commit 'cd23be01be219a927cb4eb9edc088eaec260cdba':
  do not merge - create sparse ext4 images

13 years agodo not merge - create sparse ext4 images
Brian Swetland [Wed, 15 Sep 2010 23:15:17 +0000 (16:15 -0700)]
do not merge - create sparse ext4 images

master is not ready for the awesome that is sparse filesystem imagery!

Change-Id: I52f76ed6da715e63786d36a3294a2e63d600a637

13 years agoReduce warnings in memtest compilation
Kenny Root [Wed, 15 Sep 2010 22:32:01 +0000 (15:32 -0700)]
Reduce warnings in memtest compilation

Change-Id: I7afe6d6fa5229714530e92a70eede50103db48b2

13 years agoWiFi Loop Stress Test
Louis Huemiller [Wed, 15 Sep 2010 21:05:16 +0000 (14:05 -0700)]
WiFi Loop Stress Test

  1. Added completion message for dashboard
  2. Fixed non-zero exit code for -?

Change-Id: I05da51b9971359196cf396fc438e5093ca6b364a

13 years agoMerge "WiFi load, scan, associate, unload stress test"
Louis Huemiller [Tue, 14 Sep 2010 17:20:16 +0000 (10:20 -0700)]
Merge "WiFi load, scan, associate, unload stress test"

13 years agoWiFi load, scan, associate, unload stress test
Louis Huemiller [Tue, 31 Aug 2010 00:15:49 +0000 (17:15 -0700)]
WiFi load, scan, associate, unload stress test

Change-Id: I5c33e5bee60550c1d82ffd0c18d7cae39db613a4

13 years agoam 9c842adc: Add support for IEEE 802.c stylc CRC32 computation to the sparse image...
Ken Sumrall [Wed, 8 Sep 2010 01:51:41 +0000 (18:51 -0700)]
am 9c842adc: Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools

Merge commit '9c842adc177c1bcd22c2038d8d237bfb70654dca'

* commit '9c842adc177c1bcd22c2038d8d237bfb70654dca':
  Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools

13 years agoAdd support for IEEE 802.c stylc CRC32 computation to the sparse image tools
Ken Sumrall [Tue, 17 Aug 2010 02:17:38 +0000 (19:17 -0700)]
Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools

Add support for computing the CRC32 of the data when we make a sparse image,
and storing that CRC in the header.  Also update the simg2img tool that reads
sparse images to compute the CRC32 as it writes the image, and check to make
sure it matches what's in the header.

Change-Id: Id49b25bf820acb46ff981f3046fba5b24fd82c8d

13 years agoAdd a couple of performance debug utilities.
Nick Pelly [Thu, 26 Aug 2010 18:21:29 +0000 (11:21 -0700)]
Add a couple of performance debug utilities.

micro_bench provides very simple tests for
o sleep accuracy
o cpu
o memcpy
o memset

sane_schedstat is a front-end for /proc/schedstat to diff and format the
counters.

Change-Id: I6e178fe37fcfc9bf0a83ec17852e31146a91e7a4
Signed-off-by: Nick Pelly <npelly@google.com>
13 years agoMerge "Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools"
Ken Sumrall [Tue, 17 Aug 2010 23:51:44 +0000 (16:51 -0700)]
Merge "Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools"

13 years agoAdd support for IEEE 802.c stylc CRC32 computation to the sparse image tools
Ken Sumrall [Tue, 17 Aug 2010 02:17:38 +0000 (19:17 -0700)]
Add support for IEEE 802.c stylc CRC32 computation to the sparse image tools

Add support for computing the CRC32 of the data when we make a sparse image,
and storing that CRC in the header.  Also update the simg2img tool that reads
sparse images to compute the CRC32 as it writes the image, and check to make
sure it matches what's in the header.

Change-Id: Iadea3a760f91fa9b1efd22a3580dd1943b1ff52e

13 years agoam 8642b7fb: ext4_utils: brought over from master
Brian Swetland [Mon, 16 Aug 2010 22:18:16 +0000 (15:18 -0700)]
am 8642b7fb: ext4_utils: brought over from master

Merge commit '8642b7fba54727a38f751516bcdc452fb09ef610'

* commit '8642b7fba54727a38f751516bcdc452fb09ef610':
  ext4_utils: brought over from master

13 years agoOverhaul FP tests to be simpler and report a more basic metric.
Jason Sams [Mon, 16 Aug 2010 22:11:47 +0000 (15:11 -0700)]
Overhaul FP tests to be simpler and report a more basic metric.

Change-Id: I90eabb01e0ac3fd1aed2c29ea19cc08cf96cc515

13 years agoext4_utils: brought over from master
Brian Swetland [Sat, 14 Aug 2010 02:27:48 +0000 (19:27 -0700)]
ext4_utils: brought over from master

13 years agoAdd support for sparse ext4 image creation.
Ken Sumrall [Fri, 13 Aug 2010 23:04:49 +0000 (16:04 -0700)]
Add support for sparse ext4 image creation.

This adds the -s option to the make_ext4fs tool, which now creates
"sparse" filesystem images, which is very useful for the large 32 Gbyte
filesystems we are now building.
This check-in also fixes make_ext4fs to properly create filesystems
larger thatn 4 Gbytes on 64-bit Linux, 32-bit android and Macs.

Change-Id: Ie5838492fcf944f5c875481693c0dbd7013deae4

13 years agoFix calculation of dentry size
Colin Cross [Thu, 5 Aug 2010 18:56:38 +0000 (11:56 -0700)]
Fix calculation of dentry size

The PAD_TO function was incorrectly handling values that were already
aligned, which could lead to overruns of the dentry block.  Fix the
function, rename it to ALIGN, move it to ext4_utils.h, and use it
everywhere the dentry size is calculated.

Change-Id: Ie9778d2c6f72d3db9a3162e52882377a71b8420a

13 years agolibublock/fatblock: Tag modules optional.
Thomas Tuttle [Thu, 5 Aug 2010 18:53:00 +0000 (11:53 -0700)]
libublock/fatblock: Tag modules optional.

Change-Id: I793e67f21d41e4c6df0a2e2ab2b2864adb2fe5ed

13 years agolibublock: Don't prelink.
Thomas Tuttle [Thu, 5 Aug 2010 18:48:23 +0000 (11:48 -0700)]
libublock: Don't prelink.

Change-Id: Ib33e84439dd3073b7a46deb353e73d439b9fceb5

13 years agofatblock: Various cleanup efforts
Thomas Tuttle [Thu, 5 Aug 2010 00:21:14 +0000 (17:21 -0700)]
fatblock: Various cleanup efforts

Change-Id: I15bc23163aa53f8dfee978b619649c7751d5bb4b

13 years agoMerge "fatblock: Program to offer dir as FAT32 filesystem using ublock"
Thomas Tuttle [Wed, 4 Aug 2010 22:46:31 +0000 (15:46 -0700)]
Merge "fatblock: Program to offer dir as FAT32 filesystem using ublock"

13 years agoMerge "libublock: Userspace library for ublock"
Thomas Tuttle [Wed, 4 Aug 2010 22:46:26 +0000 (15:46 -0700)]
Merge "libublock: Userspace library for ublock"

13 years agoFix zero length files
Colin Cross [Wed, 4 Aug 2010 22:11:53 +0000 (15:11 -0700)]
Fix zero length files

Zero length files should just skip the block allocation so the
inode extent fields are empty.

Change-Id: I40a6ba32b0a7f842e5d752e8cd70dfda878b8998

13 years agoSet timestamps on files based on source files
Colin Cross [Wed, 4 Aug 2010 22:06:09 +0000 (15:06 -0700)]
Set timestamps on files based on source files

Use the modification time of the source files to set the modification
time, access time, and creation times in the filesystem image.

Change-Id: I720acba5ec435ceae92bb1653e3cc7545327b6ef

13 years agoCreate a journal by default
Colin Cross [Tue, 3 Aug 2010 21:10:07 +0000 (14:10 -0700)]
Create a journal by default

Change-Id: I7ab4e502ba4a0f1f3ae85d6d25f3936f4b66e5e8

13 years agoAdd mkuserimg.sh script for the build system
Colin Cross [Tue, 3 Aug 2010 20:49:43 +0000 (13:49 -0700)]
Add mkuserimg.sh script for the build system

Change-Id: I74b41e5d783646b51203423a7deabbdb28b32b7b

13 years agofatblock: Program to offer dir as FAT32 filesystem using ublock
Thomas Tuttle [Mon, 19 Jul 2010 17:28:04 +0000 (10:28 -0700)]
fatblock: Program to offer dir as FAT32 filesystem using ublock

Change-Id: I6712e062e17b02c453ce89a52000cd8bc3ee810d

13 years agolibublock: Userspace library for ublock
Thomas Tuttle [Mon, 19 Jul 2010 17:05:44 +0000 (10:05 -0700)]
libublock: Userspace library for ublock

Change-Id: I0bbeb07095f8376084d982ff49ac0d4793c1195f

13 years agoam 6f099715: bionic: add a test for dlopen(NULL,...)
David 'Digit' Turner [Fri, 23 Jul 2010 17:16:36 +0000 (10:16 -0700)]
am 6f099715: bionic: add a test for dlopen(NULL,...)

Merge commit '6f09971503f9bea177168d1599e925a5b22d18dd'

* commit '6f09971503f9bea177168d1599e925a5b22d18dd':
  bionic: add a test for dlopen(NULL,...)

13 years agobionic: add a test for dlopen(NULL,...)
David 'Digit' Turner [Wed, 21 Jul 2010 23:15:28 +0000 (16:15 -0700)]
bionic: add a test for dlopen(NULL,...)

Change-Id: Iee8b33d1a046a71f5fd934912ee36371c1c9e8e5

13 years agoAdd FP test
Jason Sams [Mon, 19 Jul 2010 23:16:25 +0000 (16:16 -0700)]
Add FP test

Change-Id: I8c40e48e8855d0b50e5a1242ccc520fa9a8af84d

13 years agoam 83b47ccb: bionic: add tests for sem_post() and static C++ destruction on dlclose().
David 'Digit' Turner [Wed, 30 Jun 2010 23:13:32 +0000 (16:13 -0700)]
am 83b47ccb: bionic: add tests for sem_post() and static C++ destruction on dlclose().

Merge commit '83b47ccbc4066ef19f5d95261d8a892567a7f0a7'

* commit '83b47ccbc4066ef19f5d95261d8a892567a7f0a7':
  bionic: add tests for sem_post() and static C++ destruction on dlclose().

13 years agoadd make_ext4fs to the libext4_utils
Doug Zongker [Wed, 30 Jun 2010 00:23:14 +0000 (17:23 -0700)]
add make_ext4fs to the libext4_utils

Move the bulk of make_ext4fs into libext4_utils, leaving a main() that
does only option parsing.  Add reset functionality so that
make_ext4fs() can be called multiple times within a process.

Change-Id: Ia09a2385eab32bf3ca9eb9257c4f9df2c85e55be

13 years agobionic: add tests for sem_post() and static C++ destruction on dlclose().
David 'Digit' Turner [Mon, 28 Jun 2010 21:04:20 +0000 (14:04 -0700)]
bionic: add tests for sem_post() and static C++ destruction on dlclose().

Change-Id: I95e5608240881a3880874ea0ae8a24e716186e7f

13 years agoAdd static libext4_utils
Colin Cross [Tue, 29 Jun 2010 21:46:53 +0000 (14:46 -0700)]
Add static libext4_utils

Change-Id: Ic3493fc8d35ee81c9f4c0d471d900a6680997b65

13 years agoSplit out libext4_utils
Colin Cross [Mon, 21 Jun 2010 06:57:06 +0000 (23:57 -0700)]
Split out libext4_utils

Change-Id: I12aa52b75607379add2669fddba4cd7dc2bb527f

13 years agoFix whitespace
Colin Cross [Mon, 21 Jun 2010 06:22:12 +0000 (23:22 -0700)]
Fix whitespace

Change-Id: I37da6c38cd33ae22a0578ed8e91650e35972bf6a

13 years agoAdd support for writing a gzip compressed image
Colin Cross [Sun, 20 Jun 2010 21:53:14 +0000 (14:53 -0700)]
Add support for writing a gzip compressed image

Change-Id: Ica2ff90060f6a4ced2c671084205b58eede66cdf

13 years agoFix ifdefs for linux
Colin Cross [Fri, 18 Jun 2010 03:16:30 +0000 (20:16 -0700)]
Fix ifdefs for linux

Change-Id: Iaf6fcd0f691e14edc82c9d1286c3d1b8ebeb1237

13 years agoFix zero-length files
Colin Cross [Fri, 18 Jun 2010 00:27:20 +0000 (17:27 -0700)]
Fix zero-length files

Change-Id: I35812aa7a992d30ec84da57ddb1dccba7b1adf60

13 years agoInitial commit of ext4_utils
Colin Cross [Fri, 11 Jun 2010 21:21:37 +0000 (14:21 -0700)]
Initial commit of ext4_utils

Change-Id: I911d5b7fd7170ec81d544850717d8e69976e272b

14 years agoAdd pthread_rwlock_t unit tests
David 'Digit' Turner [Tue, 11 May 2010 23:01:24 +0000 (16:01 -0700)]
Add pthread_rwlock_t unit tests

Change-Id: Id40c317ed6d3bfe7d384ee1ba55a96bb869f361e

14 years agoMerge "Add setjmp() / longjmp() test."
David 'Digit' Turner [Wed, 12 May 2010 01:16:24 +0000 (18:16 -0700)]
Merge "Add setjmp() / longjmp() test."

14 years agoam 32880844: For issue #2651381, allow library prelinking.
Dan Bornstein [Thu, 6 May 2010 00:50:14 +0000 (17:50 -0700)]
am 32880844: For issue #2651381, allow library prelinking.

Merge commit '328808449dccdce0ec4100174446a8b2c964a6b1' into froyo-plus-aosp

* commit '328808449dccdce0ec4100174446a8b2c964a6b1':
  For issue #2651381, allow library prelinking.

14 years agoFor issue #2651381, allow library prelinking.
Dan Bornstein [Wed, 5 May 2010 16:39:41 +0000 (09:39 -0700)]
For issue #2651381, allow library prelinking.

Change-Id: I1b3e13f0e16b51604852437b32b1d8309471abc8

14 years agomerge from open-source master
The Android Open Source Project [Fri, 16 Apr 2010 19:36:36 +0000 (12:36 -0700)]
merge from open-source master

Change-Id: I8bad78233bd0e6d44e717feeafbf09127f4cbfee

14 years agotests: Add simple direct i/o test
Seth Forshee [Wed, 14 Apr 2010 19:04:41 +0000 (14:04 -0500)]
tests: Add simple direct i/o test

Adds a simple write/readback test of direct i/o on a block
device node.

Change-Id: I06c2bb50fbc014157f5e0eaf2bbb910b89f5fc25
Signed-off-by: Garmin Android technology group <android@garmin.com>
14 years agoAdd setjmp() / longjmp() test.
David 'Digit' Turner [Thu, 25 Mar 2010 17:54:28 +0000 (10:54 -0700)]
Add setjmp() / longjmp() test.

Change-Id: Id2115e580c2e3463afa9406a8d5236a0c5c5f819

14 years agoMerge "Add pthread mutex regression tests."
David 'Digit' Turner [Thu, 25 Mar 2010 17:47:56 +0000 (10:47 -0700)]
Merge "Add pthread mutex regression tests."

14 years agomerge from open-source master
The Android Open Source Project [Wed, 24 Mar 2010 22:14:29 +0000 (15:14 -0700)]
merge from open-source master

Change-Id: I53bb11e377bf04e9a0a75ce6bb0c1c4afe3faaeb

14 years agoAdd pthread mutex regression tests.
David 'Digit' Turner [Tue, 23 Mar 2010 23:46:48 +0000 (16:46 -0700)]
Add pthread mutex regression tests.

Change-Id: I7a0ed8928dfc61ebe8f027327a3f34e90cad04fb

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:05:24 +0000 (18:05 -0800)]
Add an empty CleanSpec.mk

Change-Id: I42ad35bfd9913310e0ba8722dc0f7ac9b2c47b9a

14 years agoMake memtest conform to POSIX memcmp defn
Bruce Beare [Thu, 4 Mar 2010 19:08:04 +0000 (11:08 -0800)]
Make memtest conform to POSIX memcmp defn

14 years agoNew test to shmoo the size of the working set against the memory system.
Ben Cheng [Fri, 26 Feb 2010 21:57:49 +0000 (13:57 -0800)]
New test to shmoo the size of the working set against the memory system.

Find out the sweet spot of the paging system and approximate the page fault
latency.

14 years agoam fa2de09c: am 8e2734af: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 22:17:48 +0000 (14:17 -0800)]
am fa2de09c: am 8e2734af: reconcile main tree with open-source eclair

Merge commit 'fa2de09c65fc50379eaffb22e71fb4b0474a3e22'

* commit 'fa2de09c65fc50379eaffb22e71fb4b0474a3e22':
  android-2.1_r1 snapshot

14 years agoam 8e2734af: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:46:19 +0000 (08:46 -0800)]
am 8e2734af: reconcile main tree with open-source eclair

Merge commit '8e2734af47b25e9727c745d4eb7c42fef0cb19b4' into eclair-plus-aosp

* commit '8e2734af47b25e9727c745d4eb7c42fef0cb19b4':
  android-2.1_r1 snapshot

14 years agoreconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:09:42 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair

14 years agoMerge "Add clone() test."
David Turner [Fri, 29 Jan 2010 22:30:08 +0000 (14:30 -0800)]
Merge "Add clone() test."

14 years agoreconcile android-2.1_r1 snapshot
The Android Open Source Project [Fri, 29 Jan 2010 22:10:01 +0000 (14:10 -0800)]
reconcile android-2.1_r1 snapshot

14 years agoAdd clone() test.
David 'Digit' Turner [Thu, 28 Jan 2010 18:53:00 +0000 (10:53 -0800)]
Add clone() test.

This also refreshes the tests to properly compile with the latest
host toolchain.

14 years agodont create sqlite_stmt_journals dir.
Vasu Nori [Wed, 27 Jan 2010 07:14:17 +0000 (23:14 -0800)]
dont create sqlite_stmt_journals dir.

this shoudl not be required any longer. in fact, some test-writers are
abusing this dir.

14 years agoandroid-2.1_r1 snapshot
The Android Open Source Project [Tue, 12 Jan 2010 23:19:30 +0000 (15:19 -0800)]
android-2.1_r1 snapshot

14 years agoMerge commit 'goog/eclair-plus-aosp'
Android Git Automerger [Tue, 15 Dec 2009 08:44:04 +0000 (00:44 -0800)]
Merge commit 'goog/eclair-plus-aosp'

14 years agoAdd missing symbol type directives.
Doug Kwan [Fri, 4 Dec 2009 01:15:25 +0000 (17:15 -0800)]
Add missing symbol type directives.

14 years agoam 6b896be7: am b0ba9854: Add standard deviation to the test results
Xia Wang [Tue, 24 Nov 2009 00:16:40 +0000 (16:16 -0800)]
am 6b896be7: am b0ba9854: Add standard deviation to the test results

Merge commit '6b896be7a60e0c0021e903f8560c838d4e334271'

* commit '6b896be7a60e0c0021e903f8560c838d4e334271':
  Add standard deviation to the test results

14 years agoam b0ba9854: Add standard deviation to the test results
Xia Wang [Tue, 24 Nov 2009 00:13:56 +0000 (16:13 -0800)]
am b0ba9854: Add standard deviation to the test results

Merge commit 'b0ba9854ae1310425d7c09c72c528239a001e7c7' into eclair-mr2-plus-aosp

* commit 'b0ba9854ae1310425d7c09c72c528239a001e7c7':
  Add standard deviation to the test results

14 years agoam b0ba9854: Add standard deviation to the test results
Xia Wang [Tue, 24 Nov 2009 00:11:52 +0000 (16:11 -0800)]
am b0ba9854: Add standard deviation to the test results

Merge commit 'b0ba9854ae1310425d7c09c72c528239a001e7c7' into eclair-plus-aosp

* commit 'b0ba9854ae1310425d7c09c72c528239a001e7c7':
  Add standard deviation to the test results

14 years agoAdd standard deviation to the test results
Xia Wang [Fri, 20 Nov 2009 00:28:25 +0000 (16:28 -0800)]
Add standard deviation to the test results

14 years agoam 3006d019: merge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 23:04:47 +0000 (15:04 -0800)]
am 3006d019: merge from open-source master

Merge commit '3006d019e19a571612ef7da9a32886ffaaa42f6c'

* commit '3006d019e19a571612ef7da9a32886ffaaa42f6c':
  eclair snapshot

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:55:32 +0000 (14:55 -0800)]
merge from open-source master

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:06:57 +0000 (14:06 -0800)]
merge from open-source master

Merge commit 'goog/stage-korg-master' into HEAD

14 years agomerge from eclair
Jean-Baptiste Queru [Sun, 15 Nov 2009 20:07:13 +0000 (12:07 -0800)]
merge from eclair

14 years agoeclair snapshot
Jean-Baptiste Queru [Fri, 13 Nov 2009 02:46:24 +0000 (18:46 -0800)]
eclair snapshot

14 years agoam d989a8e3: Added check for the version of Gnuplot.
Nicolas Catania [Thu, 22 Oct 2009 18:13:24 +0000 (11:13 -0700)]
am d989a8e3: Added check for the version of Gnuplot.

Merge commit 'd989a8e37771a2f97b1c6ec45f29bb1bc94e7299' into eclair-plus-aosp

* commit 'd989a8e37771a2f97b1c6ec45f29bb1bc94e7299':
  Added check for the version of Gnuplot.

14 years agoam 77ea834d: am d989a8e3: Added check for the version of Gnuplot.
Nicolas Catania [Thu, 22 Oct 2009 18:09:20 +0000 (11:09 -0700)]
am 77ea834d: am d989a8e3: Added check for the version of Gnuplot.

Merge commit '77ea834dd18533b9e75ba0c5b3f6f38547e0ff97'

* commit '77ea834dd18533b9e75ba0c5b3f6f38547e0ff97':
  Added check for the version of Gnuplot.

14 years agoam d989a8e3: Added check for the version of Gnuplot.
Nicolas Catania [Thu, 22 Oct 2009 18:02:01 +0000 (11:02 -0700)]
am d989a8e3: Added check for the version of Gnuplot.

Merge commit 'd989a8e37771a2f97b1c6ec45f29bb1bc94e7299' into eclair-mr2-plus-aosp

* commit 'd989a8e37771a2f97b1c6ec45f29bb1bc94e7299':
  Added check for the version of Gnuplot.

14 years agoAdded check for the version of Gnuplot.
Nicolas Catania [Tue, 20 Oct 2009 15:21:47 +0000 (08:21 -0700)]
Added check for the version of Gnuplot.

Must be 1.8

14 years agoam f5a44422: am 906d825d: Fixed the plotting script to work with latest kernel version.
Nicolas Catania [Fri, 16 Oct 2009 18:13:07 +0000 (11:13 -0700)]
am f5a44422: am 906d825d: Fixed the plotting script to work with latest kernel version.

Merge commit 'f5a44422579f5af4cf72a6ec0478c4f7e147d342'

* commit 'f5a44422579f5af4cf72a6ec0478c4f7e147d342':
  Fixed the plotting script to work with latest kernel version.

14 years agoam 906d825d: Fixed the plotting script to work with latest kernel version.
Nicolas Catania [Fri, 16 Oct 2009 18:08:19 +0000 (11:08 -0700)]
am 906d825d: Fixed the plotting script to work with latest kernel version.

Merge commit '906d825d7033339bb37d7415bce77089bec3a2b6' into eclair-mr2-plus-aosp

* commit '906d825d7033339bb37d7415bce77089bec3a2b6':
  Fixed the plotting script to work with latest kernel version.

14 years agoam 906d825d: Fixed the plotting script to work with latest kernel version.
Nicolas Catania [Fri, 16 Oct 2009 18:02:45 +0000 (11:02 -0700)]
am 906d825d: Fixed the plotting script to work with latest kernel version.

Merge commit '906d825d7033339bb37d7415bce77089bec3a2b6' into eclair-plus-aosp

* commit '906d825d7033339bb37d7415bce77089bec3a2b6':
  Fixed the plotting script to work with latest kernel version.

14 years agoFixed the plotting script to work with latest kernel version.
Nicolas Catania [Fri, 16 Oct 2009 01:04:52 +0000 (18:04 -0700)]
Fixed the plotting script to work with latest kernel version.

Added a README file with basic instructions to build and
run the tests.

14 years agoAdd back missing shared library libutils used by the executable in linker
Doug Kwan [Fri, 2 Oct 2009 18:55:41 +0000 (11:55 -0700)]
Add back missing shared library libutils used by the executable in linker
command.  The executable contains calls to function defined in the missing
library.  Currently this is linked via a dependency of another shared library.
While this works, it is not the right thing to do.

14 years agoam b4950a59: added a simple way to swap memcpy for another function
Mathias Agopian [Mon, 28 Sep 2009 00:56:43 +0000 (17:56 -0700)]
am b4950a59: added a simple way to swap memcpy for another function

Merge commit 'b4950a59dcd4fa7fa4adaec6c8429388c2640291' into eclair-plus-aosp

* commit 'b4950a59dcd4fa7fa4adaec6c8429388c2640291':
  added a simple way to swap memcpy for another function

14 years agoadded a simple way to swap memcpy for another function
Mathias Agopian [Mon, 28 Sep 2009 00:44:40 +0000 (17:44 -0700)]
added a simple way to swap memcpy for another function