/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-wps.py | 16 def propertiesChanged(properties): 17 if properties.has_key("State"): 18 print "PropertiesChanged: State: %s" % (properties["State"]) 23 def bssAdded(bss, properties):
|
/libcore/luni/src/main/java/java/util/ |
Properties.java | 49 * A {@code Properties} object is a {@code Hashtable} where the keys and values 51 * {@code Properties} list which specifies the default 52 * values to be used when a given key is not found in this {@code Properties} 56 * <p>Note that in some cases {@code Properties} uses ISO-8859-1 instead of UTF-8. 65 public class Properties extends Hashtable<Object, Object> { 71 private static final String PROP_DTD_NAME = "http://java.sun.com/dtd/properties.dtd"; 74 + " <!ELEMENT properties (comment?, entry*) >" 75 + " <!ATTLIST properties version CDATA #FIXED \"1.0\" >" 81 * The default values for keys not found in this {@code Properties} 84 protected Properties defaults [all...] |
/ndk/build/tools/ |
cleanup-apps.sh | 11 rm -f $projectPath/local.properties
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/ |
applications1.xml | 8 <taskdef resource="proguard/ant/task.properties"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 78 * TODO: For any properties that are *set* in XML, they should NOT be labeled as 102 /** Sorting orders for the properties */ 120 * Get the properties for the given list of selection items. 124 * @return the properties for the given items 137 // intersect properties 158 Property[] properties = mCache.get(node); local 160 properties = null; 162 if (properties == null) { 165 properties = new Property[0] 182 List<XmlProperty> properties = new ArrayList<XmlProperty>(attributeDescriptors.length); local [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaVideoItem.java | 25 import android.media.videoeditor.MediaArtistNativeHelper.Properties; 117 final Properties properties; local 119 properties = mMANativeHelper.getMediaProperties(filename); 131 if ((properties.width > maxInputWidth) || 132 (properties.height > maxInputHeight)) { 136 ", current width:" + properties.width + 137 " height:" + properties.height); 140 if (!properties.profileSupported) { 142 "Unsupported video profile " + properties.profile) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.h | 45 /* start properties */ 46 /* AST returnScopeInterface.properties */ 64 /* start properties */ 65 /* AST returnScopeInterface.properties */ 83 /* start properties */ 84 /* AST returnScopeInterface.properties */ 121 /* ObjC start of actions.(actionScope).properties */ 122 /* ObjC end of actions.(actionScope).properties */ 123 /* ObjC start of properties */ 124 /* AST parserHeaderFile.properties */ [all...] |
/external/chromium/chrome/browser/parsers/ |
metadata_parser.h | 13 // Allows for Iteration on the Properties of a given file. 24 // Gets the number of Properties in this iterator. 48 // Gets an interator allowing you to iterate over all the properties found
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
symbol.tmpl | 26 <properties><for each="property" in="data.properties"> 34 </properties>
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser.h | 14 // Allows for Iteration on the Properties of a given file. 25 // Gets the number of Properties in this iterator. 49 // Gets an interator allowing you to iterate over all the properties found
|
/external/chromium_org/chromeos/network/ |
network_configuration_handler.h | 57 // Gets the properties of the network with id |service_path|. See note on 64 // Sets the properties of the network with id |service_path|. This means the 65 // given properties will be merged with the existing settings, and it won't 66 // clear any existing properties. See note on |callback| and |error_callback|, 70 const base::DictionaryValue& properties, 74 // Removes the properties with the given property paths. If any of them are 78 // though some of the properties may have been cleared. If there are no 85 // Creates a network with the given |properties| in the specified Shill 87 // kProfileProperty must be set in |properties|. See note on |callback| and 92 const base::DictionaryValue& properties, [all...] |
network_state_handler_observer.h | 31 // The default network changed (includes VPNs) or one of its properties 41 // One or more properties of |network| have been updated. Note: this will get 43 // connection state property changes. Use this to track properties like
|
/external/chromium_org/tools/json_schema_compiler/test/ |
functions_on_types.json | 22 "properties": {}, 37 "properties": {}, 61 "properties": {
|
/external/chromium_org/v8/test/mjsunit/ |
mirror-array.js | 57 // Check the mirror properties. 85 // Check that the serialization contains all indexed properties and the length property. 87 for (var i = 0; i < fromJSON.properties.length; i++) { 88 if (fromJSON.properties[i].name == 'length') { 90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property"); 91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON"); 93 var index = parseInt(fromJSON.properties[i].name); 97 // This test assumes that the order of the indexeed properties is in the 101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type'); 107 // Check that the serialization contains all names properties [all...] |
debug-handle.js | 120 for (i in obj.properties) { 121 switch (obj.properties[i].name) { 123 obj.properties[i].ref = handle_o; 127 obj.properties[i].ref = handle_p; 151 for (i in obj.properties) { 152 var ref = obj.properties[i].ref; 154 switch (obj.properties[i].name) { 170 assertEquals(handle_g, obj.properties[i].ref); 180 for (i in obj.properties) { 181 refs.push(obj.properties[i].ref) [all...] |
/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 32 'p', 'props', 'properties': 34 '<properties file>', 35 "properties override file";
|
/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 17 'p', 'props', 'properties': 19 '<properties file>', 20 "properties override file";
|
/external/v8/test/mjsunit/ |
mirror-array.js | 57 // Check the mirror properties. 85 // Check that the serialization contains all indexed properties and the length property. 87 for (var i = 0; i < fromJSON.properties.length; i++) { 88 if (fromJSON.properties[i].name == 'length') { 90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property"); 91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON"); 93 var index = parseInt(fromJSON.properties[i].name); 97 // This test assumes that the order of the indexeed properties is in the 101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type'); 107 // Check that the serialization contains all names properties [all...] |
debug-handle.js | 120 for (i in obj.properties) { 121 switch (obj.properties[i].name) { 123 obj.properties[i].ref = handle_o; 127 obj.properties[i].ref = handle_p; 151 for (i in obj.properties) { 152 var ref = obj.properties[i].ref; 154 switch (obj.properties[i].name) { 170 assertEquals(handle_g, obj.properties[i].ref); 180 for (i in obj.properties) { 181 refs.push(obj.properties[i].ref) [all...] |
/frameworks/base/location/lib/java/com/android/location/provider/ |
ProviderPropertiesUnbundled.java | 22 * This class is an interface to Provider Properties for unbundled applications. 40 private ProviderPropertiesUnbundled(ProviderProperties properties) { 41 mProperties = properties;
|
/packages/apps/Calendar/ |
project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
|
/external/chromium_org/chrome/common/extensions/api/ |
font_settings.json | 14 "properties": { 68 "properties": { 95 "properties": { 115 "properties": { 137 "properties": { 187 "properties": {} 206 "properties": {} 216 "properties": { 238 "properties": { 262 "properties": { [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
elementsPanel.css | 212 .styles-section .properties li.not-parsed-ok { 216 .styles-section.computed-style .properties li.not-parsed-ok { 220 .styles-section .properties li.not-parsed-ok .exclamation-mark { 281 .styles-section .properties { 289 .styles-section.matched-styles .properties { 293 .styles-section.no-affect .properties li { 297 .styles-section.no-affect .properties li.editing { 301 .styles-section.expanded .properties { 305 .styles-section .properties li { 315 .styles-section.computed-style.expanded .properties > li [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 200 // public static Properties getReportProperties (final Properties appProperties, final String reportType) 214 // public static String getReportProperty (final String type, final Map properties, final String key) 216 // if (properties == null) throw new IllegalArgumentException ("null input: properties"); 227 // if (! properties.containsKey (fullKey)) // default to type-neutral lookup 231 // return (String) properties.get (fullKey); 234 // public static String getReportParameter (final String type, final Map properties, final String key, final String def) 236 // final String value = getReportProperty (type, properties, key); 242 public static ParsedProperties parseProperties (final IProperties properties, final String type [all...] |
/external/chromium_org/dbus/ |
object_manager.h | 16 // clients about the objects they export, the properties of those objects, and 21 // This interface is very closely tied to the Properties interface, and uses 31 // dbus::ObjectManager::Interface class, and defining a Properties structure as 37 // struct Properties : public dbus::PropertySet { 43 // Properties(dbus::ObjectProxy* object_proxy, 51 // virtual ~Properties() {} 75 // implemented by the class to create Properties structures on demand. As well 83 // Properties* properties = new Properties( [all...] |