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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 49 static Font makeFont(const WebFontDescription& description)
53 String fontFamilyString(description.family, description.familyLength);
59 f.setSpecifiedSize(description.size);
60 f.setComputedSize(description.size);
61 f.setItalic(description.italic);
62 f.setWeight(description.bold ? FontWeightBold : FontWeightNormal);
84 const WebFontDescription* description; member in struct:WebTextRenderInfoWithoutShadow
93 if (!info || info->structSize < sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description)
115 WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color, info->underlinedIndex)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 37 // this class. Analagous to a <jingle><content><description> or
38 // <session><description>.
44 // Analagous to a <jingle><content> or <session><description>.
48 ContentInfo() : description(NULL) {}
51 const ContentDescription* description) :
52 name(name), type(type), description(description) {}
55 const ContentDescription* description; member in struct:cricket::ContentInfo
77 const ContentDescription* description);
86 delete content->description;
    [all...]
  /external/mockito/src/org/mockito/internal/runners/util/
FrameworkUsageValidator.java 7 import org.junit.runner.Description;
22 public void testFinished(Description description) throws Exception {
23 super.testFinished(description);
27 notifier.fireTestFailure(new Failure(description, t));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 73 * Returns a (possibly multi-line) description of all the problems
124 String description = describe(message); local
126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description);
134 addError(tag, description);
139 String description = describe(message); local
140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
153 if (description.equals(throwable.getLocalizedMessage()) ||
154 description.equals(throwable.getMessage())) {
155 description = "Exception raised during rendering: " + description;
178 String description = describe(message); local
202 String description = describe(message); local
    [all...]
  /external/chromium/chrome/browser/
page_info_model.cc 36 string16 description; local
66 description.assign(l10n_util::GetStringFUTF16(
69 description += ASCIIToUTF16("\n\n");
71 description += l10n_util::GetStringUTF16(
74 description += l10n_util::GetStringUTF16(
105 description.assign(l10n_util::GetStringFUTF16(
116 description.assign(l10n_util::GetStringFUTF16(
129 description.assign(l10n_util::GetStringFUTF16(
134 description.assign(l10n_util::GetStringUTF16(
144 description += bullet
    [all...]
  /frameworks/base/core/java/android/view/
InputDevice.java 758 StringBuilder description = new StringBuilder(); local
759 description.append("Input Device ").append(mId).append(": ").append(mName).append("\n");
760 description.append(" Descriptor: ").append(mDescriptor).append("\n");
761 description.append(" Generation: ").append(mGeneration).append("\n");
762 description.append(" Location: ").append(mIsExternal ? "external" : "built-in").append("\n");
764 description.append(" Keyboard Type: ");
767 description.append("none");
770 description.append("non-alphabetic");
773 description.append("alphabetic");
776 description.append("\n")
    [all...]
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.h 20 std::wstring CalculateMinString(const std::wstring& description);
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py 36 description='Google Commandline Flags Module', variable
  /external/e2fsprogs/contrib/python-uuid/
setup.py 10 description = 'This is python uuid interface', variable
  /external/junit/src/org/junit/rules/
TestRule.java 3 import org.junit.runner.Description;
49 * @param description A {@link Description} of the test implemented in {@code base}
53 Statement apply(Statement base, Description description);
  /external/protobuf/java/src/main/java/com/google/protobuf/
UninitializedMessageException.java 84 /** Construct the description string for this exception. */
86 final StringBuilder description = local
93 description.append(", ");
95 description.append(field);
97 return description.toString();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
TextViewHasTextMatcher.java 4 import org.hamcrest.Description;
32 public void describeTo(Description description) {
33 description.appendText("[" + actualText + "]");
34 description.appendText(" to equal ");
35 description.appendText("[" + expected + "]");
  /external/webkit/LayoutTests/fast/events/touch/resources/
create-touch-event.js 0 description = "This tests whether the DOM can create TouchEvents.";
3 debug(description);
  /external/webkit/Source/JavaScriptCore/wtf/
RefCountedLeakCounter.h 33 explicit RefCountedLeakCounter(const char* description);
  /external/webkit/Source/WebCore/svg/
SVGDescElement.h 35 String description() const;
  /external/webkit/Source/WebKit/chromium/src/
WebPluginListBuilderImpl.cpp 42 void WebPluginListBuilderImpl::addPlugin(const WebString& name, const WebString& description, const WebString& fileName)
46 info.desc = description;
51 void WebPluginListBuilderImpl::addMediaTypeToLastPlugin(const WebString& name, const WebString& description)
55 info.desc = description;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
check.edc 72 description {
80 description {
87 description {
92 description {
97 description {
104 description {
111 description {
118 description {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
radio.edc 71 description {
79 description {
86 description {
91 description {
96 description {
103 description {
110 description {
117 description {
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
attachtobug.py 40 Options.description,
46 description = self._options.description or filepath.split(os.sep)[-1]
51 self._tool.bugs.add_attachment_to_bug(bug_id, filepath, description, filename, comment_text)
postdiff.py 37 Options.description,
46 description = self._options.description or "Patch"
48 self._tool.bugs.add_patch_to_bug(state["bug_id"], diff, description, comment_text=comment_text, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
  /frameworks/base/libs/hwui/
ProgramCache.h 46 Program* get(const ProgramDescription& description);
51 Program* generateProgram(const ProgramDescription& description, programid key);
52 String8 generateVertexShader(const ProgramDescription& description);
53 String8 generateFragmentShader(const ProgramDescription& description);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 23 String description=null; field in class:TimeLineGraphItem
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) {
34 this(title, description, value, color,display, timestamp,isSpecial);
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) {
39 this(title, description, value, color,display, timestamp);
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) {
44 this(title, description, value, color,timestamp);
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) {
52 this.description= description;
    [all...]
  /external/junit/src/junit/framework/
JUnit4TestAdapter.java 7 import org.junit.runner.Description;
52 public Description getDescription() {
53 Description description= fRunner.getDescription(); local
54 return removeIgnored(description);
57 private Description removeIgnored(Description description) {
58 if (isIgnored(description))
59 return Description.EMPTY
    [all...]
JUnit4TestCaseFacade.java 7 import org.junit.runner.Description;
10 private final Description fDescription;
12 JUnit4TestCaseFacade(Description description) {
13 fDescription = description;
30 public Description getDescription() {
  /external/junit/src/org/junit/internal/matchers/
SubstringMatcher.java 3 import org.hamcrest.Description;
18 public void describeTo(Description description) {
19 description.appendText("a string ")

Completed in 463 milliseconds

1 2 34 5 6 7 8 91011>>