/external/icu4c/i18n/ |
rbnf.cpp | 650 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 664 init(description, locinfo, perror, status); 667 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 681 init(description, locinfo, perror, status); 684 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 697 init(description, info, perror, status); 700 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 713 init(description, NULL, perror, status); 716 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description, 730 init(description, NULL, perror, status) [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_omnibox_apitest.cc | 153 string16 description = local 154 ASCIIToUTF16("Description with style: <match>, [dim], (url till end)"); 155 EXPECT_EQ(description, result.match_at(1).contents); 163 EXPECT_EQ(description.find('<'), 168 EXPECT_EQ(description.find('>') + 1u, 173 EXPECT_EQ(description.find('['), 178 EXPECT_EQ(description.find(']') + 1u, 183 EXPECT_EQ(description.find('('),
|
extension_omnibox_api.h | 66 string16 description; member in struct:ExtensionOmniboxSuggestion 68 // Contains style ranges for the description.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
RemoteObject.js | 31 WebInspector.RemoteObject = function(objectId, type, description, hasChildren) 35 this._description = description; 67 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.description, payload.hasChildren); 95 get description() 185 get description() 196 return property.value.description; 203 return property.name + ":" + property.value.description;
|
/external/webkit/Source/WebCore/platform/win/ |
DragImageWin.cpp | 113 FontDescription description; local 114 description.setWeight(bold ? FontWeightBold : FontWeightNormal); 118 description.setFamily(family); 119 description.setSpecifiedSize((float)size); 120 description.setComputedSize((float)size); 121 description.setRenderingMode(renderingMode); 122 Font result = Font(description, 0, 0);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebplugin.cpp | 54 if (mimeType->description) 55 g_free(mimeType->description); 162 * Returns: the description string for @plugin. 172 if (!priv->description.length()) 173 priv->description = priv->corePlugin->description().utf8(); 175 return priv->description.data(); 241 mimeType->description = g_strdup(it->second.utf8().data());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelinePainter.java | 153 String description = constraint.replace(NEW_ID_PREFIX, "").replace(ID_PREFIX, ""); local 154 if (description.startsWith(ATTR_LAYOUT_PREFIX)) { 155 description = description.substring(ATTR_LAYOUT_PREFIX.length()); 158 description = String.format("%1$s, margin=%2$d dp", description, margin); 160 strings.add(description);
|
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.c | 94 const char *description){} 99 const char *description){} 102 const char *description){}
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
tunnelsessionclient.h | 73 const std::string& description); 83 const buzz::Jid &jid, const std::string &description) = 0; 85 // the local-side session description 124 // Signal arguments are this, initiator, description, session 131 const buzz::Jid &jid, const std::string &description);
|
/external/qemu/android/tools/ |
gen-hw-config.py | 71 self.description = "" 80 elif key == 'description': 81 self.description = val 138 varDesc = quoteStringForC(item.description)
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/ |
SearchableItemsController.java | 113 CharSequence description = corpus.getSettingsDescription(); local 114 sourcePref.setSummaryOn(description); 115 sourcePref.setSummaryOff(description);
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 123 m.put(CalendarContract.Events.DESCRIPTION, event.mDescription); 148 values.put(CalendarContract.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/build/ |
CtsBuildProvider.java | 31 @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/chrome/common/ |
web_apps.h | 50 // Description of the application. 51 string16 description; member in struct:WebApplicationInfo
|
/external/chromium/crypto/ |
nss_util.h | 125 // which the DB files will be placed. |description| is a user-visible name for 127 bool OpenTestNSSDB(const FilePath& path, const char* description);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32socketserver.cc | 74 LPCSTR description = "Unspecified description"; local 78 description = "Operation succeeded"; 82 description = "Using a non-blocking socket, will notify later"; 86 description = "Access denied, or sharing violation"; 90 description = "Address is not valid in this context"; 94 description = "Network is down"; 98 description = "Network is up, but unreachable"; 102 description = "Connection has been reset due to keep-alive activity"; 106 description = "Aborted by host" [all...] |
/external/llvm/bindings/ocaml/bitreader/ |
llvm_bitreader.mli | 19 raises [Error msg] otherwise, where [msg] is a description of the error 26 raises [Error msg] otherwise, where [msg] is a description of the error
|
/external/oprofile/libutil++/ |
op_spu_bfd.cpp | 93 * contains the name of the SPU binary image in the description 144 char * description = (char *) xmalloc(dsize); local 145 memcpy(description, sec_contents + desc_start, dsize); 146 filename = description; 147 free(description);
|
/external/webkit/Source/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 );
|