HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 51 - 75 of 542) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestUtils.java 24 import java.util.Properties;
71 Properties properties = System.getProperties(); local
73 properties.remove(key);
75 properties.setProperty(key, value);
77 System.setProperties(properties);
  /external/nist-sip/java/gov/nist/core/
LogWriter.java 30 import java.util.Properties;
94 public void setStackProperties(Properties stackProperties) {
158 // private Properties configurationProperties;
358 // public void setStackProperties(Properties configurationProperties) {
435 // * properties then we try to create the appender.
ServerLogger.java 19 import java.util.Properties;
44 public void setStackProperties(Properties stackProperties);
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 107 virtual status_t initialize(CameraProperties::Properties*);
117 static status_t getCaps(const int sensorId, CameraProperties::Properties* params, V4L_HANDLETYPE handle);
181 static status_t insertDefaults(CameraProperties::Properties*, V4L_TI_CAPTYPE&);
182 static status_t insertCapabilities(CameraProperties::Properties*, V4L_TI_CAPTYPE&);
183 static status_t insertPreviewFormats(CameraProperties::Properties* , V4L_TI_CAPTYPE&);
184 static status_t insertPreviewSizes(CameraProperties::Properties* , V4L_TI_CAPTYPE&);
185 static status_t insertImageSizes(CameraProperties::Properties* , V4L_TI_CAPTYPE&);
186 static status_t insertFrameRates(CameraProperties::Properties* , V4L_TI_CAPTYPE&);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestUtils.java 25 import java.util.Properties;
72 Properties properties = System.getProperties(); local
74 properties.remove(key);
76 properties.setProperty(key, value);
78 System.setProperties(properties);
  /external/chromium_org/chromeos/dbus/
bluetooth_adapter_client.h 25 // Structure of properties associated with bluetooth adapters.
26 struct Properties : public dbus::PropertySet {
75 Properties(dbus::ObjectProxy* object_proxy,
78 virtual ~Properties();
111 // Obtain the properties for the adapter with object path |object_path|,
113 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
bluetooth_gatt_characteristic_client.h 23 // Structure of properties associated with GATT characteristics.
24 struct Properties : public dbus::PropertySet {
36 // List of flags representing the GATT "Characteristic Properties bit field"
37 // and properties read from the GATT "Characteristic Extended Properties"
45 Properties(dbus::ObjectProxy* object_proxy,
48 virtual ~Properties();
95 // Obtain the properties for the GATT characteristic with object path
97 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
fake_bluetooth_adapter_client.cc 39 FakeBluetoothAdapterClient::Properties::Properties(
41 : BluetoothAdapterClient::Properties(
47 FakeBluetoothAdapterClient::Properties::~Properties() {
50 void FakeBluetoothAdapterClient::Properties::Get(
57 void FakeBluetoothAdapterClient::Properties::GetAll() {
61 void FakeBluetoothAdapterClient::Properties::Set(
81 properties_.reset(new Properties(base::Bind(
89 second_properties_.reset(new Properties(base::Bind
    [all...]
fake_bluetooth_gatt_descriptor_client.cc 19 FakeBluetoothGattDescriptorClient::Properties::Properties(
21 : BluetoothGattDescriptorClient::Properties(
27 FakeBluetoothGattDescriptorClient::Properties::~Properties() {
30 void FakeBluetoothGattDescriptorClient::Properties::Get(
37 void FakeBluetoothGattDescriptorClient::Properties::GetAll() {
41 void FakeBluetoothGattDescriptorClient::Properties::Set(
85 FakeBluetoothGattDescriptorClient::Properties*
91 return iter->second->properties.get()
144 Properties* properties = new Properties(base::Bind( local
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 28 import java.util.Properties;
63 private Properties props;
93 props = new Properties();
111 * Test the constructor with no relevant log manager properties are set.
185 * Test the constructor with no relevant log manager properties are set
197 Properties p = new Properties();
225 * Test the constructor with valid relevant log manager properties are set.
228 Properties p = new Properties();
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver1.java 25 import java.util.Properties;
76 public Connection connect(String url, Properties info) throws SQLException {
95 } // end method connect(String, Properties)
105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 36 // Values representing the possible properties of a characteristic, which
37 // define how the characteristic can be used. Each of these properties serve
41 // "Characteristic Extended Properties Descriptor" with UUID 0x2900) that
42 // contains additional properties pertaining to the characteristic.
43 // The properties "ReliableWrite| and |WriteAuxiliaries| are retrieved from
58 typedef uint32 Properties;
65 // Attribute permissions are distinct from the characteristic properties. For
70 // properties for a local characteristic.
98 // value |value|, properties |properties|, and permissions |permissions|
    [all...]
  /external/emma/core/java12/com/vladium/util/
XProperties.java 15 import java.util.Properties;
24 class XProperties extends Properties
33 public XProperties (final Properties base)
  /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/proguard/src/proguard/ant/
ConfigurationElement.java 29 import java.util.Properties;
90 // Get the combined system properties and Ant properties, for
91 // replacing ProGuard-style properties ('<...>').
92 Properties properties = new Properties(); local
93 properties.putAll(getProject().getProperties());
104 new ConfigurationParser(configurationFile, properties);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 4 import java.util.Properties;
10 public static String doSingleSubstitution(String originalValue, Properties properties) {
22 if (properties != null) {
23 propertyValue = properties.getProperty(propertyName);
41 public static void doSubstitutions(Properties properties) {
42 Enumeration<?> propertyNames = properties.propertyNames();
45 String propertyValue = properties.getProperty(propertyName);
46 String expandedPropertyValue = doSingleSubstitution(propertyValue, properties);
    [all...]
  /libcore/luni/src/main/java/java/util/
PropertyResourceBundle.java 27 * resource per line (see Properties).
30 * @see Properties
35 Properties resources;
39 * properties file from the specified {@code InputStream}.
51 resources = new Properties();
56 * Constructs a new resource bundle with properties read from {@code reader}.
63 resources = new Properties();
  /libcore/luni/src/test/java/libcore/java/sql/
OldDriverPropertyInfoTest.java 23 import java.util.Properties;
51 Properties props = new Properties();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/
ExtensionsFactory.java 25 import java.util.Properties;
30 * assets/contacts_extensions.properties and loads extension classes that an app has defined. If
39 private static final String EXTENSIONS_PROPERTIES = "contacts_extensions.properties";
43 private static Properties sProperties = null;
52 sProperties = new Properties();
60 Log.d(TAG, EXTENDED_PHONE_DIRECTORIES_KEY + " not found in properties file.");
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 24 import java.util.Properties;
39 * a wrapper for {@link java.util.Properties}, but can not extend that class
66 public OutputProperties(Properties defaults)
68 m_properties = new Properties(defaults);
74 * the form output_[method].properties (for instance, output_html.properties).
75 * The output_xml.properties file is always used as the base.
77 * use the output_xml.properties file.</p>
83 m_properties = new Properties(
88 * Clone this OutputProperties, including a clone of the wrapped Properties
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 31 #include "cutils/properties.h"
56 // Class that handles the Camera Properties
191 // container class passed around for accessing properties
192 class Properties
196 Properties()
200 ~Properties()
227 int getProperties(int cameraIndex, Properties** properties);
235 Properties mCameraProps[MAX_CAMERAS_SUPPORTED];
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 31 #include "cutils/properties.h"
43 // Class that handles the Camera Properties
146 // container class passed around for accessing properties
147 class Properties
150 Properties()
161 ~Properties()
183 int getProperties(int cameraIndex, Properties** properties);
191 Properties mCameraProps[MAX_CAMERAS_SUPPORTED];
  /external/openfst/src/test/
weight-tester.h 31 // This class tests a variety of identities and properties that must
90 if (Weight::Properties() & kCommutative)
107 if (Weight::Properties() & kLeftSemiring)
110 if (Weight::Properties() & kRightSemiring)
114 if (Weight::Properties() & kIdempotent)
117 if (Weight::Properties() & kPath)
121 CHECK(Weight::Properties() & (kLeftSemiring | kRightSemiring));
124 if (Weight::Properties() & kCommutative)
125 CHECK(Weight::Properties() & kSemiring);
132 if (Weight::Properties() & kLeftSemiring)
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 148 // Returns the properties class for a specific Camera
150 int CameraProperties::getProperties(int cameraIndex, CameraProperties::Properties** properties)
160 *properties = mCameraProps+cameraIndex;
166 void CameraProperties::Properties::set(const char * const prop, const char * const value) {
176 void CameraProperties::Properties::set(const char * const prop, const int value) {
182 const char* CameraProperties::Properties::get(const char * prop) const {
186 int CameraProperties::Properties::getInt(const char * prop) const {
194 void CameraProperties::Properties::setSensorIndex(int idx) {
203 void CameraProperties::Properties::setMode(OperatingMode mode)
    [all...]

Completed in 1303 milliseconds

1 23 4 5 6 7 8 91011>>