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

<<21222324252627282930>>

  /external/smack/src/org/jivesoftware/smack/packet/
Packet.java 43 * as well as an arbitrary number of properties.
45 * Properties provide an easy mechanism for clients to share data. Each property has a
113 private final Map<String,Object> properties = new HashMap<String, Object>(); field in class:Packet
327 if (properties == null) {
330 return properties.get(name);
344 properties.put(name, value);
353 if (properties == null) {
356 properties.remove(name);
365 if (properties == null) {
368 return Collections.unmodifiableSet(new HashSet<String>(properties.keySet()))
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 32 // tests. Specifically, we should not overly rely on getting shortcut properties
85 // Validates that the shortcut at |location| matches |properties| (and
86 // implicit default properties) for |dist|.
92 const ShellUtil::ShortcutProperties& properties) {
96 expected_path = (properties.level == ShellUtil::CURRENT_USER) ?
100 expected_path = (properties.level == ShellUtil::CURRENT_USER) ?
105 expected_path = (properties.level == ShellUtil::CURRENT_USER) ?
117 if (properties.has_shortcut_name()) {
118 shortcut_name = properties.shortcut_name;
127 if (properties.has_target())
    [all...]
  /external/chromium_org/third_party/icu/source/common/
common.vcxproj.filters 38 <Filter Include="properties &amp; sets">
368 <Filter>properties &amp; sets</Filter>
371 <Filter>properties &amp; sets</Filter>
374 <Filter>properties &amp; sets</Filter>
377 <Filter>properties &amp; sets</Filter>
380 <Filter>properties &amp; sets</Filter>
383 <Filter>properties &amp; sets</Filter>
386 <Filter>properties &amp; sets</Filter>
389 <Filter>properties &amp; sets</Filter>
392 <Filter>properties &amp; sets</Filter>
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 30 /* Only return properties for the requested D-Bus interface */
35 /* Skip write-only properties */
66 * get_all_properties - Responds for GetAll properties calls on object
68 * @interface: interface name which properties will be returned
69 * @property_dsc: list of object's properties
70 * Returns: Message with dict of variants as argument with properties values
72 * Iterates over all properties registered with object and execute getters
75 * with properties names as keys and theirs values as values.
102 if (!fill_dict_with_properties(&dict_iter, obj_dsc->properties,
108 "No readable properties"
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
themes.jd 13 <li><a href="#Properties">Style Properties</a></li>
36 <p>A <strong>style</strong> is a collection of properties that
38 A style can specify properties such as height, padding, font color, font size,
110 properties. You can then override the inherited style properties if you want to.</p>
121 from which your style should inherit properties.
122 You can use this to inherit properties from an existing style and
123 then define only the properties that you want to change or add. You can
149 is a style that you have created), this style inherits all style properties from that style. Thi
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.h 53 // start properties
67 // start properties
81 // start properties
95 // start properties
109 // start properties
123 // start properties
137 // start properties
151 // start properties
165 // start properties
179 // start properties
    [all...]
  /external/chromium_org/chromeos/dbus/
nfc_client_helpers.cc 97 // Clean up the Properties structures. We don't explicitly delete the object
159 // Create the properties structure.
160 NfcPropertySet* properties = delegate_->CreateProperties(object_proxy); local
161 properties->ConnectSignals();
162 properties->GetAll();
163 ObjectPropertyPair object = std::make_pair(object_proxy, properties);
182 // Clean up the object proxy and the properties structure.
191 NfcPropertySet* properties = GetObjectProperties(object_path); local
192 if (properties)
193 properties->GetAll()
225 NfcPropertySet* properties = pair.second; local
294 NfcPropertySet* properties = local
    [all...]
nfc_device_client.cc 21 NfcDeviceClient::Properties::Properties(
30 NfcDeviceClient::Properties::~Properties() {
63 virtual Properties* GetProperties(
65 return static_cast<Properties*>(
145 // Note: DBusObjectMap guarantees that the Properties structure for the
157 NfcAdapterClient::Properties *adapter_properties =
161 // Ignore changes to properties other than "Devices".
178 return new Properties(
    [all...]
nfc_tag_client.cc 21 NfcTagClient::Properties::Properties(
33 NfcTagClient::Properties::~Properties() {
66 virtual Properties* GetProperties(
68 return static_cast<Properties*>(
146 // Note: DBusObjectMap guarantees that the Properties structure for the
159 NfcAdapterClient::Properties *adapter_properties =
168 // Ignore changes to properties other than "Tags".
185 return new Properties(
    [all...]
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 148 NfcAdapterClient::Properties* properties =
151 if (property_name == properties->powered.name())
152 PoweredChanged(properties->powered.value());
153 else if (property_name == properties->polling.name())
154 PollingChanged(properties->polling.value());
194 NfcAdapterClient::Properties* properties = local
198 if (properties->powered.value())
200 if (properties->polling.value()
212 NfcAdapterClient::Properties* properties = local
    [all...]
  /external/openfst/src/include/fst/
arcsort.h 31 #include <fst/test-properties.h>
71 uint64 Properties(uint64 props) const { return comp_.Properties(props); }
88 // Properties(uint64) that specifies the known properties of the
89 // sorted FST; it takes as argument the input FST's known properties
109 // also have a member Properties(uint64) that specifies the known
110 // properties of the sorted FST; it takes as argument the input FST's
111 // known properties.
183 uint64 Properties(uint64 props) const
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 77 #define PROPERTIES_CLASS_NAME MANUAL_EDIT_ENGINE_CLASS_NAME"$Properties"
128 * Structure to hold media properties from native layer
322 * @brief Media Properties init function.
333 * @brief Interface to populate Media Properties.
338 * properties for java layer.
350 * @brief Interface to log/display media properties.
351 * @param pProperties (IN) Pointer holding media properties
411 * Log clip properties
429 * @brief Interface function to retrieve media properties for a given
431 * @param pEnv (IN) Pointer holding media properties
    [all...]
  /libcore/luni/src/main/java/java/sql/
SQLClientInfoException.java 25 * client info properties could not be set on a Connection.
44 * the failed properties.
58 * object is set to the failed properties.
76 * properties.
94 * properties.
115 * the failed properties.
139 * the failed properties.
164 * object is set to the failed properties.
184 * the failed properties.
204 * returns that the client info properties which could not be se
    [all...]
  /development/samples/TicTacToeLib/
default.properties 22 # To customize properties used by the Ant build system use,
23 # "build.properties", and override values to adapt the script to your
  /development/samples/TicTacToeMain/
default.properties 22 # To customize properties used by the Ant build system use,
23 # "build.properties", and override values to adapt the script to your
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ParserRuleReturnScope.js 2 * containing all the values. Besides the properties defined in
4 * return values. This class simply defines the minimum properties that
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 23 import java.util.Properties;
36 public static InputStream PropertiesToInputStream(Properties p) {
  /external/chromium/base/
file_version_info_win.h 24 // Accessors to the different version properties.
43 // Lets you access other properties not covered above.
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase.h 19 // properties associated with files.
42 explicit FileMetadataPropertyIterator(PropertyMap& properties);
  /external/chromium/chrome/browser/sync/protocol/
password_specifics.proto 20 // These are the properties that get serialized into the |encrypted| field of
37 // Properties of password sync objects. The actual password data is held in a
  /external/chromium/chrome/common/
web_app_schema.json 9 "properties": {
51 "properties": {
  /external/chromium-trace/trace-viewer/src/base/
properties_test.js 7 base.require('base.properties');
10 base.unittest.testSuite('base.properties', function() {
  /external/chromium_org/base/android/java/src/org/chromium/base/
CpuFeatures.java 7 // The only purpose of this class is to allow sending CPU properties
10 // about the CPU's properties by parsing /proc, so this operation must
  /external/chromium_org/base/
file_version_info_win.h 23 // Accessors to the different version properties.
42 // Lets you access other properties not covered above.
  /external/chromium_org/build/android/pylib/
system_properties.py 8 """A dict interface to interact with device system properties.
10 System properties are key/value pairs as exposed by adb shell getprop/setprop.

Completed in 668 milliseconds

<<21222324252627282930>>