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

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 84 m_result.addMatchedProperties(matchedPageRules[i]->properties());
115 // If the rule has no properties to apply, then ignore it.
116 const StylePropertySet* properties = rule->properties(); local
117 if (!properties || properties->isEmpty())
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPopoverHelper.js 166 _updateHTMLId: function(properties, rootTreeElementConstructor, rootPropertyComparer)
168 for (var i = 0; i < properties.length; ++i) {
169 if (properties[i].name === "id") {
170 if (properties[i].value.description)
171 this._titleElement.textContent += "#" + properties[i].value.description;
175 this._sectionUpdateProperties(properties, rootTreeElementConstructor, rootPropertyComparer);
  /external/chromium_org/tools/json_schema_compiler/
model_test.py 61 sorted(self.tabs.types['Tab'].properties.keys()))
64 string_prop = self.tabs.types['Tab'].properties['status']
67 integer_prop = self.tabs.types['Tab'].properties['id']
70 array_prop = self.windows.types['Window'].properties['tabs']
82 sorted(object_prop.type_.properties.keys()))
90 ['properties']['permissions']['type']) = 'something'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
test.xml 6 The testing.properties file must contain definitions for all other properties in this script if they are not
7 set in a calling script or command line. See test.properties.template for property descriptions.
11 <property name="testing.properties" value="${tester}/testing.properties" />
12 <property file="${testing.properties}" />
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 16 import java.util.Properties;
27 * GenericCfg is a simple container for 'generic' properties, i.e., properties
28 * that are set via generic 'properties=&lt;file&gt;' attribute and &lt;property&gt;
50 // .properties file attribute [actual file I/O done lazily by getFileSettings()]:
99 genericSettings = EMMAProperties.wrap (new Properties ());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
PropertyBoxParserImpl.java 28 import java.util.Properties;
36 Properties mapping;
39 InputStream is = new BufferedInputStream(getClass().getResourceAsStream("/isoparser-default.properties"));
41 mapping = new Properties();
44 Enumeration<URL> enumeration = Thread.currentThread().getContextClassLoader().getResources("isoparser-custom.properties");
71 public PropertyBoxParserImpl(Properties mapping) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPIterator.java 18 * schema and properties within an XMP object.
20 * The iteration over the schema and properties within an XMP object is very
29 * schema nodes. These are just collectors for top level properties in the same
58 * <li>INCLUDE_ALIASES - Adds known alias properties to the properties in the iteration.
63 * a <code>NoSuchElementException</code> if there are no more properties to
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 42 ObjectAnimator setupAnimator(long startDelay, String... properties) {
44 if (properties.length == 1) {
45 returnVal = ObjectAnimator.ofFloat(this, properties[0], 0, 1);
47 PropertyValuesHolder[] pvhArray = new PropertyValuesHolder[properties.length];
48 for (int i = 0; i < properties.length; i++) {
49 pvhArray[i] = PropertyValuesHolder.ofFloat(properties[i], 0, 1);
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 17 * a properties file "excluded.properties" that is located in
33 /** name of excluded properties file */
34 static final String EXCLUDED_FILE= "excluded.properties";
201 Properties p= new Properties();
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9-sources.jar 
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.cc 393 DictionaryValue* properties = new DictionaryValue(); local
394 properties->SetInteger("menuItemId", item->id().uid);
396 properties->SetInteger("parentMenuItemId", item->parent_id()->uid);
400 properties->SetString("mediaType", "image");
403 properties->SetString("mediaType", "video");
406 properties->SetString("mediaType", "audio");
411 AddURLProperty(properties, "linkUrl", params.unfiltered_link_url);
412 AddURLProperty(properties, "srcUrl", params.src_url);
413 AddURLProperty(properties, "pageUrl", params.page_url);
414 AddURLProperty(properties, "frameUrl", params.frame_url)
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
windows.json 16 "properties": {
42 "properties": {
64 "properties": {
65 "populate": {"type": "boolean", "optional": true, "description": "If true, the $ref:windows.Window object will have a <var>tabs</var> property that contains a list of the $ref:tabs.Tab objects. The <code>Tab</code> objects only contain the <code>url</code>, <code>title</code> and <code>favIconUrl</code> properties if the extension's manifest file includes the <code>\"tabs\"</code> permission." }
89 "properties": {
90 "populate": {"type": "boolean", "optional": true, "description": "If true, the $ref:windows.Window object will have a <var>tabs</var> property that contains a list of the $ref:tabs.Tab objects. The <code>Tab</code> objects only contain the <code>url</code>, <code>title</code> and <code>favIconUrl</code> properties if the extension's manifest file includes the <code>\"tabs\"</code> permission." }
114 "properties": {
115 "populate": {"type": "boolean", "optional": true, "description": "If true, the $ref:windows.Window object will have a <var>tabs</var> property that contains a list of the $ref:tabs.Tab objects. The <code>Tab</code> objects only contain the <code>url</code>, <code>title</code> and <code>favIconUrl</code> properties if the extension's manifest file includes the <code>\"tabs\"</code> permission." }
139 "properties": {
140 "populate": {"type": "boolean", "optional": true, "description": "If true, each $ref:windows.Window object will have a <var>tabs</var> property that contains a list of the $ref:tabs.Tab objects for that window. The <code>Tab</code> objects only contain the <code>url</code>, <code>title</code> and <code>favIconUrl</code> properties if the extension's manifest file includes the <code>\"tabs\"</code> permission."
    [all...]
declarative_web_request.json 14 "properties": {
67 "properties": {
144 "properties": {
155 "properties": {
167 "properties": {
178 "properties": {
189 "properties": {
208 "properties": {
227 "properties": {
242 "properties":
    [all...]
input_ime.json 15 "properties": {
30 "properties": {
39 "properties": {
63 "properties": {
92 "properties": {
133 "properties": {
162 "properties": {
195 "properties": {
221 "description": "Sets the properties of the candidate window. This fails if the extension doesn't own the active IME",
226 "properties":
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 31 import java.util.Properties;
90 * properties are set.
111 * properties are set.
114 Properties p = new Properties();
137 * properties are set.
141 Properties p = new Properties();
165 * manager properties are set.
187 * manager properties are set
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
tabs.json 9 "properties": {
77 "properties": {
169 "properties": {
222 "description": "Gets all tabs that have the specified properties, or all tabs if no properties are specified.",
227 "properties": {
296 "properties": {
326 "description": "Modifies the properties of a tab. Properties that are not specified in <var>updateProperties</var> are not modified. Note: This function can be used without requesting the 'tabs' permission in the manifest.",
338 "properties":
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 22 #include "cutils/properties.h"
91 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types,
95 propVal = callbackEnv->NewByteArray(properties[i].len);
98 callbackEnv->SetByteArrayRegion(propVal, 0, properties[i].len,
99 (jbyte*)properties[i].val);
103 callbackEnv->SetIntArrayRegion(*types, i, 1, (jint *)&properties[i].type);
113 bt_property_t *properties) {
124 ALOGV("%s: Status is: %d, Properties: %d", __FUNCTION__, status, num_properties);
145 ALOGE("%s: Error allocating object Array for properties", __FUNCTION__);
159 if (get_properties(num_properties, properties, &types, &props) < 0)
    [all...]
  /bionic/tests/
system_properties_test.cpp 67 TEST(properties, add) {
87 TEST(properties, update) {
120 TEST(properties, fill) {
144 // For historical reasons at least 247 properties must be supported
168 TEST(properties, foreach) {
181 TEST(properties, find_nth) {
226 TEST(properties, fill_hierarchical) {
279 TEST(properties, errors) {
296 TEST(properties, serial) {
322 TEST(properties, wait)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder_test.py 238 availability_graph.Lookup('tabs', 'properties',
243 'parameters', 'activeInfo', 'properties',
259 'properties', 'code'))
263 'properties', 'file'))
272 availability_graph.Lookup('tabs', 'types', 'Tab', 'properties',
276 availability_graph.Lookup('tabs', 'types', 'Tab', 'properties',
286 availability_graph.Lookup('tabs', 'types', 'Tab', 'properties',
297 availability_graph.Lookup('tabs', 'properties',
307 'properties', 'url'))
310 availability_graph.Lookup('tabs', 'properties',
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 180 DictionaryValue* properties,
188 DictionaryValue* properties,
192 scoped_ptr<base::DictionaryValue> properties,
196 scoped_ptr<base::DictionaryValue> properties,
314 // Populate |properties| based on |wlan| and its corresponding bss info from
318 NetworkProperties* properties);
402 // Temporary storage of network properties indexed by |network_guid|. Persist
460 DictionaryValue* properties,
469 DVLOG(1) << "Get Properties: " << network_guid << ":"
471 properties->Swap(it->ToValue(false).get())
1264 const DictionaryValue* properties; local
    [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/chrome/common/extensions/api/
extension_api.json 10 "properties": {
19 "properties": {
31 "properties": {
45 "properties": {
51 "properties": {
60 "properties": {
76 "properties": {
135 "properties": {
153 "items": { "type": "object", "isInstanceOf": "DOMWindow", "properties": {}, "additionalProperties": { "type": "any" } }
162 "type": "object", "isInstanceOf": "DOMWindow", "properties": {}, "additionalProperties": { "type": "any"
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 357 base::DictionaryValue properties; local
358 // Identifying properties
359 properties.SetStringWithoutPathExpansion(
361 properties.SetStringWithoutPathExpansion(
363 properties.SetStringWithoutPathExpansion(
365 properties.SetStringWithoutPathExpansion(
368 SetConfigProperties(&properties);
374 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
378 ash::network_connect::CreateConfigurationAndConnect(&properties, shared);
388 base::DictionaryValue properties; local
    [all...]
  /development/build/
sdk.atree 42 development/sdk/plat_tools_source.properties platform-tools/source.properties
68 # revision as specified in the source.properties.
71 development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties
120 ${HOST_OUT}/development/sdk/platform_source.properties platforms/${PLATFORM_NAME}/source.properties
144 # Platform SDK properties
145 development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties
    [all...]
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 17 " \"properties\": {"
31 " \"properties\": {"
46 " \"properties\": {"
94 " \"properties\": { \"Policy\": { \"type\": \"bogus\" } }"
100 " \"properties\": { \"Policy\": { \"type\": [\"string\", \"number\"] } }"
106 " \"properties\": { \"Policy\": { \"type\": \"any\" } }"
112 " \"properties\": { \"Policy\": 123 }"
127 " \"properties\": {"
130 " \"properties\": {"
264 // This empty schema should never find named properties
    [all...]

Completed in 650 milliseconds

<<31323334353637383940>>