HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 151 - 175 of 2400) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCSessionDescription.h 30 // Description of an RFC 4566 Session.
35 // The SDP description.
36 @property(nonatomic, copy, readonly) NSString *description; variable
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm-options.h 44 /* description to use in help_msg() */
45 /*@observer@*/ const char *description; member in struct:opt_option_s
47 /* optional description for the param taken (NULL if not present) */
  /external/chromium_org/tools/grit/grit/gather/
regexp.py 32 # to the message bundle description string from RC files.
35 description = self.DescriptionMapping_[string]
37 description = string
39 self.single_message_.SetDescription(description)
43 message.SetDescription(description)
51 with 'id'. All type definitions that can be included in the description
74 # Add the description to the skeleton_ list. This works because
78 # more than one description per regular expression match.
  /external/chromium_org/tools/valgrind/
unused_suppressions.py 17 all_supps += [s.description for s in supps]
  /external/junit/src/org/junit/rules/
Verifier.java 3 import org.junit.runner.Description;
29 public Statement apply(final Statement base, Description description) {
  /external/linux-tools-perf/util/
setup.py 19 description='Interface with the Linux profiling infrastructure', variable
  /external/llvm/utils/lit/
setup.py 14 description = "A Software Testing Tool", variable
  /external/mockito/src/org/mockito/internal/matchers/
Equals.java 8 import org.hamcrest.Description;
27 public void describeTo(Description description) {
28 description.appendText(describe(wanted));
68 public void describeTo(Description description) {
69 description.appendText(describe("("+ wanted.getClass().getSimpleName() +") " + wanted));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
ViewHasTextMatcher.java 4 import org.hamcrest.Description;
46 public void describeTo(Description description) {
47 description.appendText("[" + actualText + "]");
48 description.appendText(" to equal ");
49 description.appendText("[" + expected + "]");
  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 88 * Sets a description for the DRM plug-in (agent).
90 * @param description Unique description of plug-in. Must not be null
93 public void setDescription(String description) {
94 if (description == null) {
95 throw new IllegalArgumentException("description is null");
97 if (description == "") {
98 throw new IllegalArgumentException("description is an empty string");
101 mDescription = description;
105 * Retrieves the DRM plug-in (agent) description
    [all...]
  /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);
SkiaColorFilter.cpp 54 void SkiaColorMatrixFilter::describe(ProgramDescription& description,
56 description.colorOp = ProgramDescription::kColorMatrix;
82 void SkiaLightingFilter::describe(ProgramDescription& description, const Extensions& extensions) {
83 description.colorOp = ProgramDescription::kColorLighting;
107 void SkiaBlendFilter::describe(ProgramDescription& description, const Extensions& extensions) {
108 description.colorOp = ProgramDescription::kColorBlend;
109 description.colorMode = mMode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.cpp 100 FontDescription description = originalFont().fontDescription(); local
101 float emWidth = description.computedSize() * textCombineMargin;
104 description.setOrientation(Horizontal); // We are going to draw combined text horizontally.
111 shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
116 description.setWidthVariant(widthVariants[i]);
117 Font compressedFont = Font(description, style()->font().letterSpacing(), style()->font().wordSpacing());
125 shouldUpdateFont = style()->setFontDescription(description);
  /external/chromium/chrome/browser/
browsing_data_database_helper.h 37 const std::string& description,
48 std::string description; member in struct:BrowsingDataDatabaseHelper::DatabaseInfo
121 const std::string& description);
139 const std::string& description);
144 std::string description; member in struct:CannedBrowsingDataDatabaseHelper::PendingDatabaseInfo
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper.h 35 const std::string& description,
42 std::string description; member in struct:BrowsingDataDatabaseHelper::DatabaseInfo
105 const std::string& description);
113 std::string description; member in struct:CannedBrowsingDataDatabaseHelper::PendingDatabaseInfo
127 const std::string& description);
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar_util.cc 19 string16 CalculateMinString(const string16& description) {
21 const size_t dot_index = description.find('.');
22 const size_t ws_index = description.find_first_of(kWhitespaceUTF16);
27 min_string = ui::TruncateString(description, 3);
29 min_string = description.substr(0, chop_index);
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 30 # Format for the JSON description file:
70 // GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN
83 def _GenerateH(basepath, fileroot, head, namespace, schema, description):
94 description: A dict containing the description. See comment at the top of
122 for var_name, value in description.get('int_variables', []).items():
126 for element_name, element in description['elements'].items():
136 def _GenerateCC(basepath, fileroot, head, namespace, schema, description):
138 of the elements specified in the description.
147 description: A dict containing the description. See comment at the top o
178 description='Generates an C++ array of struct from a JSON description.', variable
207 description = _Load(description_filename) variable
    [all...]
element_generator_test.py 90 description = {
133 for key, value in description['int_variables'].items():
137 for key, value in description['elements'].items():
141 result = GenerateElements('MyType', schema, description)
149 description = {
157 lambda: GenerateElements('MyType', schema, description))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 29 String description=null; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) {
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) {
43 this.description= description;
47 Point e1= g.stringExtent(this.description);
138 this.fAreaBuffer.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
148 g.drawString(thisItem.description, xposition+2, yposition+shift+titleHeight, true)
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 91 private static void checkSetAndGetDescription(String description) throws Exception {
93 info.setDescription(description);
94 assertEquals(info.getDescriprition(), description); local
97 private static void checkSetInvalidDescription(String description) throws Exception {
100 info.setDescription(description);
101 fail("Description '" + description + "' was accepted for DrmSupportInfo");
  /external/chromium_org/remoting/protocol/
content_description_unittest.cc 21 ContentDescription description(
23 scoped_ptr<buzz::XmlElement> xml(description.ToXml());
28 EXPECT_TRUE(description.config()->control_configs() ==
30 EXPECT_TRUE(description.config()->video_configs() ==
32 EXPECT_TRUE(description.config()->event_configs() ==
34 EXPECT_TRUE(description.config()->audio_configs() ==
42 "<description xmlns=\"google:remoting\">"
48 "</description>";
64 "<description xmlns=\"google:remoting\">"
71 "</description>";
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
AbstractSentinelStrategy.java 37 protected final String description; field in class:AbstractSentinelStrategy.GetStrategy
39 protected GetStrategy(Predicate<? super UiElement> predicate, String description) {
41 this.description = description;
52 return description;
66 + original.description);

Completed in 429 milliseconds

1 2 3 4 5 67 8 91011>>