/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
BuildProperties.java | 14 import java.util.Properties; 18 * properties as String objects 52 // the Object that holds the key value pairs in monitor.properties 53 private Properties buildProperties; 56 this("monitor.properties"); 61 buildProperties = new Properties(); 62 // retrieve information from monitor.properties file. 72 "Value for buildSubjectPrefix not found in monitor.properties"); 82 "Value for httpUrl not found in monitor.properties"); 89 "Value for ftpUrl not found in monitor.properties"); [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
TestMusicPlayer.form | 4 <Properties> 6 </Properties> 38 <Properties> 43 </Properties> 49 <Properties> 51 </Properties> 54 <Properties> 56 </Properties> 62 <Properties> 64 </Properties> [all...] |
/external/replicaisland/ |
default.properties | 6 # To customize properties used by the Ant build system use, 7 # "build.properties", and override values to adapt the script to your
|
/frameworks/volley/ |
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
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldLongTest.java | 19 import java.util.Properties; 23 private Properties orgProps; 36 Properties tProps = new Properties(); 47 Properties tProps = new Properties(); 57 Properties tProps = new Properties();
|
/sdk/testapps/jarCheckTests1/app/ |
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
|
/sdk/testapps/jarCheckTests2/app/ |
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
|
/sdk/testapps/jarCheckTests3/app/ |
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
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
Properties.java | 18 * The blender object's custom properties. 22 public class Properties implements Cloneable, Savable { 23 private static final Logger LOGGER = Logger.getLogger(Properties.class.getName()); 127 List<Properties> subProperties = new ArrayList<Properties>(len); 129 Properties properties = new Properties(); local 130 properties.load(d, blenderContext); 131 subProperties.add(properties); [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
properties.h | 0 // 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 copie [all...] |
properties.cpp | 0 // properties.cc 18 // string names of the properties. 22 #include "fst/lib/properties.h" 26 // These functions determine the properties associated with the FST 28 // correspond to the operation's FST arguments. The properties 33 // Properties for a concatenatively-closed FST. 46 // Properties for a complemented FST. 57 // Properties for a composed FST. 68 // Properties for a concatenated FST. 101 // Properties for a determinized FST [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
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(FromPrototype)'"); 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, DontEnum)'"); 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), 1:a(FromPrototype), length:1'") [all...] |
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(FromPrototype)' 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:a(FromPrototype), length: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, DontEnum) [all...] |
/external/chromium_org/base/win/ |
shortcut.cc | 45 const ShortcutProperties& properties, 51 !(properties.options & ShortcutProperties::PROPERTIES_TARGET)) { 91 if ((properties.options & ShortcutProperties::PROPERTIES_TARGET) && 92 FAILED(i_shell_link->SetPath(properties.target.value().c_str()))) { 96 if ((properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) && 98 properties.working_dir.value().c_str()))) { 102 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) { 103 if (FAILED(i_shell_link->SetArguments(properties.arguments.c_str()))) 113 if ((properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) && 114 FAILED(i_shell_link->SetDescription(properties.description.c_str()))) [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_watcher.js | 61 * @param {Object.<string, Object>} properties Map from entry URLs to metadata 62 * properties. 66 entries, properties) { 67 this.dispatchMetadataEvent_('filesystem', entries, properties); 74 * @param {Object.<string, Object>} properties Map from entry URLs to metadata 75 * properties. 79 entries, properties) { 80 this.dispatchMetadataEvent_('thumbnail', entries, properties); 87 * @param {Object.<string, Object>} properties Map from entry URLs to metadata 88 * properties [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
networking_private.json | 27 "properties": { 67 "description": "Gets all the properties of the network with id networkGuid. Includes all properties of the network (read-only and read/write values).", 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: User settings, shared settings, user policy, device policy and the currently active settings.", 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. [all...] |
/external/chromium_org/dbus/ |
object_manager_unittest.cc | 33 struct Properties : public PropertySet { 39 Properties(ObjectProxy* object_proxy, 54 Properties* properties = new Properties( variable 58 return static_cast<PropertySet*>(properties); 198 Properties* properties = static_cast<Properties*>( local 201 EXPECT_TRUE(properties != NULL) 225 Properties* properties = static_cast<Properties*>( local 232 Properties* properties = static_cast<Properties*>( local 286 Properties* properties = static_cast<Properties*>( local 321 Properties* properties = static_cast<Properties*>( local [all...] |
/external/chromium_org/chromeos/dbus/ |
nfc_record_client.cc | 20 NfcRecordClient::Properties::Properties( 36 NfcRecordClient::Properties::~Properties() { 75 virtual Properties* GetProperties( 77 return static_cast<Properties*>( 107 // Note: DBusObjectMap guarantees that the Properties structure for the 120 NfcDeviceClient::Properties* device_properties = 123 // Ignore changes to properties other than "Records". 150 // Note: DBusObjectMap guarantees that the Properties structure for th 189 Properties* properties = new Properties( variable [all...] |
/external/chromium_org/v8/test/mjsunit/ |
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 [all...] |
/development/samples/devbytes/telephony/SmsSampleProject/ |
local.properties.sample | 1 # This file should be copied to local.properties and path set to point
|
/development/samples/training/bitmapfun/ |
local.properties.sample | 1 # This file should be copied to local.properties and path set to point
|
/development/sdk/ |
sdk.properties | 1 # SDK properties
|
/external/apache-harmony/support/src/test/resources/tests/resources/ |
hyts_PropertiesTest.properties | 11 !!properties
|
/external/chromium_org/chrome/test/functional/ |
crash_reporter.py | 24 properties = self.GetBrowserInfo()['properties'] 25 if properties['branding'] != 'Google Chrome': 33 breakpad_folder = properties['DIR_CRASH_DUMPS']
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
frame.js | 13 * Plucks properties from the passed arguments and sets them on the passed 15 * @param {Node} node The node to set properties on 16 * @param {Object} args A map of user-specified properties to set 34 * @param {Object} args A map of user-specified properties.
|