Searched refs:properties (Results 51 - 75 of 645) sorted by relevance

1234567891011>>

/external/flatbuffers/samples/
H A Dandroid_sample.sh35 rm build.xml local.properties proguard-project.txt project.properties
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DKvmSerializable.java30 * Provides get and set methods for properties. Can be used to replace
43 * @return the number of serializable properties
62 * @param properties
68 void getPropertyInfo(int index, Hashtable properties, PropertyInfo info); argument
H A DSoapObject.java53 * The Vector of properties (can contain PropertyInfo and SoapObject)
55 protected Vector properties = new Vector(); field in class:SoapObject
57 // TODO: accessing properties and attributes would work much better if we
58 // kept a list of known properties instead of iterating through the list
95 int numProperties = properties.size();
96 if (numProperties != otherSoapObject.properties.size()) {
100 // SoapObjects are only considered the same if properties equals and in the same order
102 Object thisProp = this.properties.elementAt(propIndex);
122 Object thisProp = this.properties.elementAt(index);
150 Object prop = properties
420 getPropertyInfo(int index, Hashtable properties, PropertyInfo propertyInfo) argument
[all...]
/external/libchrome/base/
H A Dbuild_time.cc11 #include <cutils/properties.h>
/external/pdfium/xfa/fwl/
H A Dcfwl_comboedit.h21 std::unique_ptr<CFWL_WidgetProperties> properties,
H A Dcfwl_datetimeedit.h19 std::unique_ptr<CFWL_WidgetProperties> properties,
/external/skia/infra/bots/recipes/
H A Dinfra.py12 'recipe_engine/properties',
27 repo_name = api.properties['repository'].split('/')[-1]
38 api.properties(buildername='Housekeeper-PerCommit-InfraTests',
47 api.properties(buildername='Housekeeper-PerCommit-InfraTests',
57 api.properties(buildername='Housekeeper-PerCommit-InfraTests',
H A Dupdate_meta_config.py14 'recipe_engine/properties',
45 repo_name = api.properties.get('repository').split('/')[-1].rstrip('.git')
61 api.properties(buildername=builder,
70 api.properties(buildername=builder,
80 api.properties(buildername=builder,
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DPropertyUtils.java47 Map<String, Property> properties = new LinkedHashMap<String, Property>();
55 && !properties.containsKey(field.getName())) {
56 properties.put(field.getName(), new FieldProperty(field));
62 // add JavaBean properties
67 properties.put(property.getName(), new MethodProperty(property));
77 properties.put(field.getName(), new FieldProperty(field));
86 if (properties.isEmpty() && inaccessableFieldsExist) {
87 throw new YAMLException("No JavaBean properties found in " + type.getName());
89 propertiesCache.put(type, properties);
90 return properties;
[all...]
/external/testng/src/main/java/org/testng/remote/adapter/
H A DIWorkerAdapter.java21 * @param properties holds the properties loaded from the remote.properties file.
24 void init( Properties properties) throws Exception; argument
/external/trappy/tests/trappy/wa/
H A Dsysfs_extractor.py33 self.properties = ["integral_cutoff", "k_d", "k_i", "k_po", "k_pu",
43 self.properties.append(fname)
45 self.properties.append(fname)
59 for property_name in self.properties:
/external/trappy/trappy/wa/
H A Dsysfs_extractor.py33 self.properties = ["integral_cutoff", "k_d", "k_i", "k_po", "k_pu",
43 self.properties.append(fname)
45 self.properties.append(fname)
59 for property_name in self.properties:
/external/v8/src/parsing/
H A Dpreparse-data.h59 bool has_duplicate_parameters, int properties,
65 properties_ = properties;
79 int properties() const { function in class:v8::internal::final
99 bool has_duplicate_parameters, int properties,
58 LogFunction(int end, int num_parameters, int function_length, bool has_duplicate_parameters, int properties, int num_inner_functions) argument
/external/vulkan-validation-layers/tests/
H A Drun_loader_tests.sh34 ./vk_loader_validation_tests count "$count" properties 2>&1 |
35 grep 'properties') \
38 ./vk_loader_validation_tests properties 2>&1 |
39 grep 'properties')
45 echo "EnumerateInstanceLayerProperties OnePass vs TwoPass test FAILED - properties do not match" >&2
62 ./vk_loader_validation_tests count "$count" properties 2>&1 |
63 grep 'properties') \
66 ./vk_loader_validation_tests properties 2>&1 |
67 grep 'properties')
73 echo "EnumerateInstanceExtensionProperties OnePass vs TwoPass test FAILED - properties d
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py37 def interfaceAdded(interface, properties):
38 print "InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname'])
43 def propertiesChanged(properties):
44 for i in properties:
45 print "PropertiesChanged: %s=%s" % (i, properties[i])
92 def bssAdded(bss, properties):
105 def networkAdded(network, properties):
114 def propertiesChangedInterface(properties):
115 for i in properties:
116 print "PropertiesChanged(interface): %s=%s" % (i, properties[
[all...]
/external/autotest/client/deps/fakegudev/src/
H A Dgudev-exercise.c44 GHashTable *properties; local
55 /* We want to print out properties in some fixed order every time.
59 properties = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
64 g_hash_table_insert (properties, g_strdup (*keys), g_strdup (prop));
67 g_hash_table_iter_init (&iter, properties);
71 g_hash_table_unref (properties);
/external/skia/src/ports/
H A DSkImageGeneratorCG.cpp41 CFDictionaryRef properties = CGImageSourceCopyPropertiesAtIndex(imageSrc, 0, nullptr); local
42 if (!properties) {
46 CFNumberRef widthRef = (CFNumberRef) (CFDictionaryGetValue(properties,
48 CFNumberRef heightRef = (CFNumberRef) (CFDictionaryGetValue(properties,
53 bool hasAlpha = (bool) (CFDictionaryGetValue(properties,
/external/autotest/client/cros/scripts/
H A Dprofile24 print cmd, 'list - List profiles and their properties.'
44 properties = active_profile.GetProperties(utf8_strings=True)
46 properties[shill.PROFILE_PROPERTY_NAME])
68 properties = shill.dbus2primitive(
71 for path in properties[shill.MANAGER_PROPERTY_PROFILES]:
90 properties = shill.dbus2primitive(
92 if not shill.PROFILE_PROPERTY_ENTRIES in properties:
94 for ident in properties[shill.PROFILE_PROPERTY_ENTRIES]:
103 """ List shill profiles and their properties. """
108 properties
[all...]
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java26 * A reflection of "${IAppConstants.APP_PROPERTY_RES_NAME}.properties" resource
102 * @param properties [null results in null result]
104 public static IProperties wrap (final Properties properties) argument
106 if (properties == null) return null;
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
112 * Retrieves application properties as classloader resource with a given name.
116 * @return properties [can be null]
127 IProperties properties = (IProperties) s_properties.get (loader);
129 if (properties != null)
130 return properties;
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DCaliperConfig.java48 * Represents caliper configuration. By default, {@code ~/.caliper/config.properties} and
49 * {@code global-config.properties}.
54 @VisibleForTesting final ImmutableMap<String, String> properties; field in class:CaliperConfig
59 public CaliperConfig(ImmutableMap<String, String> properties) argument
61 this.properties = checkNotNull(properties);
62 this.resultProcessorConfigs = findResultProcessorConfigs(subgroupMap(properties, "results"));
102 public ImmutableMap<String, String> properties() { method in class:CaliperConfig
103 return properties;
114 .addAllOptions(getArgs(subgroupMap(properties, "v
184 getArgs(Map<String, String> properties) argument
[all...]
/external/autotest/client/cros/networking/
H A Dshill_proxy.py91 # EAP related properties.
98 # OpenVPN related properties.
113 # L2TP VPN related properties.
248 """Convert service properties to dbus types.
250 @param in_dict: Dictionary containing service properties.
251 @return DBus variant dictionary containing service properties.
282 properties = interface.GetProperties(utf8_strings=True)
283 if property_key in properties:
284 return ShillProxy.dbus2primitive(properties[property_key])
298 properties
[all...]
H A Dcellular_proxy.py29 # Keys into the dictionaries exposed as properties.
34 # Valid values taken by properties exposed by shill.
124 properties = modem.GetProperties(utf8_strings=True)
128 model_id = properties.get(self.DEVICE_PROPERTY_MODEL_ID)
133 old_modem_mm_object = properties.get(self.DEVICE_PROPERTY_DBUS_OBJECT)
250 properties = device.GetProperties()
252 return (properties.get(self.DEVICE_PROPERTY_DBUS_OBJECT) !=
275 properties = device.GetProperties(utf8_strings=True)
276 if (model_id == properties.get(self.DEVICE_PROPERTY_MODEL_ID) and
278 properties
[all...]
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc66 inline bool Iterate(Visitor* visitor, VkImageFormatProperties* properties) { argument
68 visitor->Visit("maxExtent", &properties->maxExtent) &&
69 visitor->Visit("maxMipLevels", &properties->maxMipLevels) &&
70 visitor->Visit("maxArrayLayers", &properties->maxArrayLayers) &&
71 visitor->Visit("sampleCounts", &properties->sampleCounts) &&
72 visitor->Visit("maxResourceSize", &properties->maxResourceSize);
188 VkPhysicalDeviceSparseProperties* properties) {
190 visitor->Visit("residencyStandard2DBlockShape", &properties->residencyStandard2DBlockShape) &&
191 visitor->Visit("residencyStandard2DMultisampleBlockShape", &properties->residencyStandard2DMultisampleBlockShape) &&
192 visitor->Visit("residencyStandard3DBlockShape", &properties
187 Iterate(Visitor* visitor, VkPhysicalDeviceSparseProperties* properties) argument
198 Iterate(Visitor* visitor, VkPhysicalDeviceProperties* properties) argument
295 Iterate(Visitor* visitor, VkPhysicalDeviceMemoryProperties* properties) argument
304 Iterate(Visitor* visitor, VkQueueFamilyProperties* properties) argument
313 Iterate(Visitor* visitor, VkExtensionProperties* properties) argument
320 Iterate(Visitor* visitor, VkLayerProperties* properties) argument
329 Iterate(Visitor* visitor, VkFormatProperties* properties) argument
706 VkJsonImageFormatPropertiesToJson( const VkImageFormatProperties& properties) argument
711 VkJsonImageFormatPropertiesFromJson(const std::string& json, VkImageFormatProperties* properties, std::string* errors) argument
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_stress_test.cc78 const std::vector<TestProperty>& properties,
82 std::find_if(properties.begin(), properties.end(), matches_key);
83 ASSERT_TRUE(property != properties.end())
148 std::vector<TestProperty> properties; local
149 // We have no access to the TestResult's list of properties but we can
152 properties.push_back(result->GetTestProperty(i));
158 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
159 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
77 ExpectKeyAndValueWereRecordedForId( const std::vector<TestProperty>& properties, int id, const char* suffix) argument
/external/googletest/googletest/test/
H A Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties,
81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
147 std::vector<TestProperty> properties; local
148 // We have no access to the TestResult's list of properties but we can
151 properties.push_back(result->GetTestProperty(i));
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
158 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
76 ExpectKeyAndValueWereRecordedForId( const std::vector<TestProperty>& properties, int id, const char* suffix) argument

Completed in 1522 milliseconds

1234567891011>>