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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 111 bool startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle);
112 void transitionPaused(double timeOffset, int property);
113 void transitionFinished(int property);
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 152 char property[PROPERTY_VALUE_MAX]; local
153 if (property_get(PROPERTY_ENABLE_GPU_PIXEL_BUFFERS, property, "false") > 0) {
154 if (!strcmp(property, "true")) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 41 String property, EnumSet<Format> formats, String[] values,
46 new TestAttributeInfo(property, formats, "unittest", values, values, null);
48 new TestTextAttributeDescriptor(property, info));
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 80 re-positioned, but since chrome is doing the layout there is no property
86 -webkit-transition-property: -webkit-transform, opacity, zIndex;
165 -webkit-transition-property: width, height, margin, -webkit-transform;
198 -webkit-transition-property: -webkit-transform;
  /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 90 * @return true if the property's value must be transformed into an Android
157 * When deep export is turned on, this property is not dumped. Instead, the
158 * properties contained in this property are dumped. Each child property
159 * is prefixed with the name of this property.
161 * @return true if the properties of this property should be dumped
177 * Specifies the category the property falls into, such as measurement,
1027 final ExportedProperty property = sAnnotations.get(method); local
1101 final ExportedProperty property = sAnnotations.get(field); local
1350 CapturedViewProperty property = method.getAnnotation(CapturedViewProperty.class); local
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 683 * Gets the value of a boolean property.
685 * @param property The property.
688 private boolean getBooleanProperty(int property) {
689 return (mBooleanProperties & property) == property;
693 * Sets a boolean property.
695 * @param property The property.
698 private void setBooleanProperty(int property, boolean value)
    [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/harfbuzz_ng/src/hb-old/
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;

Completed in 682 milliseconds

<<11121314151617181920>>