Searched defs:property (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/external/v8/tools/
H A Ddetect-builtins.js30 var property = { "name": name };
34 property.type = "getter";
35 result[name] = property;
39 property.type = type;
41 property.length = value.length; class
42 property.prototype = GetProperties("prototype", value.prototype);
45 property.value = value;
47 property.properties = GetProperties(name, value);
49 result[name] = property;
/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/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
H A DCsmChar.java29 private final ObservableProperty property; field in class:CsmChar
31 public CsmChar(ObservableProperty property) { argument
32 this.property = property;
38 printer.print(property.getValueAsStringAttribute(node));
H A DCsmAttribute.java32 return property;
35 private final ObservableProperty property; field in class:CsmAttribute
37 public CsmAttribute(ObservableProperty property) { argument
38 this.property = property;
43 Object value = property.getRawValue(node);
52 switch (property) {
76 throw new UnsupportedOperationException("getTokenType does not know how to handle property "
77 + property + " with text: " + text);
H A DCsmSingleReference.java30 private final ObservableProperty property; field in class:CsmSingleReference
33 return property;
36 public CsmSingleReference(ObservableProperty property) { argument
37 this.property = property;
42 Node child = property.getValueAsSingleReference(node);
H A DCsmString.java29 private final ObservableProperty property; field in class:CsmString
31 public CsmString(ObservableProperty property) { argument
32 this.property = property;
38 printer.print(property.getValueAsStringAttribute(node));
44 return String.format("CsmString(property:%s)", property);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
H A DNoChange.java12 public Object getValue(ObservableProperty property, Node node) { argument
13 return property.getRawValue(node);
H A DChange.java28 Object getValue(ObservableProperty property, Node node); argument
H A DListAdditionChange.java22 public Object getValue(ObservableProperty property, Node node) { argument
23 if (property == observableProperty) {
25 Object currentRawValue = new NoChange().getValue(property, node);
34 return new NoChange().getValue(property, node);
H A DListRemovalChange.java20 public Object getValue(ObservableProperty property, Node node) { argument
21 if (property == observableProperty) {
23 Object currentRawValue = new NoChange().getValue(property, node);
32 return new NoChange().getValue(property, node);
H A DListReplacementChange.java25 public Object getValue(ObservableProperty property, Node node) { argument
26 if (property == observableProperty) {
28 Object currentRawValue = new NoChange().getValue(property, node);
41 return new NoChange().getValue(property, node);
H A DPropertyChange.java7 * The change in value of a property.
10 private final ObservableProperty property; field in class:PropertyChange
15 return property;
26 public PropertyChange(ObservableProperty property, Object oldValue, Object newValue) { argument
27 this.property = property;
33 public Object getValue(ObservableProperty property, Node node) { argument
34 if (property == this.property) {
37 return property
[all...]
/external/jline/src/src/main/java/jline/
H A DConsoleRunner.java24 public static final String property = "jline.history"; field in class:ConsoleRunner
37 historyFileName = System.getProperty(ConsoleRunner.property, null);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMapFieldAccessor.cs44 internal MapFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) argument
H A DRepeatedFieldAccessor.cs44 internal RepeatedFieldAccessor(PropertyInfo property, FieldDescriptor descriptor) : base(property, descriptor) argument
H A DFieldAccessorBase.cs47 internal FieldAccessorBase(PropertyInfo property, FieldDescriptor descriptor) argument
50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod());
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/internal/
H A DConfigUtils.java9 public static String[] parseStringArrayProperty(String property) { argument
10 if (property.isEmpty()) return new String[0];
11 return property.split("[, ]+");
14 public static int[] parseSdkArrayProperty(String property) { argument
15 String[] parts = parseStringArrayProperty(property);
/external/toybox/toys/android/
H A Dstart.c34 char *property = start ? "ctl.start" : "ctl.stop"; local
49 if (__system_property_set(property, *ss))
50 error_exit("failed to set property '%s' to '%s'", property, *ss);
/external/tpm2/
H A DGetCapability_fp.h14 UINT32 property; member in struct:__anon27047
H A DPropertyCap.c15 // This function accepts a property selection and, if so, sets value to the value of the property.
21 // TRUE referenced property exists and value set
22 // FALSE referenced property does not exist
26 TPM_PT property, // IN: property
27 UINT32 *value // OUT: property value
30 switch(property)
415 // property is not defined
425 // This function is used to get the TPM_PT values. The search of properties will start at property an
25 TPMPropertyIsDefined( TPM_PT property, UINT32 *value ) argument
435 TPMCapGetProperties( TPM_PT property, UINT32 count, TPML_TAGGED_TPM_PROPERTY *propertyList ) argument
[all...]
/external/ImageMagick/coders/
H A Dthumbnail.c56 #include "MagickCore/property.h"
161 *property;
190 property=GetImageProperty(image,"exif:JPEGInterchangeFormat",exception);
191 if (property == (const char *) NULL)
193 offset=(ssize_t) StringToLong(property);
194 property=GetImageProperty(image,"exif:JPEGInterchangeFormatLength",exception);
195 if (property == (const char *) NULL)
197 length=(size_t) StringToLong(property);
156 *property; local
/external/clang/test/Modules/Inputs/
H A DDebugObjC.h10 @property int property; variable
/external/dtc/tests/
H A Dproperty_iterate.c38 int offset, property; local
43 * This property indicates the number of properties in our
48 FAIL("Missing/invalid test-properties property at '%s'",
58 fdt_for_each_property_offset(property, fdt, offset)
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/node/
H A DReplaceMethodGenerator.java32 for (PropertyMetaModel property : nodeMetaModel.getDeclaredPropertyMetaModels()) {
33 if (!property.isNode()) {
37 if (property.isNodeList()) {
38 check = nodeListCheck(property);
40 check = attributeCheck(property, property.getSetterMethodName());
42 if (property.isOptional()) {
43 check = f("if (%s != null) { %s }", property.getName(), check);
56 private String attributeCheck(PropertyMetaModel property, String attributeSetterName) { argument
60 "}", property
63 nodeListCheck(PropertyMetaModel property) argument
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp46 const CProperty &property = properties[i]; local
48 UString name = property.Name;
49 if (property.Value.IsEmpty())
63 ParseNumberString(property.Value, propVariant);

Completed in 579 milliseconds

1234567891011>>