Searched refs:property (Results 1 - 25 of 1509) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/
H A Dantlr3.runtime.net.common.inc6 <property name="rootbuild.dir" value="${directory::get-current-directory()}" />
8 <property name="build.dest.dir" value="${rootbuild.dir}/build/${framework::get-target-framework()}" />
9 <property name="build.working.dir" value="${rootbuild.dir}/bin" />
11 <property name="strong_name" value="NANT_STRONGNAME" unless="${property::exists('strong_name')}" />
12 <property name="debug" value="false" unless="${property::exists('debug')}" />
13 <property name="optimize" value="true" unless="${property::exists('optimize')}" />
14 <property nam
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
H A Dcodepen_credentials_backend.py11 @property
16 @property
20 @property
24 @property
28 @property
35 @property
39 @property
H A Dgoogle_credentials_backend.py11 @property
16 @property
20 @property
28 @property
32 @property
36 @property
44 @property
H A Dfacebook_credentials_backend.py11 @property
17 @property
21 @property
25 @property
29 @property
33 @property
40 @property
44 @property
/external/v8/test/intl/
H A Dutils.js32 properties.forEach(function(property) {
33 Object.defineProperty(Object.prototype, property, {
35 throw new Error('Property ' + property + ' is compromised. ' +
/external/clang/test/PCH/
H A Dobjc_property.h10 @property int value;
11 @property float percentage;
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DMethodProperty.java33 private final PropertyDescriptor property; field in class:MethodProperty
37 public MethodProperty(PropertyDescriptor property) { argument
38 super(property.getName(), property.getPropertyType(),
39 property.getReadMethod() == null ? null : property.getReadMethod()
41 this.property = property;
42 this.readable = property.getReadMethod() != null;
43 this.writable = property
[all...]
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DAgentTask.java22 private String property; field in class:AgentTask
25 * Sets the name of the property to hold the agent JVM options
27 * @param property
28 * Name of the property to be populated
30 public void setProperty(final String property) { argument
31 this.property = property;
36 * <code>property</code> with the JVM arguments required to use it. The
37 * value set into the property is only valid for the lifetime of the current
42 if (property
[all...]
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDJoinResponse+Internal.h6 * tree. An additional intellectual property rights grant can be found
15 @property(nonatomic, assign) ARDJoinResultType result;
16 @property(nonatomic, assign) BOOL isInitiator;
17 @property(nonatomic, strong) NSString *roomId;
18 @property(nonatomic, strong) NSString *clientId;
19 @property(nonatomic, strong) NSArray *messages;
20 @property(nonatomic, strong) NSURL *webSocketURL;
21 @property(nonatomic, strong) NSURL *webSocketRestURL;
H A DARDJoinResponse.h6 * tree. An additional intellectual property rights grant can be found
22 @property(nonatomic, readonly) ARDJoinResultType result;
23 @property(nonatomic, readonly) BOOL isInitiator;
24 @property(nonatomic, readonly) NSString *roomId;
25 @property(nonatomic, readonly) NSString *clientId;
26 @property(nonatomic, readonly) NSArray *messages;
27 @property(nonatomic, readonly) NSURL *webSocketURL;
28 @property(nonatomic, readonly) NSURL *webSocketRestURL;
H A DARDAppClient+Internal.h6 * tree. An additional intellectual property rights grant can be found
26 @property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient;
27 @property(nonatomic, strong) id<ARDSignalingChannel> channel;
28 @property(nonatomic, strong) id<ARDSignalingChannel> loopbackChannel;
29 @property(nonatomic, strong) id<ARDTURNClient> turnClient;
31 @property(nonatomic, strong) RTCPeerConnection *peerConnection;
32 @property(nonatomic, strong) RTCPeerConnectionFactory *factory;
33 @property(nonatomic, strong) NSMutableArray *messageQueue;
35 @property(nonatomic, assign) BOOL isTurnComplete;
36 @property(nonatomi
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DStandardSystemPropertyTest.java29 for (StandardSystemProperty property : StandardSystemProperty.values()) {
30 String fieldName = property.name();
32 assertEquals(expected, property.key());
37 for (StandardSystemProperty property : StandardSystemProperty.values()) {
38 assertEquals(System.getProperty(property.key()), property.value());
43 for (StandardSystemProperty property : StandardSystemProperty.values()) {
44 assertEquals(property.key() + "=" + property.value(), property
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DPropertyManager.java11 package org.eclipse.wb.internal.core.model.property;
13 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
20 * @coverage core.model.property
23 public static PropertyCategory getCategory(Property property) { argument
27 return property.getCategory();
33 public static PropertyCategory getCategoryForced(Property property) { argument
/external/v8/test/webkit/
H A Dstring-property-iteration.js28 for (var property in "abcde") {
29 stringProperties[i++] = property;
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCI420Frame.h33 @property(nonatomic, readonly) NSUInteger width;
34 @property(nonatomic, readonly) NSUInteger height;
35 @property(nonatomic, readonly) NSUInteger chromaWidth;
36 @property(nonatomic, readonly) NSUInteger chromaHeight;
37 @property(nonatomic, readonly) NSUInteger chromaSize;
39 @property(nonatomic, readonly) const uint8_t* yPlane;
40 @property(nonatomic, readonly) const uint8_t* uPlane;
41 @property(nonatomic, readonly) const uint8_t* vPlane;
42 @property(nonatomic, readonly) NSInteger yPitch;
43 @property(nonatomi
[all...]
H A DRTCDataChannel.h34 @property(nonatomic) BOOL isOrdered;
37 @property(nonatomic) NSInteger maxRetransmitTimeMs;
39 @property(nonatomic) NSInteger maxRetransmits;
42 @property(nonatomic) BOOL isNegotiated;
44 @property(nonatomic) NSInteger streamId;
46 @property(nonatomic) NSString* protocol;
53 @property(nonatomic, readonly) NSData* data;
54 @property(nonatomic, readonly) BOOL isBinary;
97 @property(nonatomic, readonly) NSString* label;
98 @property(nonatomi
[all...]
/external/webrtc/webrtc/api/objc/
H A DRTCVideoFrame.h6 * tree. An additional intellectual property rights grant can be found
18 @property(nonatomic, readonly) size_t width;
21 @property(nonatomic, readonly) size_t height;
22 @property(nonatomic, readonly) size_t chromaWidth;
23 @property(nonatomic, readonly) size_t chromaHeight;
24 @property(nonatomic, readonly) size_t chromaSize;
26 @property(nonatomic, readonly, nullable) const uint8_t *yPlane;
27 @property(nonatomic, readonly, nullable) const uint8_t *uPlane;
28 @property(nonatomic, readonly, nullable) const uint8_t *vPlane;
29 @property(nonatomi
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PlatformFile.java26 String property = System.getProperty("com.ibm.oti.configuration");
27 if (property == null) {
28 property = "JDK";
30 platformId = property
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/complex/
H A DIComplexPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor.complex;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
20 * @coverage core.model.property.editor
24 * @return sub-properties of given complex property.
26 Property[] getProperties(Property property) throws Exception; argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategoryProviders.java11 package org.eclipse.wb.internal.core.model.property.category;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.PropertyManager;
20 * @coverage core.model.property
29 public PropertyCategory getCategory(Property property) {
30 return property.getCategory();
42 public PropertyCategory getCategory(Property property) {
43 return PropertyManager.getCategoryForced(property);
64 public PropertyCategory getCategory(Property property) {
66 PropertyCategory category = provider.getCategory(property);
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringComboPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
20 * @coverage core.model.property.editor
40 protected String getText(Property property) throws Exception { argument
41 return (String) property.getValue();
50 protected void addItems(Property property, CCombo3 combo) throws Exception { argument
57 protected void selectItem(Property property, CCombo3 combo) throws Exception { argument
58 combo.setText(getText(property));
62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { argument
63 property
[all...]
H A DLocalePropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
13 import org.eclipse.wb.internal.core.model.property.Property;
21 * @coverage core.model.property.editor
40 protected String getText(Property property) throws Exception { argument
41 Object value = property.getValue();
55 protected void openDialog(Property property) throws Exception { argument
56 Object value = property.getValue();
65 // property.setValue(localeDialog.getSelectedLocale().getLocale());
/external/chromium-trace/catapult/telemetry/telemetry/
H A Dproject_config.py29 @property
33 @property
37 @property
41 @property
45 @property
49 @property
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
22 * @coverage core.model.property.editor
31 Property property,
40 public abstract void hide(PropertyTable propertyTable, Property property); argument
30 show(PropertyTable propertyTable, Property property, int x, int y, int width, int height) argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor.string;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.AbstractTextPropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
16 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
18 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
26 * @coverage core.model.property.editor
46 protected void onClick(PropertyTable propertyTable, Property property) throws Exception {
47 openDialog(propertyTable, property);
62 getText(Property property) argument
76 getEditorText(Property property) argument
81 setEditorText(Property property, String text) argument
94 openDialog(PropertyTable propertyTable, Property property) argument
[all...]

Completed in 1519 milliseconds

1234567891011>>