/external/v8/src/arm/ |
full-codegen-arm.cc | 557 Property* prop = var->AsProperty(); 632 // property. Use (keyed) IC to set the initial value. 691 // types of slots, and parameters that rewrite to explicit property 694 Property* property = var->AsProperty(); local 722 ASSERT_NOT_NULL(property); 726 Variable* object_var = property->obj()->AsVariableProxy()->AsVariable(); 735 Literal* key_literal = property->key()->AsLiteral(); 745 // Do a keyed property load. 800 ObjectLiteral::Property* property = expr->properties()->at(i) local [all...] |
codegen-arm.cc | 601 // For a global variable we build the property reference 602 // <global>.<variable> and perform a (regular non-contextual) property 606 Property property(&global, &key, RelocInfo::kNoPosition); 607 Reference ref(this, &property); 641 Property* property = e->AsProperty(); local 644 if (property != NULL) { 645 // The expression is either a property or a variable proxy that rewrites 646 // to a property 2730 ObjectLiteral::Property* property = node->properties()->at(i); local 2966 Property* property = function->AsProperty(); local 3728 Property* property = node->expression()->AsProperty(); local 4343 Property* property = expression_->AsProperty(); local 4363 Property* property = expression_->AsProperty(); local 4420 Property* property = expression_->AsProperty(); local 4451 Property* property = expression_->AsProperty(); local [all...] |
/external/v8/src/x64/ |
codegen-x64.cc | 2437 ObjectLiteral::Property* property = node->properties()->at(i); local 2697 Property* property = function->AsProperty(); local 2994 Property* property = node->expression()->AsProperty(); local 4401 Property* property = e->AsProperty(); local 6000 Property* property = expression_->AsProperty(); local 6022 Property* property = expression_->AsProperty(); local 6205 Property* property = expression()->AsProperty(); local [all...] |
full-codegen-x64.cc | 673 Property* prop = var->AsProperty(); 744 // property. Use (keyed) IC to set the initial value. 805 // types of slots, and parameters that rewrite to explicit property 808 Property* property = var->AsProperty(); local 819 // indicate that the inobject property case was inlined. Ensure there 839 ASSERT_NOT_NULL(property); 843 Variable* object_var = property->obj()->AsVariableProxy()->AsVariable(); 853 Literal* key_literal = property->key()->AsLiteral(); 860 // Do a keyed property load 915 ObjectLiteral::Property* property = expr->properties()->at(i); local [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 557 def GetBuildProp(property, z): 561 if not property: 563 m = re.search(re.escape(property) + r"=(.*)\n", bp) 565 raise common.ExternalError("couldn't find %s in build.prop" % (property,))
|
/external/bluetooth/bluez/network/ |
server.c | 709 const char *property; local 717 dbus_message_iter_get_basic(&iter, &property); 724 if (g_str_equal("Name", property)) { 732 } else if (g_str_equal("Enabled", property)) { 743 return invalid_arguments(msg, "Property does not exist");
|
/external/v8/src/ |
full-codegen.cc | 83 Property* prop = decl->proxy()->AsProperty(); 250 ZoneList<ObjectLiteral::Property*>* properties = expr->properties(); 253 ObjectLiteral::Property* property = properties->at(i); local 254 if (property->IsCompileTimeValue()) continue; 255 Visit(property->key()); 257 Visit(property->value()); 288 Property* prop = expr->target()->AsProperty(); 300 BAILOUT("non-variable/non-property assignment"); 312 void FullCodeGenSyntaxChecker::VisitProperty(Property* expr) [all...] |
v8natives.js | 237 // Extensions for providing property getters and setters. 486 // obj is a data property [false, value, Writeable, Enumerable, Configurable] 632 // Get the local property names. 645 // Property names are expected to be strings. 890 // Setup the constructor property on the Number prototype object. 985 // property of the resulting function is enumerable (ECMA262, 15.3.5.2).
|
/external/v8/test/mjsunit/ |
mirror-array.js | 85 // Check that the serialization contains all indexed properties and the length property. 90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property"); 105 assertTrue(length_found, 'Property length not found');
|
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()) {
|
/external/webkit/WebCore/bridge/qt/ |
qt_class.cpp | 146 // Dynamic property that disappeared 166 QMetaProperty prop = m_metaObject->property(index);
|
/external/webkit/WebKit/chromium/src/js/ |
HeapProfilerPanel.js | 825 WebInspector.HeapSnapshotDataGridList.propertyComparator = function(property, property2, isAscending) 827 var propertyHash = property + "#" + property2; 831 var l = lhs[property], r = rhs[property]; [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebpage.h | 234 QVariant inputMethodQuery(Qt::InputMethodQuery property) const;
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 73 virtual void setSystemProperty(const char* property, const char* value);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
AvdManager.java | 89 * This property is for UI purposes only. It is not used by the emulator. 149 /** Missing 'path' property in the ini file */ 153 /** Missing 'target' property in the ini file */ 180 * @param properties The property map. Cannot be null. 197 * @param properties The property map. Can be null. 284 return String.format("Missing AVD 'path' property in %1$s", getIniFile()); 288 return String.format("Missing 'target' property in %1$s", getIniFile()); 648 // add a property containing the size of the sdcard for display purpose 1464 String property = AVD_INI_IMAGES_1; local [all...] |
/system/extras/tests/fstest/ |
perm_checker.conf | 31 /data/property/ 700 770 root root root root 32 /data/property/... 600 660 root root root root
|
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 671 Property* prop = var->AsProperty(); 741 // property. Use (keyed) IC to set the initial value. 802 // types of slots, and parameters that rewrite to explicit property 805 Property* property = var->AsProperty(); local 837 ASSERT_NOT_NULL(property); 841 Variable* object_var = property->obj()->AsVariableProxy()->AsVariable(); 851 Literal* key_literal = property->key()->AsLiteral(); 858 // Do a keyed property load. 914 ObjectLiteral::Property* property = expr->properties()->at(i) local [all...] |
/external/webkit/JavaScriptCore/bytecompiler/ |
NodesCodegen.cpp | 292 RegisterID* property = generator.emitNode(m_subscript); local 294 return generator.emitGetByVal(generator.finalDestination(dst), base.get(), property); 373 RegisterID* property = generator.emitNode(m_subscript); local 375 RefPtr<RegisterID> function = generator.emitGetByVal(generator.tempDestination(dst), base.get(), property); 559 RefPtr<RegisterID> property = generator.emitNode(m_subscript); local 562 RefPtr<RegisterID> value = generator.emitGetByVal(generator.newTemporary(), base.get(), property.get()); 574 generator.emitPutByVal(base.get(), property.get(), value.get()); 733 RefPtr<RegisterID> property = generator.emitNode(m_subscript); local 737 RegisterID* value = generator.emitGetByVal(propDst.get(), base.get(), property.get()); 743 generator.emitPutByVal(base.get(), property.get(), value) 1218 RefPtr<RegisterID> property = generator.emitNodeForLeftHandSide(m_subscript, m_rightHasAssignments, m_right->isPure(generator)); local 1232 RefPtr<RegisterID> property = generator.emitNodeForLeftHandSide(m_subscript, m_rightHasAssignments, m_right->isPure(generator)); local [all...] |
/external/webkit/WebCore/css/ |
CSSParser.cpp | 631 * in CSS 2, Appendix F. Property index 2419 CSSPropertyID property = static_cast<CSSPropertyID>(propId); local 3800 CSSPropertyID property; member in struct:WebCore::ShadowParseContext 5107 CSSProperty* property = m_parsedProperties[i]; local 5266 CSSProperty* property = m_parsedProperties[i]; local [all...] |
CSSComputedStyleDeclaration.cpp | [all...] |
/external/v8/include/ |
v8.h | [all...] |
/external/webkit/WebCore/bindings/scripts/ |
CodeGeneratorObjC.pm | 464 # FIXME: <rdar://problem/5049934> Consider using 'nonatomic' on the DOM @property declarations. 728 my $property = "\@property" . GetPropertyAttributes($attribute->signature->type, $attributeIsReadonly); 731 $property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName; 733 my $publicInterfaceKey = $property . ";"; 765 $property .= $declarationSuffix; 766 push(@headerAttributes, $property) if $public; 767 push(@privateHeaderAttributes, $property) unless $public; [all...] |
/external/bluetooth/bluez/audio/ |
headset.c | 940 const char *property; local 961 property = "SpeakerGain"; 968 property = "MicrophoneGain"; 982 AUDIO_HEADSET_INTERFACE, property, 1971 const char *property; local [all...] |
/external/v8/ |
Android.v8common.mk | 49 src/property.cc \
|
/external/v8/test/cctest/ |
test-accessors.cc | 70 static v8::Handle<Value> GetIntValue(Local<String> property, 79 static void SetIntValue(Local<String> property, 352 // Use the throwing property setter/getter in a loop to force
|