HomeSort by relevance Sort by last modified time
    Searched full:tests (Results 826 - 850 of 5234) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/guide/developing/testing/
index.jd 7 help you set up and run your tests within an emulator or the device you are targeting.
25 the Eclipse UI. Once you have written your tests, you can build and run them and
27 tools to execute your tests if needed.
33 run your tests, and see the results. You use
  /frameworks/base/media/tests/MediaFrameworkTest/
AndroidManifest.xml 36 android:label="MediaFramework tests InstrumentationRunner">
41 android:label="MediaFramework Performance tests InstrumentationRunner">
46 android:label="MediaFramework unit tests InstrumentationRunner">
51 android:label="MediaRecorder stress tests InstrumentationRunner">
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetProvider.java 17 package com.android.tests.appwidgethost;
33 static final String PREFS_NAME = "com.android.tests.appwidgethost.TestAppWidgetProvider";
63 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgethost",
64 "com.android.tests.appwidgethost.TestAppWidgetProvider"), views);
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
SmsManagerPermissionTest.java 17 package com.android.framework.permission.tests;
37 * <p>Tests Permission:
53 * <p>Tests Permission:
69 * <p>Tests Permission:
VibratorServicePermissionTest.java 17 package com.android.framework.permission.tests;
43 * <p>Tests permission:
59 * <p>Tests permission:
74 * <p>Tests permission:
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.project 3 <name>adt-tests</name>
  /sdk/sdkmanager/app/
.classpath 4 <classpathentry kind="src" path="tests"/>
  /sdk/sdkmanager/libs/sdklib/
.classpath 4 <classpathentry kind="src" path="tests"/>
  /sdk/sdkmanager/libs/sdkuilib/
.classpath 4 <classpathentry kind="src" path="tests"/>
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigIntegerOperateBitsTest.java 22 package org.apache.harmony.math.tests.java.math;
44 notes = "This is a complete subset of tests for bitCount method.",
58 notes = "This is a complete subset of tests for bitCount method.",
72 notes = "This is a complete subset of tests for bitCount method.",
86 notes = "This is a complete subset of tests for bitLength method.",
100 notes = "This is a complete subset of tests for bitLength method.",
116 notes = "This is a complete subset of tests for bitLength method.",
132 notes = "This is a complete subset of tests for bitLength method.",
148 notes = "This is a complete subset of tests for bitLength method.",
164 notes = "This is a complete subset of tests for bitLength method."
    [all...]
BigDecimalCompareTest.java 22 package org.apache.harmony.math.tests.java.math;
46 notes = "This is a complete subset of tests for abs method.",
62 notes = "This is a complete subset of tests for abs method.",
78 notes = "Together with all other methods including a MathContext these tests for a complete test set.",
120 notes = "Together with all other methods including a MathContext these tests for a complete test set.",
142 notes = "This is a complete subset of tests for compareTo method.",
162 notes = "This is a complete subset of tests for compareTo method.",
182 notes = "This is a complete subset of tests for compareTo method.",
202 notes = "This is a complete subset of tests for compareTo method.",
222 notes = "This is a complete subset of tests for compareTo method."
    [all...]
