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

<<31323334353637383940>>

  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 41 char property[PROPERTY_VALUE_MAX]; local
42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) {
43 return (RtlDebugLevel) atoi(property);
  /frameworks/base/media/java/android/mtp/
MtpServer.java 55 public void sendDevicePropertyChanged(int property) {
56 native_send_device_property_changed(property);
72 private native final void native_send_device_property_changed(int property);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 76 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
77 new LinkedHashMap<String, ArrayList<Property>>();
134 * Adds a Property to this component.
137 public void addProperty(Property prop) {
139 ArrayList<Property> props = mPropsMap.get(name);
141 props = new ArrayList<Property>();
148 * Returns a set of the property names within this component.
149 * @return A set of property names within this component.
158 * @param name The name of the property that should be returned.
161 public List<Property> getProperties(String name)
488 Property property; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 160 // get the name of the property that changed, if any
161 String property = event != null ? event.getProperty() : null; local
163 if (property == null || PREFS_SDK_DIR.equals(property)) {
184 if (property == null || PREFS_BUILD_VERBOSITY.equals(property)) {
191 if (property == null || PREFS_BUILD_RES_AUTO_REFRESH.equals(property)) {
195 if (property == null || PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR.equals(property)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 38 import org.eclipse.wb.internal.core.model.property.Property;
39 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
40 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipProvider;
41 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipTextProvider;
48 * An Android XML property
50 class XmlProperty extends Property {
54 private Property mParent;
106 // If we're nested within a complex property, say "Line Spacing", don't
107 // include "Line Spacing " as a prefix for each property her
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/clang/test/Rewriter/
rewrite-modern-ivars-2.mm 22 @property int p3;
30 @property int p0;
31 @property (assign) __strong id p1;
32 @property (assign) __weak id p2;
44 @property int p3;
  /external/icu/icu4j/main/classes/langdata/
build.xml 8 <property file="build-local.properties"/>
9 <property file="build.properties"/>
15 <property name="jar.file" value="${icu4j.langdata.jar}"/>
16 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
17 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
KvmSerializable.java 38 * Get the property at the given index
48 * Sets the property with the given index to the given value.
53 * the value of the property
58 * Fills the given property info record.
66 * property with the given index.
  /external/lldb/include/lldb/Interpreter/
Property.h 1 //===-- Property.h ----------------------------------------------*- C++ -*-===//
27 // Property class instances can be constructed using one of these.
39 class Property
42 Property (const PropertyDefinition &definition);
44 Property (const ConstString &name,
  /external/lldb/scripts/Python/interface/
SBAddress.i 167 if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) that this address resides within.''')
170 if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that represents the compile unit (lldb.SBCompileUnit) that this address resides within.''')
173 if _newclass: line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object that represents the line entry (lldb.SBLineEntry) that this address resides within.''')
176 if _newclass: function = property(GetFunction, None, doc='''A read only property that returns an lldb object that represents the function (lldb.SBFunction) that this address resides within.''')
179 if _newclass: block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the block (lldb.SBBlock) that this address resides wit (…)
    [all...]
SBTypeSummary.i 81 if _newclass: options = property(GetOptions, SetOptions)
84 if _newclass: is_summary_string = property(IsSummaryString, None)
87 if _newclass: is_function_name = property(IsFunctionName, None)
90 if _newclass: is_function_name = property(IsFunctionCode, None)
93 if _newclass: summary_data = property(GetData, None)
  /external/v8/test/mjsunit/regress/
regress-675.js 31 // property cells.
35 // Initialize IC for nonexistent x property on global object.
39 // Assign to global property cell for x.
46 // Same test, but test that the global property cell is also checked
56 // Update global property cell.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPPropertyInfo.java 16 * This interface is used to return a property together with its path and namespace.
24 * @return Returns the namespace of the property
30 * @return Returns the path of the property, but only if returned by the iterator.
36 * @return Returns the value of the property.
42 * @return Returns the options of the property.
  /hardware/qcom/display/msm8084/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8226/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8960/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8974/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/qcom/display/msm8994/libqdutils/
comptype.h 63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties.h 55 * get the value of a property
56 * @param pProp we are asking the value of this property
63 * get the value of a property
64 * @param pProp we are asking the value of this property
65 * @param pVal the value of the property
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.h 55 * get the value of a property
56 * @param pProp we are asking the value of this property
63 * get the value of a property
64 * @param pProp we are asking the value of this property
65 * @param pVal the value of the property
  /libcore/luni/src/main/java/java/sql/
DriverPropertyInfo.java 35 * A description of the property. May be {@code null}.
40 * The name of the property.
51 * The current value associated with this property. It is depending on the
62 * The property name.
64 * The property value.
  /prebuilts/python/darwin-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)

Completed in 3410 milliseconds

<<31323334353637383940>>