HomeSort by relevance Sort by last modified time
    Searched refs:Property (Results 176 - 200 of 446) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 51 import org.eclipse.wb.internal.core.model.property.Property;
52 import org.eclipse.wb.internal.core.model.property.table.IPropertyExceptionHandler;
53 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
62 * Property sheet page used when the graphical layout editor is chosen
68 private Property mActiveProperty;
87 * @param editor the editor associated with this property sheet page
276 // Listen on the selection in the property sheet so we can update the
282 mActiveProperty = (Property) selection.getFirstElement();
332 * Shows {@link Property}'s of current objects
    [all...]
XmlPropertyEditor.java 72 import org.eclipse.wb.internal.core.model.property.Property;
73 import org.eclipse.wb.internal.core.model.property.editor.AbstractTextPropertyEditor;
74 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
75 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
76 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
90 * Special property editor used for the {@link XmlProperty} instances which handles
104 protected void onClick(PropertyTable propertyTable, Property property) throws Exception {
105 openDialog(propertyTable, property);
    [all...]
  /system/connectivity/shill/dbus/
chromeos_modem_cdma_proxy.h 69 brillo::dbus_utils::Property<std::string> meid;
110 // Callback invoked when the value of property |property_name| is changed.
chromeos_modem_gsm_card_proxy.h 79 brillo::dbus_utils::Property<uint32_t> enabled_facility_locks;
100 // Callback invoked when the value of property |property_name| is changed.
chromeos_modem_gsm_network_proxy.h 77 brillo::dbus_utils::Property<uint32_t> access_technology;
121 // Callback invoked when the value of property |property_name| is changed.
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 284 copy_token(&prop->Property, &token);
286 prop_count = prop->Property.NrTokens - 1;
tgsi_dump.c 411 TXT( "PROPERTY " );
412 ENM(prop->Property.PropertyName, tgsi_property_names);
414 if (prop->Property.NrTokens > 1)
417 for (i = 0; i < prop->Property.NrTokens - 1; ++i) {
418 switch (prop->Property.PropertyName) {
433 if (i < prop->Property.NrTokens - 2)
  /external/v8/test/intl/
utils.js 32 properties.forEach(function(property) {
33 Object.defineProperty(Object.prototype, property, {
35 throw new Error('Property ' + property + ' is compromised. ' +
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewScroller.java 26 import android.util.Property;
47 * A Property wrapper around the <code>stackScroll</code> functionality handled by the
51 private static final Property<TaskStackViewScroller, Float> STACK_SCROLL =
TaskView.java 33 import android.util.Property;
82 public static final Property<TaskView, Float> DIM_ALPHA_WITHOUT_HEADER =
99 public static final Property<TaskView, Float> DIM_ALPHA =
116 public static final Property<TaskView, Float> VIEW_OUTLINE_ALPHA =
  /frameworks/native/include/input/
KeyCharacterMap.h 195 struct Property {
196 inline Property(int32_t property = 0, int32_t metaState = 0) :
197 property(property), metaState(metaState) { }
199 int32_t property; member in struct:android::KeyCharacterMap::Parser::Property
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 29 import android.util.Property;
63 * This property sets the animation matrix properties that are not translations.
65 private static final Property<PathAnimatorMatrix, float[]> NON_TRANSLATIONS_PROPERTY =
66 new Property<PathAnimatorMatrix, float[]>(float[].class, "nonTranslations") {
79 * This property sets the translation animation matrix properties.
81 private static final Property<PathAnimatorMatrix, PointF> TRANSLATIONS_PROPERTY =
82 new Property<PathAnimatorMatrix, PointF>(PointF.class, "translations") {
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 1416 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1523 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1683 Property* property = expr->target()->AsProperty(); local
2015 ObjectLiteral::Property* property = lit->properties()->at(i); local
3083 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 1410 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1517 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1678 Property* property = expr->target()->AsProperty(); local
2016 ObjectLiteral::Property* property = lit->properties()->at(i); local
3092 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 1411 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1518 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1679 Property* property = expr->target()->AsProperty(); local
2016 ObjectLiteral::Property* property = lit->properties()->at(i); local
3091 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 1378 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1483 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1643 Property* property = expr->target()->AsProperty(); local
2018 ObjectLiteral::Property* property = lit->properties()->at(i); local
3081 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 1339 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1444 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1602 Property* property = expr->target()->AsProperty(); local
1977 ObjectLiteral::Property* property = lit->properties()->at(i); local
3001 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 27 import android.util.Property;
218 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class.getClass(),"y"); local
219 property.setObject(mObject);
220 PropertyValuesHolder pVHolder = PropertyValuesHolder.ofFloat(property, values);
255 String property = "backgroundColor"; local
260 ViewColorProperty colorProperty=new ViewColorProperty(Integer.class.getClass(),property);
283 ShapeHolderYProperty property=new ShapeHolderYProperty(ShapeHolder.class.getClass(),"y"); local
284 property.setObject(mObject);
286 pVHolder.setProperty(property);
295 class ShapeHolderYProperty extends Property {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 99 /// property. This is because, user must provide a setter method for the
100 /// category's 'readwrite' property.
102 const ObjCPropertyDecl *Property) const {
103 Selector Sel = Property->getSetterName();
122 // declaration of this property. If one found, presumably a setter will
126 if (P->getIdentifier() == Property->getIdentifier()) {
135 if (Proto->HasUserDeclaredSetterMethod(Property))
141 if (OSC->HasUserDeclaredSetterMethod(Property))
148 if (PI->HasUserDeclaredSetterMethod(Property))
157 // property
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.cc 26 const char XmlInterfaceParser::kPropertyTag[] = "property";
119 std::vector<Interface::Property>{});
182 // Parse property annotations...
307 Interface::Property XmlInterfaceParser::ParseProperty(
317 return Interface::Property(property_name, property_type, property_access);
  /external/v8/src/ast/
ast-expression-rewriter.cc 214 ZoneList<typename ClassLiteral::Property*>* properties = node->properties();
256 ZoneList<typename ObjectLiteral::Property*>* properties = node->properties();
264 ObjectLiteralProperty* property) {
265 if (property == nullptr) return;
266 AST_REWRITE_PROPERTY(Expression, property, key);
267 AST_REWRITE_PROPERTY(Expression, property, value);
297 void AstExpressionRewriter::VisitProperty(Property* node) {
ast-expression-visitor.cc 85 void AstExpressionVisitor::VisitProperty(Property* expr) {
ast-numbering.cc 36 void VisitPropertyReference(Property* node);
42 void VisitObjectLiteralProperty(ObjectLiteralProperty* property);
322 void AstNumberingVisitor::VisitPropertyReference(Property* node) {
324 node->set_base_id(ReserveIdRange(Property::num_ids()));
340 void AstNumberingVisitor::VisitProperty(Property* node) {
  /external/v8/src/compiler/
ast-graph-builder.cc 1636 ObjectLiteral::Property* property = expr->properties()->at(i); local
1783 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1890 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
2031 Property* property = expr->AsProperty(); local
2107 Property* property = expr->target()->AsProperty(); local
2378 Property* property = callee->AsProperty(); local
2396 Property* property = callee->AsProperty(); local
2415 Property* property = callee->AsProperty(); local
2435 Property* property = callee->AsProperty(); local
2648 Property* property = expr->expression()->AsProperty(); local
3036 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.h 93 static const Property kProperties[];
122 bool AppendValueOption(const std::string& property,
127 bool AppendFlag(const std::string& property,

Completed in 1057 milliseconds

1 2 3 4 5 6 78 91011>>