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

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RemoteObject.js 195 var properties = JSON.parse(arrayStr); variable
196 for (var i = 0, n = properties.length; i < n; ++i)
197 result = result[properties[i]];
219 * @param {!Array.<!RuntimeAgent.PropertyDescriptor>} properties
222 function remoteObjectBinder(error, properties, internalProperties)
229 for (var i = 0; properties && i < properties.length; ++i) {
230 var property = properties[i];
449 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
452 function allAccessorPropertiesCallback(properties, internalProperties
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
model.py 24 Properties:
49 Properties:
63 Properties:
81 Properties:
93 - |properties| a map of property names to their model.Property
114 self.properties = _GetProperties(self, json, self, toplevel_origin)
144 Properties:
148 - |properties| a map of property unix_names to their model.Property
155 - |additional_properties| the type of the additional properties, if any is
173 # TODO(kalman): Only objects need functions/events/properties, but caller
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 655 // Set configuration properties.
656 base::DictionaryValue properties; local
664 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
669 properties.SetStringWithoutPathExpansion(
671 shill_property_util::SetSSID(GetSsid(), &properties); local
672 properties.SetStringWithoutPathExpansion(
674 properties.SetBooleanWithoutPathExpansion(
692 properties.SetStringWithoutPathExpansion(
698 SetEapProperties(&properties);
700 properties.SetStringWithoutPathExpansion
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 33 import java.util.Properties;
178 * @tests java.sql.DriverManager#getConnection(String, Properties)
183 new Properties());
190 DriverManager.getConnection(null, new Properties());
198 * Class under test for Connection getConnection(String, Properties)
209 Properties nullProps = null;
210 Properties validProps = new Properties();
213 Properties invalidProps1 = new Properties();
    [all...]
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 218 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; local
219 properties.reset(CFDictionaryCreateMutable(kCFAllocatorDefault,
223 AddIntegerValue(properties,
226 AddIntegerValue(properties,
229 AddIntegerValue(properties,
231 AddBooleanValue(properties,
236 io_surface_.reset(io_surface_support->IOSurfaceCreate(properties));
  /external/chromium_org/v8/test/mjsunit/
object-create.js 29 // We do not support nonconfigurable properties on objects so that is not
69 // Simple object with prototype, no properties added.
73 // Simple object with object with prototype, no properties added.
89 // Ensure by default properties are not writable.
151 // Instead of a plain props object, let's use getters to return its properties.
163 // We shouldn't throw the exception for an ambiguous properties object
223 // Ensure that only enumerable own properties on the descriptor are used.
  /external/junit/src/junit/runner/
BaseTestRunner.java 16 import java.util.Properties;
30 private static Properties fPreferences;
42 protected static void setPreferences(Properties preferences) {
46 protected static Properties getPreferences() {
48 fPreferences= new Properties();
234 return new File(home, "junit.properties");
241 setPreferences(new Properties(getPreferences()));
  /external/v8/test/mjsunit/
object-create.js 29 // We do not support nonconfigurable properties on objects so that is not
69 // Simple object with prototype, no properties added.
73 // Simple object with object with prototype, no properties added.
89 // Ensure by default properties are not writable.
151 // Instead of a plain props object, let's use getters to return its properties.
163 // We shouldn't throw the exception for an ambiguous properties object
223 // Ensure that only enumerable own properties on the descriptor are used.
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 175 * check properties (value, range...)
176 * @param sConfFile struct where are stored the properties we will check
187 // reset properties table
191 // check properties type and set MandatoryProps field to true (check later)
232 /* check all mandatory properties had been found */
280 // check properties
283 printf("Properties check failed.\n");
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.pom 69 <filter>../../../../target/ant/.build.timestamp.properties</filter>
90 <touch file="${project.build.directory}/.build.timestamp.properties"/>
91 <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
104 <delete file="${project.build.directory}/.build.timestamp.properties"/>
189 <include>org/apache/tools/ant/taskdefs/default.properties</include>
190 <include>org/apache/tools/ant/types/default.properties</include>
191 <include>org/apache/tools/ant/taskdefs/default.properties</include>
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 417 axs.constants.ARIA_ROLES = {alert:{namefrom:["author"], parent:["region"]}, alertdialog:{namefrom:["author"], namerequired:!0, parent:["alert", "dialog"]}, application:{namefrom:["author"], namerequired:!0, parent:["landmark"]}, article:{namefrom:["author"], parent:["document", "region"]}, banner:{namefrom:["author"], parent:["landmark"]}, button:{childpresentational:!0, namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded", "aria-pressed"]}, checkbox:{namefrom:["contents",
418 "author"], namerequired:!0, parent:["input"], requiredProperties:["aria-checked"], properties:["aria-checked"]}, columnheader:{namefrom:["contents", "author"], namerequired:!0, parent:["gridcell", "sectionhead", "widget"], properties:["aria-sort"]}, combobox:{mustcontain:["listbox", "textbox"], namefrom:["author"], namerequired:!0, parent:["select"], requiredProperties:["aria-expanded"], properties:["aria-expanded", "aria-autocomplete", "aria-required"]}, command:{"abstract":!0, namefrom:["author"],
419 parent:["widget"]}, complementary:{namefrom:["author"], parent:["landmark"]}, composite:{"abstract":!0, childpresentational:!1, namefrom:["author"], parent:["widget"], properties:["aria-activedescendant"]}, contentinfo:{namefrom:["author"], parent:["landmark"]}, definition:{namefrom:["author"], parent:["section"]}, dialog:{namefrom:["author"], namerequired:!0, parent:["window"]}, directory:{namefrom:["contents", "author"], parent:["list"]}, document:{namefrom:[" author"], namerequired:!0, parent:["structure"],
420 properties:["aria-expanded"]}, form:{namefrom:["author"], parent:["landmark"]}, grid:{mustcontain:["row", "rowgroup"], namefrom:["author"], namerequired:!0, parent:["composite", "region"], properties:["aria-level", "aria-multiselectable", "aria-readonly"]}, gridcell:{namefrom:["contents", "author"], namerequired:!0, parent:["section", "widget"], properties:["aria-readonly", "aria-required", "aria-selected"]}, group:{namefrom:[" author"], parent:["section"], properties:["aria-activedescendant"]},
421 heading:{namerequired:!0, parent:["sectionhead"], properties:["aria-level"]}, img:{childpresentational:!0, namefrom:["author"], namerequired:!0, parent:["secti (…)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 30 import java.util.Properties;
55 // name of default properties file to look for in JDK's jre/lib directory
57 "xalan.properties";
64 /** cache the contents of the xalan.properties file.
69 private static Properties fXalanProperties = null;
72 * Cache the time stamp of the xalan.properties file so
120 * of the properties file. If none specified,
121 * ${java.home}/lib/xalan.properties will be used.
167 * of the properties file. If none specified,
168 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /external/openfst/src/include/fst/
compose.h 34 #include <fst/test-properties.h>
108 using FstImpl<A>::Properties;
141 SetProperties(impl.Properties(), kCopyProperties);
247 uint64 Properties() const { return Properties(kFstProperties); }
249 // Set error if found; return FST impl properties.
250 uint64 Properties(uint64 mask) const {
252 (fst1_.Properties(kError, false) ||
253 fst2_.Properties(kError, false) ||
254 (matcher1_->Properties(0) & kError) |
    [all...]
state-map.h 74 // // This specifies the known properties of an Fst mapped by this
75 // // mapper. It takes as argument the input Fst's known properties.
76 // uint64 Properties(uint64 props) const;
103 uint64 props = fst->Properties(kFstProperties, false);
115 fst->SetProperties(mapper->Properties(props), kFstProperties);
146 uint64 iprops = ifst.Properties(kCopyProperties, false);
154 if (ifst.Properties(kExpanded, false))
169 uint64 oprops = ofst->Properties(kFstProperties, false);
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
279 uint64 Properties() const { return Properties(kFstProperties);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 58 // // This specifies the known properties of an Fst mapped by this
59 // // mapper. It takes as argument the input Fst's known properties.
60 // uint64 Properties(uint64 props) const;
65 // e.g. whether to add a superfinal state. They will use the Properties()
66 // method to set the result Fst properties.
88 uint64 props = fst->Properties(kFstProperties, false);
143 fst->SetProperties(mapper->Properties(props), kFstProperties);
222 uint64 iprops = ifst.Properties(kCopyProperties, false);
223 uint64 oprops = ofst->Properties(kFstProperties, false);
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties)
    [all...]
  /external/chromium/chrome/common/
json_schema_validator.cc 291 DictionaryValue* properties = NULL; local
292 schema->GetDictionary("properties", &properties);
293 if (properties) {
294 for (DictionaryValue::key_iterator key = properties->begin_keys();
295 key != properties->end_keys(); ++key) {
298 CHECK(properties->GetDictionary(*key, &prop_schema));
304 // Properties are required unless there is an optional field set to
319 // Validate additional properties.
322 if (properties && properties->HasKey(*key)
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
web_navigation.json 20 "properties": {
33 "properties": {
61 "properties": {
74 "properties": {
120 "properties": {
147 "properties": {
175 "properties": {
201 "properties": {
227 "properties": {
254 "properties":
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 16 * Implementations for mostly non-core Unicode character properties
19 * With the APIs implemented here, almost all properties files and
44 /* general properties API functions ----------------------------------------- */
57 /* systematic, directly stored properties */
90 // UCHAR_NF*_INERT properties
213 * column and mask values for binary properties from u_getUnicodeProperties().
217 * Properties with mask==0 and contains==NULL are handled in code.
331 /* systematic, directly stored properties */
446 * column, mask and shift values for int-value properties from u_getUnicodeProperties().
450 * Properties with mask==0 and getValue==NULL are handled in code
    [all...]
  /external/icu4c/common/
uprops.cpp 16 * Implementations for mostly non-core Unicode character properties
19 * With the APIs implemented here, almost all properties files and
44 /* general properties API functions ----------------------------------------- */
57 /* systematic, directly stored properties */
90 // UCHAR_NF*_INERT properties
213 * column and mask values for binary properties from u_getUnicodeProperties().
217 * Properties with mask==0 are handled in code.
305 /* systematic, directly stored properties */
420 * column, mask and shift values for int-value properties from u_getUnicodeProperties().
424 * Properties with mask==0 are handled in code
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 68 * Characteristic property: Characteristic has extended properties
183 * Characteristic properties.
229 * @param properties Properties of this characteristic
232 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) {
233 initCharacteristic(null, uuid, 0, properties, permissions);
242 int properties, int permissions) {
243 initCharacteristic(service, uuid, instanceId, properties, permissions);
248 int properties, int permissions) {
251 mProperties = properties;
    [all...]
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 37 import java.util.Properties;
63 public final static String VERSION_PROPERTY_FILE = "version.properties";
244 Properties vip = null; // version info properties, if available
247 // org/apache/http/version.properties
252 Properties props = new Properties();
272 * Instantiates version information from properties.
276 * for example {@link java.util.Properties}

Completed in 773 milliseconds

<<41424344454647484950>>