/packages/apps/Calendar/src/com/android/calendar/ |
ExtensionsFactory.java | 29 import java.util.Properties; 41 private static String EXTENSIONS_PROPERTIES = "calendar_extensions.properties"; 47 private static Properties sProperties = new Properties(); 87 Log.d(TAG, ALL_IN_ONE_MENU_KEY + " not found in properties file."); 113 Log.d(TAG, CLOUD_NOTIFICATION_KEY + " not found in properties file."); 150 Log.d(TAG, ANALYTICS_LOGGER_KEY + " not found in properties file.");
|
/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...] |
vector-fst.h | 27 #include "fst/lib/test-properties.h" 34 // State definition. This does not manage the Fst properties. 174 // manages Fst properties and the # of input and output epsilons. 180 using FstImpl<A>::Properties; 208 SetProperties(Properties() & kSetStartProperties); 209 if (Properties() & kAcyclic) 210 SetProperties(Properties() | kInitialAcyclic); 216 SetProperties(Properties() & ~kWeighted); 219 SetProperties(Properties() | kWeighted); 220 SetProperties(Properties() & ~kUnweighted) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uprops.h | 16 * Constants for mostly non-core Unicode character properties 54 /* definitions for the main properties words */ 85 /* number of properties vector words */ 89 * Properties in vector word 0 125 * Properties in vector word 1 133 * ICU 2.6/uprops format version 3.2 stores full properties instead of "Other_". 172 * Properties in vector word 2 196 * Get a properties vector word for a code point. 198 * column==-1 gets the 32-bit main properties word instead. 205 * Get the the maximum values for some enum/int properties [all...] |
/external/chromium_org/ui/compositor/ |
layer_animation_sequence_unittest.cc | 31 EXPECT_TRUE(sequence.properties().size() == 0); 32 LayerAnimationElement::AnimatableProperties properties; local 33 EXPECT_FALSE(sequence.HasConflictingProperty(properties)); 65 EXPECT_TRUE(sequence.properties().size() == 1); 66 EXPECT_TRUE(sequence.properties().find(LayerAnimationElement::BRIGHTNESS) != 67 sequence.properties().end()); 108 EXPECT_TRUE(sequence.properties().size() == 1); 109 EXPECT_TRUE(sequence.properties().find(LayerAnimationElement::OPACITY) != 110 sequence.properties().end()); 128 LayerAnimationElement::AnimatableProperties properties; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_service_client.cc | 32 bool VerifyDestination(const VerificationProperties& properties) { 34 data_parts.push_back(properties.device_ssid); 35 data_parts.push_back(properties.device_serial); 36 data_parts.push_back(properties.device_bssid); 37 data_parts.push_back(properties.public_key); 38 data_parts.push_back(properties.nonce); 41 if (!base::Base64Decode(properties.signed_data, &signed_data)) 44 return crypto.VerifyCredentials(properties.certificate, 47 properties.device_bssid); 55 *verified = VerifyDestination(params->properties); 186 DictionaryValue* properties = new DictionaryValue(); local 212 DictionaryValue* properties = new DictionaryValue(); local 238 DictionaryValue* properties = new DictionaryValue(); local [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_shill_service_client.cc | 37 const base::DictionaryValue* properties) { 38 callback.Run(call_status, *properties); 84 LOG(ERROR) << "Properties not found for: " << service_path.value(); 112 const base::DictionaryValue& properties, 115 for (base::DictionaryValue::Iterator iter(properties); 138 // Note: Shill does not send notifications when properties are cleared. 157 // Note: Shill does not send notifications when properties are cleared. 341 base::DictionaryValue* properties = local 344 shill_property_util::SetSSID(name, properties); 345 properties->SetWithoutPathExpansion 417 const base::DictionaryValue* properties = NULL; local 457 base::DictionaryValue* properties = NULL; local 494 base::DictionaryValue* properties; local [all...] |
shill_manager_client_unittest.cc | 337 ShillManagerClient::VerificationProperties properties; local 338 properties.certificate = arguments[0]; 339 properties.public_key = arguments[1]; 340 properties.nonce = arguments[2]; 341 properties.signed_data = arguments[3]; 342 properties.device_serial = arguments[4]; 343 properties.device_ssid = arguments[5]; 344 properties.device_bssid = arguments[6]; 346 properties, 380 ShillManagerClient::VerificationProperties properties; local 421 ShillManagerClient::VerificationProperties properties; local [all...] |
fake_bluetooth_device_client.h | 29 struct Properties : public BluetoothDeviceClient::Properties { 30 explicit Properties(const PropertyChangedCallback & callback); 31 virtual ~Properties(); 50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) 141 // Property callback passed when we create Properties* structures. 165 Properties* properties); 204 // Static properties we return. 205 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap [all...] |
nfc_adapter_client.cc | 21 NfcAdapterClient::Properties::Properties( 35 NfcAdapterClient::Properties::~Properties() { 73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) 75 return static_cast<Properties*>( 148 NfcManagerClient::Properties* manager_properties = 151 // Ignore changes to properties other than "Adapters". 165 return new Properties( 201 // Mapping from object paths to object proxies and properties structures tha [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPUtils.java | 93 * Remove multiple properties from an XMP object. 107 * properties in the named schema are removed. Internal properties are also 112 * <li> Empty <code>schemaNS</code> and empty <code>propName</code> - All external properties in 113 * all schema are removed. Internal properties are also removed if the 121 * The XMP object containing the properties to be removed. 124 * Optional schema namespace URI for the properties to be 130 * @param doAllProperties Option flag to control the deletion: do internal properties in 131 * addition to external properties. 150 * @param doAllProperties Do internal properties in addition to external properties [all...] |
/external/icu4c/common/ |
uprops.h | 16 * Constants for mostly non-core Unicode character properties 54 /* definitions for the main properties words */ 101 /* number of properties vector words */ 105 * Properties in vector word 0 141 * Properties in vector word 1 149 * ICU 2.6/uprops format version 3.2 stores full properties instead of "Other_". 188 * Properties in vector word 2 212 * Gets the main properties value for a code point. 219 * Get a properties vector word for a code point. 227 * Get the the maximum values for some enum/int properties [all...] |
common.vcxproj.filters | 38 <Filter Include="properties & sets">
365 <Filter>properties & sets</Filter>
368 <Filter>properties & sets</Filter>
371 <Filter>properties & sets</Filter>
374 <Filter>properties & sets</Filter>
377 <Filter>properties & sets</Filter>
380 <Filter>properties & sets</Filter>
383 <Filter>properties & sets</Filter>
386 <Filter>properties & sets</Filter>
389 <Filter>properties & sets</Filter> [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
Mailer.java | 15 * build related information set in monitor.properties 25 import java.util.Properties; 32 // the Object that holds the key value pairs in monitor.properties 52 this("monitor.properties"); 72 // Get system properties 73 Properties props = System.getProperties(); 125 // Get system properties 126 Properties props = System.getProperties(); 172 // Get system properties 173 Properties props = System.getProperties() [all...] |
/external/emma/core/java12/com/vladium/emma/data/ |
CoverageOptionsFactory.java | 11 import java.util.Properties; 26 public static CoverageOptions create (final Properties properties) 29 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, 33 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, 37 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, 43 public static CoverageOptions create (final IProperties properties) 46 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, 50 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, 54 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION [all...] |
/frameworks/base/location/java/android/location/ |
LocationProvider.java | 59 public LocationProvider(String name, ProviderProperties properties) { 64 mProperties = properties; 85 public static boolean propertiesMeetCriteria(String name, ProviderProperties properties, 91 if (properties == null) { 98 criteria.getAccuracy() < properties.mAccuracy) { 102 criteria.getPowerRequirement() < properties.mPowerRequirement) { 105 if (criteria.isAltitudeRequired() && !properties.mSupportsAltitude) { 108 if (criteria.isSpeedRequired() && !properties.mSupportsSpeed) { 111 if (criteria.isBearingRequired() && !properties.mSupportsBearing) { 114 if (!criteria.isCostAllowed() && properties.mHasMonetaryCost) [all...] |
/libcore/luni/src/main/java/java/sql/ |
Driver.java | 20 import java.util.Properties; 57 * some properties that should be used in establishing the 58 * connection. The properties consist of name/value pairs of 60 * least two properties - for {@code "user"} and {@code 66 public Connection connect(String url, Properties info) throws SQLException; 83 * Gets information about possible properties for this driver. 85 * This method is intended to provide a listing of possible properties that 87 * to a database. Note that the returned array of properties may change 99 * details on which additional properties are required (in addition 105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info [all...] |
/external/chromium_org/chrome/browser/themes/ |
theme_service_mac.mm | 22 typedef ThemeProperties Properties; 168 case Properties::GRADIENT_FRAME_INCOGNITO: 169 case Properties::GRADIENT_FRAME_INCOGNITO_INACTIVE: { 171 BOOL active = id == Properties::GRADIENT_FRAME_INCOGNITO; 196 case Properties::GRADIENT_TOOLBAR: 197 case Properties::GRADIENT_TOOLBAR_INACTIVE: { 199 BOOL faded = (id == Properties::GRADIENT_TOOLBAR_INACTIVE ) || 200 (id == Properties::GRADIENT_TOOLBAR_BUTTON_INACTIVE); 223 case Properties::GRADIENT_TOOLBAR_BUTTON: 224 case Properties::GRADIENT_TOOLBAR_BUTTON_INACTIVE: [all...] |
theme_service.cc | 43 typedef ThemeProperties Properties; 136 case Properties::COLOR_NTP_SECTION_HEADER_TEXT: 137 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.30); 138 case Properties::COLOR_NTP_SECTION_HEADER_TEXT_HOVER: 139 return GetColor(Properties::COLOR_NTP_TEXT); 140 case Properties::COLOR_NTP_SECTION_HEADER_RULE: 141 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.70); 142 case Properties::COLOR_NTP_SECTION_HEADER_RULE_LIGHT: 143 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.86); 144 case Properties::COLOR_NTP_TEXT_LIGHT [all...] |
/external/emma/core/res/ |
emma_default.properties | 11 # (3) 'emma.properties' resource placed somewhere in the classpath 18 # (5) 'emma.properties' JVM option pointing to a properties file 19 # -Demma.properties=./myproperties.txt 23 # logging properties: 27 # classloading properties: 34 # instrumentation properties: 42 # apprunner session data output properties: 49 # runtime coverage data output properties: 56 # instr metadata output properties [all...] |
/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...] |
/external/openfst/src/include/fst/ |
rational.h | 32 #include <fst/test-properties.h> 110 uint64 Properties() const { return Properties(kFstProperties); } 112 // Set error if found; return FST impl properties. 113 uint64 Properties(uint64 mask) const { 114 if ((mask & kError) && Replace()->Properties(kError, false)) 116 return FstImpl<Arc>::Properties(mask); 123 uint64 props1 = fst1.Properties(kFstProperties, false); 124 uint64 props2 = fst2.Properties(kFstProperties, false); 145 uint64 props1 = fst1.Properties(kFstProperties, false) [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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.h | 47 /* start of globalAttributeScopeInterface properties */ 51 /* end globalAttributeScopeInterface properties */ 91 /* ObjC start of actions.(actionScope).properties */ 92 /* ObjC end of actions.(actionScope).properties */ 93 /* ObjC start of properties */ 94 /* ObjC end of properties */
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertyUtils.java | 23 import java.util.Properties; 32 * @see java.util.Properties 45 * @param props the list of properties that will be searched. 49 public static boolean getBooleanProperty(String key, Properties props) 68 * @param props the list of properties that will be searched. 72 public static int getIntProperty(String key, Properties props)
|