HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 1401 - 1425 of 6891) sorted by null

<<51525354555657585960>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 17 package com.android.ide.eclipse.adt.internal.properties;
45 * "Properties".
119 // simply update the properties copy. Eclipse will be notified of the file change
171 // make a working copy of the properties
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
plugin.properties 0 #Properties file for com.android.ide.eclipse.ddms
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLAbstractAtomicProperty.java 22 * used by leaf level properties.
GLBooleanProperty.java 20 /** Properties that hold boolean values. */
GLEnumProperty.java 21 /** Properties that hold a {@link GLEnum}. */
GLFloatProperty.java 19 /** Properties that hold float values. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseViewRuleTest.java 32 // TBD: Should we also handle CamelCase properties?
  /system/core/libcutils/
partition_utils.c 23 #include <cutils/properties.h>
  /system/media/camera/docs/
CameraMetadataKeys.mako 61 ## Generate a list of only Static, Controls, or Dynamic properties.
84 ## Static properties only
87 ## Controls properties only
90 ## Dynamic properties only
metadata-validate 24 echo "Usage: ${BASH_SOURCE##*/} <properties-file-name.xml>" 1>&2
  /external/chromium_org/third_party/WebKit/Source/devtools/
Inspector-1.0.json 54 "properties": [
63 "properties": [
72 "properties": [
82 "properties": [
115 "properties": [
130 "properties": [
136 "properties": [
151 "properties": [
161 "properties": [
172 "properties":
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 40 * <p>All properties in this class have a fixed form of bean-style property
41 * accessors for all properties that represent XSL attributes or elements.
42 * These properties have setter method names accessed generically by the
180 //============== XSLT Properties =================
498 * The "xsl:include" properties.
634 * The "xsl:strip-space" properties,
641 * Set the "xsl:strip-space" properties.
677 * Get the number of "xsl:strip-space" properties.
680 * @return the number of "xsl:strip-space" properties.
732 * Get the number of "xsl:preserve-space" properties
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_properties.cc 17 // Defaults for properties which are stored in the browser theme pack. If you
72 // Default display properties.
81 // Defaults for properties which are not stored in the browser theme pack.
97 // Strings used in alignment properties.
104 // Strings used in background tiling repetition properties.
244 // Properties stored in theme pack.
282 // Properties not stored in theme pack.
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.cc 282 base::DictionaryValue* properties = new base::DictionaryValue; local
283 properties->SetWithoutPathExpansion(
286 properties->SetWithoutPathExpansion(
289 properties->SetWithoutPathExpansion(
292 shill_property_util::SetSSID("testssid", properties);
293 properties->SetWithoutPathExpansion(
296 return properties;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.c 232 info->properties[info->num_properties].name =
234 memcpy(info->properties[info->num_properties].data,
249 /* extract simple properties */
251 switch (info->properties[i].name) {
253 info->origin_lower_left = info->properties[i].data[0];
256 info->pixel_center_integer = info->properties[i].data[0];
259 info->color0_writes_all_cbufs = info->properties[i].data[0];
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 14 import java.util.Properties;
33 * in turn containers for all properties that could be set on a &lt;report&gt;
35 * the ability for report properties to be set either via the generic &lt;property&gt;
40 * Note that ReportCfg does not handle any non-report related properties.
42 * parent's responsibility to merge any inherited report properties with
243 m_settings = EMMAProperties.wrap (new Properties ());
348 // report properties [defaults for all report types]:
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 232 info->properties[info->num_properties].name =
234 memcpy(info->properties[info->num_properties].data,
249 /* extract simple properties */
251 switch (info->properties[i].name) {
253 info->origin_lower_left = info->properties[i].data[0];
256 info->pixel_center_integer = info->properties[i].data[0];
259 info->color0_writes_all_cbufs = info->properties[i].data[0];
  /external/openfst/src/include/fst/
equivalent.h 144 // Check properties first:
146 if (fst1.Properties(props, true) != props) {
152 if (fst2.Properties(props, true) != props) {
159 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
160 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
265 if (fst1.Properties(kError, false) || fst2.Properties(kError, false)) {
  /external/openfst/src/include/fst/script/
fst-class.h 57 virtual uint64 Properties(uint64 mask, bool test) const = 0;
125 virtual uint64 Properties(uint64 mask, bool test) const {
126 return impl_->Properties(mask, test);
160 if (hdr.Properties() & kMutable) {
214 virtual uint64 Properties(uint64 mask, bool test) const {
215 return impl_->Properties(mask, test);
275 // Specific types of FstClass with special properties
info-impl.h 34 #include <fst/test-properties.h>
72 long_info_ = fst.Properties(kExpanded, false);
88 properties_ = fst.Properties(kFstProperties, test_properties);
198 uint64 Properties() const { CheckLong(); return properties_; }
309 if (fstinfo.Properties() & prop) value = 'y';
314 if (fstinfo.Properties() & prop) value = 'y';
315 else if (fstinfo.Properties() & prop << 1) value = 'n';
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 45 import java.util.Properties;
66 InputStream templateStream = main.class.getClassLoader().getResourceAsStream("smali.properties");
67 Properties properties = new Properties(); typedefs
70 properties.load(templateStream);
71 version = properties.getProperty("application.version");
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 26 #include "fst/lib/test-properties.h"
49 uint64 props = fst->Properties(kFstProperties, false);
152 using FstImpl<A>::Properties;
170 uint64 props = fst.Properties(kCopyProperties, false);
199 uint64 props = fst.Properties(kCopyProperties, false);
372 virtual uint64 Properties(uint64 mask, bool test) const {
378 return impl_->Properties(mask);
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12-sources.jar 
  /development/build/tools/
mk_sdk_repo_xml.sh 90 # Definition of the attributes we read from source.properties or manifest.ini
97 # source.properties | to repository.xml | where XML can be used
99 # from source.properties for repository.xml packages
112 # from source.properties for addon.xml packages
324 # from the source.properties or the manifest.ini. We'll take
349 if unzip -t "$SRC" | grep -qs "source.properties" ; then
350 # Extract Source Properties
352 unzip -j -q -o -d "$TMP_DIR" "$SRC" "*/source.properties"
353 PROPS="$TMP_DIR/source.properties"
371 error "Failed to find source.properties or manifest.ini in $SRC
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
sockets_udp.idl 10 // The socket properties specified in the <code>create</code> or
155 // Creates a UDP socket with the given properties.
156 // |properties| : The socket properties (optional).
158 static void create(optional SocketProperties properties,
161 // Updates the socket properties.
163 // |properties| : The properties to update.
164 // |callback| : Called when the properties are updated.
166 SocketProperties properties,
    [all...]

Completed in 964 milliseconds

<<51525354555657585960>>