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

<<21222324252627282930>>

  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 22 import java.util.Properties;
39 * output properties are preserved across transformations.</p>
141 * <code>Properties</code> <code>Object</code> which limits the parameter
188 * Set the output properties for the transformation. These
189 * properties will override properties set in the Templates
192 * <p>If argument to this function is null, any properties
209 * @param oformat A set of output properties that will be
210 * used to override any of the same properties in affect
214 * @see java.util.Properties
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 44 /* start properties */
70 /* ObjC start of actions.(actionScope).properties */
71 /* ObjC end of actions.(actionScope).properties */
72 /* ObjC start of properties */
73 /* ObjC end of properties */
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_api.cc 92 int volume_value = params->properties.volume.get() ?
93 *params->properties.volume : -1;
95 int gain_value = params->properties.gain.get() ?
96 *params->properties.gain : -1;
99 params->properties.is_muted,
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
bookmarks.html 20 <h2 id="description">Objects and properties</h2>
33 <code>BookmarkTreeNode</code> properties
39 <code>index</code>, <code>title</code>, and <code>url</code> properties.
41 for information about the properties a node can have.
52 The first argument to <code>create()</code> specifies properties
  /external/chromium_org/chromeos/network/
network_sms_handler.h 79 // Callback to handle the manager properties with the list of devices.
81 const base::DictionaryValue& properties);
83 // Requests properties for each entry in |devices|.
86 // Callback to handle the device properties for |device_path|.
90 const base::DictionaryValue& properties);
managed_state.h 60 // initial set of properties. Used to update state requiring multiple
61 // properties, e.g. name from hex_ssid in NetworkState.
62 // |properties| contains the complete set of initial properties.
63 // Returns true if any additional properties are updated.
65 const base::DictionaryValue& properties);
112 // Common properties shared by all managed state objects.
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_chromeos_unittest.cc 45 base::DictionaryValue properties; local
51 properties.SetStringWithoutPathExpansion(
53 properties.SetStringWithoutPathExpansion(
55 properties.SetStringWithoutPathExpansion(
57 manager_test_->AddGeoNetwork(shill::kTypeWifi, properties);
  /external/chromium_org/content/browser/resources/media/
player_info.js 13 * A class that keeps track of properties on a media player.
18 // The current value of the properties for this player.
19 this.properties = {};
20 // All of the past (and present) values of the properties.
49 this.properties[key] = value;
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 31 {%- for property_id, property in properties.items() %}
35 static const CSSPropertyID {{ property.camel_case_name }}Properties[] = {
40 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{ property.camel_case_name }}Longhands, ({{ property_id }}, {{ property.camel_case_name }}Properties, WTF_ARRAY_LENGTH({{ property.camel_case_name }}Properties)));
50 {%- for property_id, property in properties.items() %}
  /external/chromium_org/tools/gyp/tools/emacs/
gyp-tests.el 37 (defun text-face-properties (s)
38 "Extract the text properties from s"
51 (should (equal (text-face-properties golden)
52 (text-face-properties fontified))))))
56 representation of the fontified buffer (with text properties) to the
  /external/chromium_org/tools/json_schema_compiler/test/
