HomeSort by relevance Sort by last modified time
    Searched refs:cvs (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtommath/
mess.sh 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi
  /external/bluetooth/glib/debian/
rules 3 # debian/rules file for CVS glib1.1 Debian package
54 $(MAKE) prefix=`pwd`/debian/libglib-cvs-dbg/usr install
62 binary-arch: build install libglib-cvs-dev libglib-cvs-1.1 libglib-cvs-dbg
64 libglib-cvs-1.1: build
65 dh_testdir -plibglib-cvs-1.1
66 dh_testroot -plibglib-cvs-1.1
67 dh_installdirs -plibglib-cvs-1.1
70 dh_installdocs -plibglib-cvs-1.
    [all...]
  /external/dropbear/libtomcrypt/
mess.sh 2 if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi
crypt.tex     [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 417 ContentValues[] cvs = new ContentValues[2]; local
418 cvs[0] = new ContentValues();
419 cvs[0].put(COLUMN_KEY_NAME, key4);
420 cvs[0].put(COLUMN_VALUE_NAME, value4);
422 cvs[1] = new ContentValues();
423 cvs[1].put(COLUMN_KEY_NAME, key5);
424 cvs[1].put(COLUMN_VALUE_NAME, value5);
426 assertEquals(2, mContentResolver.bulkInsert(TABLE1_URI, cvs));
443 mContentResolver.bulkInsert(null, cvs);
  /prebuilt/common/ant/
ant.jar 

Completed in 955 milliseconds