HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 301 - 325 of 6891) sorted by null

<<11121314151617181920>>

  /development/samples/CrossCompatibility/
build.xml 4 <!-- The local.properties file is created and updated by the 'android' tool.
7 <property file="local.properties" />
9 <!-- The build.properties file can be created by you and is never touched
12 Here are some properties you may want to change/update:
22 Properties related to the SDK location or the project target should be updated
29 <property file="build.properties" />
31 <!-- The default.properties file is created and updated by the 'android' tool, as well
35 <property file="default.properties" />
51 <!-- Execute the Android Setup task that will setup some properties specific to the target,
62 This will ensure that the properties are setup correctly but that your customize
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 40 /* start properties */
41 /* AST returnScopeInterface.properties */
59 /* start properties */
60 /* AST returnScopeInterface.properties */
97 /* ObjC start of actions.(actionScope).properties */
98 /* ObjC end of actions.(actionScope).properties */
99 /* ObjC start of properties */
100 /* AST parserHeaderFile.properties */
101 /* AST super.properties */
104 /* ObjC end of properties */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 29 import java.util.Properties;
38 * This class is a factory to generate a set of default properties
41 * The properties generated by this factory
50 * that can be used to set non-standard property values on a java.util.Properties object
56 * properties value is a the number of whitespaces to indent by per
190 /** property file for default XML properties */
191 private static final String PROP_FILE_XML = "output_xml.properties";
192 /** property file for default TEXT properties */
193 private static final String PROP_FILE_TEXT = "output_text.properties";
194 /** property file for default HTML properties */
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_input_client.cc 20 BluetoothInputClient::Properties::Properties(
28 BluetoothInputClient::Properties::~Properties() {
63 Properties* properties = new Properties( variable
69 return static_cast<dbus::PropertySet*>(properties);
73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
75 return static_cast<Properties*>(
    [all...]
nfc_device_client.h 30 // Structure of properties associated with an NFC device.
31 struct Properties : public NfcPropertySet {
36 Properties(dbus::ObjectProxy* object_proxy,
38 virtual ~Properties();
68 // Obtain the properties for the NFC device with object path |object_path|;
70 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
74 // containing the NFC Record properties which will be assigned to the
75 // resulting record object and pushed to the device. The properties are
78 // NfcRecordClient::Properties). |attributes| should at least contain a
79 // "Type" plus any other properties associated with that type. For example
    [all...]
nfc_tag_client.h 30 // Structure of properties associated with an NFC tag.
31 struct Properties : public NfcPropertySet {
47 Properties(dbus::ObjectProxy* object_proxy,
49 virtual ~Properties();
79 // Obtain the properties for the NFC tag with object path |object_path|; any
81 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
85 // containing the NFC Record properties which will be assigned to the
86 // resulting record object and written to the tag. The properties are defined
89 // NfcRecordClient::Properties). |attributes| should at least contain a
90 // "Type" plus any other properties associated with that type. For example
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 47 public ComplexProperty(String title, String text, Property[] properties) {
52 setProperties(properties);
89 * @return the sub-properties.
96 * Sets the sub-properties.
98 public void setProperties(Property[] properties) {
99 m_properties = properties;
103 * Sets the sub-properties.
105 public void setProperties(List<Property> properties) {
106 Property[] propertiesArray = properties.toArray(new Property[properties.size()])
    [all...]
  /external/emma/core/java12/com/vladium/util/
Property.java 20 import java.util.Properties;
56 public static Properties combine (final Properties overrides, final Properties base)
74 final Properties result = new XProperties (base);
91 * Creates a set of properties for an application with a given namespace.
97 * @return application properties [never null, a new instance is created
100 public static Properties getAppProperties (final String namespace, final ClassLoader loader)
103 throw new IllegalArgumentException ("null properties: appNameLC");
105 final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader)
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 25 import java.util.Properties;
28 * A pool of OAuthConsumers that are constructed from Properties. Each consumer
29 * has a name, which is a property of the OAuthConsumer. Other properties come
30 * from Properties whose names are prefixed with the consumer's name. For
31 * example, a consumer's credentials come from properties named
48 public static Properties getProperties(URL source) throws IOException {
51 Properties p = new Properties();
64 public ConsumerProperties(Properties consumerProperties) {
68 private final Properties consumerProperties
    [all...]
OAuthConsumer.java 25 * Properties of an OAuth Consumer. Properties may be added freely, e.g. to
48 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/objenesis/tck/src/org/objenesis/tck/
CandidateLoader.java 21 import java.util.Properties;
24 * Loads a set of candidate classes from a properties file into the TCK. <p/> The properties file
81 * @param inputStream Stream containing the properties
85 // Properties contains a convenient key=value parser, however it stores
87 // So, we create a special Properties instance that writes its
89 Properties properties = new Properties() { local
96 properties.load(inputStream)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h 26 #include "core/svg/properties/SVGAnimatedProperty.h"
37 Vector<RefPtr<SVGAnimatedProperty> > properties; member in struct:WebCore::SVGElementAnimatedProperties
74 ASSERT(animatedTypes[0].properties.size() == 1);
75 const typename AnimValType::ContentType& animatedType = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->currentBaseValue();
85 ASSERT(animatedTypes[0].properties.size() == 1);
89 animatedTypeValue = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->currentBaseValue();
97 ASSERT(animatedTypes[0].properties.size() == 1);
104 ASSERT(animatedTypes[0].properties.size() == 1);
111 ASSERT(animatedTypes[0].properties.size() == 1);
119 ASSERT(animatedTypes[0].properties.size() == 2)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
ppapi_generator_test.py 85 self.namespace.types['MyType'].properties['int_single']))
87 self.namespace.types['MyType'].properties['int_array']))
89 self.namespace.types['MyType'].properties['optional_int']))
91 self.namespace.types['MyType'].properties['optional_int_array']))
93 self.namespace.types['MyType'].properties['double_single']))
95 self.namespace.types['MyType'].properties['double_array']))
97 self.namespace.types['MyType'].properties['optional_double']))
99 self.namespace.types['MyType'].properties['optional_double_array']))
101 self.namespace.types['MyType'].properties['string']))
103 self.namespace.types['MyType'].properties['string_array'])
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
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];
  /frameworks/base/docs/downloads/training/