arrays.json 9 "properties": {
22 "properties": {
36 "properties": {
58 "properties": {
67 "properties": {
  /external/chromium_org/ui/compositor/
layer_animation_element.cc 32 Pause(const AnimatableProperties& properties, base::TimeDelta duration)
33 : LayerAnimationElement(properties, duration) {
78 AnimatableProperties properties; local
79 properties.insert(LayerAnimationElement::TRANSFORM);
80 return properties;
118 AnimatableProperties properties; local
119 properties.insert(LayerAnimationElement::TRANSFORM);
120 return properties;
157 AnimatableProperties properties; local
158 properties.insert(LayerAnimationElement::BOUNDS)
198 AnimatableProperties properties; local
238 AnimatableProperties properties; local
279 AnimatableProperties properties; local
320 AnimatableProperties properties; local
361 AnimatableProperties properties; local
481 AnimatableProperties properties; local
547 AnimatableProperties properties; local
656 AnimatableProperties properties; local
663 const AnimatableProperties& properties = element->properties(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
overview.html 24 <li><a href="properties.html">Properties view</a>: Display element properties
36 <a href="properties.html">Properties view</a>. This is typically useful when a scenario
  /external/emma/core/java12/com/vladium/util/
IProperties.java 18 import java.util.Properties;
49 Iterator /* String */ properties (); method in interface:IProperties
50 Properties toProperties ();
76 * Converts a java.util.Properties instance to an IProperties instance,
77 * with an optional property mapper. Note that 'properties' content is
81 * @param properties [may not be null]
83 * @return a property set based on 'properties' [never null]
85 public static IProperties wrap (final Properties properties, final IMapper mapper)
89 // always use propertyNames() for traversing java.util.Properties
208 public Iterator \/* String *\/ properties () method in class:IProperties.Factory.PropertiesImpl
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 28 * Properties of one User of an OAuthConsumer. Properties may be added freely,
50 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthAccessor
53 return properties.get(name);
57 properties.put(name, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 32 import java.util.Properties;
56 Properties p = new Properties();
60 sourceProp = new File(toolsLocation, "source.properties"); //$NON-NLS-1$
62 sourceProp = new File("source.properties"); //$NON-NLS-1$
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 103 assertEquals("java.properties", list.get(0));
107 assertEquals("java.properties", list.get(1));
392 String PROPERTIES = "java.properties";
401 Locale.ROOT), "properties"));
420 assertNull(control.newBundle(className, Locale.ROOT, PROPERTIES,
423 // 2. with format of "java.properties"
426 .getResourceAsStream("hyts_resource_copy.properties")) {
429 PROPERTIES, URLLoader, false);
436 PROPERTIES, URLLoader, false)
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc 32 FakeBluetoothAdapterClient::Properties::Properties(
34 : BluetoothAdapterClient::Properties(
40 FakeBluetoothAdapterClient::Properties::~Properties() {
43 void FakeBluetoothAdapterClient::Properties::Get(
50 void FakeBluetoothAdapterClient::Properties::GetAll() {
54 void FakeBluetoothAdapterClient::Properties::Set(
70 properties_.reset(new Properties(base::Bind(
78 second_properties_.reset(new Properties(base::Bind
    [all...]
fake_nfc_adapter_client.cc 17 FakeNfcAdapterClient::Properties::Properties(
19 : NfcAdapterClient::Properties(NULL, callback) {
22 FakeNfcAdapterClient::Properties::~Properties() {
25 void FakeNfcAdapterClient::Properties::Get(
32 void FakeNfcAdapterClient::Properties::GetAll() {
36 void FakeNfcAdapterClient::Properties::Set(
79 properties_.reset(new Properties(base::Bind(
85 second_properties_.reset(new Properties(base::Bind
    [all...]
  /device/generic/goldfish/qemu-props/
qemu-props.c 17 /* this program is used to read a set of system properties and their values
19 * system. It does so by connecting to the 'boot-properties' qemud service.
36 #include <cutils/properties.h>
42 #define QEMUD_SERVICE "boot-properties"
55 qemud_fd = qemud_channel_open( "boot-properties" );
88 /* lone NUL-byte signals end of properties */
114 DD("exiting (%d properties set).", count);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 59 /* start of globalAttributeScopeInterface properties */
63 /* end globalAttributeScopeInterface properties */
83 /* start properties */
112 /* ObjC start of actions.(actionScope).properties */
113 /* ObjC end of actions.(actionScope).properties */
114 /* ObjC start of properties */
115 /* ObjC end of properties */
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 25 import java.util.Properties;
76 * Test the constructor with no relevant log manager properties are set.
96 * Test the constructor with valid relevant log manager properties are set.
99 Properties p = new Properties();
121 * Test the constructor with invalid relevant log manager properties are
125 Properties p = new Properties();
151 Properties p = new Properties();
    [all...]
  /external/chromium_org/v8/test/mjsunit/
mirror-regexp.js 68 // Check the mirror properties.
86 for (var i = 0; i < fromJSON.properties.length; i++) {
87 if (fromJSON.properties[i].name == p) {
89 fromJSON.properties[i].attributes,
92 fromJSON.properties[i].propertyType,
95 fromJSON.properties[i].ref,
98 refs.lookup(fromJSON.properties[i].ref).value,
  /external/v8/test/mjsunit/
mirror-regexp.js 68 // Check the mirror properties.
86 for (var i = 0; i < fromJSON.properties.length; i++) {
87 if (fromJSON.properties[i].name == p) {
89 fromJSON.properties[i].attributes,
92 fromJSON.properties[i].propertyType,
95 fromJSON.properties[i].ref,
98 refs.lookup(fromJSON.properties[i].ref).value,
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 30 import java.util.Properties;
35 * {@code LogManager} is used to maintain configuration properties of the
50 * properties file, which by default is the "lib/logging.properties" in the JRE
53 * However, two optional system properties can be used to customize the initial
60 * These two properties can be set in three ways, by the Preferences API, by the
67 * constructor can read the initial configuration and define properties for
73 * properties file. The {@code LogManager} will read initial
76 * If neither of these properties is defined, or some exception is thrown
77 * during these two properties using, the {@code LogManager} will rea
    [all...]

Completed in 6742 milliseconds

<<21222324252627282930>>