/external/webkit/WebCore/xml/ |
XSLTProcessorQt.cpp | 50 virtual void handleMessage(QtMsgType type, const QString& description, 63 void XSLTMessageHandler::handleMessage(QtMsgType type, const QString& description, 87 console->addMessage(XMLMessageSource, LogMessageType, level, description,
|
/external/webkit/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 43 the plugin, such as its name(), description(), a list of MIME types that it 91 \sa description() 101 Returns the description of the plugin. 105 QString QWebPluginInfo::description() const function in class:QWebPluginInfo 109 return m_package->description(); 126 mimeType.description = it->second;
|
/external/dbus/dbus/ |
dbus-internals.c | 864 const char *description, 875 description, n_mallocs, 897 * @param description description of the test used in verbose output 903 _dbus_test_oom_handling (const char *description, 924 description, approx_mallocs); 946 if (!run_failing_each_malloc (approx_mallocs, description, func, data)) 952 description);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
TutorialEN.java | 95 int backgroundResource, int bx, int by, int description, int guide) { 97 CharSequence text = context.getResources().getText(description); 102 CharSequence description, int guide, boolean leftAlign) { 103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); 107 int bx, int by, CharSequence description, int guide, boolean leftAlign) { 114 .append(description)
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperListActivity.java | 184 TextView description; field in class:LiveWallpaperListActivity.ViewHolder 214 holder.description = (TextView) convertView.findViewById(R.id.description); 226 holder.description.setVisibility(View.VISIBLE); 227 holder.description.setText(Html.fromHtml( 230 holder.description.setVisibility(View.GONE);
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 271 * @return The description for the specified account type. 304 * @param description The description for this account. This will be dictated by the 307 public AccountData(String name, AuthenticatorDescription description) { 309 if (description != null) { 310 mType = description.type; 314 String packageName = description.packageName; 317 if (description.labelId != 0) { 318 mTypeLabel = pm.getText(packageName, description.labelId, null); 326 if (description.iconId != 0) [all...] |
/development/samples/NFCDemo/src/com/example/android/nfc/simulator/ |
FakeTagsActivity.java | 76 throw new RuntimeException("Failed to create tag description", e); 103 final TagDescription description = mAdapter.getItem(position); local 105 intent.putExtra(NfcAdapter.EXTRA_NDEF_MESSAGES, description.msgs);
|
/device/samsung/crespo/alsa-lib/src/conf/pcm/ |
hdmi.conf | 80 description "HDMI Audio Output"
|
iec958.conf | 80 description "IEC958 (S/PDIF) Digital Audio Output"
|
/external/blktrace/ |
btrace.spec | 24 %description
|
/external/quake/quake/src/QW/ |
glqwcl.spec.sh | 24 %description
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.4-1.js | 25 Description: 1. Call ToNumber on the input argument 69 testcases[tc].description +" = "+ 76 testcases[tc].description +" = "+ testcases[tc].actual );
|
9.4-2.js | 25 Description: 1. Call ToNumber on the input argument 69 testcases[tc].description +" = "+ 76 testcases[tc].description +" = "+ testcases[tc].actual );
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_1/ |
jsref.js | 32 testcases[tc].description +" = "+ 43 this.description = d; 154 print(beginTag + 'DESCRIPTION' + endTag); 155 print(testcases[tc].description); 167 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/ |
jsref.js | 31 testcases[tc].description +" = "+ 41 this.description = d; 152 print(beginTag + 'DESCRIPTION' + endTag); 153 print(testcases[tc].description); 166 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
|
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
error.js | 0 description("Tests Geolocation error callback using the mock service.");
|
position-string.js | 0 description("Tests formatting of position.toString().");
|
timeout-clear-watch.js | 0 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
|
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/ |
case-sensitive.js | 0 description("Verify that storage events fire even when only the case of the value changes.");
|
documentURI.js | 0 description("Test that changing documentURI has no effects on the uri passed into storage events.");
|
/external/webkit/WebCore/platform/win/ |
ContextMenuWin.cpp | 152 HMENU description = m_platformDescription; local 154 return description;
|
/external/webkit/WebKit/win/ |
DOMCSSClasses.h | 79 /* [in] */ BSTR description) { return DOMObject::setException(description); }
|
/packages/apps/Browser/tests/src/com/android/browser/ |
TestWebViewClient.java | 78 String description, String failingUrl) { 79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
AccessibilityUIElementMac.mm | 134 NSString* description = [valueObject description]; 135 NSRange range = [description rangeOfString:@"LayoutTests"]; 137 return [description substringFromIndex:range.location]; 140 if ([description rangeOfString:@"0x"].length) { 148 return [valueObject description]; 418 JSStringRef AccessibilityUIElement::description() 420 id description = descriptionOfValue([m_element accessibilityAttributeValue:NSAccessibilityDescriptionAttribute], m_element); 421 return concatenateAttributeAndValue(@"AXDescription", description); 426 id description = descriptionOfValue([m_element accessibilityAttributeValue:NSAccessibilityOrientationAttribute], (…) [all...] |
/external/chromium/sdch/open-vcdiff/packages/rpm/ |
rpm.spec | 19 %description 28 %description devel
|