HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 701 - 725 of 3252) sorted by null

<<21222324252627282930>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 11 package org.eclipse.wb.internal.core.model.property;
15 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
16 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
22 * {@link Property} is used to display/change properties of ObjectInfo's.
25 * @coverage core.model.property
27 public abstract class Property {
29 * The value that should be used when we don't know real value of {@link Property}. We can not use
50 public Property(PropertyEditor editor) {
61 * @return the title displayed to the user to identify the property.
66 * @return <code>true</code> if this property has a non-default valu
    [all...]
  /external/toolchain-utils/cros_utils/
buildbot_json.py 152 @property
156 @property
198 @property
204 @property
253 @property
258 @property
262 @property
290 @property
294 @property
316 @property
    [all...]
  /external/toybox/toys/android/
getprop.c 1 /* getprop.c - Get an Android system property
14 Gets an Android system property, or lists them all.
32 static char *get_property_context(const char *property)
36 if (selabel_lookup(TT.handle, &context, property, 1)) {
37 perror_exit("unable to lookup label for \"%s\"", property);
79 if (!TT.handle) error_exit("unable to get selinux property context handle");
  /frameworks/opt/vcard/java/com/android/vcard/
VCardSourceDetector.java 102 public void onPropertyCreated(VCardProperty property) {
103 final String propertyName = property.getName();
104 final List<String> valueList = property.getValueList();
  /hardware/qcom/display/msm8909/libqdutils/
idle_invalidator.cpp 70 char property[PROPERTY_VALUE_MAX] = {0}; local
71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) {
72 defaultIdleTime = atoi(property);
  /hardware/qcom/display/msm8994/libqdutils/
idle_invalidator.cpp 70 char property[PROPERTY_VALUE_MAX] = {0}; local
71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) {
72 defaultIdleTime = atoi(property);
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateLabelProvider.java 43 public String getColumnText(IGLProperty property, int columnIndex) {
46 return getName(property);
48 return getValue(property);
62 // the property type
73 // the property type
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 430 @property
435 @property
521 @property
653 @property
661 @property
669 @property
678 @property
682 @property
686 @property
690 @property
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 123 """Decorator that lazy-loads the value of a property.
125 The first time the property is accessed, the original property function is
127 property, replacing the original method.
197 @property
202 @property
207 @property
212 @property
247 @property
255 @property
    [all...]
  /external/libnl/python/netlink/route/
link.py 182 @property
197 @property
214 @property
218 Setting this property will *Not* reset flags to value you supply in
247 @property
257 @property
267 @property
278 @property
289 @property
299 @property
    [all...]
  /external/v8/src/inspector/
injected-script-source.js 249 * @param {string} property
254 wrapPropertyInArray: function(array, property, groupName, forceValueType, generatePreview)
257 if (typeof array[i] === "object" && property in array[i])
258 array[i][property] = this.wrapObject(array[i][property], groupName, forceValueType, generatePreview);
390 for (var property of properties) {
392 if (isSymbol(property))
393 name = /** @type {string} */ (injectedScript._describe(property));
395 name = typeof property === "number" ? ("" + property) : /** @type {string} */(property)
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 1154 Property* property = expr->AsProperty(); local
1444 ClassLiteral::Property* property = expr->properties()->at(i); local
1588 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1687 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
2059 Property* property = expr->target()->AsProperty(); local
2377 Property* property = callee_expr->AsProperty(); local
2420 Property* property = callee_expr->AsProperty(); local
2427 Property* property = callee_expr->AsProperty(); local
2599 Property* property = expr->expression()->AsProperty(); local
2658 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest2.py 80 x = property(getx, setx, doc="""\
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state;
64 @property (retain, getter=getGrammarFileName, setter=setGrammarFileName) NSString *grammarFileName;
65 //@property (assign, getter=getFailed, setter=setFailed) BOOL failed;
66 @property (retain, getter=getTokenNames, setter=setTokenNames) NSArray *tokenNames;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
68 //@property (assign, getter=getNumberOfSyntaxErrors, setter=setNumberOfSyntaxErrors) NSInteger numberOfSyntaxErrors;
ANTLRHashRule.h 46 //@property (copy) ANTLRHashRule *fNext;
47 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
ANTLRUniqueIDMap.h 45 @property (getter=getLastHash, setter=setLastHash) NSInteger lastHash;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state;
64 @property (retain, getter=getGrammarFileName, setter=setGrammarFileName) NSString *grammarFileName;
65 //@property (assign, getter=getFailed, setter=setFailed) BOOL failed;
66 @property (retain, getter=getTokenNames, setter=setTokenNames) NSArray *tokenNames;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
68 //@property (assign, getter=getNumberOfSyntaxErrors, setter=setNumberOfSyntaxErrors) NSInteger numberOfSyntaxErrors;
ANTLRHashRule.h 46 //@property (copy) ANTLRHashRule *fNext;
47 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
ANTLRUniqueIDMap.h 45 @property (getter=getLastHash, setter=setLastHash) NSInteger lastHash;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 63 @property (retain, getter=getState, setter=setState) ANTLRRecognizerSharedState *state;
64 @property (retain, getter=getGrammarFileName, setter=setGrammarFileName) NSString *grammarFileName;
65 //@property (assign, getter=getFailed, setter=setFailed) BOOL failed;
66 @property (retain, getter=getTokenNames, setter=setTokenNames) NSArray *tokenNames;
67 @property (retain, getter=getSourceName, setter=setSourceName) NSString *sourceName;
68 //@property (assign, getter=getNumberOfSyntaxErrors, setter=setNumberOfSyntaxErrors) NSInteger numberOfSyntaxErrors;
ANTLRHashRule.h 46 //@property (copy) ANTLRHashRule *fNext;
47 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
ANTLRUniqueIDMap.h 45 @property (getter=getLastHash, setter=setLastHash) NSInteger lastHash;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 175 @property (retain) ANTLRRecognizerSharedState *state;
176 @property (retain) NSString *grammarFileName;
177 @property (retain) NSString *sourceName;
178 @property (retain) AMutableArray *tokenNames;
ANTLRInputStream.h 16 @property (assign) NSStringEncoding encoding;

Completed in 1501 milliseconds

<<21222324252627282930>>