Home
last modified time | relevance | path

Searched full:properties (Results 1 – 25 of 3656) sorted by relevance

12345678910>>...147

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/p2/org.eclipse.equinox.p2.core/cache/
Dartifacts.xml4 <properties size='2'>
7 </properties>
15 <properties size='1'>
17 </properties>
20 <properties size='1'>
22 </properties>
25 <properties size='1'>
27 </properties>
30 <properties size='1'>
32 </properties>
[all …]
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt025lexerRulePropertyRef.py20 assert len(lexer.properties) == 3, lexer.properties
22 text, type, line, pos, index, channel, start, stop = lexer.properties[0]
23 assert text == 'foobar', lexer.properties[0]
24 assert type == self.lexerModule.IDENTIFIER, lexer.properties[0]
25 assert line == 1, lexer.properties[0]
26 assert pos == 0, lexer.properties[0]
27 assert index == -1, lexer.properties[0]
28 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[0]
29 assert start == 0, lexer.properties[0]
30 assert stop == 5, lexer.properties[0]
[all …]
/external/clang/test/Index/
Dproperties-class-extensions.m1 // 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 - …
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 …]
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/object_level_availability/
Dtabs.py29 'properties': {
39 'properties': {
46 'properties': {
88 'properties': {
106 'properties': {
127 'properties': {
137 'properties': {
144 'properties': {
185 'properties': {
203 'properties': {
[all …]
/external/chromium_org/tools/json_schema_compiler/
Didl_schema.py141 properties = OrderedDict()
145 properties[k] = v
147 'properties': properties,
169 properties = OrderedDict()
172 properties['deprecated'] = self.node.GetProperty('deprecated')
175 properties[property_name.lower()] = True
182 if 'options' not in properties:
183 properties['options'] = {}
184 properties['options'][option_name] = sanitizer(self.node.GetProperty(
191 properties['description'] = parent_comment
[all …]
/external/chromium_org/chromeos/dbus/
Dshill_manager_client.cc106 const base::DictionaryValue& properties, in ConfigureService() argument
112 ShillClientHelper::AppendServicePropertiesDictionary(&writer, properties); in ConfigureService()
120 const base::DictionaryValue& properties, in ConfigureServiceForProfile() argument
127 ShillClientHelper::AppendServicePropertiesDictionary(&writer, properties); in ConfigureServiceForProfile()
134 const base::DictionaryValue& properties, in GetService() argument
140 ShillClientHelper::AppendServicePropertiesDictionary(&writer, properties); in GetService()
146 virtual void VerifyDestination(const VerificationProperties& properties, in VerifyDestination() argument
152 writer.AppendString(properties.certificate); in VerifyDestination()
153 writer.AppendString(properties.public_key); in VerifyDestination()
154 writer.AppendString(properties.nonce); in VerifyDestination()
[all …]
Dfake_bluetooth_device_client.cc185 FakeBluetoothDeviceClient::Properties::Properties( in Properties() function in chromeos::FakeBluetoothDeviceClient::Properties
187 : BluetoothDeviceClient::Properties( in Properties()
193 FakeBluetoothDeviceClient::Properties::~Properties() { in ~Properties()
196 void FakeBluetoothDeviceClient::Properties::Get( in Get()
203 void FakeBluetoothDeviceClient::Properties::GetAll() { in GetAll()
207 void FakeBluetoothDeviceClient::Properties::Set( in Set()
225 Properties* properties = new Properties(base::Bind( in FakeBluetoothDeviceClient() local
229 properties->address.ReplaceValue(kPairedDeviceAddress); in FakeBluetoothDeviceClient()
230 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass); in FakeBluetoothDeviceClient()
231 properties->name.ReplaceValue("Fake Device (Name)"); in FakeBluetoothDeviceClient()
[all …]
Dfake_bluetooth_input_client.cc21 FakeBluetoothInputClient::Properties::Properties( in Properties() function in chromeos::FakeBluetoothInputClient::Properties
23 : BluetoothInputClient::Properties( in Properties()
29 FakeBluetoothInputClient::Properties::~Properties() { in ~Properties()
32 void FakeBluetoothInputClient::Properties::Get( in Get()
39 void FakeBluetoothInputClient::Properties::GetAll() { in GetAll()
43 void FakeBluetoothInputClient::Properties::Set( in Set()
55 // Clean up Properties structures in ~FakeBluetoothInputClient()
70 FakeBluetoothInputClient::Properties*
83 Properties* properties = new Properties(base::Bind( in AddInputDevice() local
96 properties->reconnect_mode.ReplaceValue( in AddInputDevice()
[all …]
/external/chromium_org/chrome/common/extensions/docs/server2/
Dapi_schema_graph_test.py13 'properties': {
15 'properties': {
26 'properties': {
66 empty_graph.Lookup('tabs', 'properties',
87 api_schema_graph.Lookup('tabs', 'properties',
108 api_schema_graph.Lookup('tabs', 'properties',
109 'lowercase', 'properties',
112 api_schema_graph.Lookup('tabs', 'properties',
113 'lowercase', 'properties',
118 api_schema_graph.Lookup('tabs', 'properties',
[all …]
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
Dutils.cc15 const std::vector<CharacteristicProperty> properties) { in CharacteristicPropertiesToValue() argument
18 properties.begin(); in CharacteristicPropertiesToValue()
19 iter != properties.end(); in CharacteristicPropertiesToValue()
28 // Copy the properties. Use Characteristic::ToValue to generate the result in CharacteristicToValue()
29 // dictionary without the properties, to prevent json_schema_compiler from in CharacteristicToValue()
31 std::vector<CharacteristicProperty> properties = from->properties; in CharacteristicToValue() local
32 from->properties.clear(); in CharacteristicToValue()
35 "properties", CharacteristicPropertiesToValue(properties).release()); in CharacteristicToValue()
40 // Copy the characteristic properties and set them later manually. in DescriptorToValue()
41 std::vector<CharacteristicProperty> properties = in DescriptorToValue() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.cpp64 return shorthand.properties()[logicalSide]; in resolveToPhysicalProperty()
71 return shorthand.properties()[LeftSide]; in resolveToPhysicalProperty()
73 return shorthand.properties()[RightSide]; in resolveToPhysicalProperty()
75 return shorthand.properties()[BottomSide]; in resolveToPhysicalProperty()
77 return shorthand.properties()[TopSide]; in resolveToPhysicalProperty()
85 return shorthand.properties()[TopSide]; in resolveToPhysicalProperty()
87 return shorthand.properties()[BottomSide]; in resolveToPhysicalProperty()
89 return shorthand.properties()[LeftSide]; in resolveToPhysicalProperty()
91 return shorthand.properties()[RightSide]; in resolveToPhysicalProperty()
98 return shorthand.properties()[TopSide]; in resolveToPhysicalProperty()
[all …]
/external/chromium_org/v8/test/webkit/fast/js/
Darray-functions-non-arrays-expected.txt29 PASS properties(['b', 'a']) is '0:b, 1:a, length:2(DontDelete, DontEnum)'
30 PASS properties({ length:2, 0:'b', 1:'a' }) is '0:b, 1:a, length:2'
31 PASS properties(new OneItemConstructor) is '0:a(FromPrototype), length:1(FromPrototype)'
32 PASS properties(new TwoItemConstructor) is '0:b(FromPrototype), 1:a(FromPrototype), length:2(FromPr…
53 PASS Array.prototype.pop.call(x = {}); properties(x) is 'length:0'
54 PASS Array.prototype.pop.call(x = ['b', 'a']); properties(x) is '0:b, length:1(DontDelete, DontEnum…
55 PASS Array.prototype.pop.call(x = { length:2, 0:'b', 1:'a' }); properties(x) is '0:b, length:1'
56 PASS Array.prototype.pop.call(x = new TwoItemConstructor); properties(x) is '0:b(FromPrototype), 1:…
61 PASS Array.prototype.push.call(x = {}); properties(x) is 'length:0'
62 PASS Array.prototype.push.call(x = ['b', 'a']); properties(x) is '0:b, 1:a, length:2(DontDelete, Do…
[all …]
Darray-functions-non-arrays.js28 function properties(object, extraName1, extraName2, extraName3) function
32 // destructive, lists properties
96 shouldBe("properties(['b', 'a'])", "'0:b, 1:a, length:2(DontDelete, DontEnum)'");
97 shouldBe("properties({ length:2, 0:'b', 1:'a' })", "'0:b, 1:a, length:2'");
99 shouldBe("properties(new OneItemConstructor)", "'0:a(FromPrototype), length:1(FromPrototype)'");
100 shouldBe("properties(new TwoItemConstructor)", "'0:b(FromPrototype), 1:a(FromPrototype), length:2(F…
130 shouldBe("Array.prototype.pop.call(x = {}); properties(x)", "'length:0'");
131 shouldBe("Array.prototype.pop.call(x = ['b', 'a']); properties(x)", "'0:b, length:1(DontDelete, Don…
132 shouldBe("Array.prototype.pop.call(x = { length:2, 0:'b', 1:'a' }); properties(x)", "'0:b, length:1…
133 shouldBe("Array.prototype.pop.call(x = new TwoItemConstructor); properties(x)", "'0:b(FromPrototype…
[all …]
/external/chromium_org/base/win/
Dshortcut.cc46 const ShortcutProperties& properties, in CreateOrUpdateShortcutLink() argument
52 !(properties.options & ShortcutProperties::PROPERTIES_TARGET)) { in CreateOrUpdateShortcutLink()
92 if ((properties.options & ShortcutProperties::PROPERTIES_TARGET) && in CreateOrUpdateShortcutLink()
93 FAILED(i_shell_link->SetPath(properties.target.value().c_str()))) { in CreateOrUpdateShortcutLink()
97 if ((properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) && in CreateOrUpdateShortcutLink()
99 properties.working_dir.value().c_str()))) { in CreateOrUpdateShortcutLink()
103 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) { in CreateOrUpdateShortcutLink()
104 if (FAILED(i_shell_link->SetArguments(properties.arguments.c_str()))) in CreateOrUpdateShortcutLink()
114 if ((properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) && in CreateOrUpdateShortcutLink()
115 FAILED(i_shell_link->SetDescription(properties.description.c_str()))) { in CreateOrUpdateShortcutLink()
[all …]
Devent_trace_controller.cc106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) { in Stop() argument
108 if (properties == NULL) in Stop()
109 properties = &ignore; in Stop()
111 ULONG error = ::ControlTrace(session_, NULL, properties->get(), in Stop()
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { in Flush() argument
123 if (properties == NULL) in Flush()
124 properties = &ignore; in Flush()
126 ULONG error = ::ControlTrace(session_, NULL, properties->get(), in Flush()
135 EtwTraceProperties* properties, TRACEHANDLE* session_handle) { in Start() argument
136 DCHECK(properties != NULL); in Start()
[all …]
Devent_trace_controller.h53 // Copies logger_name to the properties structure.
59 // Copies logger_file_name to the properties structure.
64 // Properties buffer allocates space for header and for
75 // Our properties header.
92 // Start a session with given name and properties.
95 // Starts a session tracing to a file with some default properties.
100 // Starts a realtime session with some default properties.
112 // Stops our session and retrieve the new properties of the session,
113 // properties may be NULL.
114 HRESULT Stop(EtwTraceProperties* properties);
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
Dproperties.html6 <title>Properties view</title>
10 <h1>Properties view</h1>
12 Properties view contents is different for each select element of the component hierarchy.
22 <p><img src="images/properties-warnings.png" alt="Properties warnings"/></p>
24 It's also possible to add a text into the survey comment on each properties:
25 <p><img src="images/properties-survey-comment.png" alt="Properties survey comment"/></p>
30 <h2>Component properties</h2>
33 <h2>Scenario properties</h2>
36 <h2>Config properties</h2>
39 <h2>Build properties</h2>
[all …]
/external/chromium_org/v8/test/mjsunit/
Dmirror-object.js56 // Check the mirror properties.
69 var properties = mirror.properties();
70 assertEquals(names.length, properties.length);
71 for (var i = 0; i < properties.length; i++) {
72 assertTrue(properties[i] instanceof debug.Mirror, 'Unexpected mirror hierarchy');
73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierarchy');
74 assertEquals('property', properties[i].type(), 'Unexpected mirror type');
75 assertEquals(names[i], properties[i].name(), 'Unexpected property name');
89 // If the object has some special properties don't test for these.
112 // Check that the serialization contains all properties.
[all …]
/external/emma/core/java12/com/vladium/util/
DProperty.java20 import java.util.Properties;
56 public static Properties combine (final Properties overrides, final Properties base) in combine()
74 final Properties result = new XProperties (base); in combine()
91 * Creates a set of properties for an application with a given namespace.
97 * @return application properties [never null, a new instance is created
100 public static Properties getAppProperties (final String namespace, final ClassLoader loader) in getAppProperties()
103 throw new IllegalArgumentException ("null properties: appNameLC"); in getAppProperties()
105 … final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader); in getAppProperties()
106 final Properties systemFileOverrides; in getAppProperties()
108 final String fileName = Property.getSystemProperty (namespace + ".properties"); in getAppProperties()
[all …]
/external/chromium_org/chrome/common/extensions/api/
Dnetworking_private.json27 "properties": { object
72 …"description": "Gets all the properties of the network with id networkGuid. Includes all properti…
77 "description": "The unique identifier of the network to get properties from."
84 "name": "properties",
86 "description": "Results of the query for network properties."
94 …"description": "Gets the merged properties of the network with id networkGuid from the sources: Us…
99 "description": "The unique identifier of the network to get properties from."
106 "name": "properties",
108 "description": "Results of the query for managed network properties."
116properties of the network with id networkGuid. This is meant to be a higher performance function t…
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dproperties.h1 // properties.h
26 // bits are added, then the composite properties below, the property
27 // functions and property names in properties.cc, and
28 // TestProperties() in test-properties.h should be updated.
31 // BINARY PROPERTIES
44 // TRINARY PROPERTIES
46 // For each of these properties below there is a pair of property bits
133 // COMPOSITE PROPERTIES
136 // Properties of an empty machine
144 // Properties that are preserved when an FST is copied
[all …]
/external/easymock/src/org/easymock/internal/
DEasyMockProperties.java22 import java.util.Properties;
25 * Contains properties used by EasyMock to change its default behavior. The
26 * loading order is (any step being able to overload the properties of the
29 * <li>easymock.properties in classpath default package</li>
30 * <li>System properties</li>
41 private final Properties properties = new Properties(); field in EasyMockProperties
57 // Load the easymock.properties file in EasyMockProperties()
59 "easymock.properties"); in EasyMockProperties()
63 properties.load(in); in EasyMockProperties()
66 "Failed to read easymock.properties file"); in EasyMockProperties()
[all …]
/external/emma/core/java12/com/vladium/emma/
DEMMAProperties.java15 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) in wrap() argument
106 if (properties == null) return null; in wrap()
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER); in wrap()
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); in getAppProperties() local
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
Dnetwork_config.js33 stringifyJSON_: function(properties) { argument
34 return JSON.stringify(properties, undefined, 2);
37 updateActiveSettings_: function(properties) { argument
38 this.activeArea_.value = this.stringifyJSON_(properties);
41 updateManagedSettings_: function(properties) { argument
47 this.managedArea_.value = this.stringifyJSON_(properties);
49 this.extractUserSettings_(properties));
53 updateState_: function(properties) { argument
54 this.stateArea_.value = this.stringifyJSON_(properties);
57 extractUserSettings_: function(properties) { argument
[all …]
/external/chromium_org/chrome/browser/
Dshell_integration_win_unittest.cc30 base::win::ShortcutProperties properties; member
94 shortcut_test_object.properties = *shortcut_properties; in AddTestShortcutAndResetProperties()
103 // A temporary object to pass properties to in CreateShortcuts()
256 shortcuts_[1].properties.set_app_id(chrome_app_id_); in TEST_F()
257 shortcuts_[3].properties.set_app_id(chrome_app_id_); in TEST_F()
258 shortcuts_[4].properties.set_app_id(chrome_app_id_); in TEST_F()
259 shortcuts_[5].properties.set_app_id(chrome_app_id_); in TEST_F()
260 shortcuts_[6].properties.set_app_id(non_default_profile_chrome_app_id_); in TEST_F()
261 shortcuts_[7].properties.set_app_id(non_default_user_data_dir_chrome_app_id_); in TEST_F()
262 shortcuts_[8].properties.set_app_id( in TEST_F()
[all …]

12345678910>>...147