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

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
browser.js 76 testcases[tc].description +" = "+ testcases[tc].actual +
shell.js 18 testcases[tc].description +" = "+
30 function AddTestCase( description, expect, actual ) {
31 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
36 this.description = d;
  /external/webkit/WebCore/platform/graphics/
SegmentedFontData.h 63 virtual String description() const;
  /external/webkit/WebCore/platform/graphics/android/
FontPlatformData.h 72 String description() const { return ""; } function in class:WebCore::FontPlatformData
  /external/webkit/WebCore/plugins/
MimeType.cpp 50 const String &MimeType::description() const function in class:WebCore::MimeType
  /external/webkit/WebKit/win/
WebKitGraphics.h 56 const WebFontDescription* description; member in struct:WebTextRenderInfo
WebScriptObject.h 72 /* [in] */ BSTR description);
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 64 ViewGroup parent, OnClickListener listener, Intent intent, String description) {
72 text.setText(description);
76 intent, description);
96 listener, clone, description));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
ConvertToAndroidAction.java 105 IProjectDescription description = project.getDescription(); local
106 String[] natures = description.getNatureIds();
127 description.setNatureIds(newNatures);
128 project.setDescription(description, null);
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 191 public static LayoutAnalysis leftShift(LayoutAnalysis analysis, GString description) {
192 analysis.addIssue(description.toString());
201 public static LayoutAnalysis leftShift(LayoutAnalysis analysis, String description) {
202 analysis.addIssue(description);
207 * analysis << [node: node, description: "The issue"]
212 analysis.addIssue((Node) issue.get("node"), issue.get("description").toString());
  /sdk/sdklauncher/
sdklauncher.c 50 void display_error(LPSTR description) {
54 fprintf(stderr, "%s, error %ld\n", description, err);
66 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5);
67 sprintf(s2, "%s\r\n%s", description, s);
  /external/chromium/base/json/
json_reader.h 127 const char* description);
175 void SetErrorMessage(const char* description, const wchar_t* error_pos);
  /external/quake/quake/src/QW/
qwcl.x11.spec.sh 24 %description
  /external/quake/quake/src/WinQuake/
quake-hipnotic.spec.sh 25 %description
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3-1.js 25 Description: rules for converting an argument to a number.
58 testcases[tc].description +" = "+
64 "typeof( " + testcases[tc].description +
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied.js 0 description("Tests Geolocation when permission is denied, using the mock service.");
success.js 0 description("Tests Geolocation success callback using the mock service.");
timeout-zero.js 0 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
timeout.js 0 description("Tests that when timeout is non-zero, the success callback is called as expected.");
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-2.js 0 description(
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 0 description("Test basic dom storage .clear() functionality.");
  /external/webkit/WebCore/page/mac/
WebDashboardRegion.m 81 - (NSString *)description
  /external/webkit/WebCore/platform/wx/
ContextMenuWx.cpp 110 PlatformMenuDescription description = m_platformDescription; local
113 return description;
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 292 // Get the plugin name and description using NP_GetValue
294 const char *description; local
296 NP_GetValue(NULL, NPPVpluginDescriptionString, &description) !=
298 PLUGIN_LOG("Couldn't get name/description using NP_GetValue\n");
303 PLUGIN_LOG("Plugin description: \"%s\"\n", description);
305 m_description = description;
314 // Grab the MIME description. This is in the format, e.g:
317 PLUGIN_LOG("MIME description: \"%s\"\n", mimeDescription.utf8().data());
321 // Split the description into its component entries, separated b
343 const String& description = fields[2]; local
    [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginPackageGtk.cpp 78 String description = String::fromUTF8(mimeData[2]); local
87 m_mimeToDescriptions.add(mimeData[0], description);

Completed in 155 milliseconds

<<11121314151617181920>>