/external/v8/test/mjsunit/compiler/ |
alloc-object.js | 31 // objects (e.g. in object properties, slack tracking in progress or 67 // Both properties are pre-allocated in object properties. 76 // Both properties are unused in object properties.
|
/frameworks/wilhelm/src/itf/ |
IEnvironmentalReverb.c | 643 // note that it's unnecessary to verify that any level stored inside the "properties" struct 650 SLEnvironmentalReverbSettings properties = *pProperties; local 651 if (!(properties.roomLevel <= 0)) 653 if (!(properties.roomHFLevel <= 0)) 655 if (!(100 <= properties.decayTime && properties.decayTime <= 20000)) 657 if (!(100 <= properties.decayHFRatio && properties.decayHFRatio <= 2000)) 659 if (!(properties.reflectionsLevel <= 1000)) 661 if (!(/* 0 <= properties.reflectionsDelay && */ properties.reflectionsDelay <= 300) [all...] |
/libcore/luni/src/main/native/ |
java_lang_System.cpp | 77 std::vector<std::string> properties; local 80 properties.push_back(std::string("user.dir=") + getcwd(path, sizeof(path))); 82 properties.push_back("android.zlib.version=" ZLIB_VERSION); 83 properties.push_back("android.openssl.version=" OPENSSL_VERSION_TEXT); 85 return toStringArray(env, properties);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
BooleanXmlPropertyEditor.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 39 private static final Image mTrueImage = DesignerPlugin.getImage("properties/true.png"); 40 private static final Image mFalseImage = DesignerPlugin.getImage("properties/false.png"); 42 DesignerPlugin.getImage("properties/BooleanNull.png"); 44 DesignerPlugin.getImage("properties/BooleanUnknown.png");
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StylePropertySet.cpp | 50 PassRefPtr<ImmutableStylePropertySet> ImmutableStylePropertySet::create(const CSSProperty* properties, unsigned count, CSSParserMode cssParserMode) 54 return adoptRef(new (slot) ImmutableStylePropertySet(properties, count, cssParserMode)); 70 MutableStylePropertySet::MutableStylePropertySet(const CSSProperty* properties, unsigned length) 75 m_propertyVector.uncheckedAppend(properties[i]); 78 ImmutableStylePropertySet::ImmutableStylePropertySet(const CSSProperty* properties, unsigned length, CSSParserMode cssParserMode) 84 metadataArray[i] = properties[i].metadata(); 85 valueArray[i] = properties[i].value(); 152 bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length()); 159 return removePropertiesInSet(shorthandPrefixingVariant.properties(), shorthandPrefixingVariant.length()); 209 if (!propertyIsImportant(shorthand.properties()[i]) [all...] |
StyleRule.cpp | 208 void StyleRule::setProperties(PassRefPtr<StylePropertySet> properties) 210 m_properties = properties; 236 void StyleRulePage::setProperties(PassRefPtr<StylePropertySet> properties) 238 m_properties = properties; 263 void StyleRuleFontFace::setProperties(PassRefPtr<StylePropertySet> properties) 265 m_properties = properties; 355 void StyleRuleViewport::setProperties(PassRefPtr<StylePropertySet> properties) 357 m_properties = properties; 384 void StyleRuleFilter::setProperties(PassRefPtr<StylePropertySet> properties) 386 m_properties = properties; [all...] |
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenProperties.groovy | 25 * Gradle extension that holds properties for sample generation. 27 * The sample generator needs a number of properties whose values can be 28 * inferred by convention from a smaller number of initial properties. 29 * This class defines fields for the initial properties, and getter 30 * methods for the inferred properties. It also defines a small number 253 * Generate default values for properties that can be inferred from an existing 254 * generated project, unless those properties have already been 271 * Generate default values for creation properties, unless those properties 273 * these properties interactively from the user if necessary [all...] |
/docs/source.android.com/src/devices/tech/input/ |
input-device-configuration-files.jd | 20 configuration properties that affect the behavior of input devices.</p> 28 based on the event types and properties that are reported by the associated 61 <h3 id="properties">Properties</h3> 67 whitespace. Each components of the input system defines a set of properties 90 # Additional calibration properties... 93 <h2 id="common-properties">Common Properties</h2> 94 <p>The following properties are common to all input device classes.</p> 96 special properties used by each class.</p [all...] |
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/ |
sockets_tcp_server_api.cc | 50 SocketProperties* properties) { 51 if (properties->name.get()) { 52 socket->set_name(*properties->name.get()); 54 if (properties->persistent.get()) { 55 socket->set_persistent(*properties->persistent.get()); 91 sockets_tcp_server::SocketProperties* properties = local 92 params_.get()->properties.get(); 93 if (properties) { 94 SetSocketProperties(socket, properties); 119 SetSocketProperties(socket, ¶ms_.get()->properties); [all...] |
/external/chromium_org/chromeos/dbus/ |
bluetooth_adapter_client.cc | 23 BluetoothAdapterClient::Properties::Properties( 44 BluetoothAdapterClient::Properties::~Properties() { 85 Properties* properties = new Properties( variable 91 return static_cast<dbus::PropertySet*>(properties); 95 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) 97 return static_cast<Properties*>( [all...] |
bluetooth_device_client.cc | 24 BluetoothDeviceClient::Properties::Properties( 46 BluetoothDeviceClient::Properties::~Properties() { 81 Properties* properties = new Properties( variable 87 return static_cast<dbus::PropertySet*>(properties); 98 Properties* properties = GetProperties(*iter) variable [all...] |
/external/qemu/android/ |
boot-properties.c | 13 #include "android/boot-properties.h" 32 /* this code supports the list of system properties that will 69 /* Clears all existing boot properties 241 /* Saves the number of available boot properties to file 254 /* Saves all available boot properties to snapshot. 269 /* Replaces the currently available boot properties by those stored 277 /* remove properties from old run */ 280 /* load properties from snapshot */ 291 #define SERVICE_NAME "boot-properties" 299 /* the 'list' command shall send all boot properties [all...] |
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/ |
android-8.xml | 4 <!-- The local.properties file is created and updated by the 'android' 8 <property file="local.properties" /> 10 <!-- The build.properties file can be created by you and is never touched 13 Here are some properties you may want to change/update: 20 Properties related to the SDK location or the project target should 27 <property file="build.properties" /> 29 <!-- The default.properties file is created and updated by the 'android' 33 <property file="default.properties" /> 64 <!-- Execute the Android Setup task that will setup some properties 111 <taskdef resource="proguard/ant/task.properties" [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_device_chromeos.cc | 65 chromeos::BluetoothDeviceClient::Properties* properties = local 68 DCHECK(properties); 70 std::string modalias = properties->modalias.value(); 145 BluetoothDeviceClient::Properties* properties = local 148 DCHECK(properties); 150 return properties->bluetooth_class.value(); 154 BluetoothDeviceClient::Properties* properties local 163 BluetoothDeviceClient::Properties* properties = local 190 BluetoothDeviceClient::Properties* properties = local 202 BluetoothDeviceClient::Properties* properties = local 228 BluetoothDeviceClient::Properties* properties = local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
MediaPropertiesTest.java | 131 *To test Media Properties for file MPEG4 854 x 480 163 *To test Media Properties for file MPEG4 WVGA 194 *To test media properties for MPEG4 720x480 (NTSC) + AAC file. 225 *To test Media Properties for file MPEG4 VGA 256 *To test Media Properties for file MPEG4 QCIF 287 *To To test media properties for H263 176x144 (QCIF) + AAC (mono) file. 317 *To test Media Properties for file H264 VGA 347 *To test Media Properties for file H264 NTSC 378 *To test media properties for H264 800x480 (WVGA) + AAC file. 409 *To test Media Properties for file H264 HD128 [all...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
api.js | 132 * @param {Object=} properties Speech properties to use for this utterance. 135 function callSpeakAsync_(message, properties) { 138 if (properties && properties['endCallback']) { 139 callback = properties['endCallback']; 218 * Speaks the given string using the specified queueMode and properties. 222 * @param {Object=} properties Speech properties to use for this utterance. 224 cvox.Api.speak = function(textString, queueMode, properties) { [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
experimental_accessibility.json | 17 "properties": { 25 "properties": { 35 "properties": { 45 "properties": { 52 "properties": { 62 "properties": { 72 "properties": { 80 "properties": { 89 "properties": { 100 "properties": [all...] |
/external/chromium_org/content/browser/resources/media/ |
client_renderer.js | 116 this.drawProperties_(player.properties); 176 var usableName = player.properties.name || 177 player.properties.url || 195 this.drawProperties_(player.properties); 251 var url = this.selectedPlayer.properties.url; 259 var props = player.properties; 276 if (player.properties['total_bytes']) { 277 cache.size = Number(player.properties['total_bytes']); 314 var properties = this.selectedAudioCompontentData || 315 this.selectedPlayer.properties || false [all...] |
/external/chromium_org/ppapi/c/dev/ |
ppb_var_deprecated.h | 82 * object, false if it does not. Methods are also counted as properties. 115 * On failure, |*properties| will be set to NULL and |*property_count| will be 118 * A pointer to the array of property names will be placesd in |*properties|. 119 * The caller is responsible for calling Release() on each of these properties 123 * This function returns all "enumerable" properties. Some JavaScript 124 * properties are "hidden" and these properties won't be retrieved by this 129 * PP_Var* properties; 130 * ppb_var.GetAllPropertyNames(object, &count, &properties); 132 * ...use the properties here.. [all...] |
/hardware/libhardware/include/hardware/ |
bluetooth.h | 131 /* Properties common to both adapter and remote device */ 169 /* Properties unique to adapter */ 190 /* Properties unique to remote device */ 250 /** GET/SET Adapter Properties callback */ 261 bt_property_t *properties); 263 /** GET/SET Remote Device Properties callback */ 264 /** TODO: For remote device properties, do not see a need to get/set 265 * multiple properties - num_properties shall be 1 270 bt_property_t *properties); 276 bt_property_t *properties); [all...] |
/sdk/files/ant/ |
uibuild.xml | 9 At the beginning of the file is a list of properties that can be overridden 10 by adding them to your ant.properties (properties are immutable, so their 15 - more properties (do not override those unless the whole build system is modified). 27 <!-- **************** Overridable Properties *************** --> 30 <!-- You can override these values in your build.xml or ant.properties. 31 Overriding any other properties may result in broken build. --> 60 <taskdef resource="anttasks.properties" classpathref="android.antlibs" /> 68 <taskdef resource="emma_ant.properties" classpathref="emma.lib" /> 73 <!-- ******************* Other Properties ****************** -- [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/ |
jarprocessor-ant.jar | |
/external/llvm/docs/ |
LLVMBuild.rst | 104 each of which may contain some number of properties. A simple example of 116 ; Properties are declared using '=' and are contained in the previous section. 126 properties. A typical component description file for a library 137 A full description of the exact sections and properties which are 141 common component may define the following properties: 159 Every component is defined by the properties in the section. The exact 160 list of properties that are allowed depends on the component type. 161 Components **may not** define any properties other than those expected 164 Every component must define the following properties: 169 below. Most components will define additional properties which may b [all...] |
/frameworks/base/docs/html/tools/projects/ |
projects-eclipse.jd | 87 <strong>Properties</strong>, select <strong>Android</strong> and then check the desired 149 Properties for the project and select the <strong>is Library</strong> checkbox, as shown in 155 <p>To set the a project's properties to indicate that it is a library project:</p> 159 <strong>Properties</strong>.</li> 161 <li>In the <strong>Properties</strong> window, select the <strong>Android</strong> properties 162 group in the left pane and locate the <strong>Library</strong> properties in the right pane.</li> 166 <li>Click <strong>OK</strong> to close the <strong>Properties</strong> window.</li> 198 application project's Properties.</p> 207 <strong>Properties</strong>.</li [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncSystemProperty.java | 25 import java.util.Properties; 41 * The path/filename of the property file: XSLTInfo.properties 46 "org/apache/xalan/res/XSLTInfo.properties"; 64 // List of properties where the name of the 66 Properties xsltInfo = new Properties(); 164 public void loadPropertyFile(String file, Properties target)
|