HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 401 - 425 of 714) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-1491.js 34 // Check that writing the length property of the non-array object
regress-1493017.js 36 // Create an instance of C. Add a property to the instance and then
regress-192.js 42 // assigning to a property that has only a getter.
regress-193.js 29 // property.
regress-681.js 36 // Initialize IC for nonexistent y property on x.
regress-992.js 28 // Object.defineProperty with generic desc on existing property
  /external/v8/test/mjsunit/
with-readonly.js 30 // Create an object with a read-only length property in the prototype
debug-scopes.js 127 var property_mirror = scope.scopeObject().property(p);
128 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
132 assertEquals(content[p], property_mirror.value().value(), 'property ' + p + ' has unexpected value');
140 if (!scope.scopeObject().property('arguments').isUndefined()) {
144 if (!scope.scopeObject().property('.catch-var').isUndefined()) {
147 // Skip property with empty name.
148 if (!scope.scopeObject().property('').isUndefined()) {
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 361 // This represents the animation of a single property. There may be multiple transform animations for
364 LayerPropertyAnimation(PassRefPtr<PlatformCAAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, int index, double timeOffset)
367 , m_property(property)
395 // Map of animation names to their associated lists of property animations, so we can remove/pause them.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 475 b.setToolTipText("Add a new hardware property");
493 mDeleteHardwareProp.setToolTipText("Delete the selected hardware property");
580 col1.setText("Property");
614 HardwareProperty property = mHardwareMap.get(hardwareName);
615 switch (property.getType()) {
635 HardwareProperty property = mHardwareMap.get(hardwareName);
637 switch (property.getType()) {
652 HardwareProperty property = mHardwareMap.get(hardwareName);
653 switch (property.getType()) {
670 HardwareProperty property = mHardwareMap.get(hardwareName)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 26 * NOTE(mesch): The property name "length" must not be used in input
55 * Name of the property that caches the parsed template processing
245 // If the node already has a cache property, return it.
250 // If it is not found, we always set the PROP_jstcache property on the node.
251 // Accessing the property is faster than executing getAttribute(). If we
252 // don't find the property on a node that was cloned in jstSelect_(), we
253 // will fall back to check for the attribute and set the property
256 // If the node has an attribute indexing a cache object, set it as a property
614 // which is not null that has a length property. Notice that this
615 // also matches input data with a length property, so this property
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 26 * NOTE(mesch): The property name "length" must not be used in input
55 * Name of the property that caches the parsed template processing
245 // If the node already has a cache property, return it.
250 // If it is not found, we always set the PROP_jstcache property on the node.
251 // Accessing the property is faster than executing getAttribute(). If we
252 // don't find the property on a node that was cloned in jstSelect_(), we
253 // will fall back to check for the attribute and set the property
256 // If the node has an attribute indexing a cache object, set it as a property
614 // which is not null that has a length property. Notice that this
615 // also matches input data with a length property, so this propert
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.cpp 555 SpeculateStrictInt32Operand property(this, node.child2);
559 MacroAssembler::RegisterID propertyReg = property.registerID();
566 // Check that base is an array, and that property is contained within m_vector (< m_vectorLength).
583 SpeculateStrictInt32Operand property(this, node.child2);
587 // Map base, property & value into registers, allocate a register for storage.
589 MacroAssembler::RegisterID propertyReg = property.registerID();
593 // Check that base is an array, and that property is contained within m_vector (< m_vectorLength).
622 SpeculateStrictInt32Operand property(this, node.child2);
630 // Map property & value into registers.
631 MacroAssembler::RegisterID propertyReg = property.registerID()
    [all...]
DFGByteCodeParser.cpp 806 // === Property access operations ===
810 NodeIndex property = get(currentInstruction[3].u.operand);
812 NodeIndex getByVal = addToGraph(GetByVal, base, property, aliases.lookupGetByVal(base, property));
821 NodeIndex property = get(currentInstruction[2].u.operand);
824 NodeIndex aliasedGet = aliases.lookupGetByVal(base, property)
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 93 /// FindPropertyDeclaration - Finds declaration of the property given its name
149 /// FindPropertyVisibleInPrimaryClass - Finds declaration of the property
    [all...]
  /external/icu4c/common/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
110 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
175 /* See note !!. Comments of the form "Binary property Dash",
176 "Enumerated property Script", "Double property Numeric_Value",
177 and "String property Age" are read by genpname. */
184 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
189 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
191 /** Binary property Bidi_Control.
195 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 462 ALWAYS_INLINE JSValue resolveBase(CallFrame* callFrame, Identifier& property, ScopeChainNode* scopeChain, bool isStrictPut)
475 if (isStrictPut && !base->getPropertySlot(callFrame, property, slot))
479 if (base->getPropertySlot(callFrame, property, slot))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 267 // scope is a property of the inner window.
550 // context for the new document to make property access on the
564 v8::Handle<v8::Value> getter(v8::Local<v8::String> property, const v8::AccessorInfo& info)
567 AtomicString name = v8StringToAtomicWebCoreString(property);
575 return prototype.As<v8::Object>()->Get(property);
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h 49 * In addition to raw property values, some convenience functions calculate
89 * - u_isUWhiteSpace=UCHAR_WHITE_SPACE: Unicode White_Space property;
154 /* See note !!. Comments of the form "Binary property Dash",
155 "Enumerated property Script", "Double property Numeric_Value",
156 and "String property Age" are read by genpname. */
163 /** Binary property Alphabetic. Same as u_isUAlphabetic, different from u_isalpha.
168 /** Binary property ASCII_Hex_Digit. 0-9 A-F a-f @stable ICU 2.1 */
170 /** Binary property Bidi_Control.
174 /** Binary property Bidi_Mirrored
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 6 ; tree. An additional intellectual property rights grant can be found
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict4x4_neon.asm 6 ; tree. An additional intellectual property rights grant can be found
shortidct4x4llm_neon.asm 6 ; tree. An additional intellectual property rights grant can be found

Completed in 1768 milliseconds

<<11121314151617181920>>