HomeSort by relevance Sort by last modified time
    Searched defs:properties (Results 76 - 100 of 1756) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/gpu/vk/
GrVkCaps.cpp 58 VkPhysicalDeviceProperties properties; local
59 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties));
63 fMaxRenderTargetSize = properties.limits.maxImageDimension2D;
64 fMaxTextureSize = properties.limits.maxImageDimension2D;
66 this->initSampleCount(properties);
68 fMaxSampledTextures = SkTMin(properties.limits.maxPerStageDescriptorSampledImages,
69 properties.limits.maxPerStageDescriptorSamplers);
100 void GrVkCaps::initSampleCount(const VkPhysicalDeviceProperties& properties) {
101 VkSampleCountFlags colorSamples = properties.limits.framebufferColorSampleCounts;
102 VkSampleCountFlags stencilSamples = properties.limits.framebufferStencilSampleCounts
    [all...]
  /external/v8/test/webkit/fast/js/
array-functions-non-arrays.js 28 function properties(object, extraName1, extraName2, extraName3) function
32 // destructive, lists properties
96 shouldBe("properties(['b', 'a'])", "'0:b, 1:a, length:2(DontDelete, DontEnum)'");
97 shouldBe("properties({ length:2, 0:'b', 1:'a' })", "'0:b, 1:a, length:2'");
99 shouldBe("properties(new OneItemConstructor)", "'0:a(FromPrototype), length:1(FromPrototype)'");
100 shouldBe("properties(new TwoItemConstructor)", "'0:b(FromPrototype), 1:a(FromPrototype), length:2(FromPrototype)'");
130 shouldBe("Array.prototype.pop.call(x = {}); properties(x)", "'length:0'");
131 shouldBe("Array.prototype.pop.call(x = ['b', 'a']); properties(x)", "'0:b, length:1(DontDelete, DontEnum)'");
132 shouldBe("Array.prototype.pop.call(x = { length:2, 0:'b', 1:'a' }); properties(x)", "'0:b, length:1'");
133 shouldBe("Array.prototype.pop.call(x = new TwoItemConstructor); properties(x)", "'0:b(FromPrototype), 1:a(FromPrototype), length:1'")
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_stress_test.cc 77 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");
  /frameworks/av/radio/
IRadioService.cpp 53 virtual status_t listModules(struct radio_properties *properties,
56 if (numModules == NULL || (*numModules != 0 && properties == NULL)) {
61 unsigned int numModulesReq = (properties == NULL) ? 0 : *numModules;
74 reply.read(properties, numModulesReq * sizeof(struct radio_properties));
126 struct radio_properties *properties = local
129 if (properties == NULL) {
135 status_t status = listModules(properties, &numModules);
144 reply->write(properties,
147 free(properties);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaManager.java 402 Bundle properties = new Bundle(); local
414 properties.putString(MidiDeviceInfo.PROPERTY_NAME, name);
415 properties.putString(MidiDeviceInfo.PROPERTY_MANUFACTURER, manufacturer);
416 properties.putString(MidiDeviceInfo.PROPERTY_PRODUCT, product);
417 properties.putString(MidiDeviceInfo.PROPERTY_VERSION, version);
418 properties.putString(MidiDeviceInfo.PROPERTY_SERIAL_NUMBER,
420 properties.putInt(MidiDeviceInfo.PROPERTY_ALSA_CARD, alsaDevice.mCard);
421 properties.putInt(MidiDeviceInfo.PROPERTY_ALSA_DEVICE, alsaDevice.mDevice);
422 properties.putParcelable(MidiDeviceInfo.PROPERTY_USB_DEVICE, usbDevice);
424 UsbMidiDevice usbMidiDevice = UsbMidiDevice.create(mContext, properties,
480 Bundle properties = new Bundle(); local
    [all...]
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 25 import java.util.Properties;
52 .getResourceAsStream("/connection.properties");
100 Properties properties = new Properties(); local
101 properties.load(fileName);
102 sqlDriver = properties.getProperty("sqlDriver");
103 sqlLogin = properties.getProperty("sqlLogin");
104 sqlCatalog = properties.getProperty("sqlCatalog");
105 sqlHost = properties.getProperty("sqlHost")
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 77 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");
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarHvacManagerTest.java 44 List<CarPropertyConfig> properties = mHvacManager.getPropertyList(); local
48 for (CarPropertyConfig property : properties) {
  /packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleNetworkTest.cpp 76 sp<VehiclePropertiesHolder> properties = vn->listProperties(); local
77 ASSERT_TRUE(properties.get() != NULL);
78 int32_t numConfigs = properties->getList().size();
80 for (auto& config : properties->getList()) {
86 for (auto& config : properties->getList()) {
101 sp<VehiclePropertiesHolder> properties = vn->listProperties(); local
102 ASSERT_TRUE(properties.get() != NULL);
103 int32_t numConfigs = properties->getList().size();
105 for (auto& config : properties->getList()) {
127 sp<VehiclePropertiesHolder> properties = vn->listProperties() local
151 sp<VehiclePropertiesHolder> properties = vn->listProperties(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Power_Suite.py 80 """<Inheritance> - All of the properties of the superclass. """
90 """properties - every property of the System Events application """
93 properties = _Prop_properties() variable
116 'properties' : _Prop_properties,
System_Events_Suite.py 40 """<Inheritance> - All of the properties of the superclass. """
50 """properties - every property of the System Events application """
53 properties = _Prop_properties() variable
76 'properties' : _Prop_properties,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Power_Suite.py 80 """<Inheritance> - All of the properties of the superclass. """
90 """properties - every property of the System Events application """
93 properties = _Prop_properties() variable
116 'properties' : _Prop_properties,
System_Events_Suite.py 40 """<Inheritance> - All of the properties of the superclass. """
50 """properties - every property of the System Events application """
53 properties = _Prop_properties() variable
76 'properties' : _Prop_properties,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
PropertyMetadata.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
28 /** Extra metadata about properties not available from the descriptors (yet) */
319 // // TODO: I should put all the properties roughly based on their original order: this
321 // // TODO: How can I make similar complex properties show up adjacent; e.g. min and max
XmlProperty.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties;
37 import org.eclipse.ui.views.properties.IPropertyDescriptor;
246 public Property getComposite(Property[] properties) {
247 return XmlPropertyComposite.create(properties);
  /system/connectivity/shill/cellular/
cellular_bearer_unittest.cc 103 KeyValueStore properties; local
104 properties.SetBool(MM_BEARER_PROPERTY_CONNECTED, connected);
105 properties.SetString(MM_BEARER_PROPERTY_INTERFACE, data_interface);
107 properties.SetKeyValueStore(
110 properties.SetKeyValueStore(
113 return properties;
118 const IPConfig::Properties* ipv4_config_properties =
133 const IPConfig::Properties* ipv6_config_properties =
184 KeyValueStore properties; local
187 bearer_.OnPropertiesChanged("", properties, vector<string>())
    [all...]
modem_1_unittest.cc 107 InterfaceToProperties properties; local
115 properties[MM_DBUS_INTERFACE_MODEM] = modem_properties;
121 properties[MM_DBUS_INTERFACE_MODEM_MODEM3GPP] = modem3gpp_properties;
125 modem_->CreateDeviceMM1(properties);
modem_manager.cc 161 KeyValueStore properties = local
164 modem->CreateDeviceClassic(properties);
modem_manager_unittest.cc 215 InterfaceToProperties properties; local
216 properties[MM_DBUS_INTERFACE_MODEM] = o_fd_mm1_modem;
219 objects_with_properties[kModemPath] = properties;
modem_unittest.cc 116 InterfaceToProperties properties; local
117 properties[MM_MODEM_INTERFACE].SetUint(kSentinel, kSentinelValue);
131 modem_->CreateDeviceFromModemProperties(properties);
178 InterfaceToProperties properties; local
184 // No modem interface properties: no device created
185 modem_->CreateDeviceFromModemProperties(properties);
188 properties[MM_MODEM_INTERFACE] = KeyValueStore();
196 modem_->CreateDeviceFromModemProperties(properties);
210 modem_->CreateDeviceFromModemProperties(properties);
217 InterfaceToProperties properties; local
    [all...]
  /system/connectivity/shill/dbus/
chromeos_dbus_objectmanager_proxy.cc 171 KeyValueStore properties; local
172 KeyValueStore::ConvertFromVariantDictionary(interface.second, &properties);
173 interface_to_properties->emplace(interface.first, properties);
  /system/connectivity/shill/
ipconfig_unittest.cc 91 void UpdateProperties(const IPConfig::Properties& properties) {
92 ipconfig_->UpdateProperties(properties, true);
103 void ExpectPropertiesEqual(const IPConfig::Properties& properties) {
104 EXPECT_EQ(properties.address, ipconfig_->properties().address);
105 EXPECT_EQ(properties.subnet_prefix, ipconfig_->properties().subnet_prefix);
106 EXPECT_EQ(properties.broadcast_address
154 IPConfig::Properties properties; local
    [all...]
  /system/update_engine/
connection_manager.cc 180 brillo::VariantDictionary properties; local
185 TEST_AND_RETURN_FALSE(manager_proxy->GetProperties(&properties, &error));
188 properties.find(shill::kDefaultServiceProperty);
189 if (prop_default_service == properties.end())
204 brillo::VariantDictionary properties; local
206 TEST_AND_RETURN_FALSE(service->GetProperties(&properties, &error));
209 const auto& prop_tethering = properties.find(shill::kTetheringProperty);
210 if (prop_tethering == properties.end()) {
220 const auto& prop_type = properties.find(shill::kTypeProperty);
221 if (prop_type == properties.end())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FetchBaseTask.java 21 import java.util.Properties;
51 Properties properties=new Properties(); local
53 properties.load(new FileInputStream(file));
54 Enumeration keys=properties.keys();
57 String script=getScript(key,properties.get(key).toString());

Completed in 4084 milliseconds

1 2 34 5 6 7 8 91011>>