/external/webkit/WebCore/plugins/qt/ |
PluginDataQt.cpp | 47 info->desc = qplugin.description; 54 mimeInfo->desc = mimeType.description; 73 info->desc = package->description();
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 124 m.put(Calendar.Events.DESCRIPTION, event.mDescription); 149 values.put(Calendar.Events.DESCRIPTION, event.mDescription); 250 boolean allDay, String description) { 258 mDescription = description; 287 public EventInfo(String title, String description, String startDate, String endDate, 289 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE); 293 public EventInfo(String title, String description, String startDate, String endDate, 295 init(title, description, startDate, endDate, rrule, allDay, timezone); 298 public void init(String title, String description, String startDate, String endDate, 301 mDescription = description; [all...] |
/build/tools/ |
java-event-log-tags.py | 107 if t.description: 108 buffer.write("\n /** %d %s %s */\n" % (t.tagnum, t.tagname, t.description)) 134 if t.description: 135 args = [arg.strip("() ").split("|") for arg in t.description.split(",")]
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetsetup/ |
CtsBuildProvider.java | 32 @Option(name="cts-install-path", description="the path to the cts installation to use")
|
/development/apps/Development/src/com/android/development/ |
AppPicker.java | 119 TextView description = (TextView)view.findViewById(R.id.description); local 123 description.setText(info.info.packageName); 126 description.setText("");
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
numsys.h | 11 * Date Name Description 86 * Create a numbering system using the specified radix, type, and description. 89 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF 94 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status ); 119 * Returns the description string of this numbering system, which is either
|
/external/icu4c/i18n/unicode/ |
numsys.h | 11 * Date Name Description 86 * Create a numbering system using the specified radix, type, and description. 89 * @param description The string representing the set of digits used in a numeric system, or the name of the RBNF 94 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status ); 119 * Returns the description string of this numbering system, which is either
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.1.3.js | 26 Description: When Array is called as a function rather than as a 81 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.4.3.1-2.js | 25 Description: The initial value of Array.prototype is the built-in 61 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.4.3.2.js | 25 Description: The length property is 1. 52 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.4.3.js | 25 Description: The value of the internal [[Prototype]] property of the 55 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.4.4.1.js | 25 Description: The initial value of Array.prototype.constructor 52 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.4.4.js | 25 Description: The value of the internal [[Prototype]] property of 72 testcases[tc].description +" = "+ testcases[tc].actual );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.3.1-1.js | 26 Description: The initial value of Boolean.prototype is the built-in 65 testcases[tc].description +" = "+
|
15.6.3.1-2.js | 26 Description: The initial valu eof Boolean.prototype is the built-in 62 testcases[tc].description +" = "+
|
15.6.3.1-3.js | 26 Description: The initial valu eof Boolean.prototype is the built-in 62 testcases[tc].description +" = "+
|
15.6.3.1-4.js | 26 Description: The initial value of Boolean.prototype is the built-in 72 testcases[tc].description +" = "+
|
15.6.3.1-5.js | 25 Description: 54 testcases[tc].description +" = "+
|
15.6.3.1.js | 26 Description: The initial valu eof Boolean.prototype is the built-in 65 testcases[tc].description +" = "+
|
15.6.3.js | 26 Description: The value of the internal prototype property is 60 testcases[tc].description +" = "+
|
15.6.4-1.js | 26 Description: 67 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.6.4-2.js | 26 Description: 61 testcases[tc].description +" = "+ testcases[tc].actual );
|
15.6.4.1.js | 26 Description: The initial value of Boolean.prototype.constructor 58 testcases[tc].description +" = "+
|
15.6.4.2-2.js | 25 Description: Returns this boolean value. 72 testcases[tc].description +" = "+
|
15.6.4.2-3.js | 25 Description: Returns this boolean value. 60 testcases[tc].description +" = "+
|