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

<<41424344454647484950>>

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 1 //===-- PPCMCAsmInfo.cpp - PPC asm properties -----------------------------===//
10 // This file contains the declarations of the MCAsmInfoDarwin properties.
  /external/openssl/crypto/asn1/
charmap.pl 10 # RFC2253 character properties
68 * Mask of various character properties
  /external/proguard/docs/manual/
wtk.html 26 {j2mewtk.dir}<code>/wtklib/Linux/ktools.properties</code> or
27 {j2mewtk.dir}<code>\wtklib\Windows\ktools.properties</code> (whichever is
  /external/skia/gm/
deviceproperties.cpp 43 SkDeviceProperties properties = SkDeviceProperties::Make( local
47 SkBitmapDevice device(bitmap, properties);
  /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>
  /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 1854 milliseconds

<<41424344454647484950>>