/external/clang/test/SemaObjC/ |
generic-selection.m | 11 @property (strong) id x;
|
no-warn-synth-protocol-meth.m | 12 @property (assign) int name;
|
pedantic-dynamic-test.m | 9 @property int window, noWarningNeeded;
|
property-redundant-decl-accessor.m | 8 @property const char *myName;
|
/external/clang/test/SemaObjCXX/ |
linkage-spec.mm | 20 @property (nonatomic, assign) id coordinate;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
test.xml | 4 This script must be called with the ${tester} property set. 7 set in a calling script or command line. See test.properties.template for property descriptions. 10 <property name="customTest" value="${tester}/customTest.xml" /> 11 <property name="testing.properties" value="${tester}/testing.properties" /> 12 <property file="${testing.properties}" /> 13 <property name="dropLocation" value="${buildDirectory}" /> 24 <property name="testResults" value="${dropLocation}/${buildLabel}/testresults" /> 66 <condition property="loginClient" value="rsh"> 67 <isset property="rsh" /> 70 <property name="loginClient" value="ssh" /> [all...] |
/external/eigen/scripts/ |
CMakeLists.txt | 1 get_property(EIGEN_TESTS_LIST GLOBAL PROPERTY EIGEN_TESTS_LIST)
|
/external/icu/icu4j/main/tests/framework/ |
build.xml | 8 <property file="build-local.properties"/> 9 <property file="build.properties"/> 15 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/> 16 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
|
/external/icu/icu4j/main/tests/localespi/ |
build.xml | 8 <property file="build-local.properties"/> 9 <property file="build.properties"/> 15 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/> 16 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
|
/external/icu/icu4j/main/tests/packaging/ |
build.xml | 8 <property file="build-local.properties"/> 9 <property file="build.properties"/> 15 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/> 16 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
|
/external/icu/icu4j/main/tests/testall/ |
build.xml | 8 <property file="build-local.properties"/> 9 <property file="build.properties"/> 15 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/> 16 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
|
/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/lldb/scripts/Python/interface/ |
SBFunction.i | 100 if _newclass: addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this function.''') 103 if _newclass: end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this function.''') 106 if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the top level lexical block (lldb.SBBlock) for this function.''') 109 if _newclass: instructions = property(get_instructions_from_current_target, None, doc='''A read only property that returns an lldb object that represents the instructions (lldb.SBInstructionList) for this function.''') 112 if _newclass: mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this function as a string.''' [all...] |
SBSection.i | 107 if _newclass: name = property(GetName, None, doc='''A read only property that returns the name of this section as a string.''') 110 if _newclass: addr = property(get_addr, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this section.''') 113 if _newclass: file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer that represents the starting "file" address for this section, or the address of the section in the object file in which it is defined.''') 116 if _newclass: size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of this section as an integer.''') 119 if _newclass: file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offset in bytes of this section as an integer.''' [all...] |
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
CMakeLists.txt | 32 set_property(TARGET MCJITTests PROPERTY LINK_FLAGS -Wl,--export-all-symbols)
|
/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 | 33 @property (nonatomic, readonly) SkOSWindow *fWind; 34 @property (nonatomic, retain) NSString* fTitle; 36 @property (nonatomic, retain) NSOpenGLContext* fGLContext; 38 @property (nonatomic, assign) id<SkNSViewOptionsDelegate> fOptionsDelegate;
|
/frameworks/base/core/java/android/util/ |
FloatProperty.java | 18 import android.util.Property; 21 * An implementation of {@link android.util.Property} to be used specifically with fields of type 27 * @param <T> The class on which the Property is declared. 31 public abstract class FloatProperty<T> extends Property<T, Float> {
|
IntProperty.java | 18 import android.util.Property; 21 * An implementation of {@link android.util.Property} to be used specifically with fields of type 27 * @param <T> The class on which the Property is declared. 31 public abstract class IntProperty<T> extends Property<T, Integer> {
|
/frameworks/base/libs/hwui/ |
Properties.cpp | 49 char property[PROPERTY_VALUE_MAX]; local 56 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, nullptr) > 0) { 57 INIT_LOGD(" Overdraw debug enabled: %s", property); 58 if (!strcmp(property, "show")) { 61 } else if (!strcmp(property, "show_deuteranomaly")) { 68 if (property_get(PROPERTY_DEBUG_STENCIL_CLIP, property, nullptr) > 0) { 69 INIT_LOGD(" Stencil clip debug enabled: %s", property); 70 if (!strcmp(property, "hide")) { 72 } else if (!strcmp(property, "highlight")) { 74 } else if (!strcmp(property, "region")) [all...] |
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeListenerProxy.java | 32 * Creates a new listener proxy that associates a listener with a property 36 * the name of the associated property. 47 * Returns the name of the property associated with this listener proxy. 49 * @return the name of the associated property.
|
/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
|
/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. */
|