HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 51 - 75 of 3448) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/interfaces/audio/effect/2.0/default/
EnvironmentalReverbEffect.cpp 37 IEnvironmentalReverbEffect::AllProperties* properties) {
38 properties->roomLevel = halProperties.roomLevel;
39 properties->roomHfLevel = halProperties.roomHFLevel;
40 properties->decayTime = halProperties.decayTime;
41 properties->decayHfRatio = halProperties.decayHFRatio;
42 properties->reflectionsLevel = halProperties.reflectionsLevel;
43 properties->reflectionsDelay = halProperties.reflectionsDelay;
44 properties->reverbLevel = halProperties.reverbLevel;
45 properties->reverbDelay = halProperties.reverbDelay;
46 properties->diffusion = halProperties.diffusion
305 AllProperties properties; local
    [all...]
  /external/skia/infra/bots/recipe_modules/compile/
example.py 13 'recipe_engine/properties',
69 api.properties(buildername=builder,
88 test += api.properties(issue=500,
99 api.properties(buildername=buildername,
118 api.properties(
128 api.properties.tryserver(
138 api.properties(
157 api.properties(
170 api.properties.tryserver(
181 api.properties(buildername=buildername
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationLimitsTests.cpp 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); local
88 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationGenerationLevel);
90 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationPatchSize);
92 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVertexInputComponents);
94 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVertexOutputComponents);
96 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerPatchOutputComponents);
98 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlTotalOutputComponents);
100 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationInputComponents);
102 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutputComponents);
  /external/skia/infra/bots/recipe_modules/upload_dm_results/
api.py 40 builder_name = self.m.properties['buildername']
41 revision = self.m.properties['revision']
56 image_dest_path = 'gs://%s/dm-images-v1' % self.m.properties['gs_bucket']
78 issue = str(self.m.properties.get('issue', ''))
79 patchset = str(self.m.properties.get('patchset', ''))
80 if self.m.properties.get('patch_storage', '') == 'gerrit':
81 issue = str(self.m.properties['patch_issue'])
82 patchset = str(self.m.properties['patch_set'])
87 summary_dest_path = 'gs://%s/%s' % (self.m.properties['gs_bucket'],
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_unittest.cc 53 memcpy(device.properties.deviceName, name, sizeof(name));
54 device.properties.limits.maxImageDimension1D = 3;
55 device.properties.limits.maxSamplerLodBias = 3.5f;
56 device.properties.limits.bufferImageGranularity = 0x1ffffffffull;
57 device.properties.limits.maxViewportDimensions[0] = 1;
58 device.properties.limits.maxViewportDimensions[1] = 2;
76 EXPECT(!memcmp(&device.properties, &device2.properties,
77 sizeof(device.properties)));
  /external/guice/core/src/com/google/inject/name/
Names.java 24 import java.util.Properties;
44 * {@code properties}.
46 public static void bindProperties(Binder binder, Map<String, String> properties) {
48 for (Map.Entry<String, String> entry : properties.entrySet()) {
57 * method binds all properties including those inherited from
58 * {@link Properties#defaults defaults}.
60 public static void bindProperties(Binder binder, Properties properties) {
63 // use enumeration to include the default properties
64 for (Enumeration<?> e = properties.propertyNames(); e.hasMoreElements(); )
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
32 if (properties.IsEmpty())
40 CPropVariant *values = new CPropVariant[properties.Size()];
44 for (i = 0; i < properties.Size(); i++)
46 const CProperty &property = properties[i];
  /external/skia/infra/bots/recipes/
swarm_housekeeper.py 10 'recipe_engine/properties',
49 '--githash', api.properties['revision'],
52 cmd.extend(['--issue_number', str(api.properties['patch_issue'])])
63 api.properties(buildername='Housekeeper-PerCommit',
75 api.properties(buildername='Housekeeper-PerCommit',
85 api.properties.tryserver(
  /external/skia/src/gpu/vk/
GrVkCaps.cpp 75 VkPhysicalDeviceProperties properties; local
76 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties));
81 this->initGrCaps(properties, memoryProperties, featureFlags);
82 this->initShaderCaps(properties, featureFlags);
92 if (kQualcomm_VkVendor == properties.vendorID) {
96 if (kNvidia_VkVendor == properties.vendorID) {
102 if (kNvidia_VkVendor == properties.vendorID) {
106 if (kImagination_VkVendor == properties.vendorID) {
138 void GrVkCaps::initSampleCount(const VkPhysicalDeviceProperties& properties) {
139 VkSampleCountFlags colorSamples = properties.limits.framebufferColorSampleCounts
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthConsumer.java 25 * Properties of an OAuth Consumer. Properties may be added freely, e.g. to
48 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthConsumer
51 return properties.get(name);
55 properties.put(name, value);
  /packages/services/Telephony/src/com/android/services/telephony/
GsmConnection.java 61 int properties = super.buildConnectionProperties(); local
65 properties |= PROPERTY_IS_DOWNGRADED_CONFERENCE;
67 return properties;
  /system/update_engine/
connection_manager.cc 138 brillo::VariantDictionary properties; local
143 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error));
146 properties.find(shill::kDefaultServiceProperty);
147 if (prop_default_service == properties.end())
162 brillo::VariantDictionary properties; local
164 TEST_AND_RETURN_FALSE(service->GetProperties(&properties, &error));
167 const auto& prop_tethering = properties.find(shill::kTetheringProperty);
168 if (prop_tethering == properties.end()) {
179 const auto& prop_type = properties.find(shill::kTypeProperty);
180 if (prop_type == properties.end())
    [all...]
  /system/update_engine/update_manager/
real_shill_provider.cc 49 brillo::VariantDictionary properties; local
51 if (!manager_proxy->GetProperties(&properties, &error))
55 properties.find(shill::kDefaultServiceProperty);
56 if (prop_default_service != properties.end()) {
112 // Get the connection properties synchronously.
113 brillo::VariantDictionary properties; local
115 if (!service->GetProperties(&properties, &error)) {
122 const auto& prop_tethering = properties.find(shill::kTetheringProperty);
123 if (prop_tethering == properties.end()) {
139 const auto& prop_type = properties.find(shill::kTypeProperty)
    [all...]
  /external/skia/infra/bots/recipe_modules/vars/
api.py 27 self.builder_name = self.m.properties['buildername']
28 self.master_name = self.m.properties['mastername']
29 self.slave_name = self.m.properties['slavename']
30 self.build_number = self.m.properties['buildnumber']
41 self.no_buildbot = self.m.properties.get('nobuildbot', '') == 'True'
42 self.skia_task_id = self.m.properties.get('skia_task_id', None)
74 self.got_revision = self.m.properties['revision']
98 self.swarming_out_dir = self.make_path(self.m.properties['swarm_out_dir'])
129 self.patch_storage = self.m.properties.get('patch_storage', 'rietveld')
134 if (self.m.properties.get('issue', '') an
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
PropertiesTableModel.java 26 private List<ViewNode.Property> properties; field in class:PropertiesTableModel
30 properties = node.properties;
58 (properties == null ? 0 : properties.size());
68 property = properties.get(row - privateProperties.size());
  /device/huawei/angler/power/
utils.h 30 #include <cutils/properties.h>
  /device/lge/bullhead/power/
utils.h 30 #include <cutils/properties.h>
  /external/autotest/client/cros/bluetooth/
advertisement.py 19 DBUS_PROP_IFACE = 'org.freedesktop.DBus.Properties'
72 """Get the properties dictionary of the advertisement.
76 @returns: the advertisement properties dictionary.
82 properties = dict()
83 properties['Type'] = dbus.String(self.type)
86 properties['ServiceUUIDs'] = dbus.Array(self.service_uuids,
89 properties['SolicitUUIDs'] = dbus.Array(self.solicit_uuids,
92 properties['ManufacturerData'] = dbus.Dictionary(
96 properties['ServiceData'] = dbus.Dictionary(self.service_data,
99 properties['IncludeTxPower'] = dbus.Boolean(self.include_tx_power
    [all...]
  /external/icu/icu4j/eclipse-build/features.template/com.ibm.icu/
build.properties 15 feature.properties,\
  /external/icu/icu4j/eclipse-build/features.template/com.ibm.icu.base/
build.properties 15 feature.properties,\
  /external/pdfium/xfa/fwl/
cfwl_formproxy.cpp 17 std::unique_ptr<CFWL_WidgetProperties> properties,
19 : CFWL_Form(app, std::move(properties), pOuter) {}
  /external/skia/infra/bots/recipe_modules/perf/
example.py 13 'recipe_engine/properties',
64 api.properties(buildername=builder,
81 test += api.properties(issue=500,
96 api.properties(buildername=builder,
123 api.properties(
132 api.properties.tryserver(
142 api.properties(
152 api.properties.tryserver(
176 api.properties(buildername=builder,
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
PropertyConfigurator.java 20 import java.util.Properties;
29 public static void configure(Properties properties) {
44 public void doConfigure(Properties properties, LoggerRepository hierarchy) {
  /frameworks/base/location/lib/java/com/android/location/provider/
ProviderPropertiesUnbundled.java 22 * This class is an interface to Provider Properties for unbundled applications.
40 private ProviderPropertiesUnbundled(ProviderProperties properties) {
41 mProperties = properties;
  /hardware/interfaces/broadcastradio/1.0/
IBroadcastRadio.hal 25 * Retrieve implementation properties.
28 * @return properties A Properties structure containing implementation
31 getProperties() generates (Result result, Properties properties);

Completed in 452 milliseconds

1 23 4 5 6 7 8 91011>>