HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 51 - 75 of 2197) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/runner/notification/
RunListener.java 4 import org.junit.runner.Description;
38 * @param description describes the tests to be run
40 public void testRunStarted(Description description) throws Exception {
52 * @param description the description of the test that is about to be run
55 public void testStarted(Description description) throws Exception {
60 * @param description the description of the test that just ra
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/
Not.java 10 import org.hamcrest.Description;
28 public void describeTo(Description description) {
29 description.appendText("not(");
30 first.describeTo(description);
31 description.appendText(")");
Any.java 10 import org.hamcrest.Description;
25 public void describeTo(Description description) {
26 description.appendText("<any>");
And.java 12 import org.hamcrest.Description;
35 public void describeTo(Description description) {
36 description.appendText("and(");
38 it.next().describeTo(description);
40 description.appendText(", ");
43 description.appendText(")");
Or.java 12 import org.hamcrest.Description;
35 public void describeTo(Description description) {
36 description.appendText("or(");
38 it.next().describeTo(description);
40 description.appendText(", ");
43 description.appendText(")");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-001.js 4 * Description: Based on ECMA 2 Draft 7 February 1999
31 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
replace-001.js 4 * Description: Based on ECMA 2 Draft 7 February 1999
58 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
  /external/webkit/Source/WebCore/fileapi/
FileException.h 42 static PassRefPtr<FileException> create(const ExceptionCodeDescription& description)
44 return adoptRef(new FileException(description));
73 FileException(const ExceptionCodeDescription& description)
74 : ExceptionBase(description)
  /external/webkit/Source/WebCore/storage/
IDBDatabaseException.h 37 static PassRefPtr<IDBDatabaseException> create(const ExceptionCodeDescription& description)
39 return adoptRef(new IDBDatabaseException(description));
70 IDBDatabaseException(const ExceptionCodeDescription& description)
71 : ExceptionBase(description)
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
seekbackward_button.edc 33 description { state: "default" 0.0;
36 description { state: "seekbackward" 0.0;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
seekforward_button.edc 33 description { state: "default" 0.0;
36 description { state: "seekforward" 0.0;
  /frameworks/base/obex/javax/obex/
Authenticator.java 90 * @param description the description of which user name and password should
91 * be used; if no description is provided in the authentication
92 * challenge or the description is encoded in an encoding scheme that
101 PasswordAuthentication onAuthenticationChallenge(String description, boolean isUserIdRequired,
  /external/libusb-compat/examples/
testlibusb.c 65 char description[256]; local
74 snprintf(description, sizeof(description), "%s - ", string);
76 snprintf(description, sizeof(description), "%04X - ",
79 snprintf(description, sizeof(description), "%04X - ",
85 snprintf(description + strlen(description), sizeof(description)
    [all...]
  /external/junit/src/org/junit/experimental/categories/
Categories.java 12 import org.junit.runner.Description;
101 public boolean shouldRun(Description description) {
102 if (hasCorrectCategoryAnnotation(description))
104 for (Description each : description.getChildren())
110 private boolean hasCorrectCategoryAnnotation(Description description) {
111 List<Class<?>> categories= categories(description);
123 private List<Class<?>> categories(Description description)
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 49 private final String description; field in class:Expectation
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
67 if (result == null || description == null || pattern == null) {
69 "result=" + result + " description=" + description + " pattern=" + pattern);
72 this.description = description;
80 return description;
115 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]"
    [all...]
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_unittest.cc 20 const string16 description(ASCIIToUTF16("description"));
26 helper->AddIndexedDB(origin, description);
  /external/hamcrest/src/org/hamcrest/internal/
SelfDescribingValue.java 3 import org.hamcrest.Description;
13 public void describeTo(Description description) {
14 description.appendValue(value);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DescriptionBox.java 27 * Gives a language dependent description of the media contained in the ISO file.
33 private String description; field in class:DescriptionBox
44 return description;
48 return 7 + Utf8.utf8StringLengthInBytes(description);
55 description = IsoTypeReader.readString(content);
62 byteBuffer.put(Utf8.convert(description));
67 return "DescriptionBox[language=" + getLanguage() + ";description=" + getDescription() + "]";
74 public void setDescription(String description) {
75 this.description = description;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.cpp 180 D3DSURFACE_DESC description; local
181 renderTarget->GetDesc(&description);
183 setSize(description.Width, description.Height);
184 mFormat = dx2es::ConvertBackBufferFormat(description.Format);
185 mD3DFormat = description.Format;
186 mSamples = es2dx::GetSamplesFromMultisampleType(description.MultiSampleType);
253 D3DSURFACE_DESC description; local
254 mRenderTarget->GetDesc(&description);
256 return es2dx::GetRedSize(description.Format)
266 D3DSURFACE_DESC description; local
279 D3DSURFACE_DESC description; local
292 D3DSURFACE_DESC description; local
312 D3DSURFACE_DESC description; local
380 D3DSURFACE_DESC description; local
393 D3DSURFACE_DESC description; local
    [all...]
  /frameworks/base/core/java/android/app/
IThumbnailReceiver.aidl 27 void newThumbnail(int id, in Bitmap thumbnail, CharSequence description);
  /libcore/luni/src/main/java/java/sql/
DriverPropertyInfo.java 35 * A description of the property. May be {@code null}.
37 public String description; field in class:DriverPropertyInfo
70 this.description = null;
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 105 ImageDescriptionHandle description = (ImageDescriptionHandle)NewHandleClear(sizeof(ImageDescription)); local
106 (**description).idSize = sizeof(ImageDescription);
107 (**description).cType = cType;
108 (**description).version = 2;
109 (**description).spatialQuality = codecLosslessQuality;
110 (**description).width = m_width;
111 (**description).height = m_height;
112 (**description).hRes = 72 << 16; // 72 DPI as a fixed-point number
113 (**description).vRes = 72 << 16; // 72 DPI as a fixed-point number
114 (**description).frameCount = 1
    [all...]
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 28 std::wstring CalculateMinString(const std::wstring& description) {
30 const size_t dot_index = description.find(L'.');
31 const size_t ws_index = description.find_first_of(kWhitespaceWide);
37 l10n_util::TruncateString(WideToUTF16Hack(description), 3));
39 min_string = description.substr(0, chop_index);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
HasResourceMatcher.java 4 import org.hamcrest.Description;
31 public void describeTo(Description description) {
33 description.appendText("actual view was null");
35 description.appendText("[" + actualResourceId + "]");
36 description.appendText(" to equal ");
37 description.appendText("[" + expectedResourceId + "]");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 107 for (ConfigurationDescription description : mList) {
108 description.toXml(document);
125 ConfigurationDescription description = ConfigurationDescription.fromXml( local
127 if (description != null) {
128 mList.add(description);
151 for (ConfigurationDescription description : mList) {
153 configuration.setDisplayName(description.displayName);
154 configuration.setActivity(description.activity);
156 description.locale != null ? description.locale : chooserConfig.getLocale()
190 ConfigurationDescription description = preview.getDescription(); local
202 ConfigurationDescription description = local
    [all...]

Completed in 1591 milliseconds

1 23 4 5 6 7 8 91011>>