HomeSort by relevance Sort by last modified time
    Searched full:description (Results 26 - 50 of 7723) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/freetype/include/freetype/
fttypes.h 45 /* <Description> */
100 /* <Description> */
112 /* <Description> */
124 /* <Description> */
136 /* <Description> */
147 /* <Description> */
158 /* <Description> */
169 /* <Description> */
180 /* <Description> */
191 /* <Description> */
    [all...]
  /external/bzip2/
libbz2.def 2 DESCRIPTION "libbzip2: library for data compression"
  /external/clearsilver/man/man3/
hdf_get_attr.3 15 Description:
  /external/e2fsprogs/contrib/python-uuid/
setup.py 10 description = 'This is python uuid interface', variable
  /packages/apps/Phone/src/com/android/phone/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /sdk/eclipse/sites/external/
site.xml 3 <description url="https://dl-ssl.google.com/android/eclipse/">
5 </description>
13 <description>
15 </description>
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
smeSmApi.h 74 Description:
80 Description:
99 Description:
105 Description: Called by configMgr_start
112 Description:
118 Description:
124 Description:
130 Description:
136 Description:
144 Description:
    [all...]
  /external/webkit/WebCore/bindings/objc/
ExceptionHandlers.mm 46 ExceptionCodeDescription description;
47 getExceptionCodeDescription(ec, description);
50 if (strcmp(description.typeName, "DOM Range") == 0)
52 else if (strcmp(description.typeName, "DOM Events") == 0)
55 else if (strcmp(description.typeName, "DOM SVG") == 0)
58 else if (strcmp(description.typeName, "DOM XPath") == 0)
64 if (description.name)
65 reason = [[NSString alloc] initWithFormat:@"*** %s: %@ %d", description.name, exceptionName, description.code];
67 reason = [[NSString alloc] initWithFormat:@"*** %@ %d", exceptionName, description.code]
    [all...]
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 3 longtitle="The Common Error Description library"\
4 description="libcomerr is an attempt to present a common error-handling mechanism to \
  /sdk/eclipse/sites/internal/
site.xml 3 <description url="https://android.corp.google.com/adt/">
5 </description>
16 <description>
18 </description>
21 <description>
23 </description>
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalysis.java 82 * @param description Description of the issue.
84 public void addIssue(String description) {
85 mIssues.add(new Issue(mNode, description));
92 * @param description Description of the issue.
94 public void addIssue(Node node, String description) {
95 mIssues.add(new Issue(node, description));
139 * An issue provides a human-readable description as well as optional solutions.
146 * Creates a new issue with the specified description
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 43 * Defines the description code of the close_notify alert
47 * Defines the description code of the unexpected_message alert
51 * Defines the description code of the bad_record_mac alert
55 * Defines the description code of the decryption_failed alert
59 * Defines the description code of the record_overflow alert
63 * Defines the description code of the decompression_failure alert
67 * Defines the description code of the handshake_failure alert
71 * Defines the description code of the bad_certificate alert
75 * Defines the description code of the unsupported_certificate alert
79 * Defines the description code of the certificate_revoked aler
    [all...]
Message.java 58 * @param description
61 protected void fatalAlert(byte description, String reason) {
62 throw new AlertException(description, new SSLHandshakeException(reason));
67 * @param description
71 protected void fatalAlert(byte description, String reason, Throwable cause) {
72 throw new AlertException(description, new SSLException(reason, cause));
  /external/proguard/src/proguard/gui/
ExtensionFileFilter.java 35 private final String description; field in class:ExtensionFileFilter
41 * @param description a description of the filter.
44 public ExtensionFileFilter(String description, String[] extensions)
46 this.description = description;
55 return description;
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 21 * title, link, description.
34 public RssItem(CharSequence title, CharSequence link, CharSequence description) {
37 mDescription = description;
44 public void setDescription(CharSequence description) {
45 mDescription = description;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-010.js 4 * Description: The try statement
34 function TryObject( description, tryOne, tryTwo, result ) {
35 this.description = description;
67 object.description,
while-004.js 4 * Description: while statement
44 description = "return statement in a while block";
50 "DoWhile_1" + description,
63 var description = "while with a labeled continue statement";
79 "DoWhile_2: " +description + " - code inside the loop, before the continue should be executed ("+j+")",
85 "DoWhile_2: " +description +" - code after labeled continue should not be executed",
91 "DoWhile_2: " +description +" - code after loop but inside label should be executed",
101 var description = "while with a labeled break statement";
118 "DoWhile_3: " +description +" - verify break out of loop",
125 "DoWhile_3: " +description +" - verify break out of label"
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IDescription.java 20 * Interface for elements that can provide a description of themselves.
25 * Returns a description of the given element. Cannot be null.
27 * A description is a multi-line of text, typically much more
33 * Returns a description of the given element. Cannot be null.
35 * A description is a multi-line of text, typically much more
  /external/freetype/include/freetype/config/
ftheader.h 27 /* <Description> */
45 /* <Description> */
75 /* <Description> */
104 * @description:
119 * @description:
134 * @description:
149 * @description:
168 * @description:
181 * @description:
196 * @description
    [all...]
  /dalvik/libcore/regex/src/main/java/java/util/regex/
PatternSyntaxException.java 24 * {@link Pattern}. Might include a detailed description, the original regular
35 * Holds the description of the syntax error, or null if the description is
56 * @param description
57 * the description of the syntax error, or {@code null} if the
58 * description is not known.
66 public PatternSyntaxException(String description, String pattern, int index) {
67 this.desc = description;
84 * potentially multi-line, and it might include a detailed description, the
121 * Returns the description of the syntax error, or {@code null} if th
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
Mixer.java 25 private String description; field in class:Mixer.Info
28 protected Info(String name, String vendor, String description, String version) {
31 this.description = description;
41 return description;
58 return name.hashCode() + vendor.hashCode() + description.hashCode() + version.hashCode();
  /external/iptables/extensions/
libip6t_udp.man 6 See the description of the
12 See the description of the
libipt_udp.man 6 See the description of the
12 See the description of the

Completed in 610 milliseconds

12 3 4 5 6 7 8 91011>>