Searched refs:properties (Results 51 - 75 of 886) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-for.js41 function TestForIn(properties, handler) {
42 TestWithProxies(TestForIn2, properties, handler)
45 function TestForIn2(create, properties, handler) {
49 assertArrayEquals(properties, found)
84 function TestForInDerived(properties, handler) {
85 TestWithProxies(TestForInDerived2, properties, handler)
88 function TestForInDerived2(create, properties, handler) {
94 assertArrayEquals(["z"].concat(properties), found)
100 assertArrayEquals(["y", "z"].concat(properties), found)
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) argument
31 if (properties.IsEmpty())
39 CPropVariant *values = new CPropVariant[properties.Size()];
43 for(i = 0; i < properties.Size(); i++)
45 const CProperty &property = properties[i];
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-object.js56 // Check the mirror properties.
69 var properties = mirror.properties();
70 assertEquals(names.length, properties.length);
71 for (var i = 0; i < properties.length; i++) {
72 assertTrue(properties[i] instanceof debug.Mirror, 'Unexpected mirror hierarchy');
73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierarchy');
74 assertEquals('property', properties[i].type(), 'Unexpected mirror type');
75 assertEquals(names[i], properties[i].name(), 'Unexpected property name');
89 // If the object has some special properties do
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.h46 // Configures a network with a dictionary of Shill properties, then sends a
50 const base::DictionaryValue& properties,
54 // Shill properties and sends a connect request if the configuration succeeds.
56 ASH_EXPORT void CreateConfigurationAndConnect(base::DictionaryValue* properties,
60 // Shill properties. The profile used is determined by |shared|.
61 ASH_EXPORT void CreateConfiguration(base::DictionaryValue* properties,
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dtts_background.js23 * @param {Object} properties Speech properties to use for this utterance.
25 cvox.Utterance = function(textString, properties) {
27 this.properties = properties;
193 * The list of properties allowed to be passed to the chrome.tts.speak API.
215 textString, queueMode, properties) {
216 goog.base(this, 'speak', textString, queueMode, properties);
218 if (!properties) {
219 properties
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthConsumer.java48 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthConsumer
51 return properties.get(name);
55 properties.put(name, value);
/external/chromium_org/extensions/renderer/resources/
H A Dextension_custom_bindings.js38 apiFunctions.setHandleRequest('getViews', function(properties) {
41 if (properties) {
42 if (properties.type != null) {
43 type = properties.type;
45 if (properties.windowId != null) {
46 windowId = properties.windowId;
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_io_surface.cc43 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; local
44 properties.reset(CFDictionaryCreateMutable(kCFAllocatorDefault,
48 AddIntegerValue(properties, kIOSurfaceWidth, size.width());
49 AddIntegerValue(properties, kIOSurfaceHeight, size.height());
50 AddIntegerValue(properties,
53 AddIntegerValue(properties,
58 AddBooleanValue(properties, kIOSurfaceIsGlobal, true);
60 base::ScopedCFTypeRef<IOSurfaceRef> io_surface(IOSurfaceCreate(properties));
H A Dimage_transport_surface_iosurface_mac.cc61 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; local
62 properties.reset(CFDictionaryCreateMutable(kCFAllocatorDefault,
66 AddIntegerValue(properties,
69 AddIntegerValue(properties,
72 AddIntegerValue(properties,
74 AddBooleanValue(properties,
79 io_surface_.reset(IOSurfaceCreate(properties));
/external/chromium_org/ui/ozone/platform/dri/
H A Dscoped_drm_types.cc28 drmModeObjectProperties* properties) const {
29 drmModeFreeObjectProperties(properties);
/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...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_tts.js25 * Default value for TTS properties.
26 * Note that these as well as the subsequent properties might be different
40 * Min value for TTS properties.
53 * Max value for TTS properties.
66 * Step value for TTS properties.
106 * Default TTS properties for this TTS engine.
114 cvox.AbstractTts.prototype.speak = function(textString, queueMode, properties) {
147 * Merges the given properties with the default ones. Always returns a
150 * @param {Object=} properties The properties t
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dgcs_file_system_provider.py74 properties = dict(line.strip().split('=', 1) for line in token_file)
75 use_local_fs = properties.get('use_local_fs', 'False')=='True'
76 debug_access_token = properties.get('access_token', None)
77 debug_bucket_prefix = properties.get('remote_bucket_prefix', None)
/external/chromium_org/chromeos/network/
H A Dshill_property_util.h24 // Sets the |ssid| in |properties|.
26 base::DictionaryValue* properties);
28 // Returns the SSID from |properties| in UTF-8 encoding. If |unknown_encoding|
31 const base::DictionaryValue& properties,
34 // Returns the GUID (if available), SSID, or Name from |properties|. Only used
37 const base::DictionaryValue& properties);
39 // Returns the name for the network represented by the Shill |properties|. For
43 const base::DictionaryValue& properties);
60 // Copy configuration properties required by Shill to identify a network in the
67 // required properties coul
[all...]
H A Dgeolocation_handler_unittest.cc48 base::DictionaryValue properties; local
54 properties.SetStringWithoutPathExpansion(
56 properties.SetStringWithoutPathExpansion(
58 properties.SetStringWithoutPathExpansion(
60 manager_test_->AddGeoNetwork(shill::kTypeWifi, properties);
/external/chromium_org/components/wifi/
H A Dwifi_test.cc59 base::DictionaryValue properties; local
61 wifi_service_->GetProperties(network_guid_list[0], &properties, &error);
62 VLOG(0) << error << ":\n" << properties; local
146 base::DictionaryValue properties; local
148 wifi_service_->GetProperties(network_guid, &properties, &error);
149 VLOG(0) << error << ":\n" << properties; local
154 // Optional properties (frequency, password) to use for connect or create.
155 scoped_ptr<base::DictionaryValue> properties(new base::DictionaryValue());
160 properties->SetInteger("WiFi.Frequency", value);
166 properties
[all...]
/external/chromium_org/content/browser/resources/media/
H A Dplayer_info.js13 * A class that keeps track of properties on a media player.
18 // The current value of the properties for this player.
19 this.properties = {};
20 // All of the past (and present) values of the properties.
49 this.properties[key] = value;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_characteristic.cc21 Properties properties,
18 Create( const BluetoothUUID& uuid, const std::vector<uint8>& value, Properties properties, Permissions permissions) argument
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record_utils_chromeos.h25 // Converts an NDEF record D-Bus properties structure to an NfcNdefRecord
30 const NfcRecordClient::Properties* properties,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8BlobCustom.cpp55 V8BlobCustomHelpers::ParsedProperties properties(false);
63 if (!properties.parseBlobPropertyBag(info[1], "Blob", exceptionState, info.GetIsolate())) {
70 blobData->setContentType(properties.contentType());
71 if (!V8BlobCustomHelpers::processBlobParts(v8::Local<v8::Object>::Cast(info[0]), properties.normalizeLineEndingsToNative(), *blobData, info.GetIsolate()))
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchResult.h60 RefPtrWillBeMember<StylePropertySet> properties; member in struct:blink::MatchedProperties
86 void addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
104 return a.properties == b.properties && a.m_types.linkMatchType == b.m_types.linkMatchType;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DKeyframeList.cpp68 // We have to rebuild the properties list from scratch.
72 for (HashSet<CSSPropertyID>::const_iterator it = currKeyframe.properties().begin(); it != currKeyframe.properties().end(); ++it)
76 for (HashSet<CSSPropertyID>::const_iterator it = keyframe.properties().begin(); it != keyframe.properties().end(); ++it)
/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java36 public static Logger create (final String appName, final IProperties properties, final Logger base) argument
38 if (properties == null)
39 throw new IllegalArgumentException ("null input: properties");
45 final String _level = properties.getProperty (PROPERTY_VERBOSITY_LEVEL,
54 final String _filter = properties.getProperty (PROPERTY_VERBOSITY_FILTER);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DKvmSerializable.java30 * Provides get and set methods for properties. Can be used to replace
43 * @return the number of serializable properties
62 * @param properties
68 void getPropertyInfo(int index, Hashtable properties, PropertyInfo info); argument
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py37 def interfaceAdded(interface, properties):
38 print "InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname'])
43 def propertiesChanged(properties):
44 for i in properties:
45 print "PropertiesChanged: %s=%s" % (i, properties[i])
92 def bssAdded(bss, properties):
105 def networkAdded(network, properties):
114 def propertiesChangedInterface(properties):
115 for i in properties:
116 print "PropertiesChanged(interface): %s=%s" % (i, properties[
[all...]

Completed in 4934 milliseconds

1234567891011>>