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

<<31323334353637383940>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
SignedObjectTest.java 32 import java.util.Properties;
47 private Properties prop;
60 prop = new Properties();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_unknown.properties 19 # $Id: output_unknown.properties 468654 2006-10-28 07:09:23Z minchau $
26 # XSLT properties do not need namespace qualification.
35 # Xalan-specific output properties. These can be overridden in the stylesheet
output_xml.properties 19 # $Id: output_xml.properties 468654 2006-10-28 07:09:23Z minchau $
25 # XSLT properties do not need namespace qualification.
34 # Xalan-specific output properties. These can be overridden in the stylesheet
  /external/chromium/base/
file_version_info.h 19 // right-click select Properties, then click the Version tab, and on the Mac
22 // This list of properties is straight out of Win32's VerQueryValue
41 // Accessors to the different version properties.
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_api.cc 61 SocketProperties* properties) {
62 if (properties->name.get()) {
63 socket->set_name(*properties->name.get());
65 if (properties->persistent.get()) {
66 socket->set_persistent(*properties->persistent.get());
68 if (properties->buffer_size.get()) {
71 socket->set_buffer_size(*properties->buffer_size.get());
121 sockets_tcp::SocketProperties* properties = params_.get()->properties.get(); local
122 if (properties) {
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
bookmarks.json 9 "properties": {
24 "properties": {
225 "properties": {
273 "properties": {
301 "description": "Updates the properties of a bookmark or folder. Specify only the properties that you want to change; unspecified properties will be left unchanged. <b>Note:</b> Currently, only 'title' and 'url' are supported.",
311 "properties": {
428 "properties": {
447 "properties":
    [all...]
script_badge.json 18 "properties": {
36 "properties": {
65 "properties": {
  /external/chromium_org/chrome/common/extensions/docs/server2/
schema_util_test.py 115 'properties': {
129 'id': 'Key', # Should be inlined into both properties and be removed
147 'properties': {
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 216 base::DictionaryValue* properties = GetDeviceProperties(device_path); local
217 properties->SetWithoutPathExpansion(
220 properties->SetWithoutPathExpansion(
223 properties->SetWithoutPathExpansion(
256 const base::DictionaryValue* properties = NULL; local
257 if (!iter.value().GetAsDictionary(&properties))
260 if (!properties->GetStringWithoutPathExpansion(
312 base::DictionaryValue* properties = NULL; local
314 device_path, &properties)) {
315 properties = new base::DictionaryValue
    [all...]
nfc_client_helpers.h 55 // D-Bus object proxies and properties. It maintains a mapping from object
68 // Called by DBusObjectMap to create a Properties structure for the remote
72 // signals and update the properties.
83 // properties. Note that the remote object will no longer be available,
84 // but the delegates can still access the cached properties of the object.
89 // the delegate which will be used to construct properties structures.
104 // Returns the properties structure for remote object with object path
105 // |object_path|. If no properties structure exists for |object_path|,
114 // Creates and stores an object proxy and properties structure for a remote
119 // Removes the D-Bus object proxy and the properties structure for th
    [all...]
nfc_property_set.cc 36 NOTREACHED() << "neard does not implement Get for properties.";
52 // make sure that the values of the properties have been cached. This way,
53 // all received properties will be available when |on_get_all_callback_| is
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 46 void MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType)
50 newProperties.properties = const_cast<StylePropertySet*>(properties);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.h 53 const HashSet<CSSPropertyID>& properties() const { return m_properties; } function in class:WebCore::KeyframeValue
65 HashSet<CSSPropertyID> m_properties; // The properties specified in this keyframe.
96 HashSet<CSSPropertyID> m_properties; // The properties being animated.
  /external/chromium_org/v8/test/mjsunit/
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
51 // setter and getter properties to the object.
  /external/clang/test/ARCMT/
objcmt-property.m 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
59 // Properties that contain the name "delegate" or "dataSource",
  /external/clang/test/
CMakeLists.txt 56 set_target_properties(check-clang PROPERTIES FOLDER "Clang tests")
90 set_target_properties(check-clang PROPERTIES FOLDER "Clang tests")
98 set_target_properties(clang-test PROPERTIES FOLDER "Clang tests")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedPublish.xml 9 <!-- TODO: include properties file here if not running from a shell script -->
10 <property file="properties/feedPublish.emf.properties"/>
  /external/lzma/CS/7zip/
ICoder.cs 76 /// Provides the fields that represent properties idenitifiers for compressing.
145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties);
155 void SetDecoderProperties(byte[] properties);
  /external/nist-sip/java/gov/nist/core/
StackLogger.java 3 import java.util.Properties;
116 * Stack creation properties.
120 public void setStackProperties(Properties stackProperties);
  /external/objenesis/tck/src/org/objenesis/tck/
Main.java 63 * @throws IOException When the TCK fails to read properties' files.
69 runTest(new ObjenesisStd(), reporter, "Objenesis std", "candidates/candidates.properties");
71 "candidates/serializable-candidates.properties");
  /external/proguard/examples/ant/
proguard.xml 9 <taskdef resource="proguard/ant/task.properties"
32 <adaptresourcefilenames filter="**.properties,**.gif,**.jpg" />
33 <adaptresourcefilecontents filter="proguard/ant/task.properties" />
  /external/qemu/hw/
qdev.h 50 /* Set properties between creation and init. */
92 /* Register device properties. */
104 /* FIXME: Remove opaque pointer properties. */
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 40 // Create a slow-case object (with hashed properties).
50 // Create a new slow-case object (with hashed properties) and add
51 // setter and getter properties to the object.
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.h 113 * P2P Peer properties.
151 * P2P Group properties
187 * P2P Persistent Groups and properties
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
proguard.xml 9 <taskdef resource="proguard/ant/task.properties"
32 <adaptresourcefilenames filter="**.properties,**.gif,**.jpg" />
33 <adaptresourcefilecontents filter="proguard/ant/task.properties" />

Completed in 796 milliseconds

<<31323334353637383940>>