Searched defs:description (Results 251 - 275 of 903) sorted by relevance

<<11121314151617181920>>

/external/markdown/
H A Dsetup.py32 description = 'Python implementation of Markdown.', variable in class:md_install_scripts
/external/mockito/src/org/mockito/internal/matchers/
H A DLocalizedMatcher.java33 public void describeTo(Description description) { argument
34 actualMatcher.describeTo(description);
/external/qemu/android/kernel/
H A Dkernel_utils_unittest.cpp63 const char* description; member in struct:android::kernel::Expectation
73 text->assign(expectation->description);
123 << "For [" << expectation.description << "]";
126 << expectation.description << "]";
/external/smack/src/org/jivesoftware/smackx/muc/
H A DRoomInfo.java45 private String description = ""; field in class:RoomInfo
93 this.description = ( descField == null || !(descField.getValues().hasNext()) )? "" : descField.getValues().next();
114 * Returns the discovered description of the room.
116 * @return the discovered description of the room.
119 return description;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
H A DMacro.java32 private String description; field in class:Macro
45 return description;
48 public void setDescription(String description) { argument
49 this.description = description;
/external/smack/src/org/xbill/DNS/
H A DSingleNameBase.java30 String description)
33 this.singleName = checkName(description, singleName);
29 SingleNameBase(Name name, int type, int dclass, long ttl, Name singleName, String description) argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAState.java88 protected String description; field in class:NFAState
227 return description;
230 public void setDescription(String description) { argument
231 this.description = description;
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h37 base::string16 description; member in struct:ash::NetworkIconInfo
/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator_perftest.cc84 // using |description|.
85 bool RunTest(const std::string& description, argument
89 base::PerfTimeLogger timer(description.c_str());
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_database_helper.cc28 const std::string& description,
33 description(description),
133 const std::string& description)
136 description(description) {
156 const std::string& description) {
160 origin, name, description));
199 info->description,
25 DatabaseInfo( const DatabaseIdentifier& identifier, const std::string& database_name, const std::string& description, int64 size, base::Time last_modified) argument
130 PendingDatabaseInfo( const GURL& origin, const std::string& name, const std::string& description) argument
153 AddDatabase( const GURL& origin, const std::string& name, const std::string& description) argument
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dextension_sync_event_observer.cc73 const std::string& description) {
74 // Convert state and description into SyncState Object.
77 service_info.description = description;
70 OnSyncStateUpdated( const GURL& app_origin, sync_file_system::SyncServiceState state, const std::string& description) argument
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database_unittest.cc34 std::string description; member in struct:__anon4103::ShortcutsDatabaseTestInfo
128 ASCIIToUTF16(info.description), info.description_class,
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister.cc22 DeviceDescription description; member in struct:local_discovery::PrivetLocalPrinterLister::DeviceContext
52 const DeviceDescription& description) {
53 if (description.type != kPrivetTypePrinter)
59 i->second->description = description;
61 description);
65 context->description = description;
68 description.address,
120 context->description);
49 DeviceChanged( bool added, const std::string& name, const DeviceDescription& description) argument
[all...]
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dbootstrapping_device_lister.cc65 // Return true if the SSID is a privet ssid and fills |description| with its
69 BootstrappingDeviceDescription* description) {
78 description->device_network_id = internal_id;
79 description->device_ssid = ssid;
81 description->device_name = ssid.substr(0, at_pos);
82 description->device_kind = ExpandDeviceKind(ssid.substr(at_pos + 1, 3));
83 description->connection_status = GetConnectionStatus(ssid.at(at_pos + 4));
161 BootstrappingDeviceDescription description; local
162 if (ParsePrivetSSID(i->second, i->first, &description)) {
163 update_callback_.Run(available, description);
67 ParsePrivetSSID(const std::string& internal_id, const std::string& ssid, BootstrappingDeviceDescription* description) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_sync_worker.cc150 const std::string& description) {
152 UpdateServiceState(service_state, description);
155 void FakeSyncWorker::DeactivateService(const std::string& description) { argument
157 UpdateServiceState(REMOTE_SERVICE_TEMPORARY_UNAVAILABLE, description);
170 const std::string& description) {
175 UpdateServiceState(state, description));
149 ActivateService(RemoteServiceState service_state, const std::string& description) argument
169 UpdateServiceState(RemoteServiceState state, const std::string& description) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dmock_remote_file_sync_service.cc67 const std::string& description) {
69 OnRemoteServiceStateUpdated(state, description));
65 NotifyRemoteServiceStateUpdated( RemoteServiceState state, const std::string& description) argument
H A Dremote_file_sync_service.h100 const std::string& description) {}
195 // Returns all origins along with an arbitrary string description of their
98 OnRemoteServiceStateUpdated( RemoteServiceState state, const std::string& description) argument
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.cc134 ScopedJavaLocalRef<jstring> description = ConvertUTF8ToJavaString( local
143 description.obj(),
161 ScopedJavaLocalRef<jstring> description = ConvertUTF8ToJavaString( local
164 env, popup_jobject_.obj(), icon_id, NULL, description.obj());
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc255 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/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.cc76 const std::string& description) {
79 if (!description.empty())
80 state_string += " (" + description + ")";
73 OnSyncStateUpdated( const GURL& app_origin, sync_file_system::SyncServiceState state, const std::string& description) argument
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.h50 base::string16 description; member in struct:web_app::ShortcutInfo
/external/chromium_org/chrome/installer/util/
H A Dadvanced_firewall_manager_win.cc70 const base::string16& description,
79 CreateUDPRule(rule_name, description, port);
122 const base::string16& description,
133 udp_rule->put_Description(base::win::ScopedBstr(description.c_str()));
69 AddUDPRule(const base::string16& rule_name, const base::string16& description, uint16_t port) argument
120 CreateUDPRule( const base::string16& rule_name, const base::string16& description, uint16_t port) argument
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprivet_http_server.h43 std::string description; member in struct:PrivetHttpServer::DeviceInfo
83 virtual void GetRegistrationServerError(std::string* description) = 0;
/external/chromium_org/components/cloud_devices/common/
H A Dprinter_description_unittest.cc265 CloudDeviceDescription description; local
266 EXPECT_EQ(NormalizeJson(kDefaultCdd), NormalizeJson(description.ToString()));
282 EXPECT_FALSE(content_types.LoadFrom(description));
283 EXPECT_FALSE(pwg_raster.LoadFrom(description));
284 EXPECT_FALSE(color.LoadFrom(description));
285 EXPECT_FALSE(duplex.LoadFrom(description));
286 EXPECT_FALSE(orientation.LoadFrom(description));
287 EXPECT_FALSE(copies.LoadFrom(description));
288 EXPECT_FALSE(margins.LoadFrom(description));
289 EXPECT_FALSE(dpi.LoadFrom(description));
299 CloudDeviceDescription description; local
312 CloudDeviceDescription description; local
391 CloudDeviceDescription description; local
477 CloudDeviceDescription description; local
514 CloudDeviceDescription description; local
566 CloudDeviceDescription description; local
[all...]
/external/chromium_org/components/enhanced_bookmarks/
H A Dmetadata_accessor.cc94 const std::string& description) {
95 bookmark_model->SetNodeMetaInfo(node, kNoteKey, description);
92 SetDescriptionForBookmark(BookmarkModel* bookmark_model, const BookmarkNode* node, const std::string& description) argument

Completed in 5623 milliseconds

<<11121314151617181920>>