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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/icu/resources/android/icu/cts/expectations/
icu-known-failures.txt 9 description: "Exclude all tests",
14 description: "Serialized forms have not been converted to use repackaged classes",
19 description: "Fails on host and on device in same way before and after packaging",
24 description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.text.DecimalFormat is implemented in terms of ICU4J",
29 description: "Collation rules data has been removed from ICU4J data on Android",
41 description: "Unknown Language != Unknown language",
  /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",
external_oj_libjdwp_art_failures.txt 8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
14 description: "This test is incorrect since it blindly requests local variables without checking their slot numbers.",
20 description: "Test fails due to static values not being set correctly.",
26 description: "Tests that fail on both ART and RI. These tests are likely incorrect",
  /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);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/
MethodAmbiguityException.java 32 * Create an instance from a description of the reason why there is ambiguity in this particular case.
34 public MethodAmbiguityException(String description) {
35 super(description);
  /art/tools/
prebuilt_libjdwp_art_failures.txt 10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
16 description: "Test fails due to modifiers not including ACC_SUPER",
22 description: "Test fails due to static values not being set correctly.",
28 description: "Tests fail with assertion error on slot number",
35 description: "Test fails with assertion error 'Invalid Path' for class path.",
41 description: "Test fails with Error VM_DEAD when trying to resume during VM_DEATH event",
47 description: "Test fails with OPAQUE_FRAME error due to attempting a GetLocalReference on a proxy frame instead of GetLocalInstance!",
53 description: "Test fails with unexpected TYPE_MISMATCH error",
59 description: "Tests that fail only on ART with INVALID_SLOT error",
71 description: "Tests for VMDebug functionality not implemented in the upstream libjdwp"
    [all...]
external_oj_libjdwp_art_failures.txt 10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
16 description: "Test fails due to modifiers not including ACC_SUPER",
22 description: "Test fails due to static values not being set correctly.",
29 description: "Tests that fail on both ART and RI. These tests are likely incorrect",
56 description: "Test times out on fugu-debug",
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: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).",
48 description: "Issue with incorrect device time (1970)",
57 description: "Issue with incorrect device time (1970). Test assumes that DateTime.now()
64 description: "Failing due to a locale problem on hammerhead.",
81 description: "Failing due to missing localhost on hammerhead and volantis.",
96 description: "Test timeouts"
    [all...]
libcore_gcstress_debug_failures.txt 8 description: "Timeouts on target with gcstress and debug.",
libcore_gcstress_failures.txt 8 description: "Timeouts on target with gcstress.",
  /libcore/expectations/
virtualdeviceknownfailures.txt 6 description: "IPv6 connectivity not yet supported in virtual device testing infra",
12 description: "Virtual devices do not implement the SELinux policy (forbid hard link) asserted by this test",
17 description: "multicast not supported in virtual device testing infra",
knownfailures.txt 7 description: "large tests",
47 description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
53 description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
58 description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
63 description: "ICU seems to treat unknown and invalid locales differently",
68 description: "DecimalFormat is limited to 127 digits",
73 description: "HTTPS connections should not be pooled.",
78 description: "We fake support for these by substituting similar (but not identical) charsets",
92 description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
98 description: "Android throws IllegalArgumentException, RI throws NullPointerException"
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/verification/
Description.java 12 * Description verification mode wraps an existing verification mode and prepends
17 public class Description implements VerificationMode {
20 private final String description; field in class:Description
25 * @param description The failure message to prepend if verification fails
27 public Description(VerificationMode verification, String description) {
29 this.description = description;
43 throw new MockitoAssertionError(e, description);
48 public VerificationMode description(String description) method in class:Description
    [all...]
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
CustomMatcher.java 26 public CustomMatcher(String description) {
27 if (description == null) {
28 throw new IllegalArgumentException("Description should be non null!");
30 this.fixedDescription = description;
34 public final void describeTo(Description description) {
35 description.appendText(fixedDescription);
CustomTypeSafeMatcher.java 12 * public void describeMismatchSafely(String string, Description mismatchDescription) {
28 public CustomTypeSafeMatcher(String description) {
29 if (description == null) {
30 throw new IllegalArgumentException("Description must be non null!");
32 this.fixedDescription = description;
36 public final void describeTo(Description description) {
37 description.appendText(fixedDescription);
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/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
PermissionGroupItemData.java 9 private final String description; field in class:PermissionGroupItemData
11 public PermissionGroupItemData(String name, String label, String description,
16 this.description = description;
24 return description;
  /external/vogar/src/vogar/target/junit/
DescribableStatement.java 20 import org.junit.runner.Description;
24 * A {@link Statement} that also provides a {@link Description}
31 private final Description description; field in class:DescribableStatement
33 protected DescribableStatement(Description description) {
34 this.description = description;
38 public Description getDescription() {
39 return 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...]
  /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 479 Program* ProgramCache::get(const ProgramDescription& description) {
480 programid key = description.key();
490 description.log("Could not find program");
491 program = generateProgram(description, key);
503 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
504 String8 vertexShader = generateVertexShader(description);
505 String8 fragmentShader = generateFragmentShader(description);
507 return new Program(description, vertexShader.string(), fragmentShader.string());
510 static inline size_t gradientIndex(const ProgramDescription& description) {
511 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;

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 91011>>