/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
minicompat.py | 27 # property object on the class, which avoids 37 # the relevant _get_<property>() function. 65 length = property(_get_length, _set_length, 98 length = property(_get_length, _set_length, 109 prop = property(get, set, doc=doc)
|
/sdk/files/ |
alias_rules.xml | 11 <property name="resource.dir" value="res" /> 14 <property name="out.package" value="${ant.project.name}.apk" /> 17 <condition property="aapt" value="${android.tools.dir}/aapt.exe" else="${android.tools.dir}/aapt"> 20 <condition property="adb" value="${android.tools.dir}/adb.exe" else="${android.tools.dir}/adb"> 23 <property name="android.jar" value="${sdk.dir}/android.jar" />
|
/system/bt/test/suite/cases/ |
adapter.c | 22 #include "btcore/include/property.h" 53 TASSERT(adapter_get_property_count() == 1, "Expected 1 adapter property change, found %d instead.", adapter_get_property_count()); 54 TASSERT(adapter_get_property(BT_PROPERTY_BDNAME), "The Bluetooth name property did not change."); 69 TASSERT(adapter_get_property_count() == 1, "Expected 1 adapter property change, found %d instead.", adapter_get_property_count()); 70 TASSERT(adapter_get_property(BT_PROPERTY_BDNAME), "The Bluetooth name property did not change.");
|
/device/htc/flounder/ |
init.flounder.usb.rc | 14 on property:sys.usb.config=mtp 22 on property:sys.usb.config=mtp,adb 34 on property:sys.usb.config=rndis 43 on property:sys.usb.config=rndis,adb 55 on property:sys.usb.config=ptp 63 on property:sys.usb.config=ptp,adb 76 on property:sys.usb.config=midi 86 on property:sys.usb.config=midi,adb 96 on property:sys.usb.config=diag 109 on property:sys.usb.config=rmne [all...] |
/external/eclipse-windowbuilder/propertysheet/ |
README.txt | 1 WINDOWBUILDER PROPERTY SHEET LIBRARY 14 * Extracted the property package from org.eclipse.wb.core: 15 src/org/eclipse/wb/internal/core/model/property 21 property category code was modified to no longer support the 65 Specifically, I made the property table able to expand all and 67 name and title attributes (and tooltips show the property name 68 rather than the title.) Text property editors allow field completion 71 property table will color values differently based on whether the 72 property is modified. (This allows us to draw default attributes 82 property sheet view in ADT. This code was also modified in a couple o [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeNodeStream.h | 60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; 61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens; 62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) ANTLRCommonTreeAdaptor *adaptor; 63 @property (assign, getter=getLevel, setter=setLevel:) NSInteger level; 117 @property (retain) ANTLRTreeIterator *it; 118 @property (retain) ANTLRIntArray *calls; 119 @property BOOL hasNilRoot;
|
ANTLRRewriteRuleElementStream.h | 42 @property (assign) NSInteger cursor; 43 @property (assign) BOOL dirty; 44 @property (assign) BOOL isSingleElement; 45 @property (assign) id singleElement; 46 @property (assign) AMutableArray *elements; 47 @property (assign) NSString *elementDescription; 48 @property (retain) id<ANTLRTreeAdaptor> treeAdaptor;
|
/external/clang/test/ARCMT/ |
objcmt-ns-returns-inner-pointer.m | 2 // RUN: %clang_cc1 -objcmt-returns-innerpointer-property -objcmt-migrate-annotation -objcmt-migrate-readwrite-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11 115 @property (readonly) SecTrustRef serverTrust NS_AVAILABLE; 117 @property (readonly) void * mitTrust NS_AVAILABLE; 119 @property (readonly) void * mittiTrust; 121 @property (readonly) SecTrustRef XserverTrust; 128 @property NSUInteger (*hashFunction)(const void *item, NSUInteger (*size)(const void *item));
|
objcmt-ns-returns-inner-pointer.m.result | 2 // RUN: %clang_cc1 -objcmt-returns-innerpointer-property -objcmt-migrate-annotation -objcmt-migrate-readwrite-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11 115 @property (readonly) SecTrustRef NS_RETURNS_INNER_POINTER serverTrust NS_AVAILABLE; 117 @property (readonly) void * NS_RETURNS_INNER_POINTER mitTrust NS_AVAILABLE; 119 @property (readonly) void * NS_RETURNS_INNER_POINTER mittiTrust; 121 @property (readonly) SecTrustRef NS_RETURNS_INNER_POINTER XserverTrust; 128 @property NSUInteger (*hashFunction)(const void *item, NSUInteger (*size)(const void *item));
|
/external/clang/test/Index/ |
complete-documentation-properties.m | 3 // This test is for when property accessors do not have their own code 11 @property (readonly, getter = ReadonlyGetter) id MyProperty; 16 @property int GeneralProperty; 21 @property (copy, nonatomic) id PropertyInPrimaryClass; 33 @property (copy, setter = setThisRecord:) id Record; 40 @property (copy, getter = GetterInClassExtension) id PropertyInClassExtension; 78 @property (getter = ReadonlyGetter) int MyProperty;
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 86 * Searches for the property with the specified key. If the key is not
90 * key leading to the property
100 * Searches for the property with the specified key. Return null if the key
104 * key leading to the property
116 * the key of the new property
119 * @return the property previous value
124 + "), an easymock property starts with \"" + PREFIX + "\"");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
test.xml | 4 <property file="test.properties" /> 7 <property name="install" value="${basedir}/target" /> 10 <property name="platform" value="" /> 13 <property name="eclipse-home" value="${install}/eclipse" /> 16 <property name="results" value="${basedir}/results" /> 47 <target name="runtests" depends="setup" description="Runs ant on the test.xml for a specified plugin. Requires a property value setting for testPlugin only if test.properties is not available. The property testPlugin represents a directory name made up of the plugin id and plugin version. This directory must contain a valid test.xml.">
|
/external/eigen/cmake/ |
EigenTesting.cmake | 3 get_property(previous GLOBAL PROPERTY ${prop}) 5 set_property(GLOBAL PROPERTY ${prop} "${value}") 7 set_property(GLOBAL PROPERTY ${prop} "${previous} ${value}") 78 get_property(current_subproject GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT) 80 set_property(TARGET ${targetname} PROPERTY LABELS "Build${current_subproject}") 82 set_property(TEST ${testname_with_suffix} PROPERTY LABELS "${current_subproject}") 130 get_property(EIGEN_TESTS_LIST GLOBAL PROPERTY EIGEN_TESTS_LIST) 132 set_property(GLOBAL PROPERTY EIGEN_TESTS_LIST "${EIGEN_TESTS_LIST}") 162 get_property(EIGEN_FAILTEST_FAILURE_COUNT GLOBAL PROPERTY EIGEN_FAILTEST_FAILURE_COUNT) 163 get_property(EIGEN_FAILTEST_COUNT GLOBAL PROPERTY EIGEN_FAILTEST_COUNT [all...] |
/external/v8/test/webkit/ |
property-getters-and-setters-expected.txt | 51 Defining a setter should also define a getter for the same property which returns undefined. Thus, a getter defined on the prototype should not be called. 53 If an object has a property and its prototype has a setter function for that property, then setting the property should set the property directly and not call the setter function. 56 the get set with string property name 59 the get set with numeric property name
|
/frameworks/base/core/java/android/view/ |
ViewPropertyAnimatorRT.java | 81 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); local 84 RenderNodeAnimator animator = new RenderNodeAnimator(property, finalValue); 91 mAnimators[property] = animator; 130 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); local 131 if (mAnimators[property] != null) { 132 mAnimators[property].cancel(); 133 mAnimators[property] = null;
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AnimatorUtils.java | 25 import android.util.Property; 44 public static final Property<View, Integer> BACKGROUND_ALPHA = 45 new Property<View, Integer>(Integer.class, "background.alpha") { 57 public static final Property<ImageView, Integer> DRAWABLE_ALPHA = 58 new Property<ImageView, Integer>(Integer.class, "drawable.alpha") { 70 public static final Property<ImageView, Integer> DRAWABLE_TINT = 71 new Property<ImageView, Integer>(Integer.class, "drawable.tint") {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
default.py | 61 @property 66 @property 81 @property 94 @property 107 @property 120 @property 125 @property
|
rbacrule.py | 51 @property 56 @property 61 @property 66 @property 79 @property 84 @property 89 @property
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/ |
default.py | 61 @property 66 @property 81 @property 94 @property 107 @property 120 @property 125 @property
|
rbacrule.py | 51 @property 56 @property 61 @property 66 @property 79 @property 84 @property 89 @property
|
/external/clang/test/SemaObjC/ |
arc-unbridged-cast.m | 10 @property CFStringRef property; 20 id p1 = (id)[object property]; 21 id p2 = (__bridge_transfer id)[object property]; 22 id p3 = (__bridge id)[object property]; 23 return (id) object.property; 57 x = (id) [object property]; 58 x = (id) (cond ? [object property] : (void*) 0); 59 x = (id) (cond ? (void*) 0 : [object property]); 60 x = (id) (cond ? (CFStringRef) @"help" : [object property]); [all...] |
/external/lldb/include/lldb/Interpreter/ |
OptionValueProperties.h | 20 #include "lldb/Interpreter/Property.h" 88 std::vector<const Property *> &matching_properties) const; 110 // Get the index of a property given its exact name in this property 111 // collection, "name" can't be a path to a property path that refers 112 // to a property within a property 118 // Get a property by exact name exists in this property collection, name 119 // can not be a path to a property path that refers to a property withi [all...] |
/external/jarjar/ |
build.xml | 3 <property file="${user.home}/build.properties" /> 4 <property file="build.properties" /> 6 <property name="javadoc.access" value="public"/> 8 <property name="compile.source" value="1.5"/> 9 <property name="compile.target" value="1.5"/> 10 <property name="compile.bootclasspath" value=""/> 11 <property name="compile.extdirs" value=""/> 13 <property name="compile.debug" value="true"/> 14 <property name="compile.deprecation" value="false"/> 15 <property name="compile.optimize" value="false"/ [all...] |
/external/v8/test/mjsunit/ |
object-define-property.js | 114 // Check that we can't add property with undefined attributes. 122 // Make sure that we can add a property with an empty descriptor and 140 // with default values if called with non existing property (otherwise 149 assertTrue(/Cannot redefine property/.test(e)); 191 assertTrue(/Cannot redefine property/.test(e)); 199 assertTrue(/Cannot redefine property/.test(e)); 244 // an existing property with both a getter and a setter. 281 // setting from the redefined property (in this case true) is used. 287 // Writing to the property should now be allowed 292 // Redefine with non configurable data property [all...] |
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 131 MtpObjectProperty property, 135 MtpObjectProperty property, 138 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property, 141 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property, 144 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property); 147 uint32_t format, uint32_t property, 162 bool getObjectPropertyInfo(MtpObjectProperty property, int& type); 163 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type); 170 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property, 173 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property); 912 MtpObjectProperty property; member in struct:PropertyTableEntry [all...] |