BigIntegerCompareTest.java 22 package org.apache.harmony.math.tests.java.math;
43 notes = "This is a complete subset of tests for abs method.",
66 notes = "This is a complete subset of tests for abs method.",
91 notes = "This is a complete subset of tests for compareTo method.",
112 notes = "This is a complete subset of tests for compareTo method.",
132 notes = "This is a complete subset of tests for compareTo method.",
153 notes = "This is a complete subset of tests for compareTo method.",
174 notes = "This is a complete subset of tests for compareTo method.",
194 notes = "This is a complete subset of tests for compareTo method.",
215 notes = "This is a complete subset of tests for compareTo method."
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 18 package org.apache.harmony.security.tests.java.security;
69 * @tests java.security.Signature#clone()
88 * @tests java.security.Signature#getAlgorithm()
103 * @tests java.security.Signature#getInstance(java.lang.String)
127 * @tests java.security.Signature#getInstance(java.lang.String,
176 * @tests java.security.Signature#getInstance(java.lang.String,
222 * @tests java.security.Signature#getParameters()
255 * @tests java.security.Signature#getParameter(java.lang.String)
275 * @tests java.security.Signature#getProvider()
289 * @tests java.security.Signature#initSign(java.security.PrivateKey
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 17 package org.apache.harmony.text.tests.java.text;
37 * @tests java.text.DateFormatSymbols#DateFormatSymbols()
47 // Used in tests
52 * @tests java.text.DateFormatSymbols#DateFormatSymbols(java.util.Locale)
66 * @tests java.text.DateFormatSymbols#clone()
82 * @tests java.text.DateFormatSymbols#equals(java.lang.Object)
100 * @tests java.text.DateFormatSymbols#getAmPmStrings()
120 * @tests java.text.DateFormatSymbols#getEras()
140 * @tests java.text.DateFormatSymbols#getLocalPatternChars()
161 * @tests java.text.DateFormatSymbols#getMonths(
    [all...]
  /external/gtest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
