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

<<41424344454647484950>>

  /external/smack/src/org/apache/harmony/javax/security/auth/login/
Configuration.java 36 // Key to security properties, defining default configuration provider.
52 * Reads name of default configuration provider from security.properties,
  /external/smack/src/org/xbill/DNS/
DNSKEYRecord.java 50 * @param flags Flags describing the key's properties
64 * @param flags Flags describing the key's properties
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 48 if (!(hdr.Properties() & kExpanded)) {
83 if (fst.Properties(kExpanded, false)) {
reverse.h 75 uint64 iprops = ifst.Properties(kCopyProperties, false);
76 uint64 oprops = ofst->Properties(kFstProperties, false);
  /external/v8/test/mjsunit/
object-literal-gc.js 47 // Force normalization of the properties.
53 // Check that the properties have the expected values.
override-read-only-property.js 29 // allowed to override read-only properties, not even if the read-only
33 // of read-only properties in prototype chains.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPPropertyInfo.java 10 package com.adobe.xmp.properties;
17 * It is returned when properties are iterated with the <code>XMPIterator</code>.
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 25 including the new properties added to the View class in 3.0. In the 3.1 release, we added a small
26 utility class that makes animating these properties even easier.</p>
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 46 private static final ProviderProperties PROPERTIES = new ProviderProperties(
64 return PROPERTIES;
  /hardware/ti/omap4xxx/camera/
CameraProperties.cpp 88 extern "C" int CameraAdapter_Capabilities(CameraProperties::Properties* properties_array,
92 ///Loads all the Camera related properties
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 28 import java.util.Properties;
144 return getConnection(url, new Properties());
153 * a set of properties to use as arguments to set up the
154 * connection. Properties are arbitrary string/value pairs.
155 * Normally, at least the properties {@code "user"} and {@code
165 public static Connection getConnection(String url, Properties info) throws SQLException {
206 Properties theProperties = new Properties();
DriverPropertyInfo.java 21 * A class holding information about driver properties of a database connection.
23 * {@link Driver#getPropertyInfo(String, java.util.Properties)} method and
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 29 import java.util.Properties;
50 /** <p>Cache properties for performance.</p> */
51 private static Properties cacheProps = new Properties();
178 // try to read from $java.home/lib/jaxp.properties
181 String configFile = javah + File.separator + "lib" + File.separator + "jaxp.properties";
189 if (debug) debugPrintln("Read properties file " + f);
196 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 31 import java.util.Properties;
59 * <p>Cache properties for performance.</p>
61 private static Properties cacheProps = new Properties();
169 "lib" + File.separator + "jaxp.properties";
173 // try to read from $java.home/lib/jaxp.properties
181 if (debug) debugPrintln("Read properties file " + f);
188 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 46 """<Inheritance> - All of the properties of the superclass. """
56 """properties - every property of the Disk-Folder-File Suite host program """
59 properties = _Prop_properties() variable
220 'properties' : _Prop_properties,
247 'properties' : _Prop_properties,
262 'properties' : _Prop_properties,
284 'properties' : _Prop_properties,
304 'properties' : _Prop_properties,
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava-parent/14.0/
guava-parent-14.0.pom 18 <properties>
20 </properties>
  /prebuilts/tools/common/m2/repository/com/google/guava/guava-parent/13.0.1/
guava-parent-13.0.1.pom 18 <properties>
20 </properties>
  /sdk/apps/NotificationStudio/res/values/
strings.xml 42 <string name="properties">Properties</string>
  /docs/source.android.com/src/devices/tech/input/
key-character-map-files.jd 115 name, an open curly brace, a set of properties and behaviors and a close curly brace.</p>
123 <h4 id="properties">Properties</h4>
125 key character map files more compact, several properties can be mapped to the
128 Likewise, the <code>ctrl</code>, <code>alt</code> and <code>meta</code> properties are all simultaneously assigned
130 <p>The following properties are recognized:</p>
161 <p>The following modifiers are recognized in modifier properties:</p>
181 <p>The order in which the properties are listed is significant. When mapping a key to
182 a behavior, the system scans all relevant properties in order and returns the last
184 <p>Consequently, properties that are specified later override properties that ar
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 36 #include <cutils/properties.h>
884 bt_property_t properties[6]; local
896 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
898 btif_storage_get_adapter_property(&properties[num_props]);
902 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
904 btif_storage_get_adapter_property(&properties[num_props]);
908 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
910 btif_storage_get_adapter_property(&properties[num_props]);
914 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT,
916 btif_storage_get_adapter_property(&properties[num_props])
    [all...]
  /external/chromium_org/chrome/browser/extensions/
menu_manager.cc 59 void SetIdKeyValue(base::DictionaryValue* properties,
63 properties->SetString(key, id.string_uid);
65 properties->SetInteger(key, id.uid);
621 DictionaryValue* properties = new DictionaryValue(); local
622 SetIdKeyValue(properties, "menuItemId", item->id());
624 SetIdKeyValue(properties, "parentMenuItemId", *item->parent_id());
628 properties->SetString("mediaType", "image");
631 properties->SetString("mediaType", "video");
634 properties->SetString("mediaType", "audio");
639 AddURLProperty(properties, "linkUrl", params.unfiltered_link_url)
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
json_schema.js 20 // The following properties are not applicable to the interface exposed by
36 // - by default an "object" typed schema does not allow additional properties.
38 // additional properties will be validated.
74 * properties: "path" and "message". The "path" property contains the path to
342 if (schema.properties) {
343 for (var prop in schema.properties) {
344 // It is common in JavaScript to add properties to Object.prototype. This
346 // schema properties.
349 // properties be objects that have a 'type' property.
350 if (!$Object.hasOwnProperty(schema.properties, prop)
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
tabs.json 13 "properties": {
37 "properties": {
102 "properties": {
224 "properties": {
309 "description": "Gets all tabs that have the specified properties, or all tabs if no properties are specified.",
314 "properties": {
399 "properties": {
431 "description": "Modifies the properties of a tab. Properties that are not specified in <var>updateProperties</var> are not modified."
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 61 * Namespace used to store packet properties.
64 "http://www.jivesoftware.com/xmlns/xmpp/properties";
97 Map<String, Object> properties = null; local
135 else if (elementName.equals("properties") &&
138 properties = parseProperties(parser);
154 // Set packet properties.
155 if (properties != null) {
156 for (String name : properties.keySet()) {
157 message.setProperty(name, properties.get(name));
247 else if (elementName.equals("properties") &
250 Map<String,Object> properties = parseProperties(parser); local
594 Map<String, Object> properties = new HashMap<String, Object>(); local
    [all...]
PacketParserUtils.java.orig 62 * Namespace used to store packet properties.
65 "http://www.jivesoftware.com/xmlns/xmpp/properties";
98 Map<String, Object> properties = null;
136 else if (elementName.equals("properties") &&
139 properties = parseProperties(parser);
155 // Set packet properties.
156 if (properties != null) {
157 for (String name : properties.keySet()) {
158 message.setProperty(name, properties.get(name));
248 else if (elementName.equals("properties") &
    [all...]

Completed in 659 milliseconds

<<41424344454647484950>>