HomeSort by relevance Sort by last modified time
    Searched full:property (Results 851 - 875 of 10054) sorted by null

<<31323334353637383940>>

  /external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-getting-started.apt 221 <property name="serverControlPort" value="9981"/>
222 <property name="systemName" value="UNIX"/>
223 <property name="userAccounts">
226 <property name="username" value="joe"/>
227 <property name="password" value="password"/>
228 <property name="homeDirectory" value="/"/>
231 </property>
233 <property name="fileSystem">
235 <property name="createParentDirectoriesAutomatically" value="false"/>
236 <property name="entries">
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 49 * Other constants defined in this class are the non-standard property keys
50 * that can be used to set non-standard property values on a java.util.Properties object
54 * The non-standard property key to use to set the indentation amount.
60 * This non-standard property key is used to set the name of the fully qualified
66 * This non-standard property key is used to specify the name of the property file
72 * This non-standard property key is used to set a value of "yes" if the href values for HTML serialization should
76 * This non-standard property key is used to set a value of "yes" if the META tag should be omitted where it would
117 * The non-standard property key to use to set the
125 * The non-standard property key to use to set th
    [all...]
  /device/lge/hammerhead/
init.hammerhead.usb.rc 26 on property:sys.usb.config=mtp
38 on property:sys.usb.config=mtp,adb
51 on property:sys.usb.config=rndis
63 on property:sys.usb.config=rndis,adb
76 on property:sys.usb.config=ptp
88 on property:sys.usb.config=ptp,adb
101 on property:sys.usb.config=diag
117 on property:sys.usb.config=midi
127 on property:sys.usb.config=midi,adb
136 on property:sys.usb.config=diag,ad
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
looper.py 76 index = property(index)
80 number = property(number)
84 item = property(item)
91 next = property(next)
97 previous = property(previous)
101 odd = property(odd)
105 even = property(even)
109 first = property(first)
113 last = property(last)
117 length = property(length
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
parse_html_deps.py 34 @property
39 @property
46 @property
78 @property
84 @property
89 @property
96 @property
101 @property
106 @property
170 @property
    [all...]
  /external/clang/test/ARCMT/
objcmt-atomic-property.m 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
186 // Do not infer a property.
193 // Do not infer a property.
199 // Do not infer a property.
203 // Do not infer a property.
213 - (BOOL)is1stClass; // Not a valid property
214 - (BOOL)isClass; // This is a valid property 'class' is not a keyword in ObjC
215 - (BOOL)isDouble; // Not a valid property
    [all...]
objcmt-ns-nonatomic-iosonly.m 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
193 // Do not infer a property.
200 // Do not infer a property.
206 // Do not infer a property.
210 // Do not infer a property.
220 - (BOOL)is1stClass; // Not a valid property
221 - (BOOL)isClass; // This is a valid property 'class' is not a keyword in ObjC
222 - (BOOL)isDouble; // Not a valid property
    [all...]
  /external/clang/test/SemaObjC/
protocols-suppress-conformance.m 8 @property (readonly) id theWorstOfTimes; // expected-note {{property declared here}}
16 @property (readonly) id theWorstOfTimes; // expected-note {{property declared here}}
23 @implementation ClassB // expected-warning {{property 'theWorstOfTimes' requires method 'theWorstOfTimes' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation}}
35 @property (readonly) id theWorstOfTimes; // expected-warning {{auto property synthesis will not synthesize property 'theWorstOfTimes'; it will be implemented by its superclass}}
42 // write @property in the @interface.
158 @property (readonly) id theWorstOfTimes
    [all...]
unused.m 24 @"pointless example call for test purposes".length; // expected-warning {{property access result unused - getters should not be used for side effects}}
85 @property int length;
89 @property int property;
94 [o length]; // No warning. property name used in direct method call.
104 [p property]; // No warning. property name used in direct method call.
109 @property (nonatomic, retain, setter=setOrCreateGroup:, getter=getOrCreateGroup) id group;
117 self.getOrCreateGroup; // expected-warning {{property access result unused - getters should not be used for side effects}}
118 self.group; // expected-warning {{property access result unused - getters should not be used for side effects}
    [all...]
  /external/libnfc-nci/halimpl/pn54x/log/
phNxpLog.c 45 * This value is set by Android property nfc.nxp_log_level_global.
60 /* let Android property override .conf variable */
91 /* let Android property override .conf variable */
119 /* let Android property override .conf variable */
147 /* let Android property override .conf variable */
175 /* let Android property override .conf variable */
207 /* let Android property override .conf variable */
219 * The Android property nfc.nxp_global_log_level is to
221 * The Android property will overwide the level
224 * Android property names
    [all...]
  /external/lldb/scripts/Python/interface/
SBError.i 108 if _newclass: value = property(GetError, None, doc='''A read only property that returns the same result as GetError().''')
111 if _newclass: fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''')
114 if _newclass: success = property(Success, None, doc='''A read only property that returns the same result as Success().''')
117 if _newclass: description = property(GetCString, None, doc='''A read only property that returns the same result as GetCString().''')
120 if _newclass: type = property(GetType, None, doc='''A read only property that returns the same result as GetType().'''
    [all...]
  /external/okhttp/
checkstyle.xml 13 <property name="format" value="\s+$"/>
14 <property name="message" value="Line has trailing spaces."/>
19 <property name="format" value="^\s*(for|if)\b[^ ]"/>
20 <property name="message" value="Space needed before opening parenthesis."/>
25 <property name="format" value="^\s*for \(.*?([^ ]:|:[^ ])"/>
26 <property name="message" value="Space needed around ':' character."/>
30 <property name="cacheFile" value="${checkstyle.cache.file}"/>
60 <property name="processJavadoc" value="true"/>
67 <property name="max" value="100"/>
70 <property name="max" value="200"/>
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 61 * Adds an animation that interpolates given property from its current value
66 * @param property the property to animate
71 String property, float toValue, boolean replace) {
73 if (replace) removeAnimationFor(property);
75 ObjectAnimator anim = ObjectAnimator.ofFloat(this, property, toValue);
85 * Stops all animations for the given property and removes it from the list.
87 * @param property
89 public void removeAnimationFor(String property) {
92 if (property.equals(currentAnim.getPropertyName()))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
terule.py 49 @property
54 @property
59 @property
63 @property
99 @property
104 @property
109 @property
134 @property
140 @property
145 @property
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
terule.py 49 @property
54 @property
59 @property
63 @property
99 @property
104 @property
109 @property
134 @property
140 @property
145 @property
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 20 import com.vladium.util.Property;
99 * Wraps a Properties into a IProperties with the app's standard property
135 // note: this does not use Property.getAppProperties() by design,
136 // because that mechanism is not property alias-capable
138 final IProperties systemRedirects = wrap (Property.getSystemPropertyRedirects (EMMAProperties.SYSTEM_PROPERTY_REDIRECTS));
139 final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loader));
142 final String fileName = Property.getSystemProperty (appName + ".properties");
147 systemFile = wrap (Property.getLazyPropertiesFromFile (file));
149 final IProperties system = wrap (Property.getSystemProperties (appName));
150 final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader))
    [all...]
  /external/tagsoup/
build.xml 19 <property file="etc/build/build.properties"/>
23 <available property="transformer.factory"
26 <available property="transformer.factory"
29 <available property="transformer.factory"
32 <available property="transformer.factory"
37 <property name="bin" value="bin"/>
38 <property name="src" value="src"/>
39 <property name="build" value="build"/>
40 <property name="dist" value="dist"/>
41 <property name="docs" value="docs"/
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 33 __class__ = property(getclass)
38 __bases__ = property(getbases)
48 __bases__ = property(getbases)
53 __class__ = property(getclass)
58 __bases__ = property(getbases)
70 __bases__ = property(getbases)
82 __bases__ = property(getbases)
97 __bases__ = property(getbases)
107 __bases__ = property(getbases)
123 __bases__ = property(getbases
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 33 __class__ = property(getclass)
38 __bases__ = property(getbases)
48 __bases__ = property(getbases)
53 __class__ = property(getclass)
58 __bases__ = property(getbases)
70 __bases__ = property(getbases)
82 __bases__ = property(getbases)
97 __bases__ = property(getbases)
107 __bases__ = property(getbases)
123 __bases__ = property(getbases
    [all...]
  /system/core/init/
property_service.cpp 58 #define PERSISTENT_PROPERTY_DIR "/data/property"
123 * property service backend labeling while avoiding
124 * mislabels based on true property prefixes.
161 ERROR("Unable to write persistent property to temp file %s: %s\n", tempPath, strerror(errno));
171 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
184 /* Don't allow ".." to appear in a property name */
231 /* If name starts with "net." treat as a DNS property. */
237 * The 'net.change' property is a special property used track when any
238 * 'net.*' property name is updated. It is _ONLY_ updated here. Its valu
    [all...]
  /sdk/files/ant/
build.xml 36 <property name="adb.device.arg" value="" />
40 <property name="android.package.excludes" value="" />
45 <property name="version.code" value="" />
46 <property name="version.name" value="" />
47 <property name="aapt.resource.filter" value="" />
59 <property name="aapt.ignore.assets" value="" />
66 <property name="dex.force.jumbo" value="false" />
67 <property name="dex.disable.merger" value="false" />
70 <property name="java.encoding" value="UTF-8" />
71 <property name="java.target" value="1.5" /
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
ValueServer.java 32 * property.</p>
199 /** Getter for property mode.
200 * @return Value of property mode.
206 /** Setter for property mode.
207 * @param mode New value of property mode.
215 * @return Value of property valuesFileURL.
232 * @param url New value of property valuesFileURL.
238 /** Getter for property empiricalDistribution.
239 * @return Value of property empiricalDistribution.
274 /** Getter for property mu
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 17 * The property flags are used when properties are fetched from the <code>XMPMeta</code>-object
18 * and provide more detailed information about the property.
74 * @return Return whether the property value is a URI. It is serialized to RDF using the
95 * @return Return whether the property has qualifiers. These could be an <tt>xml:lang</tt>
96 * attribute, an <tt>rdf:type</tt> property, or a general qualifier. See the
117 * @return Return whether this property is a qualifier for some other property. Note that if the
139 /** @return Return whether this property has an <tt>xml:lang</tt> qualifier. */
157 /** @return Return whether this property has an <tt>rdf:type</tt> qualifier. */
175 /** @return Return whether this property contains nested fields. *
    [all...]
  /external/androidplot/Examples/DemoApp/
build.xml 7 <property file="local.properties" />
29 <property file="ant.properties" />
31 <!-- if sdk.dir was not set from one of the property file, then
35 <property environment="env" />
36 <condition property="sdk.dir" value="${env.ANDROID_HOME}">
37 <isset property="env.ANDROID_HOME" />
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements;
50 @property (assign, getter=GetElementDescription, setter=SetElementDescription:) NSString *elementDescription;
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;

Completed in 1634 milliseconds

<<31323334353637383940>>