HomeSort by relevance Sort by last modified time
    Searched full:property (Results 501 - 525 of 17255) sorted by null

<<21222324252627282930>>

  /external/guice/examples/src/example/xml/
XmlBeanModule.java 45 Element property = bean.getChild("property"); local
46 property.setStartElementListener(new PropertyListener());
101 /** Handles "property" elements. */
121 // Find setter method for the given property name.
143 // Add property descriptor to builder.
146 new Property(setter, provider));
155 static class Property {
160 Property(Method setter, Provider<?> provider) {
180 final List<Property> properties = new ArrayList<Property>()
    [all...]
  /external/guice/extensions/struts2/example/
build.xml 7 <property file="build.properties"/>
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
NullSoapObject.java 7 * property in your SOAP response.<br/><br/>
18 * <li> When the person object has an {@code age} property, the {@code age} will be returned. </li>
20 * When the person object does not have an {@code age} property,
25 * Now it is safe to always try and get the {@code age} property (assuming your downstream
  /external/llvm/unittests/ExecutionEngine/MCJIT/
CMakeLists.txt 32 set_property(TARGET MCJITTests PROPERTY LINK_FLAGS -Wl,--export-all-symbols)
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.h 9 #include "../../UI/Common/Property.h"
  /external/skia/experimental/FileReaderApp/
FileReaderAppDelegate.h 14 @property (assign) IBOutlet SkNSWindow *window;
  /external/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.h 15 @property (nonatomic, retain) IBOutlet UIWindow *window;
  /external/skia/experimental/SimpleiOSApp/iPhone/
AppDelegate_iPhone.h 15 @property (nonatomic, retain) IBOutlet UIWindow *window;
  /external/skia/src/views/mac/
SkNSView.h 23 @property (nonatomic, retain) NSString* fTitle;
25 @property (nonatomic, retain) NSOpenGLContext* fGLContext;
27 @property (nonatomic, assign) id<SkNSViewOptionsDelegate> fOptionsDelegate;
49 @property (nonatomic, readwrite) SkOSWindow *fWind;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
FlexibleScalarStylesInJavaBeanTest.java 32 import org.yaml.snakeyaml.introspector.Property;
79 protected Set<Property> getProperties(Class<? extends Object> type)
82 Set<Property> standard = super.getProperties(type);
83 Set<Property> sorted = new TreeSet<Property>(new PropertyComparator());
91 private class PropertyComparator implements Comparator<Property> {
92 public int compare(Property o1, Property o2) {
106 private int compareByName(Property o1, Property o2, String name)
    [all...]
  /external/testng/src/main/java/org/testng/
ISuiteResult.java 15 * @return The name of the property file for these tests.
  /external/toybox/toys/android/
start.c 34 char *property = start ? "ctl.start" : "ctl.stop"; local
49 if (__system_property_set(property, *ss))
50 error_exit("failed to set property '%s' to '%s'", property, *ss);
  /external/webrtc/webrtc/api/objc/
RTCIceCandidate.h 6 * tree. An additional intellectual property rights grant can be found
21 @property(nonatomic, readonly, nullable) NSString *sdpMid;
27 @property(nonatomic, readonly) NSInteger sdpMLineIndex;
30 @property(nonatomic, readonly) NSString *sdp;
RTCIceServer.h 6 * tree. An additional intellectual property rights grant can be found
18 @property(nonatomic, copy, readonly) NSArray<NSString *> *urlStrings;
21 @property(nonatomic, copy, readonly, nullable) NSString *username;
24 @property(nonatomic, copy, readonly, nullable) NSString *credential;
  /frameworks/support/transition/api14/android/support/transition/
ObjectAnimatorUtilsApi14.java 23 import android.util.Property;
29 public <T> ObjectAnimator ofPointF(T target, Property<T, PointF> property, Path path) {
30 return ObjectAnimator.ofFloat(target, new PathProperty<>(property, path), 0f, 1f);
PropertyValuesHolderUtilsApi14.java 23 import android.util.Property;
29 public PropertyValuesHolder ofPointF(Property<?, PointF> property, Path path) {
30 return PropertyValuesHolder.ofFloat(new PathProperty<>(property, path), 0f, 1f);
  /frameworks/support/transition/api21/android/support/transition/
ObjectAnimatorUtilsApi21.java 23 import android.util.Property;
29 public <T> ObjectAnimator ofPointF(T target, Property<T, PointF> property, Path path) {
30 return ObjectAnimator.ofObject(target, property, null, path);
  /frameworks/support/transition/src/android/support/transition/
ObjectAnimatorUtils.java 23 import android.util.Property;
37 static <T> ObjectAnimator ofPointF(T target, Property<T, PointF> property, Path path) {
38 return IMPL.ofPointF(target, property, path);
  /packages/apps/Launcher3/src/com/android/launcher3/anim/
PropertyResetListener.java 22 import android.util.Property;
25 * An AnimatorListener that sets the given property to the given value at the end of the animation.
29 private Property<T, V> mPropertyToReset;
32 public PropertyResetListener(Property<T, V> propertyToReset, V resetToValue) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
CustomVCardEntry.java 40 public void addProperty(VCardProperty property) {
41 super.addProperty(property);
42 mAllProperties.put(property.getName(), property); local
  /packages/services/Car/service/src/com/android/car/hal/
PropertyTimeoutException.java 23 * usually happens during boot-up meaning that Vehicle HAL is not ready to get or set that property.
26 PropertyTimeoutException(int property) {
27 super("Property 0x" + toHexString(property) + " is not ready yet.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IGLPropertyAccessor.java 23 * a specific property from a composite property.
26 /** Obtain a specific property from the given state. */
29 /** Returns the string representation of this property accessor. */
  /system/extras/cppreopts/
cppreopts.rc 15 on property:sys.cppreopt=requested && property:ro.boot.slot_suffix=_a
23 on property:sys.cppreopt=requested && property:ro.boot.slot_suffix=_b
  /external/antlr/antlr-3.4/runtime/JavaScript/third/
antcontrib.properties 26 propertycopy=net.sf.antcontrib.property.PropertyCopy
27 pathtofileset=net.sf.antcontrib.property.PathToFileSet
28 propertyselector=net.sf.antcontrib.property.PropertySelector
29 propertyregex=net.sf.antcontrib.property.RegexTask
30 sortlist=net.sf.antcontrib.property.SortList
31 urlencode=net.sf.antcontrib.property.URLEncodeTask
32 var=net.sf.antcontrib.property.Variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreePatternLexer.h 69 @property (retain, getter=getPattern, setter=setPattern:) NSString *pattern;
70 @property (getter=getP, setter=setP:) NSInteger p;
71 @property (getter=getC, setter=setC:) NSInteger c;
72 @property (getter=getN, setter=setN:) NSInteger n;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
74 @property (assign, getter=getData, setter=setData:) char *data;
75 @property (getter=getError, setter=setError) BOOL error;

Completed in 700 milliseconds

<<21222324252627282930>>