Searched defs:properties (Results 1 - 25 of 412) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java238 public void setClientInfo(Properties properties) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java2029 // We are interested in these properties, but they don't have a simple
2046 * @param properties DOMConfiguraiton properties that were set and which are
2049 protected void initProperties(Properties properties) { argument
2051 for (Enumeration keys = properties.keys(); keys.hasMoreElements();) {
2063 // A quick lookup for the given set of properties (cdata-sections ...)
2080 if ((properties.getProperty(key).endsWith("yes"))) {
2092 // format-pretty-print; set internally on the serializers via xsl:output properties in LSSerializer
2093 if ((properties.getProperty(key).endsWith("yes"))) {
2102 // omit-xml-declaration; set internally on the serializers via xsl:output properties i
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c37 #include <cutils/properties.h>
892 bt_property_t properties[6]; local
904 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
906 btif_storage_get_adapter_property(&properties[num_props]);
910 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
912 btif_storage_get_adapter_property(&properties[num_props]);
916 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
918 btif_storage_get_adapter_property(&properties[num_props]);
922 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_DISCOVERY_TIMEOUT,
924 btif_storage_get_adapter_property(&properties[num_prop
[all...]
H A Dbtif_dm.c34 #include <cutils/properties.h>
538 bt_property_t properties[3]; local
544 memset(properties, 0, sizeof(properties));
550 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
552 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
563 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
565 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
573 BTIF_STORAGE_FILL_PROPERTY(&properties[num_properties],
575 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_propertie
1205 bt_property_t properties[1]; local
1266 bt_property_t properties[5]; local
[all...]
H A Dbtif_gatt_client.c567 bt_property_t properties; local
601 BTIF_STORAGE_FILL_PROPERTY(&properties,
603 btif_storage_set_remote_device_property(&(p_btif_cb->bd_addr), &properties);
H A Dbtif_gatt_server.c103 uint8_t properties; member in struct:__anon1073
464 p_cb->permissions, p_cb->properties);
588 bt_uuid_t *uuid, int properties,
595 btif_cb.properties = (uint8_t) properties;
587 btif_gatts_add_characteristic(int server_if, int service_handle, bt_uuid_t *uuid, int properties, int permissions) argument
H A Dbtif_storage.c24 * Description: Stores the local BT adapter and remote device properties in
666 /* fall through for other properties */
731 ** properties - RSSI, BDADDR, NAME (if found in EIR)
739 bt_property_t *properties)
743 * written properties? */
747 if (properties[i].type == BT_PROPERTY_REMOTE_RSSI)
751 if (properties[i].type == BT_PROPERTY_BDADDR)
754 memcpy(&addr_prop, &properties[i], sizeof(bt_property_t));
762 &properties[i]);
737 btif_storage_add_remote_device(bt_bdaddr_t *remote_bd_addr, uint32_t num_properties, bt_property_t *properties) argument
/external/bluetooth/bluedroid/test/suite/support/
H A Dadapter.c26 static bt_property_t *properties = NULL; variable
39 if (properties[i].type == type) {
40 return &properties[i];
61 property_free_array(properties, property_count);
62 properties = property_copy_array(new_properties, num_properties);
H A Dcallbacks.c25 bt_property_t *properties);
34 bt_property_t *properties) {
31 remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, int num_properties, bt_property_t *properties) argument
H A Dproperty.c22 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count) { argument
28 memcpy(&clone[0], &properties[0], sizeof(bt_property_t) * count);
31 memcpy(clone[i].val, properties[i].val, clone[i].len);
77 // Two null properties are not the same. May need to revisit that
107 void property_free_array(bt_property_t *properties, size_t count) { argument
109 free(properties[i].val);
112 free(properties);
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc247 void CallCreateConfiguration(base::DictionaryValue* properties, argument
255 properties->SetStringWithoutPathExpansion(
258 *properties,
274 // Move empty string properties to properties_to_clear.
281 // Remove cleared properties from properties_to_set.
462 const base::DictionaryValue& properties,
466 scoped_ptr<base::DictionaryValue> properties_to_set(properties.DeepCopy());
482 void CreateConfigurationAndConnect(base::DictionaryValue* properties, argument
485 CallCreateConfiguration(properties, shared, true /* connect_on_configure */);
488 void CreateConfiguration(base::DictionaryValue* properties, boo argument
461 ConfigureNetworkAndConnect(const std::string& service_path, const base::DictionaryValue& properties, bool shared) argument
[all...]
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc132 base::DictionaryValue properties; local
133 properties.SetStringWithoutPathExpansion(shill::kPassphraseProperty,
137 properties,
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc51 const ShortcutProperties& properties) {
81 if (properties.options & ShortcutProperties::PROPERTIES_TARGET) {
84 ValidatePathsAreEqual(properties.target, base::FilePath(read_target));
87 if (properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) {
90 ValidatePathsAreEqual(properties.working_dir,
94 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
97 EXPECT_EQ(properties.arguments, read_arguments);
100 if (properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) {
103 EXPECT_EQ(properties.description, read_description);
106 if (properties
50 ValidateShortcut(const base::FilePath& shortcut_path, const ShortcutProperties& properties) argument
[all...]
/external/chromium_org/base/win/
H A Devent_trace_controller.cc106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) { argument
108 if (properties == NULL)
109 properties = &ignore;
111 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { argument
123 if (properties == NULL)
124 properties = &ignore;
126 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
135 EtwTraceProperties* properties, TRACEHANDLE* session_handle) {
136 DCHECK(properties !
134 Start(const wchar_t* session_name, EtwTraceProperties* properties, TRACEHANDLE* session_handle) argument
141 Query(const wchar_t* session_name, EtwTraceProperties* properties) argument
148 Update(const wchar_t* session_name, EtwTraceProperties* properties) argument
156 Stop(const wchar_t* session_name, EtwTraceProperties* properties) argument
164 Flush(const wchar_t* session_name, EtwTraceProperties* properties) argument
[all...]
H A Dshortcut.cc46 const ShortcutProperties& properties,
52 !(properties.options & ShortcutProperties::PROPERTIES_TARGET)) {
92 if ((properties.options & ShortcutProperties::PROPERTIES_TARGET) &&
93 FAILED(i_shell_link->SetPath(properties.target.value().c_str()))) {
97 if ((properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) &&
99 properties.working_dir.value().c_str()))) {
103 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
104 if (FAILED(i_shell_link->SetArguments(properties.arguments.c_str())))
114 if ((properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) &&
115 FAILED(i_shell_link->SetDescription(properties
45 CreateOrUpdateShortcutLink(const FilePath& shortcut_path, const ShortcutProperties& properties, ShortcutOperation operation) argument
176 ResolveShortcutProperties(const FilePath& shortcut_path, uint32 options, ShortcutProperties* properties) argument
297 ShortcutProperties properties; local
[all...]
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.cc140 const base::DictionaryValue* properties = local_state->GetDictionary( local
142 for (base::DictionaryValue::Iterator it(*properties);
194 const base::DictionaryValue* properties = local
198 if (!properties->GetBoolean("lock", &rotation_lock))
202 if (!properties->GetInteger("orientation", &rotation))
H A Ddisplay_preferences_unittest.cc260 const base::DictionaryValue* properties = local
263 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
290 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
318 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
328 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
370 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id1), &property));
376 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
404 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
430 EXPECT_TRUE(properties->GetDictionary(base::Int64ToString(id2), &property));
455 const base::DictionaryValue* properties local
687 const base::DictionaryValue* properties = local
708 const base::DictionaryValue* properties = local
734 const base::DictionaryValue* properties = local
760 const base::DictionaryValue* properties = local
874 const base::DictionaryValue* properties = local
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc60 // Copies properties from |entry_proto| to |properties|. |shared_with_me| is
64 EntryProperties* properties) {
65 properties->shared_with_me.reset(new bool(shared_with_me));
66 properties->shared.reset(new bool(entry_proto.shared()));
69 properties->file_size.reset(new double(file_info.size()));
70 properties->last_modified_time.reset(new double(
80 properties->thumbnail_url.reset(
85 properties->image_width.reset(
89 properties
62 FillEntryPropertiesValueForDrive(const drive::ResourceEntry& entry_proto, bool shared_with_me, EntryProperties* properties) argument
499 CompleteGetEntryProperties( size_t index, scoped_ptr<EntryProperties> properties, base::File::Error error) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.h64 // Config file properties.
113 // properties for two reasons:
115 // * we will retieve properties by hwid.
120 PropertyMap properties; member in struct:chromeos::imageburner::ConfigFile::ConfigFileBlock
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc290 const base::DictionaryValue& properties) {
298 if (!properties.GetStringWithoutPathExpansion(
300 !properties.GetDictionaryWithoutPathExpansion(
304 NET_LOG_ERROR("MobileActivator missing properties", service_path_);
288 GetPropertiesAndContinueActivation( const std::string& service_path, const base::DictionaryValue& properties) argument
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc354 base::DictionaryValue properties; local
355 // Identifying properties
356 properties.SetStringWithoutPathExpansion(
358 properties.SetStringWithoutPathExpansion(
360 properties.SetStringWithoutPathExpansion(
362 properties.SetStringWithoutPathExpansion(
365 SetConfigProperties(&properties);
373 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
377 ash::network_connect::CreateConfigurationAndConnect(&properties, shared);
387 base::DictionaryValue properties; local
809 SetConfigProperties( base::DictionaryValue* properties) argument
[all...]
H A Dwifi_config_view.cc659 // Set configuration properties.
660 base::DictionaryValue properties; local
668 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
675 properties.SetStringWithoutPathExpansion(
677 shill_property_util::SetSSID(GetSsid(), &properties); local
678 properties.SetStringWithoutPathExpansion(
680 properties.SetBooleanWithoutPathExpansion(
697 properties.SetStringWithoutPathExpansion(
702 SetEapProperties(&properties);
704 properties
865 SetEapProperties(base::DictionaryValue* properties) argument
1203 InitFromProperties( bool show_8021x, const std::string& service_path, const base::DictionaryValue& properties) argument
[all...]
H A Dwimax_config_view.cc153 base::DictionaryValue properties; local
154 properties.SetStringWithoutPathExpansion(
156 properties.SetStringWithoutPathExpansion(
158 properties.SetBooleanWithoutPathExpansion(
167 properties.SetBooleanWithoutPathExpansion(shill::kAutoConnectProperty,
172 service_path_, properties, share_network);
361 const base::DictionaryValue& properties) {
364 properties.GetStringWithoutPathExpansion(
371 properties.GetBooleanWithoutPathExpansion(
359 InitFromProperties( const std::string& service_path, const base::DictionaryValue& properties) argument

Completed in 3435 milliseconds

1234567891011>>