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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chromeos/dbus/
fake_nfc_manager_client.cc 16 FakeNfcManagerClient::Properties::Properties(
18 : NfcManagerClient::Properties(NULL, callback) {
21 FakeNfcManagerClient::Properties::~Properties() {
24 void FakeNfcManagerClient::Properties::Get(
31 void FakeNfcManagerClient::Properties::GetAll() {
35 void FakeNfcManagerClient::Properties::Set(
43 properties_.reset(new Properties(base::Bind(
62 FakeNfcManagerClient::Properties* FakeNfcManagerClient::GetProperties()
    [all...]
fake_bluetooth_adapter_client.h 26 struct Properties : public BluetoothAdapterClient::Properties {
27 explicit Properties(const PropertyChangedCallback & callback);
28 virtual ~Properties();
46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
73 // Property callback passed when we create Properties* structures.
79 // Static properties we return.
80 scoped_ptr<Properties> properties_;
81 scoped_ptr<Properties> second_properties_;
fake_nfc_adapter_client.h 22 struct Properties : public NfcAdapterClient::Properties {
23 explicit Properties(const PropertyChangedCallback& callback);
24 virtual ~Properties();
42 virtual Properties* GetProperties(
63 // Property changed callback passed when we create Properties* structures.
70 // Fake properties that are returned for the emulated adapters.
71 scoped_ptr<Properties> properties_;
72 scoped_ptr<Properties> second_properties_;
fake_nfc_device_client.h 21 struct Properties : public NfcDeviceClient::Properties {
22 explicit Properties(const PropertyChangedCallback& callback);
23 virtual ~Properties();
40 virtual Properties* GetProperties(
fake_nfc_record_client.h 21 struct Properties : public NfcRecordClient::Properties {
22 explicit Properties(const PropertyChangedCallback& callback);
23 virtual ~Properties();
40 virtual Properties* GetProperties(
fake_nfc_tag_client.h 21 struct Properties : public NfcTagClient::Properties {
22 explicit Properties(const PropertyChangedCallback& callback);
23 virtual ~Properties();
40 virtual Properties* GetProperties(
  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 22 import java.util.Properties;
44 * Get the properties corresponding to the effective xsl:output element.
50 * <p>The properties returned should contain properties set by the stylesheet,
51 * and these properties are "defaulted" by default properties specified by
53 * XSL Transformations (XSLT) W3C Recommendation</a>. The properties that
55 * Properties list, while the XSLT default properties that were not
56 * specifically set should be in the "default" Properties list. Thus
    [all...]
  /external/clang/test/Index/
properties-class-extensions.m 1 // Test that @properties within class extensions are visited by
46 // CHECK: properties-class-extensions.m:4:12: ObjCInterfaceDecl=Foo:4:12 Extent=[4:1 - 4:23]
47 // CHECK-NOT: properties-class-extensions.m:9:15: ObjCInstanceMethodDecl=setB::9:15 Extent=[9:15 - 9:16]
48 // CHECK-NOT: properties-class-extensions.m:9:15: ParmDecl=b:9:15 (Definition) Extent=[9:15 - 9:16]
49 // CHECK: properties-class-extensions.m:5:12: ObjCCategoryDecl=Cat:5:12 Extent=[5:1 - 7:5]
50 // CHECK: properties-class-extensions.m:5:12: ObjCClassRef=Foo:4:12 Extent=[5:12 - 5:15]
51 // CHECK: properties-class-extensions.m:6:15: ObjCPropertyDecl=a:6:15 Extent=[6:1 - 6:16]
52 // CHECK: properties-class-extensions.m:6:15: ObjCInstanceMethodDecl=a:6:15 Extent=[6:15 - 6:16]
53 // CHECK: properties-class-extensions.m:6:15: ObjCInstanceMethodDecl=setA::6:15 Extent=[6:15 - 6:16]
54 // CHECK: properties-class-extensions.m:6:15: ParmDecl=a:6:15 (Definition) Extent=[6:15 - 6:16
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 29 enum Properties {
40 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class);
160 mPropertiesToSet.add(Properties.DURATION);
167 mPropertiesToSet.add(Properties.INTERPOLATOR);
173 mPropertiesToSet.add(Properties.START_DELAY);
199 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) {
202 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
205 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
208 if (mPropertiesToSet.contains(Properties.ROTATION_Y))
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 141 properties = OrderedDict()
145 properties[k] = v
147 'properties': properties,
167 properties = OrderedDict()
171 properties[property_name.lower()] = True
178 if 'options' not in properties:
179 properties['options'] = {}
180 properties['options'][option_name] = sanitizer(self.node.GetProperty(
187 properties['description'] = parent_commen
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 28 import java.util.Properties;
75 Properties properties = System.getProperties(); local
77 properties.remove(key);
79 properties.setProperty(key, value);
81 System.setProperties(properties);
85 * Creates security properties file.
88 * passed custom properties.
91 * security properties to be added to properties fil
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h 70 /* start properties */
71 /* AST returnScopeInterface.properties */
89 /* start properties */
90 /* AST returnScopeInterface.properties */
108 /* start properties */
109 /* AST returnScopeInterface.properties */
127 /* start properties */
128 /* AST returnScopeInterface.properties */
146 /* start properties */
147 /* AST returnScopeInterface.properties */
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 15 @properties = []
18 attr_reader :properties
24 @properties << [$text, $type, $line, $pos, $index, $channel, $start, $stop]
30 example "referencing lexer rule properties" do
34 lexer.properties.should have( 3 ).things
35 text, type, line, pos, index, channel, start, stop = lexer.properties[ 0 ]
45 text, type, line, pos, index, channel, start, stop = lexer.properties[ 1 ]
55 lexer.properties.should have( 3 ).things
56 text, type, line, pos, index, channel, start, stop = lexer.properties[ 2 ]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 15 import java.util.Properties;
26 * A reflection of "${IAppConstants.APP_PROPERTY_RES_NAME}.properties" resource
99 * Wraps a Properties into a IProperties with the app's standard property
102 * @param properties [null results in null result]
104 public static IProperties wrap (final Properties properties)
106 if (properties == null) return null;
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
112 * Retrieves application properties as classloader resource with a given name.
116 * @return properties [can be null
127 IProperties properties = (IProperties) s_properties.get (loader); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_sync_data.h 14 // A struct that encapsulates the synced properties of an Extension.
21 // Version-independent properties (i.e., used even when the
28 // Version-dependent properties (i.e., should be used only when the
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/test_json/
expected_tester.json 11 "properties": [],
20 "properties": [],
26 "properties": [],
43 "properties": [],
61 "properties": [],
80 "properties": [],
95 "properties": [],
141 "properties": [
149 "properties": [],
163 "properties": []
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.cpp 64 return shorthand.properties()[logicalSide];
71 return shorthand.properties()[LeftSide];
73 return shorthand.properties()[RightSide];
75 return shorthand.properties()[BottomSide];
77 return shorthand.properties()[TopSide];
85 return shorthand.properties()[TopSide];
87 return shorthand.properties()[BottomSide];
89 return shorthand.properties()[LeftSide];
91 return shorthand.properties()[RightSide];
98 return shorthand.properties()[TopSide]
174 static const CSSPropertyID properties[4] = { CSSPropertyBorderTop, CSSPropertyBorderRight, CSSPropertyBorderBottom, CSSPropertyBorderLeft }; local
231 const CSSPropertyID properties[2] = { CSSPropertyWidth, CSSPropertyHeight }; local
235 const CSSPropertyID properties[2] = { CSSPropertyWidth, CSSPropertyHeight }; local
239 const CSSPropertyID properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight }; local
243 const CSSPropertyID properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight }; local
247 const CSSPropertyID properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight }; local
251 const CSSPropertyID properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight }; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /external/emma/core/res/com/vladium/emma/data/
merge_usage.res 12 'p', 'props', 'properties':
14 '<properties file>',
15 "properties override file";
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/aidlTest/mainProject/
project.properties 6 # To customize properties used by the Ant build system use,
7 # "ant.properties", and override values to adapt the script to your
14 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/buildConfigTest/app/
project.properties 6 # To customize properties used by the Ant build system edit
7 # "ant.properties", and override values to adapt the script to your
10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/customViewTest/mainProject/
project.properties 6 # To customize properties used by the Ant build system use,
7 # "ant.properties", and override values to adapt the script to your
14 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):

Completed in 514 milliseconds

1 2 3 4 5 6 7 891011>>