373 // learn how Google Test works by reading its unit tests, read
414 """Returns the tests for n-ary predicate assertions."""
416 # A map that defines the values used in the template for the tests.
431 tests = (
451 tests += """
457 tests += Iter(n, 'const T%s& v%s', sep=""",
460 tests += """) {
466 tests += """
471 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
MathTest.java 53 * @tests java.lang.Math#abs(double)
66 * @tests java.lang.Math#abs(float)
78 * @tests java.lang.Math#abs(int)
88 * @tests java.lang.Math#abs(long)
100 * @tests java.lang.Math#acos(double)
113 * @tests java.lang.Math#asin(double)
126 * @tests java.lang.Math#atan(double)
137 * @tests java.lang.Math#atan2(double, double)
148 * @tests java.lang.Math#cbrt(double)
184 * @tests java.lang.Math#ceil(double
    [all...]
StrictMathTest.java 36 * @tests java.lang.StrictMath#abs(double)
49 * @tests java.lang.StrictMath#abs(float)
61 * @tests java.lang.StrictMath#abs(int)
73 * @tests java.lang.StrictMath#abs(long)
85 * @tests java.lang.StrictMath#acos(double)
95 * @tests java.lang.StrictMath#asin(double)
105 * @tests java.lang.StrictMath#atan(double)
116 * @tests java.lang.StrictMath#atan2(double,double)
127 * @tests java.lang.StrictMath#cbrt(double)
171 * @tests java.lang.StrictMath#ceil(double
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TreeSetTest.java 18 package tests.api.java.util;
54 * @tests java.util.TreeSet#TreeSet()
68 * @tests java.util.TreeSet#TreeSet(java.util.Collection)
105 * @tests java.util.TreeSet#TreeSet(java.util.Comparator)
128 * @tests java.util.TreeSet#TreeSet(java.util.SortedSet)
162 * @tests java.util.TreeSet#add(java.lang.Object)
190 * @tests java.util.TreeSet#addAll(java.util.Collection)
228 * @tests java.util.TreeSet#clear()
244 * @tests java.util.TreeSet#clone()
262 * @tests java.util.TreeSet#comparator(
    [all...]
DateTest.java 18 package tests.api.java.util;
35 * @tests java.util.Date#Date()
54 * @tests java.util.Date#Date(int, int, int)
77 * @tests java.util.Date#Date(int, int, int, int, int)
99 * @tests java.util.Date#Date(int, int, int, int, int, int)
121 * @tests java.util.Date#Date(long)
135 * @tests java.util.Date#Date(java.lang.String)
160 * @tests java.util.Date#after(java.util.Date)
184 * @tests java.util.Date#before(java.util.Date)
208 * @tests java.util.Date#clone(
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-8 38 * tests/gobject/Makefile.am (test_programs): Add it here.
40 * tests/gobject/gvalue-test.c: Beginning of a test suite
57 * tests/convert-test.c: Enable the endianness test.
71 * tests/convert-test.c: Add a test for
80 * tests/Makefile.am: Add convert-test here.
82 * tests/convert-test.c: Add the beginning of a testsuite
93 * tests/refcount/closures.c: remove unused n_threads variable.
173 * tests/refcount/objects.c
174 * tests/refcount/properties.c
175 * tests/refcount/signals.c: Use g_usleep() instead of sleep() fo
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
StreamTokenizerTest.java 18 package tests.api.java.io;
31 import tests.support.Support_StringReader;
32 import tests.support.Support_ASimpleInputStream;
51 * @tests java.io.StreamTokenizer#StreamTokenizer(java.io.InputStream)
80 * @tests java.io.StreamTokenizer#StreamTokenizer(java.io.Reader)
107 * @tests java.io.StreamTokenizer#commentChar(int)
129 * @tests java.io.StreamTokenizer#eolIsSignificant(boolean)
159 * @tests java.io.StreamTokenizer#lineno()
178 * @tests java.io.StreamTokenizer#lowerCaseMode(boolean)
197 * @tests java.io.StreamTokenizer#nextToken(
    [all...]
ByteArrayOutputStreamTest.java 18 package tests.api.java.io;
25 import tests.support.Support_OutputStream;
43 * @tests java.io.ByteArrayOutputStream#ByteArrayOutputStream(int)
63 * @tests java.io.ByteArrayOutputStream#ByteArrayOutputStream()
77 * @tests java.io.ByteArrayOutputStream#close()
109 * @tests java.io.ByteArrayOutputStream#reset()
125 * @tests java.io.ByteArrayOutputStream#size()
143 * @tests java.io.ByteArrayOutputStream#toByteArray()
164 * @tests java.io.ByteArrayOutputStream#toString(java.lang.String)
189 * @tests java.io.ByteArrayOutputStream#toString(
    [all...]
ByteArrayInputStreamTest.java 18 package tests.api.java.io;
36 * @tests java.io.ByteArrayInputStream#ByteArrayInputStream(byte[])
59 * @tests java.io.ByteArrayInputStream#ByteArrayInputStream(byte[], int,
103 * @tests java.io.ByteArrayInputStream#available()
122 * @tests java.io.ByteArrayInputStream#close()
144 * @tests java.io.ByteArrayInputStream#mark(int)
173 * @tests java.io.ByteArrayInputStream#markSupported()
187 * @tests java.io.ByteArrayInputStream#read()
209 * @tests java.io.ByteArrayInputStream#read(byte[], int, int)
256 * @tests java.io.ByteArrayInputStream#reset(
    [all...]
CharArrayReaderTest.java 18 package tests.api.java.io;
36 * @tests java.io.CharArrayReader#CharArrayReader(char[])
56 * @tests java.io.CharArrayReader#CharArrayReader(char[], int, int)
96 * @tests java.io.CharArrayReader#close()
117 * @tests java.io.CharArrayReader#mark(int)
144 * @tests java.io.CharArrayReader#markSupported()
159 * @tests java.io.CharArrayReader#read()
184 * @tests java.io.CharArrayReader#read(char[], int, int)
241 * @tests java.io.CharArrayReader#ready()
276 * @tests java.io.CharArrayReader#reset(
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileLockTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
34 * Tests class FileLock.
76 * @tests java.nio.channels.FileLock#FileLock(FileChannel, long, long,
111 * @tests java.nio.channels.FileLock#channel()
126 * @tests java.nio.channels.FileLock#position()
145 * @tests java.nio.channels.FileLock#size()
165 * @tests java.nio.channels.FileLock#isShared()
180 * @tests java.nio.channels.FileLock#overlaps(long, long)
200 * @tests java.nio.channels.FileLock#isValid()
216 * @tests java.nio.channels.FileLock#release(
    [all...]

Completed in 129 milliseconds

<<31323334353637383940>>