Searched defs:properties (Results 251 - 275 of 412) sorted by relevance

<<11121314151617

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_prefs_browsertest.cc443 const base::DictionaryValue* properties = NULL; local
444 ASSERT_TRUE((*indicator)->GetAsDictionary(&properties));
449 EXPECT_TRUE(properties->GetString("value", &indicator_value));
450 EXPECT_TRUE(properties->GetString("controlledBy",
452 EXPECT_TRUE(properties->GetBoolean("readOnly", &indicator_readonly));
453 EXPECT_TRUE(properties->GetBoolean("visible", &indicator_visible));
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc310 PROPSPEC properties[] = {{PRSPEC_PROPID, PID_IS_ICONFILE}}; local
317 if (FAILED(property_storage->ReadMultiple(1, properties, output.Receive())) ||
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_device_client.cc225 Properties* properties = new Properties(base::Bind( local
229 properties->address.ReplaceValue(kPairedDeviceAddress);
230 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass);
231 properties->name.ReplaceValue("Fake Device (Name)");
232 properties->alias.ReplaceValue(kPairedDeviceName);
233 properties->paired.ReplaceValue(true);
234 properties->trusted.ReplaceValue(true);
235 properties->adapter.ReplaceValue(
241 properties->uuids.ReplaceValue(uuids);
243 properties
287 Properties* properties = GetProperties(object_path); local
330 Properties* properties = GetProperties(object_path); local
444 Properties* properties = GetProperties(object_path); local
648 Properties* properties = iter->second; local
952 Properties* properties = GetProperties(object_path); local
996 AddInputDeviceIfNeeded( const dbus::ObjectPath& object_path, Properties* properties) argument
1017 Properties* properties = iter->second; local
[all...]
H A Dfake_shill_manager_client.cc57 const base::DictionaryValue* properties = local
59 if (!properties) {
64 properties->GetString(shill::kTypeProperty, &type);
69 properties->GetBoolean(shill::kVisibleProperty, &visible);
75 properties->GetString(shill::kStateProperty, &state);
235 const base::DictionaryValue& properties,
243 if (!properties.GetString(shill::kGuidProperty, &guid) ||
244 !properties.GetString(shill::kTypeProperty, &type)) {
246 // If the properties aren't filled out completely, then just return an empty
259 properties
234 ConfigureService( const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ErrorCallback& error_callback) argument
300 ConfigureServiceForProfile( const dbus::ObjectPath& profile_path, const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ErrorCallback& error_callback) argument
313 GetService( const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ErrorCallback& error_callback) argument
321 VerifyDestination( const VerificationProperties& properties, const BooleanCallback& callback, const ErrorCallback& error_callback) argument
328 VerifyAndEncryptCredentials( const VerificationProperties& properties, const std::string& service_path, const StringCallback& callback, const ErrorCallback& error_callback) argument
337 VerifyAndEncryptData( const VerificationProperties& properties, const std::string& data, const StringCallback& callback, const ErrorCallback& error_callback) argument
557 const base::DictionaryValue* properties = local
961 const base::DictionaryValue* properties = local
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_state_handler.cc489 const base::DictionaryValue& properties) {
503 UpdateNetworkStateProperties(managed->AsNetworkState(), properties);
506 for (base::DictionaryValue::Iterator iter(properties);
510 managed->InitialPropertiesReceived(properties);
517 const base::DictionaryValue& properties) {
521 for (base::DictionaryValue::Iterator iter(properties);
526 network_property_updated |= network->InitialPropertiesReceived(properties);
532 // Signal connection state changed after all properties have been updated.
558 // If the connection state changes, other properties such as IPConfig
642 const base::DictionaryValue& properties) {
486 UpdateManagedStateProperties( ManagedState::ManagedType type, const std::string& path, const base::DictionaryValue& properties) argument
515 UpdateNetworkStateProperties( NetworkState* network, const base::DictionaryValue& properties) argument
638 UpdateIPConfigProperties( ManagedState::ManagedType type, const std::string& path, const std::string& ip_config_path, const base::DictionaryValue& properties) argument
[all...]
/external/chromium_org/components/policy/core/common/
H A Dschema.cc160 const PropertiesNode* properties(int index) const { function in class:policy::Schema::InternalStorage
385 const base::DictionaryValue* properties = NULL; local
386 if (schema.GetDictionary(schema::kProperties, &properties)) {
387 for (base::DictionaryValue::Iterator it(*properties);
518 const base::DictionaryValue* properties = NULL; local
519 if (schema.GetDictionary(schema::kProperties, &properties)) {
520 // This and below reserves nodes for all of the |properties|, and makes sure
523 property_nodes_.resize(property_nodes_.size() + properties->size());
535 if (properties != NULL) {
539 for (base::DictionaryValue::Iterator it(*properties);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DScriptFormatterWorker.js237 properties: [],
289 rule.properties.push(property);
293 rule.properties.push(property);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_cache.js8 * MetadataCache is a map from Entry to an object containing properties.
9 * Properties are divided by types, and all properties of one type are accessed
11 * Some of the properties:
54 * |properties| - an hierarchical object of values, and an object for each
314 if (!refresh && type in item.properties) {
316 setTimeout(callback.bind(null, item.properties[type]), 0);
335 if (type in item.properties) {
337 // Got properties from provider.
338 callback(item.properties[type]);
344 var onProviderProperties = function(properties) {
[all...]
/external/chromium_org/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc121 // Load properties array.
122 Register properties = scratch0; local
123 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
124 // Check that the properties array is a dictionary.
125 __ ldr(map, FieldMemOperand(properties, HeapObject::kMapOffset));
126 Register tmp = properties;
132 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
136 masm, miss_label, &done, receiver, properties, name, scratch1);
398 // The properties must be extended before we can store the value.
399 // We jump to a runtime call that extends the properties arra
[all...]
/external/chromium_org/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc45 // Load properties array.
46 Register properties = scratch0; local
47 __ Ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
48 // Check that the properties array is a dictionary.
49 __ Ldr(map, FieldMemOperand(properties, HeapObject::kMapOffset));
53 masm, miss_label, &done, receiver, properties, name, scratch1);
443 // The properties must be extended before we can store the value.
444 // We jump to a runtime call that extends the properties array.
472 // Adjust for the number of properties stored in the object. Even in the
474 // object and the number of in-object properties i
[all...]
/external/chromium_org/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc120 // Load properties array.
121 Register properties = scratch0; local
122 __ lw(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
123 // Check that the properties array is a dictionary.
124 __ lw(map, FieldMemOperand(properties, HeapObject::kMapOffset));
125 Register tmp = properties;
130 __ lw(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
134 masm, miss_label, &done, receiver, properties, name, scratch1);
393 // The properties must be extended before we can store the value.
394 // We jump to a runtime call that extends the properties arra
[all...]
/external/chromium_org/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc120 // Load properties array.
121 Register properties = scratch0; local
122 __ ld(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
123 // Check that the properties array is a dictionary.
124 __ ld(map, FieldMemOperand(properties, HeapObject::kMapOffset));
125 Register tmp = properties;
130 __ ld(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
134 masm, miss_label, &done, receiver, properties, name, scratch1);
393 // The properties must be extended before we can store the value.
394 // We jump to a runtime call that extends the properties arra
[all...]
/external/chromium_org/v8/test/mjsunit/es7/
H A Dobject-observe.js844 // Observing named properties.
902 // Observing indexed properties.
960 // Observing symbol properties (not).
1139 var properties = ["a", "1", 1, "length", "setPrototype", "name", "caller"]; variable
1148 for (var i in objects) for (var j in properties) {
1150 var prop = properties[j];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... p2.jarprocessor.JarProcessor processor java.util.Properties properties org.eclipse.internal.provisional.equinox ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
H A DmetadataRepository-ant.jar ... name boolean compressed boolean failOnExists java.util.Map properties public void " href="/5.1.0_r1/s? ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... plugin.xml .api_description about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar ... -INF/eventBus.xml about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java103 private static final Image m_plusImage = DesignerPlugin.getImage("properties/plus.gif");
104 private static final Image m_minusImage = DesignerPlugin.getImage("properties/minus.gif");
685 // redraw, we reconfigure scrolling only if list of properties was changed, so we should redraw
788 public void setInput(Property[] properties) { argument
789 m_rawProperties = properties;
807 // set new properties
821 // expand properties using history
861 // filter out hidden properties
865 // filter out advanced properties
896 * @return the count of properties i
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMaps.java690 * @param properties a {@code Properties} object to be converted
691 * @return an immutable map containing all the entries in {@code properties}
699 Properties properties) {
702 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements();) {
704 builder.put(key, properties.getProperty(key));
907 * other properties of the map, such as iteration order, are left intact. For
956 * function. All other properties of the map, such as iteration order, are
1012 * <p>All other properties of the transformed map, such as iteration order,
1073 * <p>All other properties of the transformed map, such as iteration order,
1140 * following properties
698 fromProperties( Properties properties) argument
[all...]
/external/libsepol/src/
H A Dwrite.c1094 uint32_t properties = 0; local
1102 properties |= TYPEDATUM_PROPERTY_PRIMARY;
1105 properties |= TYPEDATUM_PROPERTY_ATTRIBUTE;
1108 properties |= TYPEDATUM_PROPERTY_ALIAS;
1112 properties |= TYPEDATUM_PROPERTY_PERMISSIVE;
1114 buf[items++] = cpu_to_le32(properties);
/external/openfst/src/include/fst/
H A Dcache.h789 uint64 properties = impl_->Properties(); local
792 properties &= ~kNotAcceptor;
795 properties &= ~kIEpsilons;
797 properties &= ~kEpsilons;
801 properties &= ~kOEpsilons;
804 properties &= ~kWeighted;
807 properties |= kNotAcceptor;
808 properties &= ~kAcceptor;
812 properties |= kIEpsilons;
813 properties
[all...]
H A Dcompact-fst.h37 #include <fst/test-properties.h>
84 // // Return the properties that are always true for an fst
981 uint64 properties = copy_properties | local
983 FstImpl<A>::WriteFstHeader(fst, strm, opts, file_version, type, properties,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h25 #include "fst/lib/properties.h"
91 void SetProperties(uint64 properties) { properties_ = properties; } argument
138 // If test=false, return stored properties bits for mask (some poss. unknown)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp278 menu->addAction(tr("Properties"), this, SLOT(properties()));
1586 void Peers::properties() function in class:Peers
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jar ... .CoreException protected static void setStaticAntProperties (java.util.Properties) java.util.Properties properties public static java. ...

Completed in 8360 milliseconds

<<11121314151617