ActivityLifecycle.zip 
  /external/chromium_org/components/wifi/
wifi_service.h 45 // Get Properties of network identified by |network_guid|. Populates
46 // |properties| on success, |error| on failure.
48 DictionaryValue* properties,
51 // Gets the merged properties of the network with id |network_guid| from the
59 // Get the cached read-only properties of the network with id |network_guid|.
62 // returns a subset of the properties returned by |GetProperties|. Populates
63 // |properties| on success, |error| on failure.
65 DictionaryValue* properties,
68 // Set Properties of network identified by |network_guid|. Populates |error|
71 scoped_ptr<base::DictionaryValue> properties,
    [all...]
wifi_test.cc 129 DictionaryValue properties; local
131 wifi_service->GetProperties(network_guid, &properties, &error);
132 VLOG(0) << error << ":\n" << properties; local
137 // Optional properties (frequency, password) to use for connect or create.
138 scoped_ptr<DictionaryValue> properties(new DictionaryValue());
143 properties->SetInteger("WiFi.Frequency", value);
149 properties->SetString("WiFi.Passphrase", password);
152 properties->SetString("WiFi.Security", security);
158 properties->SetString("WiFi.SSID", network_guid);
159 VLOG(0) << "Creating Network: " << *properties;
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
font_settings.json 14 "properties": {
51 "properties": {
78 "properties": {
98 "properties": {
116 "properties": {
166 "properties": {}
185 "properties": {}
195 "properties": {
213 "properties": {
237 "properties": {
    [all...]
  /external/openfst/src/include/fst/
test-properties.h 1 // test-properties.h
45 // Tests compatibility between two sets of properties
64 // Computes FST property values defined in properties.h. The value of
67 // the properties specifically requested in the mask, certain other
68 // properties may be determined (those with little additional expense)
70 // known properties (whether true or false) determined by this
72 // If 'use_stored' is true, pre-computed FST properties may be used
74 // is used to implement fst.Properties(mask, true).
82 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored
84 // Check stored FST properties first if allowed
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 1 // test-properties.h
43 // Tests compatibility between two sets of properties
62 // Computes FST property values defined in properties.h. The value of
65 // the properties specifically requested in the mask, certain other
66 // properties may be determined (those with little additional expense)
68 // known properties (whether true or false) determined by this
70 // If 'use_stored' is true, pre-computed FST properties may be used
72 // is used to implement fst.Properties(mask, true).
80 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored
82 // Check stored FST properties first if allowed
    [all...]
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc 100 ShellUtil::ShortcutProperties* properties) const {
101 if (!properties->has_target())
102 properties->set_target(target_exe);
104 if (!properties->has_arguments()) {
107 properties->set_arguments(app_host_args.GetCommandLineString());
110 if (!properties->has_icon())
111 properties->set_icon(target_exe,
114 if (!properties->has_app_id()) {
117 properties->set_app_id(ShellUtil::BuildAppModelId(components));
chrome_browser_operations.cc 110 ShellUtil::ShortcutProperties* properties) const {
111 if (!properties->has_target())
112 properties->set_target(target_exe);
114 if (!properties->has_icon()) {
124 properties->set_icon(target_exe, icon_index);
127 if (!properties->has_app_id()) {
130 properties->set_app_id(
134 if (!properties->has_description())
135 properties->set_description(dist->GetAppDescription());
  /external/chromium_org/chromeos/network/
shill_property_util.h 24 // 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 name for the network represented by the Shill |properties|. For
38 const base::DictionaryValue& properties);
55 // Copy configuration properties required by Shill to identify a network.
57 // are not supported. Returns true only if all required properties could be
62 // Compares the identifying configuration properties of |properties_a| and
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 25 import java.util.Properties;
129 Properties properties = null; local
134 properties = new Properties();
137 properties.load(in);
139 if (properties.containsValue(machineName)){
165 Properties cfgProperties = new Properties();
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java 25 import java.util.Properties;
71 // Getting the output properties this way won't cause a clone of
72 // the properties.
73 Properties prevProperties = transformer.getOutputFormat().getProperties();
75 // We have to make sure we get an output properties with the proper
81 Properties htmlProperties = htmlOutputProperties.getProperties();
120 * Get the value of a property, without using the default properties. This
131 private static String getOutputPropertyNoDefault(String qnameString, Properties props)
150 String ns, String localName, Properties props, Serializer oldSerializer)
164 // Getting the output properties this way won't cause a clone of
    [all...]

Completed in 442 milliseconds

<<11121314151617181920>>