/bionic/libdl/ |
Android.mk | 13 # we use this property to make sure libc.so has its own copy of the code from
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.css | 137 -webkit-transition-property: -webkit-transform;
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-spec-builders.h | 260 // Asserts that the ON_CALL() statement has a certain property. 261 void AssertSpecProperty(bool property, const string& failure_message) const { 262 Assert(property, file_, line_, failure_message); 265 // Expects that the ON_CALL() statement has a certain property. 266 void ExpectSpecProperty(bool property, const string& failure_message) const { 267 Expect(property, file_, line_, failure_message); 727 // Asserts that the EXPECT_CALL() statement has the given property. 728 void AssertSpecProperty(bool property, const string& failure_message) const { 729 Assert(property, file_, line_, failure_message); 732 // Expects that the EXPECT_CALL() statement has the given property [all...] |
/external/libvpx/vp8/common/ppc/ |
copy_altivec.asm | 6 ; tree. An additional intellectual property rights grant can be found
|
/external/libvpx/vp8/decoder/arm/armv6/ |
dequantize_v6.asm | 6 ; tree. An additional intellectual property rights grant can be found
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_memcpy_neon.asm | 6 ; tree. An additional intellectual property rights grant can be found
|
/external/libvpx/vp8/encoder/ppc/ |
rdopt_altivec.asm | 6 ; tree. An additional intellectual property rights grant can be found
|
/external/v8/src/ |
v8natives.js | 234 // Extensions for providing property getters and setters. 495 // property descriptor. For a description of the array layout please 543 // If p is not a property on obj undefined is returned. 674 // Step 4a - defining a new data property. 675 // Steps 9b & 12 - replacing an existing accessor property with a data 676 // property. 677 // Step 12 - updating an existing data property with a data or generic 697 // Step 12 - updating an existing accessor property with generic 702 // Step 4b - defining a new accessor property. 703 // Steps 9c & 12 - replacing an existing data property with an accesso [all...] |
/external/v8/test/mjsunit/compiler/ |
property-simple.js | 28 // Test for property access
|
/external/v8/test/mjsunit/ |
object-create.js | 77 // Add a property foo that returns a function. 83 // Ensure the property is writable. 114 assertTrue(/Invalid property/.test(e)); 169 assertTrue(/Invalid property/.test(e));
|
with-prototype.js | 29 // extension object contains a property with the name assigned to in
|
/external/v8/test/mjsunit/regress/ |
regress-20070207.js | 29 // value of setting a property in the arguments object.
|
regress-526.js | 28 // Test object literals with computed property and getter.
|
/external/webkit/LayoutTests/fast/js/resources/ |
const.js | 117 const bodyId = (ranConstInitialiser = true, "Const initialiser overwrote existing property");
|
/external/webkit/LayoutTests/storage/ |
execute-sql-args.js | 8 throwOnGetZeroObject.__defineGetter__("0", function () { throw "Cannot get 0 property of this object."; });
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorCPP.pm | 436 my $property = ""; 438 $property .= "#if ${attributeConditionalString}\n" if $attributeConditionalString; 439 $property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName . "() const"; 449 $property .= $declarationSuffix; 450 push(@headerAttributes, $property); 452 $property = " void $setterName($attributeType)"; 453 $property .= $declarationSuffix; 454 push(@headerAttributes, $property); 797 # make a new parameter name if the original conflicts with a property name [all...] |
/external/webkit/Source/WebCore/bridge/objc/ |
objc_instance.mm | 383 bool ObjcInstance::setValueOfUndefinedField(ExecState* exec, const Identifier& property, JSValue aValue) 400 [targetObject setValue:objcValue.objectValue forUndefinedKey:[NSString stringWithCString:property.ascii().data() encoding:NSASCIIStringEncoding]]; 411 JSValue ObjcInstance::getValueOfUndefinedField(ExecState* exec, const Identifier& property) const 426 id objcValue = [targetObject valueForUndefinedKey:[NSString stringWithCString:property.ascii().data() encoding:NSASCIIStringEncoding]];
|
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | [all...] |
/external/webrtc/ |
Android.mk | 5 # tree. An additional intellectual property rights grant can be found
|
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
Android.mk | 5 # tree. An additional intellectual property rights grant can be found
|
/external/webrtc/src/modules/audio_processing/main/source/ |
Android.mk | 5 # tree. An additional intellectual property rights grant can be found
|
/frameworks/base/services/input/ |
EventHub.h | 163 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0; 242 virtual bool hasInputProperty(int32_t deviceId, int property) const;
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfo.java | 732 * Gets the value of a boolean property. 734 * @param property The property. 737 private boolean getBooleanProperty(int property) { 738 return (mBooleanProperties & property) != 0; 742 * Sets a boolean property. 744 * @param property The property. 749 private void setBooleanProperty(int property, boolean value) { 752 mBooleanProperties |= property; [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 768 String property = "wrap." + args.niceName; local 769 if (property.length() > 31) { 770 property = property.substring(0, 31); 772 args.invokeWith = SystemProperties.get(property); [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 88 unsigned property = currentInstruction[3].u.operand; local 90 emitGetVirtualRegisters(base, regT0, property, regT1); 117 unsigned property = currentInstruction[3].u.operand; local 119 linkSlowCase(iter); // property int32 check 137 stubCall.addArgument(property, regT2); 151 unsigned property = currentInstruction[3].u.operand; local 156 emitGetVirtualRegister(property, regT0); 176 unsigned property = currentInstruction[3].u.operand; local 185 stubCall.addArgument(property, regT2); 192 unsigned property = currentInstruction[2].u.operand local [all...] |