HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 1 - 25 of 4716) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/math/
m_debug.h 32 extern void _math_test_all_transform_functions( char *description );
33 extern void _math_test_all_normal_transform_functions( char *description );
34 extern void _math_test_all_cliptest_functions( char *description );
38 extern void _math_test_all_vertex_functions( char *description );
  /cts/tests/jdwp/runner/host-side/resources/expectations/
jdwp-known-failures.txt 6 description: "CTS JDWP known failures",
  /cts/tests/libcore/luni/resources/expectations/
cts-runner-specific-failures.txt 14 description: "Extends TestSuite but have no tests",
  /frameworks/base/core/java/android/database/
CursorWindowAllocationException.java 26 public CursorWindowAllocationException(String description) {
27 super(description);
StaleDataException.java 30 public StaleDataException(String description)
32 super(description);
  /libcore/expectations/
taggedtests.txt 7 description: "large tests",
knownfailures.txt 6 description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
12 description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
17 description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
22 description: "RandomAccessFile missing finalizer",
27 description: "ICU seems to treat unknown and invalid locales differently",
32 description: "DecimalFormat is limited to 127 digits",
37 description: "HTTPS connections should not be pooled.",
42 description: "We fake support for these by substituting similar (but not identical) charsets",
56 description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
73 description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS"
    [all...]
icebox.txt 6 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
12 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
18 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
24 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
30 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
36 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
42 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
50 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
56 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
62 description: "Dalvik doesn't support XML Schemas, DTDs or validation"
    [all...]
brokentests.txt 6 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
11 description: "We're retiring the security manager. Unfortunately, tests all over the place
20 description: "ignore compilation errors due to different available APIs",
26 description: "the average length of possible UTF-8 sequences is 2 bytes.",
32 description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
38 description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
45 description: "Some tests depend on ICU data, which has changed. Others make assumptions about floating point rounding",
61 description: "(Needs investigation) Some tests make assertions that don't make sense, others use broken port allocation logic.",
70 description: "(Needs investigation) Test failures from the harmony import of external/apache-harmony/archive",
80 description: "Potentially flakey because they rely on a specific local TCP port being free."
    [all...]
  /cts/tests/tests/icu/resources/android/icu/cts/expectations/
icu-known-failures.txt 9 description: "Exclude all tests",
14 description: "Class cannot be instantiated, cannot find resources android/icu/dev/test/serializable/data",
19 description: "Cannot find any classes to test because .class files are not treated as resources in APK",
24 description: "Serialized forms have not been converted to use repackaged classes",
29 description: "android.icu.charset package not available in repackaged Android library",
34 description: "A completely empty test case",
38 description: "Fails on host and on device in same way before and after packaging",
43 description: "Problem with negative multiplier, not a regression",
48 description: "Wrong case for exponent separator",
53 description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.text.DecimalF (…)
    [all...]
  /art/tools/
libcore_failures_concurrent_collector.txt 14 description: "Assertion failing on the concurrent collector configuration.",
libcore_failures.txt 12 description: "Assert.java differences between vogar and junit.",
18 description: "Differences between vogar and cts in user directory",
24 description: "Differences between vogar and cts. Passes with --mode activity",
30 description: "Differences between vogar and cts. EACCESS when run with vogar.
39 description: "Issue with incorrect device time (1970)",
48 description: "Issue with incorrect device time (1970). Test assumes that DateTime.now()
55 description: "Failing due to a locale problem on hammerhead.",
72 description: "Failing due to missing localhost on hammerhead and volantis.",
88 description: "Test timeouts",
94 description: "Needs the newest cat version on the device"
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/
Same.java 8 import org.hamcrest.Description;
27 public void describeTo(Description description) {
28 description.appendText("same(");
29 appendQuoting(description);
30 description.appendText("" + wanted);
31 appendQuoting(description);
32 description.appendText(")");
35 private void appendQuoting(Description description) {
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/args/
CommandLineArgs.java 28 @Parameter(description = "The XML suite files to run")
31 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity")
34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run")
37 @Parameter(names = "-excludedgroups", description ="Comma-separated list of group names to be " +
41 @Parameter(names = "-d", description ="Output directory")
44 @Parameter(names = "-junit", description ="JUnit mode")
47 @Parameter(names = "-listener", description = "List of .class files or list of class names" +
51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class " +
55 @Parameter(names = "-objectfactory", description = "List of .class files or list of class " +
59 @Parameter(names = "-parallel", description = "Parallel mode (methods, tests or classes)"
    [all...]
CommandLineArgs2.java 28 @Parameter(description = "list of files")
31 @Parameter(names = { "-v", "--verbose" }, description = "print verbose log messages.", arity = 1)
34 @Parameter(names = { "-h", "--help" }, description = "show this help.")
37 @Parameter(names = { "-F", "--flush-preferences" }, description = "flush gui preferences.")
40 @Parameter(names = { "-L", "--flush-licensed" }, description = "flush licensed.")
43 @Parameter(names = { "-I", "--index-file" }, description = "indexes the given file.")
46 @Parameter(names = { "-b", "--bonjour" }, description = "enable Bonjour.")
49 @Parameter(names = { "-m", "--md5" }, description = "create an MD5 checksum for the given file.", converter = FileConverter.class)
52 @Parameter(names = { "-c", "--cat" }, description = "'cat' the given Lilith logfile.", converter = FileConverter.class)
55 @Parameter(names = { "-t", "--tail" }, description = "'tail' the given Lilith logfile.", converter = FileConverter.class
    [all...]
  /external/deqp/framework/opengl/
gluContextFactory.cpp 29 ContextFactory::ContextFactory (const std::string& name, const std::string& description)
30 : FactoryBase(name, description)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
UnsupportedFormatException.java 23 public UnsupportedFormatException(String description) {
24 super(description);
  /frameworks/base/libs/hwui/
ProgramCache.cpp 404 Program* ProgramCache::get(const ProgramDescription& description) {
405 programid key = description.key();
415 description.log("Could not find program");
416 program = generateProgram(description, key);
428 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
429 String8 vertexShader = generateVertexShader(description);
430 String8 fragmentShader = generateFragmentShader(description);
432 return new Program(description, vertexShader.string(), fragmentShader.string());
435 static inline size_t gradientIndex(const ProgramDescription& description) {
436 return description.gradientType * 2 + description.isSimpleGradient
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureData.java 23 String description; field in class:PictureData
26 public PictureData(int resourceId, String description, Bitmap thumbnail) {
28 this.description = description;
  /external/hamcrest/src/org/hamcrest/
SelfDescribing.java 8 * Generates a description of the object. The description may be part of a
9 * a description of a larger object of which this is just a component, so it
12 * @param description
13 * The description to be built or appended to.
15 void describeTo(Description description);
  /external/webrtc/webrtc/p2p/base/
transportinfo.h 31 const TransportDescription& description)
33 description(description) {}
36 TransportDescription description; member in struct:cricket::TransportInfo
  /external/junit/src/junit/framework/
JUnit4TestAdapterCache.java 11 import org.junit.runner.Description;
16 public class JUnit4TestAdapterCache extends HashMap<Description, Test> {
24 public Test asTest(Description description) {
25 if (description.isSuite())
26 return createTest(description);
28 if (!containsKey(description))
29 put(description, createTest(description));
30 return get(description);
    [all...]
  /external/proguard/src/proguard/
LineWordReader.java 34 private final String description; field in class:LineWordReader
41 String description,
47 this.description = description;
61 return "line " + reader.getLineNumber() + " of " + description;
  /external/hamcrest/src/org/hamcrest/core/
IsAnything.java 5 import org.hamcrest.Description;
16 private final String description; field in class:IsAnything
22 public IsAnything(String description) {
23 this.description = description;
30 public void describeTo(Description description) {
31 description.appendText(this.description);
45 * @param description A meaningful string used when describing itself
    [all...]
  /external/junit/src/org/junit/rules/
TestWatcher.java 4 import org.junit.runner.Description;
19 * protected void failed(Description d) {
24 * protected void succeeded(Description d) {
41 public Statement apply(final Statement base, final Description description) {
45 starting(description);
48 succeeded(description);
52 failed(t, description);
55 finished(description);
64 * @param description
    [all...]

Completed in 4194 milliseconds

1 2 3 4 5 6 7 8 91011>>