Searched refs:properties (Results 201 - 225 of 827) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new.py36 def propertiesChanged(properties):
37 if properties.has_key("State"):
38 print "PropertiesChanged: State: %s" % (properties["State"])
89 def bssAdded(bss, properties):
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc154 NfcAdapterClient::Properties* properties =
157 if (property_name == properties->powered.name())
158 PoweredChanged(properties->powered.value());
159 else if (property_name == properties->polling.name())
160 PollingChanged(properties->polling.value());
256 NfcAdapterClient::Properties* properties = local
260 if (properties->powered.value())
262 if (properties->polling.value())
300 NfcAdapterClient::Properties* properties = local
303 if (properties
[all...]
/external/chromium_org/base/win/
H A Dshortcut.h24 // Update specified properties only on an existing shortcut.
118 // information given through |properties|.
125 const ShortcutProperties& properties,
129 // This methods tries to resolve selected properties of a shortcut .LNK file.
132 // properties to read. It should be non-0. The resulting data are read into
133 // |properties|, which must not be NULL. The function returns true if all
134 // requested properties are successfully read. Otherwise some reads have failed
135 // and intermediate values written to |properties| should be ignored.
138 ShortcutProperties* properties);
/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client.h58 const base::DictionaryValue& properties) = 0;
60 // Adds a service to the profile, copying properties from the
67 // Copies properties from the ShillServiceClient entry matching
76 // Sets |properties| to the entry for |service_path|, sets |profile_path|
81 base::DictionaryValue* properties) = 0;
H A Dfake_shill_manager_client.h52 const base::DictionaryValue& properties,
57 const base::DictionaryValue& properties,
61 const base::DictionaryValue& properties,
64 virtual void VerifyDestination(const VerificationProperties& properties,
68 const VerificationProperties& properties,
73 const VerificationProperties& properties,
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);
234 const base::DictionaryValue& properties,
242 if (!properties.GetString(shill::kGuidProperty, &guid) ||
243 !properties.GetString(shill::kTypeProperty, &type)) {
245 // If the properties aren't filled out completely, then just return an empty
258 properties
233 ConfigureService( const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ErrorCallback& error_callback) argument
298 ConfigureServiceForProfile( const dbus::ObjectPath& profile_path, const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ErrorCallback& error_callback) argument
311 GetService( const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ErrorCallback& error_callback) argument
319 VerifyDestination( const VerificationProperties& properties, const BooleanCallback& callback, const ErrorCallback& error_callback) argument
326 VerifyAndEncryptCredentials( const VerificationProperties& properties, const std::string& service_path, const StringCallback& callback, const ErrorCallback& error_callback) argument
335 VerifyAndEncryptData( const VerificationProperties& properties, const std::string& data, const StringCallback& callback, const ErrorCallback& error_callback) argument
537 const base::DictionaryValue* properties = local
890 const base::DictionaryValue* properties = local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcoffeescript.js15 var properties = /^(@|this\.)[_A-Za-z$][_A-Za-z$0-9]*/;
155 if (stream.match(properties)) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextContext.cpp15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : argument
16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-error.js57 // Check the mirror properties.
69 for (var i in fromJSON.properties) {
70 var p = fromJSON.properties[i];
/external/freetype/src/autofit/
H A Dafblue.hin126 FT_UShort properties;
/external/protobuf/gtest/test/
H A Dgtest_stress_test.cc67 void ExpectKeyAndValueWereRecordedForId(const Vector<TestProperty>& properties, argument
71 const TestProperty* property = properties.FindIf(matches_key);
/external/skia/src/gpu/
H A DGrTextContext.cpp15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : argument
16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRuntimeModel.js217 // There is no expression, so the completion should happen against global properties.
360 * @param {!Array.<string>} properties
362 _reportCompletions: function(completionsReadyCallback, dotNotation, bracketNotation, expressionString, prefix, properties) {
375 properties = properties.concat(keywords);
378 properties.sort();
380 for (var i = 0; i < properties.length; ++i) {
381 var property = properties[i];
/external/smali/baksmali/
H A DAndroid.mk47 #create a new baksmali.properties file using the correct version
48 $(intermediates)/resources/baksmali.properties:
52 LOCAL_JAVA_RESOURCE_FILES := $(intermediates)/resources/baksmali.properties
/external/smali/smali/
H A DAndroid.mk53 #create a new smali.properties file using the correct version
54 $(intermediates)/resources/smali.properties:
58 LOCAL_JAVA_RESOURCE_FILES := $(intermediates)/resources/smali.properties
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimations.cpp136 PropertySet properties = keyframeEffect.properties(); local
138 if (properties.isEmpty())
141 for (PropertySet::const_iterator it = properties.begin(); it != properties.end(); ++it) {
414 PropertySet properties = effect.properties(); local
415 ASSERT(!properties.isEmpty());
416 for (PropertySet::iterator it = properties.begin(); it != properties
[all...]
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js427 axs.constants.ARIA_ROLES = {alert:{namefrom:["author"], parent:["region"]}, alertdialog:{namefrom:["author"], namerequired:!0, parent:["alert", "dialog"]}, application:{namefrom:["author"], namerequired:!0, parent:["landmark"]}, article:{namefrom:["author"], parent:["document", "region"]}, banner:{namefrom:["author"], parent:["landmark"]}, button:{childpresentational:!0, namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded", "aria-pressed"]}, checkbox:{namefrom:["contents",
428 "author"], namerequired:!0, parent:["input"], requiredProperties:["aria-checked"], properties:["aria-checked"]}, columnheader:{namefrom:["contents", "author"], namerequired:!0, parent:["gridcell", "sectionhead", "widget"], properties:["aria-sort"]}, combobox:{mustcontain:["listbox", "textbox"], namefrom:["author"], namerequired:!0, parent:["select"], requiredProperties:["aria-expanded"], properties:["aria-expanded", "aria-autocomplete", "aria-required"]}, command:{"abstract":!0, namefrom:["author"],
429 parent:["widget"]}, complementary:{namefrom:["author"], parent:["landmark"]}, composite:{"abstract":!0, childpresentational:!1, namefrom:["author"], parent:["widget"], properties:["aria-activedescendant"]}, contentinfo:{namefrom:["author"], parent:["landmark"]}, definition:{namefrom:["author"], parent:["section"]}, dialog:{namefrom:["author"], namerequired:!0, parent:["window"]}, directory:{namefrom:["contents", "author"], parent:["list"]}, document:{namefrom:[" author"], namerequired:!0, parent:["structure"],
430 properties:["aria-expanded"]}, form:{namefrom:["author"], parent:["landmark"]}, grid:{mustcontain:["row", "rowgroup"], namefrom:["author"], namerequired:!0, parent:["composite", "region"], properties:["aria-level", "aria-multiselectable", "aria-readonly"]}, gridcell:{namefrom:["contents", "author"], namerequired:!0, parent:["section", "widget"], properties:["aria-readonly", "aria-required", "aria-selected"]}, group:{namefrom:[" author"], parent:["section"], properties:["aria-activedescendant"]},
431 heading:{namerequired:!0, parent:["sectionhead"], properties
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler_unittest.cc145 const base::DictionaryValue& properties,
176 const base::DictionaryValue& properties,
479 const base::DictionaryValue* properties = local
481 if (properties && properties->GetStringWithoutPathExpansion(key, result))
597 base::DictionaryValue properties; local
598 shill_property_util::SetSSID(service_path, &properties);
599 properties.SetStringWithoutPathExpansion(shill::kNameProperty, service_path);
600 properties.SetStringWithoutPathExpansion(shill::kGuidProperty, service_path);
601 properties
144 OnSetProperties(const dbus::ObjectPath& service_path, const base::DictionaryValue& properties, const base::Closure& callback, const ShillClientHelper::ErrorCallback& error_callback) argument
174 OnConfigureService( const dbus::ObjectPath& profile_path, const base::DictionaryValue& properties, const ObjectPathCallback& callback, const ShillClientHelper::ErrorCallback& error_callback) argument
[all...]
H A Dnetwork_cert_migrator_unittest.cc122 const base::DictionaryValue* properties = local
124 properties->GetStringWithoutPathExpansion(shill::kEapCaCertNssProperty,
127 properties->GetListWithoutPathExpansion(shill::kEapCaCertPemProperty,
153 const base::DictionaryValue* properties = local
156 properties->GetDictionaryWithoutPathExpansion(shill::kProviderProperty,
H A Dshill_property_handler.h35 // requests properties for new devices/networks. It takes a Listener in its
36 // constructor (e.g. NetworkStateHandler) that it calls when properties change
53 // Called when the properties for a managed state have changed.
57 const base::DictionaryValue& properties) = 0;
79 const base::DictionaryValue& properties) = 0;
88 // Called when a managed state list has changed, after properties for any
107 // Requests all Manager properties. Called from Init() and any time
108 // properties that do not signal changes might have been updated (e.g.
134 // Requests all properties for the service or device (called for new items).
146 // Callback for dbus method fetching properties
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoEncoder.java165 EncoderProperties properties = findVp8HwEncoder();
166 if (properties == null) {
175 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
180 mediaCodec = MediaCodec.createByCodecName(properties.codecName);
187 colorFormat = properties.colorFormat;
/external/chromium_org/tools/json_schema_compiler/
H A Dmodel_test.py61 sorted(self.tabs.types['Tab'].properties.keys()))
64 string_prop = self.tabs.types['Tab'].properties['status']
67 integer_prop = self.tabs.types['Tab'].properties['id']
70 array_prop = self.windows.types['Window'].properties['tabs']
82 sorted(object_prop.type_.properties.keys()))
90 ['properties']['permissions']['type']) = 'something'
/external/chromium_org/ui/base/x/
H A Dselection_owner.cc39 unsigned char* properties = NULL; local
54 &properties);
61 XFree(properties);
65 Atom* atom_properties = reinterpret_cast<Atom*>(properties);
69 XFree(properties);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... 0_r2/s?defs= " (java.util.Properties) java.util.Properties options public void " href= ...
/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc62 void SetIdKeyValue(base::DictionaryValue* properties, argument
66 properties->SetString(key, id.string_uid);
68 properties->SetInteger(key, id.uid);
627 base::DictionaryValue* properties = new base::DictionaryValue(); local
628 SetIdKeyValue(properties, "menuItemId", item->id());
630 SetIdKeyValue(properties, "parentMenuItemId", *item->parent_id());
634 properties->SetString("mediaType", "image");
637 properties->SetString("mediaType", "video");
640 properties->SetString("mediaType", "audio");
645 AddURLProperty(properties, "linkUr
[all...]

Completed in 853 milliseconds

1234567891011>>