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

<<11121314151617181920>>

  /system/core/logd/
logpersist 4 property=persist.logd.logpersistd
22 su 0 setprop ${property} ${service}
23 getprop ${property}
29 su 0 setprop ${property} ""
  /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;
ANTLRStringStream.h 46 @property (retain, getter=getData,setter=setData:) NSString *data;
47 @property (getter=getP,setter=setP:) NSInteger p;
48 @property (getter=getN,setter=setN:) NSInteger n;
49 @property (getter=getLine,setter=setLine:) NSInteger line;
50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
51 @property (getter=getMarkDepth,setter=setMarkDepth:) NSInteger markDepth;
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
53 @property (getter=getLastMarker,setter=setLastMarker:) NSInteger lastMarker;
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name;
55 @property (retain, getter=getCharState, setter=setCharState:) ANTLRCharStreamState *charState
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/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;
ANTLRStringStream.h 46 @property (retain, getter=getData,setter=setData:) NSString *data;
47 @property (getter=getP,setter=setP:) NSInteger p;
48 @property (getter=getN,setter=setN:) NSInteger n;
49 @property (getter=getLine,setter=setLine:) NSInteger line;
50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
51 @property (getter=getMarkDepth,setter=setMarkDepth:) NSInteger markDepth;
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
53 @property (getter=getLastMarker,setter=setLastMarker:) NSInteger lastMarker;
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name;
55 @property (retain, getter=getCharState, setter=setCharState:) ANTLRCharStreamState *charState
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/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;
ANTLRStringStream.h 46 @property (retain, getter=getData,setter=setData:) NSString *data;
47 @property (getter=getP,setter=setP:) NSInteger p;
48 @property (getter=getN,setter=setN:) NSInteger n;
49 @property (getter=getLine,setter=setLine:) NSInteger line;
50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
51 @property (getter=getMarkDepth,setter=setMarkDepth:) NSInteger markDepth;
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
53 @property (getter=getLastMarker,setter=setLastMarker:) NSInteger lastMarker;
54 @property (retain, getter=getSourceName, setter=setSourceName:) NSString *name;
55 @property (retain, getter=getCharState, setter=setCharState:) ANTLRCharStreamState *charState
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (assign) NSInteger index;
46 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
47 @property (retain, getter=getNode, setter=setNode:) id<ANTLRBaseTree>node;
48 @property (assign) unichar c;
49 @property (assign) NSUInteger line;
50 @property (assign) NSUInteger charPositionInLine;
ANTLRTreePatternLexer.h 69 @property (retain) NSString *pattern;
70 @property (assign) NSInteger p;
71 @property (assign) NSInteger c;
72 @property (assign) NSInteger n;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
74 @property (assign) char *data;
75 @property (assign) BOOL error;
ANTLRCommonTree.h 79 @property (retain, getter=getANTLRCommonToken, setter=setANTLRCommonToken:) ANTLRCommonToken *token;
80 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex:) NSInteger startIndex;
81 @property (assign, getter=getTokenStopIndex, setter=setTokenStopIndex:) NSInteger stopIndex;
82 @property (retain, getter=getParent, setter=setParent:) id<ANTLRBaseTree> parentparent;
83 @property (assign, getter=getChildIndex, setter=setChildIndex:) NSInteger childIndex;
86 @property (retain) ANTLRCommonToken *token;
87 @property (assign) NSInteger startIndex;
88 @property (assign) NSInteger stopIndex;
89 @property (retain) ANTLRCommonTree *parent;
90 @property (assign) NSInteger childIndex
    [all...]
ANTLRDFA.h 71 @property const int *eot;
72 @property const int *eof;
73 @property const unichar *min;
74 @property const unichar *max;
75 @property const int *accept;
76 @property const int *special;
77 @property const int **transition;
79 @property (retain, getter=getRecognizer,setter=setRecognizer:) ANTLRBaseRecognizer *recognizer;
80 @property (assign, getter=getDecision,setter=setDecision:) NSInteger decisionNumber;
81 @property (assign, getter=getLen,setter=setLen:) NSInteger len
    [all...]
ANTLRStringStream.h 98 @property (retain) NSString *data;
99 @property (assign) NSInteger index;
100 @property (assign) NSInteger n;
101 @property (assign) NSUInteger line;
102 @property (assign) NSUInteger charPositionInLine;
103 @property (assign) NSInteger markDepth;
104 @property (retain) ANTLRPtrBuffer *markers;
105 @property (assign) NSInteger lastMarker;
106 @property (retain) NSString *name;
107 @property (retain) ANTLRCharStreamState *charState
    [all...]
  /external/clang/test/Analysis/
