HomeSort by relevance Sort by last modified time
    Searched full:describe (Results 1 - 25 of 1115) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
describe-block.vgtest 1 prog: describe-block
describe-block.stderr.exp 3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
  /external/junit/src/org/junit/runner/
package-info.java 2 * Provides classes used to describe, collect, run and analyze multiple tests.
Describable.java 5 * Represents an object that can describe itself
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable2-expected-completion52.txt 3 <gradient /> : Used to describe the gradient used to fill the shape of a GradientDrawable.
7 <stroke /> : Used to describe the optional stroke of a GradientDrawable.
  /external/hamcrest/src/org/hamcrest/
SelfDescribing.java 4 * The ability of an object to describe itself.
Description.java 4 * A description of a Matcher. A Matcher will describe itself to a description
  /external/webkit/Source/WebCore/manual-tests/
template.html 10 Please describe the steps required to test this bug here.
14 Expected results if the test PASSES here. Please describe the results the tester would see if the bug in question is FIXED.
18 Expected results if the test FAILS here. Please describe the results the tester would see if the bug in question is NOT FIXED. In many cases, this is just a description of the original bug.
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 26 public String describe() {
60 public String describe() { method in class:Filter
77 public abstract String describe();
109 public String describe() {
110 return first.describe() + " and " + second.describe();
  /external/chromium/net/base/
address_list_net_log_param.h 14 // NetLog parameter to describe an address list.
  /external/e2fsprogs/debian/
comerr-dev.doc-base 7 to describe errors and exceptional conditions to their users.
  /external/e2fsprogs/tests/f_crashdisk/
expect.1 4 The superblock could not be read or does not describe a correct ext2
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java 4 * Used to describe the relationship between a qualifier T and the set of values
  /external/oprofile/events/ia64/itanium/
events 5 # FIXME: itanium doc describe a lot of other events, should we add them w/o any testing ?
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 53 virtual void describe(ProgramDescription& description, const Extensions& extensions) = 0;
87 void describe(ProgramDescription& description, const Extensions& extensions);
102 void describe(ProgramDescription& description, const Extensions& extensions);
117 void describe(ProgramDescription& description, const Extensions& extensions);
Vertex.h 24 * Simple structure to describe a vertex with a position and a texture.
36 * Simple structure to describe a vertex with a position and a texture.
56 * Simple structure to describe a vertex with a position and an alpha value.
72 * Simple structure to describe a vertex with a position and an alpha value.
SkiaShader.h 64 virtual void describe(ProgramDescription& description, const Extensions& extensions);
148 void describe(ProgramDescription& description, const Extensions& extensions);
179 void describe(ProgramDescription& description, const Extensions& extensions);
203 virtual void describe(ProgramDescription& description, const Extensions& extensions);
228 void describe(ProgramDescription& description, const Extensions& extensions);
246 void describe(ProgramDescription& description, const Extensions& extensions);
  /external/linux-tools-perf/util/
PERF-VERSION-GEN 12 # First check if there is a .git to get the version from git describe
15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 10 describe( ANTLR3::Error ) do
  /external/junit/src/org/junit/internal/requests/
FilterRequest.java 39 .describe(), fRequest.toString())));
  /libcore/luni/src/main/java/java/sql/
ClientInfoStatus.java 21 * An enumeration to describe the reason why a property cannot be set by calling
RowIdLifetime.java 21 * An enumeration to describe the life-time of RowID.
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 39 * @brief Type used to describe a stream (audio or video data flow).
78 * @brief Base structure to describe a stream.
111 * @brief Extended structure to describe a video stream.
128 * @brief Extended structure to describe an audio stream.
147 * @brief Extended structure to describe a text stream.
183 * @brief Structure to describe an access unit.
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 248 return describe(a.getPropertyChangeListeners())
249 .equals(describe(b.getPropertyChangeListeners()));
253 describe(deserialized.getPropertyChangeListeners()));
258 private String describe(PropertyChangeListener[] listeners) { method in class:PropertyChangeSupportTest
261 result.add(describe(listener)); method
267 private String describe(EventListener listener) { method in class:PropertyChangeSupportTest
270 return proxy.getPropertyName() + " to " + describe(proxy.getListener());
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 178 string Describe(const Matcher<T>& m) {
322 Describe(Matcher<int>(new EvenMatcherImpl)));
401 EXPECT_EQ("g_bar or zero", Describe(m1));
407 EXPECT_EQ("g_bar or zero", Describe(m2));
442 EXPECT_EQ("is even", Describe(m1));
445 EXPECT_EQ("is odd", Describe(not_m1));
453 EXPECT_EQ("is even", Describe(m2));
456 EXPECT_EQ("is odd", Describe(not_m2));
636 EXPECT_EQ("is anything", Describe(A<bool>()));
656 EXPECT_EQ("is anything", Describe(An<int>()))
    [all...]

Completed in 685 milliseconds

1 2 3 4 5 6 7 8 91011>>