Home
last modified time | relevance | path

Searched full:property (Results 1 – 25 of 8949) sorted by relevance

12345678910>>...358

/external/selinux/gui/
Dpolgen.ui6 <property name="can_focus">False</property>
7 <property name="border_width">5</property>
8 <property name="type_hint">normal</property>
9 <property name="copyright" translatable="yes">Red Hat 2007</property>
10 <property name="website">www.redhat.com</property>
11 <property name="license" translatable="yes">GPL</property>
12 <property name="authors">Daniel Walsh &lt;dwalsh@redhat.com&gt;</property>
13property comments="TRANSLATORS: Replace this string with your names, one name per line." name="tra…
16 <property name="can_focus">False</property>
19 <property name="can_focus">False</property>
[all …]
Dsystem-config-selinux.ui7 <property name="name">system-config-selinux</property>
8 <property name="can_focus">False</property>
9 <property name="border_width">5</property>
10 <property name="type_hint">normal</property>
11 <property name="copyright" translatable="yes">Copyright (c)2006 Red Hat, Inc.
12 Copyright (c) 2006 Dan Walsh &lt;dwalsh@redhat.com&gt;</property>
13 <property name="authors">Daniel Walsh &lt;dwalsh@redhat.com&gt;
14 </property>
15property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string w…
16 <property name="logo">system-config-selinux.png</property>
[all …]
/external/selinux/python/sepolicy/sepolicy/
Dsepolicy.glade14 <property name="can_focus">False</property>
15 <property name="default_width">265</property>
16 <property name="default_height">100</property>
17 <property name="decorated">False</property>
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="orientation">vertical</property>
25 <property name="label" translatable="yes">Applications</property>
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
[all …]
/external/u-boot/scripts/kconfig/
Dgconf.glade6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">640</property>
12 <property name="default_height">480</property>
13 <property name="resizable">True</property>
14 <property name="destroy_with_parent">False</property>
15 <property name="decorated">True</property>
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="text" >
20 </property>
25 <property name="frameShape" >
27 </property>
28 <property name="frameShadow" >
30 </property>
[all …]
Dwpagui.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
15 <property name="windowIcon" >
18 </property>
23 <property name="text" >
25 </property>
33 <property name="text" >
35 </property>
[all …]
Duserdatarequest.ui7 <property name="geometry" >
14 </property>
15 <property name="windowTitle" >
17 </property>
18 <property name="sizeGripEnabled" >
20 </property>
24 <property name="text" >
26 </property>
31 <property name="margin" >
33 </property>
[all …]
/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.webproperties.html79 <p class="firstline">Gets a web property to which the user has access.</p>
82 <p class="firstline">Create a new property if the account has fewer than 20 properties. Web propert…
88 <p class="firstline">Updates an existing web property. This method supports patch semantics.</p>
91 <p class="firstline">Updates an existing web property.</p>
95 <pre>Gets a web property to which the user has access.
98 accountId: string, Account ID to retrieve the web property for. (required)
99 webPropertyId: string, ID to retrieve the web property for. (required)
104 { # JSON template for an Analytics web property.
105 "websiteUrl": "A String", # Website url for this web property.
107 "name": "A String", # Name of this web property.
[all …]
Ddrive_v2.properties.html79 <p class="firstline">Deletes a property.</p>
82 <p class="firstline">Gets a property by its key.</p>
85 <p class="firstline">Adds a property to a file, or updates it if it already exists.</p>
91 <p class="firstline">Updates a property, or adds it if it doesn't exist. This method supports patch…
94 <p class="firstline">Updates a property, or adds it if it doesn't exist.</p>
98 <pre>Deletes a property.
102 propertyKey: string, The key of the property. (required)
103 visibility: string, The visibility of the property.
109 <pre>Gets a property by its key.
113 propertyKey: string, The key of the property. (required)
[all …]
/external/clang/test/SemaObjC/
Datomoic-property-synnthesis-rules.m5 1. the property is atomic
6 2. the current @implementation contains an @synthesize for the property
8 4. the property is read-write
11 warning: Atomic property 'x' has a synthesized setter and a
13 warning: Atomic property 'x' has a synthesized getter and a
109 @property int GetSet;
110 @property int Get; // expected-note {{property declared here}} \
112 @property int Set; // expected-note {{property declared here}} \
114 @property int None;
115 @property(nonatomic) int GetSet_Nonatomic;
[all …]
Darc-property-decl-attrs.m10 @property(strong) id x;
11 @property(strong) id y;
12 @property(strong) id z;
21 @property(retain) id x;
22 @property(retain) id y;
23 @property(retain) id z;
32 @property(copy) id x;
33 @property(copy) id y;
34 @property(copy) id z;
40 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
[all …]
Dproperty-10.m3 // Check property attribute consistency.
6 @property(readonly, readwrite) int p0; // expected-error {{property attributes 'readonly' and 'read…
8 @property(retain) int p1; // expected-error {{property with 'retain (or strong)' attribute must be …
9 @property(strong) int s1; // expected-error {{property with 'retain (or strong)' attribute must be …
11 @property(copy) int p2; // expected-error {{property with 'copy' attribute must be of object type}}
13 @property(assign, copy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mu…
14 @property(assign, retain) id p3_1; // expected-error {{property attributes 'assign' and 'retain' ar…
15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar…
16 @property(copy, retain) id p3_2; // expected-error {{property attributes 'copy' and 'retain' are mu…
17 @property(copy, strong) id s3_2; // expected-error {{property attributes 'copy' and 'strong' are mu…
[all …]
Ddefault-synthesize-3.m8 @property int NoAutoProp; // expected-note 2 {{property declared here}}
11 @implementation NoAuto // expected-warning {{property 'NoAutoProp' requires method 'NoAutoProp' to…
12 … // expected-warning {{property 'NoAutoProp' requires method 'setNoAutoProp:'}}
17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}}
20 @implementation Sub // expected-warning {{property 'SubProperty' requires method 'SubProperty' to b…
21 … // expected-warning {{property 'SubProperty' requires method 'setSubProperty:' to be defined}}
25 @property (copy) id DeepProperty;
26 @property (copy) id DeepSynthProperty;
27 @property (copy) id DeepMustSynthProperty; // expected-note {{property declared here}}
30 @implementation Deep // expected-warning {{property 'DeepMustSynthProperty' requires method 'setDee…
[all …]
Darc-property-lifetime.m6 …tained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __…
7 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
12 @property(strong) id z;
16 @synthesize x; // expected-note {{property synthesized here}}
17 @synthesize y; // expected-note {{property synthesized here}}
23 …tained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __…
24 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
27 @property(retain) id x; // expected-note {{property declared here}}
[all …]
Dproperty-atomic-redecl.m6 // Readonly, atomic public redeclaration of property in subclass.
8 @property (readonly) A *property; property
12 @property (nonatomic,readwrite,retain) A *property;
16 @property (readonly) A *property; property
19 // Readonly, atomic public redeclaration of property in subclass.
21 @property (readonly) A *property; property
25 @property (nonatomic, readwrite, retain) A *property; property
29 @property (readonly, nonatomic) A *property; property
33 @property (readwrite) A *property;
36 // Readonly, atomic public redeclaration of property in subclass.
[all …]
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m.result2 …ang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -objcmt-atom…
24 @property (weak) NSString *WeakProp;
26 @property (strong) NSString *StrongProp;
28 @property (strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (strong) NSString *UnavailProp2;
36 @property (copy) NSDictionary *undoAction;
51 @property (strong) NSArray *names2;
52 @property (strong) NSArray *names3;
53 @property (strong) NSArray *names4;
[all …]
Dobjcmt-property.m.result2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -m…
24 @property (nonatomic, weak) NSString *WeakProp;
26 @property (nonatomic, strong) NSString *StrongProp;
28 @property (nonatomic, strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (nonatomic, strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (nonatomic, strong) NSString *UnavailProp2;
36 @property (nonatomic, copy) NSDictionary *undoAction;
51 @property (nonatomic, strong) NSArray *names2;
52 @property (nonatomic, strong) NSArray *names3;
53 @property (nonatomic, strong) NSArray *names4;
[all …]
Dobjcmt-ns-nonatomic-iosonly.m.result2 …ks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-proper…
31 @property (NS_NONATOMIC_IOSONLY, weak) NSString *WeakProp;
33 @property (NS_NONATOMIC_IOSONLY, strong) NSString *StrongProp;
35 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp __attribute__((unavailable));
38 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp1 __attribute__((unavailable));
40 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp2;
43 @property (NS_NONATOMIC_IOSONLY, copy) NSDictionary *undoAction;
58 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names2;
59 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names3;
60 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names4;
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java95 …localSetGlobalProperty(Property.DSA_DEFAULT_PARAMS, def512Params, def768Params, def1024Params, def… in localSetGlobalProperty()
96 …localSetGlobalProperty(Property.DH_DEFAULT_PARAMS, toDH(def512Params), toDH(def768Params), toDH(de… in localSetGlobalProperty()
133 …* Return the default value for a particular property if one exists. The look up is done on the thr…
136 * @param property the property to look up.
138 * @return null if the property is not set, the default value otherwise,
140 public static <T> T getProperty(Property property) in getProperty() argument
142 Object[] values = lookupProperty(property); in getProperty()
152 private static Object[] lookupProperty(Property property) in lookupProperty() argument
157 if (properties == null || !properties.containsKey(property.name)) in lookupProperty()
159 values = globalProperties.get(property.name); in lookupProperty()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java93 …localSetGlobalProperty(Property.DSA_DEFAULT_PARAMS, def512Params, def768Params, def1024Params, def… in localSetGlobalProperty()
94 …localSetGlobalProperty(Property.DH_DEFAULT_PARAMS, toDH(def512Params), toDH(def768Params), toDH(de… in localSetGlobalProperty()
131 …* Return the default value for a particular property if one exists. The look up is done on the thr…
134 * @param property the property to look up.
136 * @return null if the property is not set, the default value otherwise,
138 public static <T> T getProperty(Property property) in getProperty() argument
140 Object[] values = lookupProperty(property); in getProperty()
150 private static Object[] lookupProperty(Property property) in lookupProperty() argument
155 if (properties == null || !properties.containsKey(property.name)) in lookupProperty()
157 values = globalProperties.get(property.name); in lookupProperty()
[all …]
/external/libchrome/dbus/
Dproperty.cc5 #include "dbus/property.h"
51 PropertyBase* property) { in RegisterProperty() argument
52 property->Init(this, name); in RegisterProperty()
53 properties_map_[name] = property; in RegisterProperty()
74 LOG(WARNING) << "Property changed signal has wrong parameters: " in ChangedReceived()
83 LOG(WARNING) << "Property changed signal has wrong parameters: " in ChangedReceived()
88 LOG(WARNING) << "Property changed signal has wrong parameters: " in ChangedReceived()
101 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get() argument
105 writer.AppendString(property->name()); in Get()
112 property, in Get()
[all …]
Dproperty.h31 // member for each property defined as an instance of the Property<> class,
34 // property defined to associate them with their string name.
40 // dbus::Property<std::string> name;
41 // dbus::Property<uint16_t> version;
42 // dbus::Property<dbus::ObjectPath> parent;
43 // dbus::Property<std::vector<std::string>> children;
101 // the current value of the name property would be:
116 // the property value, and whether it emits a signal or a Get() call is
124 // in property.cc because template methods use them.
134 // the Property<> template that are not type-specific, such as the
[all …]
/external/libmtp/logs/
Dmtp-detect-samsung-gt-s7530.txt57 1014: Get device property description
58 1015: Get device property value
59 1016: Set device property value
64 9802: Get object property description
65 9807: Get interdependent property description
67 9803: Get object property value
68 9804: Set object property value
69 9805: Get object property list
70 9806: Set object property list
71 9808: Send object property list
[all …]
Dmtp-detect-microsoft-windows-phone-nokia-lumia-800.txt73 1014: Get device property description
74 1015: Get device property value
75 1016: Set device property value
80 9802: Get object property description
81 9807: Get interdependent property description
83 9803: Get object property value
84 9804: Set object property value
85 9805: Get object property list
86 9806: Set object property list
87 9808: Send object property list
[all …]
/external/opencensus-java/buildscripts/
Dcheckstyle.xml19 <property name="charset" value="UTF-8"/>
21 <property name="severity" value="error"/>
25 <property name="headerFile" value="${rootDir}/buildscripts/checkstyle.license"/>
26 <property name="fileExtensions" value="java"/>
29 <property name="fileExtensions" value="java, properties, xml"/>
33 <property name="eachLine" value="true"/>
39 <property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>
40 <property name="format"
42 <property name="message"
46 <property name="allowEscapesForControlCharacters" value="true"/>
[all …]

12345678910>>...358