HomeSort by relevance Sort by last modified time
    Searched full:description (Results 201 - 225 of 22476) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-setuptools-namespace/src/nspkg.egg-info/
PKG-INFO 9 Description: UNKNOWN
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
run-doctest.py 5 description="Run a test by name" variable
  /external/cros/system_api/
system_api.pc 2 Description: Protobuffers and headers shared by Chromium OS and Chromium.
  /external/e2fsprogs/contrib/python-uuid/
setup.py 10 description = 'This is python uuid interface', variable
  /external/e2fsprogs/tests/m_bigjournal/
script 0 DESCRIPTION="journal over 4GB in size"
  /external/e2fsprogs/tests/m_desc_size_128/
script 0 DESCRIPTION="enable 128-byte group descriptor on mkfs"
  /external/eigen/
eigen3.pc.in 2 Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
  /external/hamcrest/library/src/org/hamcrest/collection/
IsArrayContaining.java 3 import org.hamcrest.Description;
26 public void describeTo(Description description) {
27 description
  /external/hamcrest/library/src/org/hamcrest/number/
IsCloseTo.java 5 import org.hamcrest.Description;
28 public void describeTo(Description description) {
29 description.appendText("a numeric value within ")
  /external/hamcrest/library/src/org/hamcrest/text/
IsEqualIgnoringCase.java 5 import org.hamcrest.Description;
31 public void describeTo(Description description) {
32 description.appendText("eqIgnoringCase(")
  /external/hamcrest/src/org/hamcrest/core/
IsInstanceOf.java 5 import org.hamcrest.Description;
31 public void describeTo(Description description) {
32 description.appendText("an instance of ")
IsNot.java 6 import org.hamcrest.Description;
26 public void describeTo(Description description) {
27 description.appendText("not ").appendDescriptionOf(matcher);
IsSame.java 5 import org.hamcrest.Description;
25 public void describeTo(Description description) {
26 description.appendText("same(") .appendValue(object) .appendText(")");
  /external/jcommander/src/test/java/com/beust/jcommander/args/
Arity1.java 7 @Parameter(arity = 1, names = "-inspect", description = "", required = false)
  /external/junit/src/org/junit/internal/matchers/
CombinableMatcher.java 6 import org.hamcrest.Description;
21 public void describeTo(Description description) {
22 description.appendDescriptionOf(fMatcher);
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 11 import org.junit.runner.Description;
65 public Description getDescription() {
66 Description spec= Description.createSuiteDescription(getName(), classAnnotations());
86 Description description= methodDescription(method); local
91 testAborted(notifier, description, e.getCause());
94 testAborted(notifier, description, e);
98 new MethodRoadie(test, testMethod, notifier, description).run();
101 private void testAborted(RunNotifier notifier, Description description
    [all...]
  /external/libbrillo/
libbrillo-glib.pc.in 4 Description: brillo glib wrapper library
libbrillo.pc.in 4 Description: brillo base library
  /external/libexif/
libexif-uninstalled.pc.in 2 Description: Library for easy access to EXIF data
  /external/libvpx/libvpx/third_party/libwebm/
README.libvpx 6 Description:
  /external/libweave/
libweave-test.pc.in 4 Description: Weave test library
libweave.pc.in 4 Description: Weave device library
  /external/minijail/
libminijail.pc.in 5 Description: Minijail shared library.
  /external/mockito/src/org/mockito/internal/matchers/
EqualsWithDelta.java 8 import org.hamcrest.Description;
41 public void describeTo(Description description) {
42 description.appendText("eq(" + wanted + ", " + delta + ")");
Find.java 11 import org.hamcrest.Description;
27 public void describeTo(Description description) {
28 description.appendText("find(\"" + regex.replaceAll("\\\\", "\\\\\\\\") + "\")");

Completed in 224 milliseconds

1 2 3 4 5 6 7 891011>>