malloc.cpp 79 struct Property {
81 Property(char* n)
85 void append(Property x);
88 append(Property(getterName));
96 Property prop;
97 NestedProperty(Property p)
103 appendNested(NestedProperty(Property(getterName)));
  /external/fio/os/windows/
install.wxs 61 <Property Id="ARPURLINFOABOUT" Value="http://git.kernel.dk/?p=fio.git" />
62 <Property Id='ARPCONTACT'>fio@vger.kernel.org</Property>
63 <Property Id='ARPHELPLINK'>http://www.spinics.net/lists/fio/</Property>
64 <Property Id='ARPURLUPDATEINFO'>http://bluestop.org/fio/</Property>
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 62 CssSchema.Property property = CssSchema.DEFAULT.forKey(propName); local
65 property.literals.contains("expression"));
68 property.fnKeys.containsKey("expression("));
71 property.literals.contains("url"));
74 property.fnKeys.containsKey("url("));
89 CssSchema.Property cssFloat = custom.forKey("float");
  /external/vboot_reference/host/lib/include/
crossystem_arch.h 28 /* Read an integer property from VbNvStorage.
33 /* Write an integer property to VbNvStorage.
70 /* Read an architecture-specific system property integer.
72 * Returns the property value, or -1 if error. */
75 /* Read an architecture-specific system property string into a
83 /* Set an architecture-specific system property integer.
88 /* Set an architecture-specific system property string.
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.h 63 * A Policy element may implement getter/setter function for a given property.
64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
Stream.h 72 * A Policy element may implement getter/setter function for a given property.
73 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
76 template <typename Property>
77 Property get() const;
79 template <typename Property>
80 status_t set(Property property);
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
49 /* Return a pointer to the system property named name, if it
50 ** exists, or NULL if there is no such property. Use
60 /* Read the value of a system property. Returns the length
71 /* Return a prop_info for the nth system property, or NULL if
72 ** there is no nth property. Use __system_property_read() to
73 ** read the value of this property.
75 ** This method is for inspecting and debugging the property
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
build.xml 3 <property environment="env"/>
4 <property name="build.dir" value="${basedir}/build"/>
5 <property name="build.lib.dir" value="${build.dir}/lib"/>
6 <property name="build.doc.dir" value="${build.dir}/doc"/>
7 <property name="build.test.dir" value="${build.dir}/test"/>
8 <property name="build.test.output.dir" value="${build.test.dir}/output"/>
9 <property name="src.dir" value="${basedir}/src"/>
11 <property name="FLEX_HOME" value="${env.FLEX_HOME}"/>
21 <pathconvert property="sourceClasses" refid="sources" pathsep=" ">
35 <isset property="FLEX_HOME"/
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 11 package org.eclipse.wb.internal.core.model.property.category;
13 import org.eclipse.wb.internal.core.model.property.Property;
17 * Describes category of {@link Property}.
20 * @coverage core.model.property
119 * @return <code>true</code> if this property is preferred.
126 * @return <code>true</code> if this property is advanced.
133 * @return <code>true</code> if this property is really advanced.
140 * @return <code>true</code> if this property is hidden.
147 * @return <code>true</code> if this property is system
    [all...]
  /external/lldb/scripts/Python/interface/
SBLineEntry.i 88 if _newclass: file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.''')
91 if _newclass: ling = property(GetLine, None, doc='''A read only property that returns the 1 based line number for this line entry, a return value of zero indicates that no line information is available.''')
94 if _newclass: column = property(GetColumn, None, doc='''A read only property that returns the 1 based column number for this line entry, a return value of zero indicates that no column information is available.''')
97 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 line entry.''')
100 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 line entry.' (…)
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
49 /* Return a pointer to the system property named name, if it
50 ** exists, or NULL if there is no such property. Use
60 /* Read the value of a system property. Returns the length
71 /* Return a prop_info for the nth system property, or NULL if
72 ** there is no nth property. Use __system_property_read() to
73 ** read the value of this property.
75 ** This method is for inspecting and debugging the property
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
49 /* Return a pointer to the system property named name, if it
50 ** exists, or NULL if there is no such property. Use
60 /* Read the value of a system property. Returns the length
71 /* Return a prop_info for the nth system property, or NULL if
72 ** there is no nth property. Use __system_property_read() to
73 ** read the value of this property.
75 ** This method is for inspecting and debugging the property
    [all...]

Completed in 1002 milliseconds

<<11121314151617181920>>