| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/p2/org.eclipse.equinox.p2.core/cache/ |
| D | artifacts.xml | 4 <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/ |
| D | t025lexerRulePropertyRef.py | 20 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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
| D | PropertiesTest.java | 38 import java.util.Properties; 46 Properties tProps; 51 * @tests java.util.Properties#Properties() 54 // Test for method java.util.Properties() in test_Constructor() 55 Properties p = new Properties(); in test_Constructor() 58 assertTrue("Created incorrect Properties", true); in test_Constructor() 62 Properties p = new Properties(); in test_loadLjava_io_InputStream_NPE() 72 Properties p = new Properties(); in test_loadsave() 82 * @tests java.util.Properties#Properties(java.util.Properties) 85 Properties systemProperties = System.getProperties(); in test_ConstructorLjava_util_Properties() [all …]
|
| /external/clang/test/Index/ |
| D | 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 - … 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/chromeos/dbus/ |
| D | fake_bluetooth_device_client.cc | 157 FakeBluetoothDeviceClient::Properties::Properties( in Properties() function in chromeos::FakeBluetoothDeviceClient::Properties 159 : BluetoothDeviceClient::Properties( in Properties() 165 FakeBluetoothDeviceClient::Properties::~Properties() { in ~Properties() 168 void FakeBluetoothDeviceClient::Properties::Get( in Get() 175 void FakeBluetoothDeviceClient::Properties::GetAll() { in GetAll() 179 void FakeBluetoothDeviceClient::Properties::Set( in Set() 195 Properties* properties = new Properties(base::Bind( in FakeBluetoothDeviceClient() local 199 properties->address.ReplaceValue(kPairedDeviceAddress); in FakeBluetoothDeviceClient() 200 properties->bluetooth_class.ReplaceValue(kPairedDeviceClass); in FakeBluetoothDeviceClient() 201 properties->name.ReplaceValue("Fake Device (Name)"); in FakeBluetoothDeviceClient() [all …]
|
| D | shill_manager_client.cc | 106 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 …]
|
| D | fake_bluetooth_input_client.cc | 21 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 92 properties->reconnect_mode.ReplaceValue( in AddInputDevice() [all …]
|
| /external/chromium_org/chrome/common/extensions/docs/server2/test_data/object_level_availability/ |
| D | tabs.py | 29 '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/ |
| D | 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_comment 192 properties['parameters'] = parameters [all …]
|
| /external/chromium_org/device/bluetooth/ |
| D | bluetooth_adapter_chromeos.cc | 62 BluetoothAdapterClient::Properties* properties = in GetAddress() local 65 DCHECK(properties); in GetAddress() 67 return properties->address.value(); in GetAddress() 74 BluetoothAdapterClient::Properties* properties = in GetName() local 77 DCHECK(properties); in GetName() 79 return properties->alias.value(); in GetName() 94 BluetoothAdapterClient::Properties* properties = in IsPowered() local 98 return properties->powered.value(); in IsPowered() 118 BluetoothAdapterClient::Properties* properties = in IsDiscovering() local 122 return properties->discovering.value(); in IsDiscovering() [all …]
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| D | CSSProperty.cpp | 64 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/chrome/common/extensions/docs/server2/ |
| D | api_schema_graph_test.py | 13 '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/chrome/browser/extensions/ |
| D | extension_context_menu_api.cc | 38 const DictionaryValue& properties, in ParseContexts() argument 42 if (!properties.GetList(key, &list)) { in ParseContexts() 80 const DictionaryValue& properties, in ParseType() argument 84 if (!properties.HasKey(kTypeKey)) { in ParseType() 90 if (!properties.GetString(kTypeKey, &type_string)) in ParseType() 111 const DictionaryValue& properties, in ParseChecked() argument 114 if (!properties.HasKey(kCheckedKey)) { in ParseChecked() 118 if (!properties.GetBoolean(kCheckedKey, checked)) in ParseChecked() 129 const DictionaryValue& properties, in ParseURLPatterns() argument 132 if (!properties.HasKey(key)) in ParseURLPatterns() [all …]
|
| /external/chromium_org/v8/test/webkit/fast/js/ |
| D | array-functions-non-arrays-expected.txt | 29 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 …]
|
| D | array-functions-non-arrays.js | 28 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/chrome/common/extensions/api/ |
| D | networking_private.json | 27 "properties": { object 67 …"description": "Gets all the properties of the network with id networkGuid. Includes all properti… 72 "description": "The unique identifier of the network to get properties from." 79 "name": "properties", 81 "description": "Results of the query for network properties." 89 …"description": "Gets the merged properties of the network with id networkGuid from the sources: Us… 94 "description": "The unique identifier of the network to get properties from." 101 "name": "properties", 103 "description": "Results of the query for managed network properties." 111 …properties of the network with id networkGuid. This is meant to be a higher performance function … [all …]
|
| /external/chromium/base/win/ |
| D | event_trace_controller.cc | 106 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 …]
|
| /external/chromium_org/base/win/ |
| D | event_trace_controller.cc | 106 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 …]
|
| /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
| D | Properties.java | 18 * The blender object's custom properties. 22 public class Properties implements Cloneable, Savable { class 23 private static final Logger LOGGER = Logger.getLogger(Properties.class.getName()); 127 List<Properties> subProperties = new ArrayList<Properties>(len); in load() 129 Properties properties = new Properties(); in load() local 130 properties.load(d, blenderContext); in load() 131 subProperties.add(properties); in load() 145 Properties temp = new Properties(); in load() 214 List<Properties> props = (List<Properties>) value; in findValue() 215 for (Properties p : props) { in findValue() [all …]
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
| D | properties.html | 6 <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/v8/test/mjsunit/ |
| D | mirror-object.js | 56 // 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 hierachy'); 73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy'); 74 assertEquals('property', properties[i].type(), 'Unexpected mirror type'); 75 assertEquals(names[i], properties[i].name(), 'Unexpected property name'); 82 // If the object has some special properties don't test for these. 105 // Check that the serialization contains all properties. [all …]
|
| /external/chromium_org/v8/test/mjsunit/ |
| D | mirror-object.js | 56 // 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/ |
| D | Property.java | 20 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/srec/tools/thirdparty/OpenFst/fst/lib/ |
| D | properties.h | 1 // 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/ |
| D | EasyMockProperties.java | 22 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 …]
|