Searched defs:properties (Results 276 - 300 of 412) sorted by relevance

<<11121314151617

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar ... -INF/repositoryManager.xml about.html plugin.properties ant_tasks/ ant_tasks/metadataRepository-ant.jar org/ org/eclipse ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar ... -INF/cacheManager.xml about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar ... -INF/repositoryManager.xml about.html plugin.properties org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/internal ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.Map propertyMap java.util.Properties properties java.util.regex.Pattern pattern } org ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... _r1/s?defs= " () protected java.util.Properties getBuildProperties () java.util.Properties overrideProperties java.io ...
/external/bluetooth/bluedroid/btif/src/
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/chromium_org/chrome/browser/chromeos/options/
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...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc140 // Pseudo-ONC chrome specific properties appended to the ONC dictionary.
168 base::DictionaryValue properties; local
169 properties.SetWithoutPathExpansion(property, value);
171 service_path, properties,
231 device->properties().GetStringWithoutPathExpansion(shill::kMdnProperty,
446 base::DictionaryValue properties; local
455 properties.SetWithoutPathExpansion(shill::kCellularApnProperty, apn_dict);
457 service_path, properties,
514 // 5. The dialog may change device properties, in which case
841 LOG(ERROR) << "Network properties no
[all...]
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc848 // |suffix| should then be appended to all Chrome properties that may conflict
940 // Returns |properties.shortcut_name| if the property is set, otherwise it
945 const ShellUtil::ShortcutProperties& properties) {
948 if (properties.has_shortcut_name()) {
949 shortcut_name = properties.shortcut_name;
982 // Returns a base::win::ShortcutProperties struct containing the properties
985 const ShellUtil::ShortcutProperties& properties) {
988 if (properties.has_target()) {
989 shortcut_properties.set_target(properties.target);
990 DCHECK(!properties
943 ExtractShortcutNameFromProperties( BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties) argument
984 TranslateShortcutProperties( const ShellUtil::ShortcutProperties& properties) argument
1525 CreateOrUpdateShortcut( ShellUtil::ShortcutLocation location, BrowserDistribution* dist, const ShellUtil::ShortcutProperties& properties, ShellUtil::ShortcutOperation operation) argument
[all...]
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc186 base::DictionaryValue* properties,
194 base::DictionaryValue* properties,
198 scoped_ptr<base::DictionaryValue> properties,
202 scoped_ptr<base::DictionaryValue> properties,
269 DWORD SaveCurrentConnectedNetwork(const NetworkProperties& properties);
342 // Populate |properties| based on |wlan|.
344 NetworkProperties* properties);
346 // Update |properties| based on bss info from |wlan_bss_list|. If |bssid| in
347 // |properties| is not empty, then it is not changed and |frequency| is set
351 NetworkProperties* properties);
508 GetProperties(const std::string& network_guid, base::DictionaryValue* properties, std::string* error) argument
546 GetState(const std::string& network_guid, base::DictionaryValue* properties, std::string* error) argument
552 SetProperties( const std::string& network_guid, scoped_ptr<base::DictionaryValue> properties, std::string* error) argument
577 CreateNetwork( bool shared, scoped_ptr<base::DictionaryValue> properties, std::string* network_guid, std::string* error) argument
669 NetworkProperties properties; local
1281 NetworkPropertiesFromAvailableNetwork( const WLAN_AVAILABLE_NETWORK& wlan, NetworkProperties* properties) argument
1301 UpdateNetworkPropertiesFromBssList( const std::string& network_guid, const WLAN_BSS_LIST& wlan_bss_list, NetworkProperties* properties) argument
1400 GetCurrentProperties(NetworkProperties* properties) argument
1468 const base::DictionaryValue* properties; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp73 // List of all properties we know how to compute, omitting shorthands.
75 // to respect runtime enabling of CSS properties.
377 DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ());
378 if (properties.isEmpty())
379 CSSPropertyMetadata::filterEnabledCSSPropertiesIntoVector(staticComputableProperties, WTF_ARRAY_LENGTH(staticComputableProperties), properties);
380 return properties;
1159 const Vector<CSSPropertyID>& properties = computableProperties(); local
1161 for (unsigned i = 0; i < properties.size(); i++) {
1164 result.append(getPropertyName(properties[i]));
1166 result.append(getPropertyValue(properties[
2650 const CSSPropertyID properties[3] = { CSSPropertyBorderRight, CSSPropertyBorderBottom, local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp679 // All properties accept the values of "initial" and "inherit".
856 static bool parseSimpleTransform(MutableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important) argument
876 properties->addParsedProperty(CSSProperty(propertyID, transformList.release(), important));
1085 // Add properties in reverse order so that highest priority definitions are reached first. Duplicate definitions can then be ignored when found.
1104 // Important properties have higher priority, so add them first. Duplicate definitions can then be ignored when found.
1932 // - m_parsedProperties: properties at [m_numParsedPropertiesBeforeMarginBox, m_parsedProperties.size()] are for this at-rule.
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp633 // before deciding which properties to transition.
660 result.addMatchedProperties(&keyframe->properties());
671 // decl, there's nothing to override. So just add the first properties.
672 // We also don't need to bother with animation properties since the only
685 // Now do rest of the properties.
804 // before deciding which properties to transition.
1110 // Valid ::first-letter properties listed in spec:
1229 // first/last/range properties.
1230 // This method returns the first CSSPropertyId of high priority properties.
1231 // Other properties ca
1313 applyProperties(StyleResolverState& state, const StylePropertySet* properties, bool isImportant, bool inheritedOnly, PropertyWhitelistType propertyWhitelistType) argument
1374 computeMatchedPropertiesHash(const MatchedProperties* properties, unsigned size) argument
1533 applyPropertiesToStyle(const CSSPropertyValue* properties, size_t count, RenderStyle* style) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js407 // Go over properties, wrap object values.
532 * @param {!Array.<string|symbol>} properties
534 function process(o, properties)
536 for (var i = 0; i < properties.length; ++i) {
537 var property = properties[i];
736 // the window object properties still take more precedent than our API functions.
1006 // If owning frame has navigated to somewhere else window properties will be undefined.
1142 properties: [],
1164 properties: isTable ? 1000 : max(5, firstLevelKeysCount),
1184 if (propertiesThreshold.indexes < 0 || propertiesThreshold.properties <
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h465 struct _xmlAttr *properties;/* properties list */ member in struct:_xmlNode
491 * Set of properties of the document as found by the parser
546 int properties; /* set of xmlDocProperties for this document member in struct:_xmlDoc
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js1068 },createObject:function (parent, name, properties, canRead, canWrite) {
1097 for (var key in properties) {
1098 if (properties.hasOwnProperty(key)) {
1099 parent.contents[name][key] = properties[key];
1104 var properties = {isFolder: true, isDevice: false, contents: {}};
1105 return FS.createObject(parent, name, properties, canRead, canWrite);
1119 },createFile:function (parent, name, properties, canRead, canWrite) {
1120 properties.isFolder = false;
1121 return FS.createObject(parent, name, properties, canRead, canWrite);
1128 var properties
[all...]
/external/chromium_org/ui/base/x/
H A Dx11_util.cc835 unsigned char* properties = NULL; local
839 &type, &format, &num_items, &properties);
844 XFree(properties);
848 long* int_properties = reinterpret_cast<long*>(properties);
853 XFree(properties);
863 unsigned char* properties = NULL; local
867 &type, &format, &num_items, &properties);
872 XFree(properties);
876 XAtom* atom_properties = reinterpret_cast<XAtom*>(properties);
879 XFree(properties);
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text_win.cc462 // Adds a new segment with the given properties to |lines_.back()|.
1143 // Now, get the font's properties.
1144 SCRIPT_FONTPROPERTIES properties; local
1145 memset(&properties, 0, sizeof(properties));
1146 properties.cBytes = sizeof(properties);
1148 &properties);
1156 missing_glyph = properties.wgDefault;
1157 space_glyph = properties
1216 SCRIPT_FONTPROPERTIES properties; local
[all...]
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc637 // arguments are stored as regular indexed properties in the arguments array,
1799 // Key is string, properties are dictionary mode
1802 HValue* properties = Add<HLoadNamedField>( local
1813 properties,
1820 // Key is string, properties are fast mode
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc172 winui::Input::IPointerPointProperties** properties) {
174 reinterpret_cast<void**>(properties));
171 get_Properties( winui::Input::IPointerPointProperties** properties) argument
/external/libsepol/src/
H A Dpolicydb.c2282 uint32_t properties; local
2287 properties = le32_to_cpu(buf[++pos]);
2290 properties = le32_to_cpu(buf[++pos]);
2292 if (properties & TYPEDATUM_PROPERTY_PRIMARY)
2296 if (properties & TYPEDATUM_PROPERTY_ATTRIBUTE)
2298 if (properties & TYPEDATUM_PROPERTY_ALIAS
2301 if (properties & TYPEDATUM_PROPERTY_PERMISSIVE
/external/libxml2/include/libxml/
H A Dtree.h502 struct _xmlAttr *properties;/* properties list */ member in struct:_xmlNode
528 * Set of properties of the document as found by the parser
583 int properties; /* set of xmlDocProperties for this document member in struct:_xmlDoc
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp669 static void SetMethodOptions(const CParser &parser, CObjectVector<CProperty> &properties) argument
686 properties.Add(property);
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1301 Byte[] properties = new Byte[kPropSize]; field in class:SevenZip.Compression.LZMA.Encoder
1305 properties[0] = (Byte)((_posStateBits * 5 + _numLiteralPosStateBits) * 9 + _numLiteralContextBits);
1307 properties[1 + i] = (Byte)((_dictionarySize >> (8 * i)) & 0xFF);
1308 outStream.Write(properties, 0, kPropSize);
1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) argument
1370 for (UInt32 i = 0; i < properties.Length; i++)
1372 object prop = properties[i];
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1301 byte[] properties = new byte[kPropSize]; field in class:Encoder
1305 properties[0] = (byte)((_posStateBits * 5 + _numLiteralPosStateBits) * 9 + _numLiteralContextBits);
1307 properties[1 + i] = (byte)(_dictionarySize >> (8 * i));
1308 outStream.write(properties, 0, kPropSize);

Completed in 4492 milliseconds

<<11121314151617