/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
PropertiesTest.java | 38 import java.util.Properties; 46 Properties tProps; 51 * @tests java.util.Properties#Properties() 54 // Test for method java.util.Properties() 55 Properties p = new Properties(); 58 assertTrue("Created incorrect Properties", true); 62 Properties p = new Properties(); 86 Properties properties = new Properties(systemProperties); local 570 Properties properties = new Properties(); local 627 Properties properties = new Properties(defaults); local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
PropertyListIntersector.java | 38 public void intersect(Property[] properties) {
41 for (int i = 0; i < properties.length; i++) {
42 Property property = properties[i];
48 if (!propertyGroup.add(properties)) {
59 List<Property> properties = Lists.newArrayList();
local 63 properties.add(compositeProperty);
67 return properties.toArray(new Property[properties.size()]);
98 public boolean add(Property[] properties) {
99 for (Property property : properties) {
112 Property properties[] = m_properties.toArray(new Property[m_properties.size()]); local [all...] |
/external/chromium_org/base/test/ |
test_shortcut_win.cc | 57 const ShortcutProperties& properties) { 87 if (properties.options & ShortcutProperties::PROPERTIES_TARGET) { 90 ValidatePathsAreEqual(properties.target, base::FilePath(read_target)); 93 if (properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) { 96 ValidatePathsAreEqual(properties.working_dir, 100 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) { 103 EXPECT_EQ(properties.arguments, read_arguments); 106 if (properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) { 109 EXPECT_EQ(properties.description, read_description); 112 if (properties.options & ShortcutProperties::PROPERTIES_ICON) [all...] |
/external/chromium_org/base/win/ |
event_trace_controller.h | 53 // 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/easymock/src/org/easymock/internal/ |
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 class:EasyMockProperties 57 // Load the easymock.properties file
59 "easymock.properties");
[all...] |
/external/chromium_org/tools/json_schema_compiler/test/ |
error_generation.json | 12 "properties": { 22 "properties": { 34 "properties": { 49 "properties": { 58 "properties": { 67 "properties": { 109 "properties": {
|
objects.json | 15 "properties": { 47 "properties": { 70 "properties": { 80 "properties": { 101 "properties": { 118 "properties": { 128 "properties": {
|
additional_properties.json | 9 "properties": { 27 "properties": {}, 45 "properties": {
|
/external/chromium_org/chromeos/dbus/ |
fake_nfc_device_client.cc | 16 FakeNfcDeviceClient::Properties::Properties( 18 : NfcDeviceClient::Properties(NULL, callback) { 21 FakeNfcDeviceClient::Properties::~Properties() { 24 void FakeNfcDeviceClient::Properties::Get( 31 void FakeNfcDeviceClient::Properties::GetAll() { 35 void FakeNfcDeviceClient::Properties::Set( 58 FakeNfcDeviceClient::Properties*
|
fake_nfc_tag_client.cc | 16 FakeNfcTagClient::Properties::Properties( 18 : NfcTagClient::Properties(NULL, callback) { 21 FakeNfcTagClient::Properties::~Properties() { 24 void FakeNfcTagClient::Properties::Get( 31 void FakeNfcTagClient::Properties::GetAll() { 35 void FakeNfcTagClient::Properties::Set( 58 FakeNfcTagClient::Properties*
|
fake_bluetooth_device_client.cc | 157 FakeBluetoothDeviceClient::Properties::Properties( 159 : BluetoothDeviceClient::Properties( 165 FakeBluetoothDeviceClient::Properties::~Properties() { 168 void FakeBluetoothDeviceClient::Properties::Get( 175 void FakeBluetoothDeviceClient::Properties::GetAll() { 179 void FakeBluetoothDeviceClient::Properties::Set( 195 Properties* properties = new Properties(base::Bind local 257 Properties* properties = GetProperties(object_path); local 290 Properties* properties = GetProperties(object_path); local 395 Properties* properties = GetProperties(object_path); local 546 Properties* properties = iter->second; local 583 Properties* properties = new Properties(base::Bind( local 607 Properties *properties = new Properties(base::Bind( local 631 Properties* properties = new Properties(base::Bind( local 652 Properties* properties = new Properties(base::Bind( local 677 Properties* properties = new Properties(base::Bind( local 701 Properties* properties = new Properties(base::Bind( local 721 Properties* properties = new Properties(base::Bind( local 740 Properties* properties = new Properties(base::Bind( local 760 Properties* properties = new Properties(base::Bind( local 781 Properties* properties = new Properties(base::Bind( local 827 Properties* properties = GetProperties(object_path); local [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
ConfigTest.java | 35 enum Properties { 94 public void setProperty(final Properties p, final int value) { 149 public void setProperty(final Properties p, final String value) { 178 config.setProperty(Properties.LANGUAGE, "en"); 179 config.setProperty(Properties.COUNTRY, "US"); 180 config.setProperty(Properties.MCC, 310); 181 config.setProperty(Properties.MNC, 001); // unused 182 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER); 183 config.setProperty(Properties.KEYBOARD, Configuration.KEYBOARD_QWERTY); 184 config.setProperty(Properties.KEYBOARDHIDDEN, Configuration.KEYBOARDHIDDEN_YES) [all...] |
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/ |
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):
|
/developers/build/templates/base/_MODULE_/src/template/ |
project.properties.ftl | 7 # To customize properties used by the Ant build system edit 8 # "ant.properties", and override values to adapt the script to your 11 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir,
|
/developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/ |
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):
|
/development/samples/ControllerSample/ |
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):
|
/development/samples/training/NsdChat/ |
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):
|
/development/samples/training/basic/FragmentBasics/ |
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):
|
/development/samples/training/testingfun/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):
|
/development/samples/training/testingfun/app/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):
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/ |
logging.properties | 7 # <system-properties> 8 # <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> 9 # </system-properties>
|
/external/droiddriver/samples/testapp/ |
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/droiddriver/samples/testapp/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):
|
/frameworks/opt/calendar/ |
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/opt/colorpicker/ |
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):
|