HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 626 - 650 of 3780) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
relaxed_bernoulli.py 191 @property
196 @property
201 @property
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/mappers/
random_fourier_features.py 89 @property
101 @property
105 @property
  /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);
86 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/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/v8/src/interpreter/
bytecode-generator.cc 1250 Property* property = expr->AsProperty(); local
1536 ClassLiteral::Property* property = expr->properties()->at(i); local
1695 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1795 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
2213 Property* property = expr->target()->AsProperty(); local
2534 Property* property = callee_expr->AsProperty(); local
2577 Property* property = callee_expr->AsProperty(); local
2584 Property* property = callee_expr->AsProperty(); local
2773 Property* property = expr->expression()->AsProperty(); local
2834 Property* property = expr->expression()->AsProperty(); local
    [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 252 * @param {string} property
257 wrapPropertyInArray: function(array, property, groupName, forceValueType, generatePreview)
260 if (typeof array[i] === "object" && property in array[i])
261 array[i][property] = this.wrapObject(array[i][property], groupName, forceValueType, generatePreview);
393 for (var property of properties) {
395 if (isSymbol(property))
396 name = /** @type {string} */ (injectedScript._describe(property));
398 name = typeof property === "number" ? ("" + property) : /** @type {string} */(property)
    [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;
ANTLRUniqueIDMap.h 45 @property (getter=getLastHash, setter=setLastHash:) NSInteger lastHash;

Completed in 394 milliseconds

<<21222324252627282930>>