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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chromeos/dbus/
nfc_manager_client.cc 15 NfcManagerClient::Properties::Properties(
24 NfcManagerClient::Properties::~Properties() {
52 virtual Properties* GetProperties() OVERRIDE {
83 // Create the properties structure.
84 properties_.reset(new Properties(
146 // Properties for neard Manager interface.
147 scoped_ptr<Properties> properties_;
fake_nfc_device_client.cc 25 FakeNfcDeviceClient::Properties::Properties(
27 : NfcDeviceClient::Properties(NULL, callback) {
30 FakeNfcDeviceClient::Properties::~Properties() {
33 void FakeNfcDeviceClient::Properties::Get(
40 void FakeNfcDeviceClient::Properties::GetAll() {
44 void FakeNfcDeviceClient::Properties::Set(
57 properties_.reset(new Properties(
86 FakeNfcDeviceClient::Properties*
    [all...]
fake_nfc_tag_client.cc 24 FakeNfcTagClient::Properties::Properties(
26 : NfcTagClient::Properties(NULL, callback) {
29 FakeNfcTagClient::Properties::~Properties() {
32 void FakeNfcTagClient::Properties::Get(
39 void FakeNfcTagClient::Properties::GetAll() {
43 void FakeNfcTagClient::Properties::Set(
55 properties_.reset(new Properties(
84 FakeNfcTagClient::Properties*
    [all...]
nfc_record_client.cc 20 NfcRecordClient::Properties::Properties(
36 NfcRecordClient::Properties::~Properties() {
89 virtual Properties* GetProperties(
91 return static_cast<Properties*>(
121 // Note: DBusObjectMap guarantees that the Properties structure for the
134 NfcDeviceClient::Properties* device_properties =
137 // Ignore changes to properties other than "Records".
164 // Note: DBusObjectMap guarantees that the Properties structure for th
203 Properties* properties = new Properties( variable
    [all...]
fake_nfc_record_client.cc 52 FakeNfcRecordClient::Properties::Properties(
54 : NfcRecordClient::Properties(NULL, callback) {
57 FakeNfcRecordClient::Properties::~Properties() {
60 void FakeNfcRecordClient::Properties::Get(
67 void FakeNfcRecordClient::Properties::GetAll() {
73 void FakeNfcRecordClient::Properties::Set(
85 device_smart_poster_record_properties_.reset(new Properties(
94 device_text_record_properties_.reset(new Properties(
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 121 // Returns the properties class for a specific Camera
123 int CameraProperties::getProperties(int cameraIndex, CameraProperties::Properties** properties)
133 *properties = mCameraProps+cameraIndex;
139 ssize_t CameraProperties::Properties::set(const char *prop, const char *value)
149 ssize_t CameraProperties::Properties::set(const char *prop, int value)
158 const char* CameraProperties::Properties::get(const char * prop)
164 void CameraProperties::Properties::dump()
174 const char* CameraProperties::Properties::keyAt(unsigned int index)
183 const char* CameraProperties::Properties::valueAt(unsigned int index
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 49 typedef ThemeProperties Properties;
161 case Properties::COLOR_NTP_SECTION_HEADER_TEXT:
162 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.30);
163 case Properties::COLOR_NTP_SECTION_HEADER_TEXT_HOVER:
164 return GetColor(Properties::COLOR_NTP_TEXT);
165 case Properties::COLOR_NTP_SECTION_HEADER_RULE:
166 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.70);
167 case Properties::COLOR_NTP_SECTION_HEADER_RULE_LIGHT:
168 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.86);
169 case Properties::COLOR_NTP_TEXT_LIGHT
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 400 virtual status_t initialize(CameraProperties::Properties*);
416 static status_t getCaps(int sensorId, CameraProperties::Properties* props, OMX_HANDLETYPE handle);
660 static status_t insertCapabilities(CameraProperties::Properties*, OMX_TI_CAPTYPE&);
680 static status_t insertImageSizes(CameraProperties::Properties*, OMX_TI_CAPTYPE&);
681 static status_t insertPreviewSizes(CameraProperties::Properties*, OMX_TI_CAPTYPE&);
682 static status_t insertThumbSizes(CameraProperties::Properties*, OMX_TI_CAPTYPE&);
683 static status_t insertZoomStages(CameraProperties::Properties*, OMX_TI_CAPTYPE&);
684 static status_t insertImageFormats(CameraProperties::Properties*, OMX_TI_CAPTYPE&);
685 static status_t insertPreviewFormats(CameraProperties::Properties*, OMX_TI_CAPTYPE&);
686 static status_t insertFramerates(CameraProperties::Properties*, OMX_TI_CAPTYPE&)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h 26 #include "fst/lib/test-properties.h"
48 using FstImpl<A>::Properties;
64 uint64 props1 = fst1.Properties(kFstProperties, false);
65 uint64 props2 = fst2.Properties(kFstProperties, false);
86 uint64 props1 = fst1.Properties(kFstProperties, false);
87 uint64 props2 = fst2.Properties(kFstProperties, false);
109 uint64 props = fst.Properties(kFstProperties, false);
137 uint64 props1 = Properties();
138 uint64 props2 = fst.Properties(kFstProperties, false);
153 uint64 props1 = Properties();
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
SystemTest.java 25 import java.util.Properties;
153 // Android-specific: The RI does not have a concept of immutable properties.
167 Properties p = new Properties();
199 // All the immutable properties should be reset.
201 // Non-standard properties are cleared.
208 Properties newProperties = new Properties();
216 // Android-specific: The RI makes the setProperties() argument the system properties object,
217 // Android makes a new Properties object and copies the properties
230 Properties properties = System.getProperties(); local
    [all...]
IntegerTest.java 19 import java.util.Properties;
24 Properties originalProperties = System.getProperties();
26 Properties testProperties = new Properties();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
SignedObjectTest.java 32 import java.util.Properties;
46 private Properties prop;
59 prop = new Properties();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver4.java 25 import java.util.Properties;
74 public Connection connect(String url, Properties info) throws SQLException {
90 throw new SQLException("Properties bundle is null");
111 } // end method connect(String, Properties)
121 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 24 import java.util.Properties;
35 * The properties object passed to the getSerializer() method should be created by
36 * the OutputPropertiesFactory. Although the properties object
39 * using this factory ensures that the default key/value properties
90 public static Serializer getSerializer(Properties format)
112 Properties methodDefaults =
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 22 import java.util.Properties;
25 * Contains properties used by EasyMock to change its default behavior. The
26 * loading order is (any step being able to overload the properties of the
29 * <li>easymock.properties in classpath default package</li>
30 * <li>System properties</li>
41 private final Properties properties = new Properties(); field in class:EasyMockProperties
57 // Load the easymock.properties file
59 "easymock.properties");
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 14 import java.util.Properties;
41 Properties closureMap = null;
53 closureMap = new Properties ();
  /external/nist-sip/java/javax/sip/
SipFactory.java 6 import java.util.Properties;
33 public synchronized SipStack createSipStack(Properties properties)
37 String name = properties.getProperty(IP_ADDRESS_PROP);
39 name = properties.getProperty(STACK_NAME_PROP);
53 .getConstructor(new Class[] {Properties.class})
54 .newInstance(new Object[] {properties});
  /external/openfst/src/include/fst/
reverse.h 51 if (ifst.Properties(kExpanded, false))
84 uint64 iprops = ifst.Properties(kCopyProperties, false);
85 uint64 oprops = ofst->Properties(kFstProperties, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 32 import java.util.Properties;
56 Properties p = new Properties();
60 sourceProp = new File(toolsLocation, "source.properties"); //$NON-NLS-1$
62 sourceProp = new File("source.properties"); //$NON-NLS-1$
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 25 import java.util.Properties;
41 * The path/filename of the property file: XSLTInfo.properties
46 "org/apache/xalan/res/XSLTInfo.properties";
64 // List of properties where the name of the
66 Properties xsltInfo = new Properties();
164 public void loadPropertyFile(String file, Properties target)
  /external/chromium_org/dbus/
object_manager_unittest.cc 34 struct Properties : public PropertySet {
40 Properties(ObjectProxy* object_proxy,
55 Properties* properties = new Properties( variable
59 return static_cast<PropertySet*>(properties);
147 Properties* properties = static_cast<Properties*>( local
151 if (name == properties->name.name()
229 Properties* properties = static_cast<Properties*>( local
256 Properties* properties = static_cast<Properties*>( local
263 Properties* properties = static_cast<Properties*>( local
317 Properties* properties = static_cast<Properties*>( local
352 Properties* properties = static_cast<Properties*>( local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svprop.h 26 #define FT_SERVICE_ID_PROPERTIES "properties"
40 FT_DEFINE_SERVICE( Properties )
  /external/freetype/include/internal/services/
svprop.h 26 #define FT_SERVICE_ID_PROPERTIES "properties"
40 FT_DEFINE_SERVICE( Properties )
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svprop.h 26 #define FT_SERVICE_ID_PROPERTIES "properties"
40 FT_DEFINE_SERVICE( Properties )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svprop.h 26 #define FT_SERVICE_ID_PROPERTIES "properties"
40 FT_DEFINE_SERVICE( Properties )

Completed in 1049 milliseconds

1 2 34 5 6 7 8 91011>>