HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 451 - 475 of 1133) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
accessors-on-global-object.js 29 // normal property works.
42 // normal property works.
59 // Test that replacing a getter with a normal property works as
override-read-only-property.js 30 // property is in the prototype chain.
40 // Assignment to a property which does not exist on the object itself,
47 // Assignment to a property which does not exist on the object itself,
55 // Assignment to read-only property on the object itself is ignored.
  /frameworks/base/core/java/android/view/
ViewDebug.java 83 * @return true if the property's value must be transformed into an Android
150 * When deep export is turned on, this property is not dumped. Instead, the
151 * properties contained in this property are dumped. Each child property
152 * is prefixed with the name of this property.
154 * @return true if the properties of this property should be dumped
170 * Specifies the category the property falls into, such as measurement,
909 final ExportedProperty property = sAnnotations.get(method); local
911 property.category().length() != 0 ? property.category() + ":" : ""
982 final ExportedProperty property = sAnnotations.get(field); local
1228 CapturedViewProperty property = method.getAnnotation(CapturedViewProperty.class); local
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 672 * Gets the value of a boolean property.
674 * @param property The property.
677 private boolean getBooleanProperty(int property) {
678 return (mBooleanProperties & property) == property;
682 * Sets a boolean property.
684 * @param property The property.
687 private void setBooleanProperty(int property, boolean value)
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
ViewNode.java 48 public List<Property> properties = new ArrayList<Property>();
50 public Map<String, Property> namedProperties = new HashMap<String, Property>();
163 ViewNode.Property property = new ViewNode.Property(); local
164 property.name = data.substring(start, index);
169 property.value = data.substring(index2 + 1, index2 + 1 + length);
171 properties.add(property);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 41 @property (retain, getter=getST, setter=setST:) ST *st;
100 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
182 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
214 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 86 #define CHECK_Property( gdef, index, flags, property ) \
88 (property) ) ) != HB_Err_Ok )
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 128 var property_mirror = scope.scopeObject().property(p);
130 print('property ' + p + ' not found in scope');
132 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
136 assertEquals(content[p], property_mirror.value().value(), 'property ' + p + ' has unexpected value');
144 if (!scope.scopeObject().property('arguments').isUndefined()) {
148 if (!scope.scopeObject().property('.catch-var').isUndefined()) {
151 // Skip property with empty name.
152 if (!scope.scopeObject().property('').isUndefined()) {
156 if (!scope.scopeObject().property('.block').isUndefined()) {
  /external/v8/test/mjsunit/regress/
regress-1530.js 28 // Test that redefining the 'prototype' property of a function object
30 // shadowing between said property and the internal value.
34 // Verify that normal assignment of 'prototype' property works properly
44 // Verify that 'prototype' behaves like a data property when it comes to
  /external/webkit/Source/WebKit/chromium/public/
WebBindings.h 71 WEBKIT_API static bool getProperty(NPP, NPObject*, NPIdentifier property, NPVariant *result);
83 WEBKIT_API static bool hasProperty(NPP, NPObject*, NPIdentifier property);
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 265 globalObject->removeDirect(*m_globalData, function->ident()); // Make sure our new function is not shadowed by an old property.
    [all...]
  /frameworks/av/media/mtp/
MtpDevice.cpp 214 MtpProperty* property = getDevicePropDesc(propCode); local
215 if (property)
216 mDeviceProperties.push(property);
239 MtpProperty* property = getDevicePropDesc(propCode); local
240 if (property) {
241 property->print();
242 delete property;
258 MtpProperty* property = getObjectPropDesc(prop, format); local
259 if (property) {
260 property->print()
549 MtpProperty* property = new MtpProperty; local
568 MtpProperty* property = new MtpProperty; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 73 Native.genericize = function(object, property, check){
74 if ((!check || !object[property]) && typeof object.prototype[property] == 'function') object[property] = function(){
76 return object.prototype[property].apply(args.shift(), args);
406 afterImplement: function(property, value){
407 window[property] = Window.Prototype[property] = value;
436 afterImplement: function(property, value){
437 document[property] = Document.Prototype[property] = value
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMap.h 47 //@property (copy) ANTLRMap *fNext;
48 @property (getter=getLastHash, setter=setLastHash:) NSInteger lastHash;
ANTLRTreeParser.h 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMap.h 47 //@property (copy) ANTLRMap *fNext;
48 @property (getter=getLastHash, setter=setLastHash:) NSInteger lastHash;
ANTLRTreeParser.h 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMap.h 47 //@property (copy) ANTLRMap *fNext;
48 @property (getter=getLastHash, setter=setLastHash:) NSInteger lastHash;
ANTLRTreeParser.h 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 98 @property (retain) AMutableArray *children;
99 @property (retain) NSException *anException;
173 @property (retain) AMutableArray *children;
174 @property (retain) NSException *anException;
ANTLRMap.h 47 //@property (copy) ANTLRMap *fNext;
48 @property (getter=getLastHash, setter=setLastHash:) NSInteger lastHash;
ANTLRTreeParser.h 37 @property (retain, getter=input, setter=setInput:) id<ANTLRTreeNodeStream> input;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 49 @property (assign, getter=getnames, setter=setnames:) ANTLRPtrBuffer * names;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 61 @property (assign, getter=gettree, setter=settree:) ANTLRCommonTree * tree;
  /external/chromium/chrome/browser/
app_controller_mac.h 57 @property(readonly, nonatomic) BOOL startupComplete;

Completed in 618 milliseconds

<<11121314151617181920>>