HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 451 - 475 of 1239) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKit/win/Interfaces/
IWebScriptObject.idl 131 @param description The description of the exception.
134 - (void)setException: (NSString *)description;
136 HRESULT setException([in] BSTR description);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EditingDelegate.mm 111 printf("EDITING DELEGATE: shouldInsertText:%s replacingDOMRange:%s givenAction:%s\n", [[text description] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
146 printf("EDITING DELEGATE: shouldApplyStyle:%s toElementsInDOMRange:%s\n", [[style description] UTF8String], [[range dump] UTF8String]);
153 printf("EDITING DELEGATE: shouldChangeTypingStyle:%s toStyle:%s\n", [[currentStyle description] UTF8String], [[proposedStyle description] UTF8String]);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_i.h 73 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
80 u8 description, size_t *out_len);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocol.java 295 * @param description
297 protected void sendWarningAlert(byte description) {
298 recordProtocol.alert(AlertProtocol.WARNING, description);
304 * @param description
307 protected void fatalAlert(byte description, String reason) {
308 throw new AlertException(description, new SSLHandshakeException(reason));
314 * @param description
318 protected void fatalAlert(byte description, String reason, Exception cause) {
319 throw new AlertException(description, new SSLException(reason, cause));
325 * @param description
    [all...]
  /external/kernel-headers/original/linux/
key.h 151 /* the description string
156 char *description; member in struct:key
206 /* match a key against a description */
286 const char *description,
290 const char *description,
298 const char *description,
313 extern struct key *keyring_alloc(const char *description, uid_t uid, gid_t gid,
322 const char *description);
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 201 String description = i < descriptions.size() ? descriptions[i] : ""; local
207 // Get rid of the extension list that may be at the end of the description string.
208 int pos = description.find("(*");
211 if (pos > 1 && description[pos - 1] == ' ')
213 description = description.left(pos);
220 m_mimeToDescriptions.add(type, description);
  /external/chromium/third_party/icu/source/i18n/
nfrule.cpp 90 NFRule::makeRules(UnicodeString& description,
107 rule1->parseRuleDescriptor(description, status);
109 // check the description to see whether there's text enclosed
111 int32_t brack1 = description.indexOf(gLeftBracket);
112 int32_t brack2 = description.indexOf(gRightBracket);
114 // if the description doesn't contain a matched pair of brackets,
116 // then leave the description alone, initialize the rule's
121 rule1->ruleText = description;
125 // if the description does contain a matched pair of brackets,
156 // if the description began with "x.x" and contains brackete
    [all...]
nfrs.cpp 133 UnicodeString& description = descriptions[index]; // !!! make sure index is valid local
135 if (description.length() == 0) {
136 // throw new IllegalArgumentException("Empty rule set description");
141 // if the description begins with a rule set name (the rule set
144 // and delete it from the description
145 if (description.charAt(0) == gPercent) {
146 int32_t pos = description.indexOf(gColon);
151 name.setTo(description, 0, pos);
152 while (pos < description.length() && uprv_isRuleWhiteSpace(description.charAt(++pos)))
    [all...]
numsys.cpp 11 * Date Name Description
133 const UChar* description = NULL; local
141 description = ures_getStringByKey(nsTop,gDesc,&len,&status);
151 nsd.setTo(description);
  /external/icu4c/i18n/
nfrule.cpp 90 NFRule::makeRules(UnicodeString& description,
107 rule1->parseRuleDescriptor(description, status);
109 // check the description to see whether there's text enclosed
111 int32_t brack1 = description.indexOf(gLeftBracket);
112 int32_t brack2 = description.indexOf(gRightBracket);
114 // if the description doesn't contain a matched pair of brackets,
116 // then leave the description alone, initialize the rule's
121 rule1->ruleText = description;
125 // if the description does contain a matched pair of brackets,
156 // if the description began with "x.x" and contains brackete
    [all...]
nfrs.cpp 133 UnicodeString& description = descriptions[index]; // !!! make sure index is valid local
135 if (description.length() == 0) {
136 // throw new IllegalArgumentException("Empty rule set description");
141 // if the description begins with a rule set name (the rule set
144 // and delete it from the description
145 if (description.charAt(0) == gPercent) {
146 int32_t pos = description.indexOf(gColon);
151 name.setTo(description, 0, pos);
152 while (pos < description.length() && uprv_isRuleWhiteSpace(description.charAt(++pos)))
    [all...]
numsys.cpp 11 * Date Name Description
135 const UChar* description = NULL; local
143 description = ures_getStringByKey(nsTop,gDesc,&len,&status);
153 nsd.setTo(description);
  /external/libpcap/
inet.c 131 u_int flags, const char *description, char *errbuf)
232 if (description != NULL) {
234 * We have a description for this interface.
236 curdev->description = strdup(description);
237 if (curdev->description == NULL) {
248 curdev->description = NULL;
485 const char *description, char *errbuf)
489 return (add_or_find_if(&curdev, devlist, name, flags, description,
528 * Free the description string, if any
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/
shell.js 19 testcases[tc].description +" = "+
32 function AddTestCase( description, expect, actual ) {
33 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
38 this.description = d;
47 writeLineToLog( "added " + this.description );
jsref.js 38 testcases[tc].description +" = "+
49 this.description = d;
59 writeLineToLog( "added " + this.description );
163 print(beginTag + 'DESCRIPTION' + endTag);
164 print(testcases[tc].description);
178 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
187 testcases[tc].description +" = "+ testcases[tc].actual +
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 261 print STDERR " Bug $bugNumber has no bug description. Maybe you set wrong bug ID?\n";
266 print STDERR " Description from bug $bugNumber:\n \"$bugDescription\".\n";
373 my ($reviewer, $description) = reviewerAndDescriptionForGitCommit($gitCommit) if $gitCommit;
377 print CHANGE_LOG normalizeLineEndings($description . "\n", $endl) if $description;
379 $bugDescription = "Need a short description and bug URL (OOPS!)" unless $bugDescription;
407 print STDERR "-- Please remember to include a detailed description in your ChangeLog entry. --\n-- See <http://webkit.org/coding/contributing.html> for more info --\n";
    [all...]
  /libcore/luni/src/test/java/tests/xml/
DomTest.java 86 + " <description xmlns=\"http://marketing\">Belgian<![CDATA[ waffles & strawberries (< 5g ]]>of fat)</description>\n"
111 private Element description; field in class:DomTest
154 description = (Element) item.getChildNodes().item(3);
155 descriptionText1 = (Text) description.getChildNodes().item(0);
156 descriptionText2 = (CDATASection) description.getChildNodes().item(1);
157 descriptionText3 = (Text) description.getChildNodes().item(2);
179 itemXmlnsA, name, standard, deluxe, waffles, description,
219 assertEquals("http://addons", description.lookupNamespaceURI("a"));
251 assertEquals("http://marketing", description.lookupNamespaceURI(null))
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSessionBuilder.java 417 String description = getStringAttributeValue(testNode, local
430 description = test.getFullName();
438 genTestControler(fullJarPath, description);
491 * Generate controller according to the description string.
495 public TestController genTestControler(String jarPath, String description) {
497 || (description == null) || (description.length() == 0)) {
501 String packageName = description.substring(0, description.lastIndexOf("."));
502 String className = description.substring(packageName.length() + 1
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitops.h 61 const char *description);
466 bitmap->description);
479 block, bitmap->description);
492 block, bitmap->description);
505 inode, bitmap->description);
518 inode, bitmap->description);
531 inode, bitmap->description);
565 block, bitmap->description);
583 block, bitmap->description);
601 bitmap->description);
    [all...]
bitmaps.c 50 retval = ext2fs_get_mem(strlen(descr)+1, &bitmap->description);
55 strcpy(bitmap->description, descr);
57 bitmap->description = 0;
62 ext2fs_free_mem(&bitmap->description);
91 src->description, src->bitmap, &new_map);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 84 private String description; field in class:ServerLog
99 this.description = configurationProperties.getProperty("javax.sip.STACK_NAME");
121 "gov.nist.javax.sip.LOG4J_LOGGER_NAME", this.description));
215 printWriter.println("<description\n logDescription=\"" + description
253 stackLogger.logDebug("<description\n logDescription=\"" + description
266 stackLogger.logDebug("<description\n logDescription=\"" + description
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 245 void test_PERF(char *description)
247 fprintf(stderr,"-- START -- %s --\n", description);
248 fprintf(stdout,"-- START -- %s --\n", description);
252 fprintf(stderr,"-- END -- %s --\n", description);
253 fprintf(stdout,"-- END -- %s --\n", description);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
PlanTest.java 52 @Option(name = "plan", description = "the test plan to run")
55 @Option(name = TEST_CASES_DIR_OPTION, description =
59 @Option(name = TEST_PLANS_DIR_OPTION, description =
  /external/bluetooth/glib/glib/
goption.h 97 const gchar *description; member in struct:_GOptionEntry
108 const gchar *description);
142 const gchar *description,
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 72 font->GetNativeFontInfo()->description
76 PangoFontMetrics* metrics = pango_context_get_metrics (context, font->GetNativeFontInfo()->description, NULL);
143 font->GetNativeFontInfo()->description

Completed in 1197 milliseconds

<<11121314151617181920>>