Searched defs:properties (Results 201 - 225 of 412) sorted by relevance

1234567891011>>

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java57 public Hashtable properties = new Hashtable(); field in class:SoapSerializationEnvelope
78 * Set this variable to true if you prefer to silently skip unknown properties.
189 obj.getPropertyInfo(i, properties, info);
612 obj.getPropertyInfo(i, properties, propertyInfo);
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp49 // Duplicate any values that are not global when contructing properties from
721 const OptionValueProperties *properties = property->GetValue()->GetAsProperties(); local
722 if (properties)
724 properties->Apropos (keyword, matching_properties);
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs349 public void SetDecoderProperties(byte[] properties) argument
351 if (properties.Length < 5)
353 int lc = properties[0] % 9;
354 int remainder = properties[0] / 9;
361 dictionarySize += ((UInt32)(properties[1 + i])) << (i * 8);
/external/openfst/src/include/fst/
H A Dconst-fst.h32 #include <fst/test-properties.h>
374 uint64 properties = fst.Properties(kCopyProperties, true) | local
376 FstImpl<A>::WriteFstHeader(fst, strm, opts, file_version, type, properties,
413 properties, &hdr, start_offset);
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp53 const SkDeviceProperties& properties)
54 : GrTextContext(context, properties) {
52 GrBitmapTextContext(GrContext* context, const SkDeviceProperties& properties) argument
/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h91 int properties[ NumQuestionTypes]; member in struct:LDP
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... handlerService Throwable t } org/eclipse/equinox/internal/event/ExternalMessages.properties org/eclipse/equinox/internal/event/LogMessages.properties org/eclipse ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar ... eclipse.inf .api_description about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java2029 // We are interested in these properties, but they don't have a simple
2046 * @param properties DOMConfiguraiton properties that were set and which are
2049 protected void initProperties(Properties properties) { argument
2051 for (Enumeration keys = properties.keys(); keys.hasMoreElements();) {
2063 // A quick lookup for the given set of properties (cdata-sections ...)
2080 if ((properties.getProperty(key).endsWith("yes"))) {
2092 // format-pretty-print; set internally on the serializers via xsl:output properties in LSSerializer
2093 if ((properties.getProperty(key).endsWith("yes"))) {
2102 // omit-xml-declaration; set internally on the serializers via xsl:output properties i
[all...]
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc260 const base::DictionaryValue* properties = local
263 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
290 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
318 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
328 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
370 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
376 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
404 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
430 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
455 const base::DictionaryValue* properties local
687 const base::DictionaryValue* properties = local
708 const base::DictionaryValue* properties = local
734 const base::DictionaryValue* properties = local
760 const base::DictionaryValue* properties = local
874 const base::DictionaryValue* properties = local
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc60 // Copies properties from |entry_proto| to |properties|. |shared_with_me| is
64 EntryProperties* properties) {
65 properties->shared_with_me.reset(new bool(shared_with_me));
66 properties->shared.reset(new bool(entry_proto.shared()));
69 properties->file_size.reset(new double(file_info.size()));
70 properties->last_modified_time.reset(new double(
80 properties->thumbnail_url.reset(
85 properties->image_width.reset(
89 properties
62 FillEntryPropertiesValueForDrive(const drive::ResourceEntry& entry_proto, bool shared_with_me, EntryProperties* properties) argument
499 CompleteGetEntryProperties( size_t index, scoped_ptr<EntryProperties> properties, base::File::Error error) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_service_client.cc27 const NetworkingPrivateDelegate::VerificationProperties& properties,
30 data_parts.push_back(properties.device_ssid);
31 data_parts.push_back(properties.device_serial);
32 data_parts.push_back(properties.device_bssid);
33 data_parts.push_back(properties.public_key);
34 data_parts.push_back(properties.nonce);
36 if (!base::Base64Decode(properties.signed_data, &credentials->signed_data)) {
37 LOG(ERROR) << "Failed to decode signed data: " << properties.signed_data;
40 credentials->certificate = properties.certificate;
41 credentials->device_bssid = properties
26 GetVerificationCredentials( const NetworkingPrivateDelegate::VerificationProperties& properties, NetworkingPrivateServiceClient::CryptoVerify::Credentials* credentials) argument
247 SetProperties( const std::string& guid, scoped_ptr<base::DictionaryValue> properties, const VoidCallback& success_callback, const FailureCallback& failure_callback) argument
271 CreateNetwork( bool shared, scoped_ptr<base::DictionaryValue> properties, const StringCallback& success_callback, const FailureCallback& failure_callback) argument
529 AfterGetProperties( ServiceCallbacksID callback_id, const std::string& network_guid, scoped_ptr<base::DictionaryValue> properties, const std::string* error) argument
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc130 // Calls base::win::ValidateShortcut() with expected properties for the
154 // Calls base::win::ValidateShortcut() with expected properties for
205 ShellUtil::ShortcutProperties properties(ShellUtil::CURRENT_USER);
206 product.AddDefaultShortcutProperties(GetExePath(), &properties); local
207 properties.set_shortcut_name(shortcut_name);
209 ShellUtil::SHORTCUT_LOCATION_DESKTOP, GetDistribution(), properties,
220 ShellUtil::ShortcutProperties properties(ShellUtil::SYSTEM_LEVEL);
221 product.AddDefaultShortcutProperties(GetExePath(), &properties); local
223 ShellUtil::SHORTCUT_LOCATION_DESKTOP, distribution, properties,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc87 // Converts the network properties into a JS object.
88 void GetDeviceInfo(const base::DictionaryValue& properties, argument
91 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
93 properties.GetStringWithoutPathExpansion(
98 if (properties.GetDictionaryWithoutPathExpansion(
114 // Use the cached DeviceState properties.
116 if (!properties.GetStringWithoutPathExpansion(
166 const base::DictionaryValue& properties);
215 const base::DictionaryValue& properties);
218 const base::DictionaryValue& properties);
286 GetPropertiesAndStartDataRequest( const content::URLDataSource::GotDataCallback& callback, const std::string& service_path, const base::DictionaryValue& properties) argument
419 GetPropertiesAndCallStatusChanged( MobileActivator::PlanActivationState state, const std::string& error_description, const std::string& service_path, const base::DictionaryValue& properties) argument
547 GetPropertiesAndCallGetDeviceInfo( const std::string& service_path, const base::DictionaryValue& properties) argument
[all...]
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_impl.cc161 // properties _might_ be user configured.
307 const base::DictionaryValue& properties,
317 properties)) {
334 // in |properties| as it is not our own and from an untrusted source.
341 &properties));
489 true /* properties were read from Shill */,
491 NET_LOG_ERROR("Missing identifying properties",
621 base::DictionaryValue* properties) {
623 properties->GetStringWithoutPathExpansion(
628 // Get the IPConfig properties fro
305 CreateConfiguration( const std::string& userhash, const base::DictionaryValue& properties, const network_handler::StringResultCallback& callback, const network_handler::ErrorCallback& error_callback) const argument
619 GetDeviceStateProperties( const std::string& service_path, base::DictionaryValue* properties) argument
[all...]
H A Dnetwork_configuration_handler_unittest.cc143 const base::DictionaryValue& properties,
174 const base::DictionaryValue& properties,
477 const base::DictionaryValue* properties = local
479 if (properties && properties->GetStringWithoutPathExpansion(key, result))
595 base::DictionaryValue properties; local
596 shill_property_util::SetSSID(service_path, &properties);
597 properties.SetStringWithoutPathExpansion(shill::kNameProperty, service_path);
598 properties.SetStringWithoutPathExpansion(shill::kGuidProperty, service_path);
599 properties
142 OnSetProperties(const dbus::ObjectPath& service_path, const base::DictionaryValue& properties, const base::Closure& callback, const ShillClientHelper::ErrorCallback& error_callback) argument
172 OnConfigureService( const dbus::ObjectPath& profile_path, const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ShillClientHelper::ErrorCallback& error_callback) argument
[all...]
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc192 // Validate the "properties" attribute. Each entry maps a key to a schema.
198 *error = "properties must be a dictionary";
580 const base::DictionaryValue* properties = NULL; local
581 if (schema->GetDictionary(schema::kProperties, &properties)) {
582 for (base::DictionaryValue::Iterator it(*properties); !it.IsAtEnd();
631 // Validate pattern properties and additional properties.
647 (properties && properties->HasKey(it.key())))
733 // Any additional properties mus
[all...]
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win.cc108 base::DictionaryValue* properties = NULL; local
111 !dict->GetDictionary(schema::kProperties, &properties)) {
115 for (base::DictionaryValue::Iterator it(*properties);
119 if (properties->GetDictionary(it.key(), &policy_schema) &&
/external/chromium_org/components/storage_monitor/
H A Dportable_device_watcher_win.cc222 base::win::ScopedComPtr<IPortableDeviceProperties> properties; local
223 hr = content->Properties(properties.Receive());
234 if (FAILED(properties->GetValues(object_id.c_str(),
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc26 for (iter = properties.begin(); iter != properties.end(); ++iter) {
36 for (iter = properties.begin(); iter != properties.end(); ++iter) {
37 if (iter != properties.begin())
46 std::map<string, string> properties; member in struct:content::SsrcEntry
554 ssrc1.properties["msid"] = "mymsid";
556 ssrc2.properties["label"] = "mylabel";
557 ssrc2.properties["cname"] = "mycname";
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_chromeos.cc129 BluetoothAdapterClient::Properties* properties =
132 DCHECK(properties);
134 return BluetoothDevice::CanonicalizeAddress(properties->address.value());
141 BluetoothAdapterClient::Properties* properties =
144 DCHECK(properties);
146 return properties->alias.value();
176 BluetoothAdapterClient::Properties* properties =
180 return properties->powered.value();
203 BluetoothAdapterClient::Properties* properties =
207 return properties
322 BluetoothDeviceClient::Properties* properties = local
651 BluetoothAdapterClient::Properties* properties = local
692 BluetoothAdapterClient::Properties* properties = local
[all...]
H A Dbluetooth_device_chromeos.cc57 chromeos::BluetoothDeviceClient::Properties* properties = local
60 DCHECK(properties);
62 std::string modalias = properties->modalias.value();
164 BluetoothDeviceClient::Properties* properties = local
167 DCHECK(properties);
169 return properties->bluetooth_class.value();
173 BluetoothDeviceClient::Properties* properties = local
176 DCHECK(properties);
178 return properties->alias.value();
182 BluetoothDeviceClient::Properties* properties local
216 BluetoothDeviceClient::Properties* properties = local
231 BluetoothDeviceClient::Properties* properties = local
242 BluetoothDeviceClient::Properties* properties = local
252 BluetoothDeviceClient::Properties* properties = local
264 BluetoothDeviceClient::Properties* properties = local
289 BluetoothDeviceClient::Properties* properties = local
498 BluetoothGattServiceClient::Properties* properties = local
[all...]
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc53 BluetoothGattCharacteristic::Properties properties,
57 if (properties == BluetoothGattCharacteristic::kPropertyNone)
60 if (properties & BluetoothGattCharacteristic::kPropertyBroadcast)
62 if (properties & BluetoothGattCharacteristic::kPropertyRead)
64 if (properties & BluetoothGattCharacteristic::kPropertyWriteWithoutResponse) {
68 if (properties & BluetoothGattCharacteristic::kPropertyWrite)
70 if (properties & BluetoothGattCharacteristic::kPropertyNotify)
72 if (properties & BluetoothGattCharacteristic::kPropertyIndicate)
74 if (properties &
79 if (properties
52 PopulateCharacteristicProperties( BluetoothGattCharacteristic::Properties properties, std::vector<apibtle::CharacteristicProperty>* api_properties) argument
[all...]
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.cc63 SocketProperties* properties) {
64 if (properties->name.get()) {
65 socket->set_name(*properties->name.get());
67 if (properties->persistent.get()) {
68 socket->set_persistent(*properties->persistent.get());
70 if (properties->buffer_size.get()) {
73 socket->set_buffer_size(*properties->buffer_size.get());
198 bluetooth_socket::SocketProperties* properties = local
199 params_.get()->properties.get();
200 if (properties) {
62 SetSocketProperties(BluetoothApiSocket* socket, SocketProperties* properties) argument
[all...]
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc328 ScopedComPtr<IPropertyStore> properties;
329 HRESULT hr = device->OpenPropertyStore(STGM_READ, properties.Receive());
333 hr = properties->GetValue(PKEY_Device_FriendlyName, friendly_name.Receive());
372 // Now look at the properties of the connected device node and fetch the
376 ScopedComPtr<IPropertyStore> properties; local
379 FAILED(device_node->OpenPropertyStore(STGM_READ, properties.Receive())) ||
380 FAILED(properties->GetValue(PKEY_Device_InstanceId,

Completed in 2260 milliseconds

1234567891011>>