HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 351 - 375 of 2400) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 255 const TestDescription& description = test_suite[i]; local
256 size_t source_count = arraysize(description.sources);
263 const SourceInfo& source_info = description.sources[j];
293 EXPECT_STREQ(description.results[j], value.c_str()) <<
296 EXPECT_EQ(description.results[j], static_cast<const char*>(NULL)) <<
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMPresentationUtils.js 147 var description;
150 description = WebInspector.UIString("%d \xd7 %d pixels", offsetWidth, offsetHeight);
152 description = WebInspector.UIString("%d \xd7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, naturalWidth, naturalHeight);
156 if (description)
157 container.createChild("tr").createChild("td").createChild("span", "description").textContent = description;
ObjectPopoverHelper.js 77 popoverContentElement.textContent = result.description;
114 this._titleElement.textContent = result.description;
119 if (result.description.substr(0, 4) === "HTML") {
152 if (properties[i].value.description)
153 this._titleElement.textContent += "#" + properties[i].value.description;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.cc 93 cricket::SessionDescription* description,
96 if (!description)
101 description_.reset(description);
134 updated_candidate.set_username(transport_info->description.ice_ufrag);
137 updated_candidate.set_password(transport_info->description.ice_pwd);
  /external/chromium_org/webkit/browser/database/
databases_table_unittest.cc 21 EXPECT_EQ(d1.description, d2.description);
56 details_in1.description = ASCIIToUTF16("description_db1");
85 details_in2.description = ASCIIToUTF16("description_db2");
95 details_in3.description = ASCIIToUTF16("description_db3");
  /frameworks/base/core/java/android/view/
DragEvent.java 255 private void init(int action, float x, float y, ClipDescription description, ClipData data,
260 mClipDescription = description;
272 ClipDescription description, ClipData data, boolean result) {
277 ev.init(action, x, y, description, data, localState, result);
288 ev.init(action, x, y, description, data, localState, result);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 78 String description = serviceInfo.getDescription(); local
79 if (description == null) {
84 description = label.toString();
89 tv.setText(String.format(formatString, description));
92 tv.setText(String.format(formatString, description));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 52 final String description, final long lastUpdate, final long fileSize,
57 mDescription = description;
77 final String description = values.getAsString(MetadataDbHelper.DESCRIPTION_COLUMN); local
89 || null == description
101 return new WordListMetadata(id, type, description, lastUpdate, fileSize, checksum,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 44 attr_accessor :bytecodes, :bytecodeIndex, :opcode, :description, :topCounts, :bottomCounts, :machineInlinees, :osrExits
46 def initialize(bytecodes, bytecodeIndex, opcode, description)
50 @description = description
147 @bytecode[index] = Bytecode.new(self, index, subJson["opcode"].to_s, subJson["description"].to_s)
256 attr_reader :bytecodeIndex, :description
260 @description = json["description"].to_s
278 | description |
279 yield description
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 31 // Height (in lines) of the shortcut description label.
108 // on the left, and a description on the right.
118 // Create the label with application shortcut description.
135 std::string description(UTF16ToUTF8(shortcut_info_.description));
138 (description.empty() ? title : description).c_str());
248 GtkWidget* description = gtk_label_new( local
252 gtk_label_set_line_wrap(GTK_LABEL(description), TRUE);
253 gtk_misc_set_alignment(GTK_MISC(description), 0, 0)
254 gtk_box_pack_start(GTK_BOX(vbox), description, FALSE, FALSE, 0); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 43 const buzz::QName QN_TUNNEL_DESCRIPTION(NS_TUNNEL, "description");
62 std::string description; member in struct:cricket::CreateTunnelData
92 std::string description; member in struct:cricket::TunnelContentDescription
94 TunnelContentDescription(const std::string& desc) : description(desc) { }
144 const buzz::Jid& to, const std::string& description) {
148 data.description = description;
189 SessionDescription* offer = CreateOffer(data->jid, data->description);
240 type_elem->SetBodyText(content->description);
262 cinfo->description);
    [all...]
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/chromium_org/third_party/icu/source/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/icu4c/i18n/
rbnf.cpp 648 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
663 init(description, locinfo, perror, status);
666 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
681 init(description, locinfo, perror, status);
684 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
698 init(description, info, perror, status);
701 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
715 init(description, NULL, perror, status);
718 RuleBasedNumberFormat::RuleBasedNumberFormat(const UnicodeString& description,
733 init(description, NULL, perror, status)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 88 @Option(name = PLAN_OPTION, description = "the test plan to run.",
92 @Option(name = PACKAGE_OPTION, shortName = 'p', description = "the test packages(s) to run.",
96 @Option(name = "exclude-package", description = "the test packages(s) to exclude from the run.")
99 @Option(name = CLASS_OPTION, shortName = 'c', description = "run a specific test class.",
104 description = "run a specific test method, from given --class.",
109 description = "continue a previous test session.",
113 @Option(name = "skip-device-info", shortName = 'd', description =
119 @Option(name = "resume", description =
123 @Option(name = "shards", description =
128 @Option(name = "screenshot", description
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 135 * @param description The item's description.
145 public void addItem(String description, float top, float left, float bottom, float right) {
148 item.description = description;
169 canvas.drawText(item.description, bounds.centerX(), bounds.centerY(), paint);
267 // description is displayed visually, we'll add it to the event
270 event.getText().add(item.description);
283 node.setText(item.description);
321 private String description; field in class:ExploreByTouchHelperActivity.CustomView.CustomItem
    [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('('),
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_browsertest.cc 93 string16 description = local
94 ASCIIToUTF16("Description with style: <match>, [dim], (url till end)");
95 EXPECT_EQ(description, result.match_at(1).contents);
103 EXPECT_EQ(description.find('<'),
108 EXPECT_EQ(description.find('>') + 1u,
113 EXPECT_EQ(description.find('['),
118 EXPECT_EQ(description.find(']') + 1u,
123 EXPECT_EQ(description.find('('),
  /frameworks/base/core/java/android/content/
RestrictionEntry.java 87 /** The user-visible secondary description of the restriction. */
88 private String description; field in class:RestrictionEntry
274 * Returns the provided user-visible description of the entry, if any.
275 * @return the user-visible description, null if none was set earlier.
278 return description;
282 * Sets the user-visible description of the entry, as a possible sub-text for the title.
285 * @param description the user-visible description string.
287 public void setDescription(String description) {
288 this.description = description
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 155 String description = constraint.replace(NEW_ID_PREFIX, "").replace(ID_PREFIX, ""); local
156 if (description.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) {
157 description = description.substring(ATTR_LAYOUT_RESOURCE_PREFIX.length());
161 description = String.format("%1$s, margin=%2$d dp", description, dp);
163 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_org/chrome/browser/extensions/api/sync_file_system/
extension_sync_event_observer.cc 60 const std::string& description) {
61 // Convert state and description into SyncState Object.
64 service_info.description = description;
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_handler.cc 62 const std::string& description) {
65 if (!description.empty())
66 state_string += " (" + description + ")";
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_manifest_unittest.cc 44 ASSERT_STREQ("desc", UTF16ToASCII(named_command->description()).c_str());
52 ASSERT_STREQ("", UTF16ToASCII(browser_action->description()).c_str());
60 ASSERT_STREQ("", UTF16ToASCII(page_action->description()).c_str());
  /external/chromium_org/chrome/tools/build/win/
sln_deps.py 100 description = ("Display the dependencies of a project in human readable"
106 description = description)

Completed in 407 milliseconds

<<11121314151617181920>>