| /external/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 782 VkPhysicalDeviceProperties properties = { in getProperties() local 795 snprintf(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, in getProperties() 798 return properties; in getProperties() 801 static const VkPhysicalDeviceProperties properties = getProperties(); in getProperties() local 802 return properties; in getProperties() 806 static void getIdProperties(T *properties) in getIdProperties() argument 808 memset(properties->deviceUUID, 0, VK_UUID_SIZE); in getIdProperties() 809 memset(properties->driverUUID, 0, VK_UUID_SIZE); in getIdProperties() 810 memset(properties->deviceLUID, 0, VK_LUID_SIZE); in getIdProperties() 812 memcpy(properties->deviceUUID, SWIFTSHADER_UUID, VK_UUID_SIZE); in getIdProperties() [all …]
|
| D | VkPhysicalDevice.hpp | 67 void getProperties(VkPhysicalDeviceIDProperties *properties) const; 68 void getProperties(VkPhysicalDeviceMaintenance3Properties *properties) const; 69 void getProperties(VkPhysicalDeviceMaintenance4Properties *properties) const; 70 void getProperties(VkPhysicalDeviceMultiviewProperties *properties) const; 71 void getProperties(VkPhysicalDevicePointClippingProperties *properties) const; 72 void getProperties(VkPhysicalDeviceProtectedMemoryProperties *properties) const; 73 void getProperties(VkPhysicalDeviceSubgroupProperties *properties) const; 74 …VkExternalMemoryHandleTypeFlagBits *handleType, VkExternalImageFormatProperties *properties) const; 75 …onst VkExternalMemoryHandleTypeFlagBits *handleType, VkExternalBufferProperties *properties) const; 76 void getProperties(VkSamplerYcbcrConversionImageFormatProperties *properties) const; [all …]
|
| /external/antlr/runtime/Python/tests/ |
| D | t025lexerRulePropertyRef.py | 20 assert len(lexer.properties) == 3, lexer.properties 22 text, type, line, pos, index, channel, start, stop = lexer.properties[0] 23 assert text == 'foobar', lexer.properties[0] 24 assert type == self.lexerModule.IDENTIFIER, lexer.properties[0] 25 assert line == 1, lexer.properties[0] 26 assert pos == 0, lexer.properties[0] 27 assert index == -1, lexer.properties[0] 28 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[0] 29 assert start == 0, lexer.properties[0] 30 assert stop == 5, lexer.properties[0] [all …]
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/internal/ |
| D | DefaultManifestFactoryTest.java | 7 import java.util.Properties; 20 Properties properties = new Properties(); in identify() local 21 properties.put("android_merged_manifest", "gradle/AndroidManifest.xml"); in identify() 22 properties.put("android_merged_resources", "gradle/res"); in identify() 23 properties.put("android_merged_assets", "gradle/assets"); in identify() 24 DefaultManifestFactory factory = new DefaultManifestFactory(properties); in identify() 37 Properties properties = new Properties(); in identify_withResourceApk() local 38 properties.put("android_merged_manifest", "gradle/AndroidManifest.xml"); in identify_withResourceApk() 39 properties.put("android_merged_resources", "gradle/res"); in identify_withResourceApk() 40 properties.put("android_merged_assets", "gradle/assets"); in identify_withResourceApk() [all …]
|
| /external/antlr/runtime/Python3/tests/ |
| D | t025lexerRulePropertyRef.py | 20 self.assertEqual(len(lexer.properties), 3, lexer.properties) 22 text, type, line, pos, index, channel, start, stop = lexer.properties[0] 23 self.assertEqual(text, 'foobar', lexer.properties[0]) 24 self.assertEqual(type, self.lexerModule.IDENTIFIER, lexer.properties[0]) 25 self.assertEqual(line, 1, lexer.properties[0]) 26 self.assertEqual(pos, 0, lexer.properties[0]) 27 self.assertEqual(index, -1, lexer.properties[0]) 28 self.assertEqual(channel, antlr3.DEFAULT_CHANNEL, lexer.properties[0]) 29 self.assertEqual(start, 0, lexer.properties[0]) 30 self.assertEqual(stop, 5, lexer.properties[0]) [all …]
|
| /external/tensorflow/tensorflow/core/grappler/clusters/ |
| D | utils_test.cc | 33 DeviceProperties properties; in TEST() local 36 properties = GetLocalGPUInfo(PlatformDeviceId(100)); in TEST() 37 EXPECT_EQ("UNKNOWN", properties.type()); in TEST() 40 properties = GetLocalGPUInfo(PlatformDeviceId(0)); in TEST() 41 EXPECT_EQ("GPU", properties.type()); in TEST() 42 EXPECT_EQ("NVIDIA", properties.vendor()); in TEST() 45 DeviceProperties properties; in TEST() local 48 properties = GetLocalGPUInfo(PlatformDeviceId(100)); in TEST() 49 EXPECT_EQ("UNKNOWN", properties.type()); in TEST() 52 properties = GetLocalGPUInfo(PlatformDeviceId(0)); in TEST() [all …]
|
| D | utils.cc | 82 cudaDeviceProp properties; in GetLocalGPUInfo() local 84 cudaGetDeviceProperties(&properties, platform_device_id.value()); in GetLocalGPUInfo() 87 LOG(ERROR) << "Failed to get device properties, error code: " << error; in GetLocalGPUInfo() 92 device.set_model(properties.name); in GetLocalGPUInfo() 93 device.set_frequency(properties.clockRate * 1e-3); in GetLocalGPUInfo() 94 device.set_num_cores(properties.multiProcessorCount); in GetLocalGPUInfo() 95 device.set_num_registers(properties.regsPerMultiprocessor); in GetLocalGPUInfo() 101 device.set_l1_cache_size((properties.major < 5) ? 16 * 1024 : 24 * 1024); in GetLocalGPUInfo() 102 device.set_l2_cache_size(properties.l2CacheSize); in GetLocalGPUInfo() 105 properties.sharedMemPerMultiprocessor); in GetLocalGPUInfo() [all …]
|
| /external/clang/test/Index/ |
| D | properties-class-extensions.m | 1 // Test that @properties within class extensions are visited by 46 // CHECK: properties-class-extensions.m:4:12: ObjCInterfaceDecl=Foo:4:12 Extent=[4:1 - 4:23] 47 // CHECK-NOT: properties-class-extensions.m:9:15: ObjCInstanceMethodDecl=setB::9:15 Extent=[9:15 - … 48 // CHECK-NOT: properties-class-extensions.m:9:15: ParmDecl=b:9:15 (Definition) Extent=[9:15 - 9:16] 49 // CHECK: properties-class-extensions.m:5:12: ObjCCategoryDecl=Cat:5:12 Extent=[5:1 - 7:5] 50 // CHECK: properties-class-extensions.m:5:12: ObjCClassRef=Foo:4:12 Extent=[5:12 - 5:15] 51 // CHECK: properties-class-extensions.m:6:15: ObjCPropertyDecl=a:6:15 Extent=[6:1 - 6:16] 52 // CHECK: properties-class-extensions.m:6:15: ObjCInstanceMethodDecl=a:6:15 Extent=[6:15 - 6:16] 53 // CHECK: properties-class-extensions.m:6:15: ObjCInstanceMethodDecl=setA::6:15 Extent=[6:15 - 6:16] 54 // CHECK: properties-class-extensions.m:6:15: ParmDecl=a:6:15 (Definition) Extent=[6:15 - 6:16] [all …]
|
| /external/rust/crates/criterion-plot/src/ |
| D | axis.rs | 12 /// Properties of the coordinate axes 14 pub struct Properties { struct 15 grids: map::grid::Map<grid::Properties>, argument 24 impl Default for Properties { argument 25 fn default() -> Properties { in default() 26 Properties { in default() 38 impl Properties { implementation 42 pub fn hide(&mut self) -> &mut Properties { in hide() argument 50 pub fn show(&mut self) -> &mut Properties { in show() argument 56 impl Configure<Grid> for Properties { implementation [all …]
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/ |
| D | DefaultManifestFactoryTest.java | 5 import java.util.Properties; 20 Properties properties = new Properties(); in identify() local 21 properties.put("android_merged_manifest", "/gradle/AndroidManifest.xml"); in identify() 22 properties.put("android_merged_resources", "/gradle/res"); in identify() 23 properties.put("android_merged_assets", "/gradle/assets"); in identify() 24 DefaultManifestFactory factory = new DefaultManifestFactory(properties); in identify() 44 Properties properties = new Properties(); in identify_withResourceApk() local 45 properties.put("android_merged_manifest", "/gradle/AndroidManifest.xml"); in identify_withResourceApk() 46 properties.put("android_merged_resources", "/gradle/res"); in identify_withResourceApk() 47 properties.put("android_merged_assets", "/gradle/assets"); in identify_withResourceApk() [all …]
|
| /external/angle/src/gpu_info_util/ |
| D | SystemInfo_vulkan.cpp | 241 VkPhysicalDeviceProperties &properties = properties2.properties; in GetSystemInfoVulkanWithICD() local 242 pfnGetPhysicalDeviceProperties(physicalDevices[i], &properties); in GetSystemInfoVulkanWithICD() 246 if (properties.apiVersion >= VK_API_VERSION_1_1) in GetSystemInfoVulkanWithICD() 253 gpu.vendorId = properties.vendorID; in GetSystemInfoVulkanWithICD() 254 gpu.deviceId = properties.deviceID; in GetSystemInfoVulkanWithICD() 255 // Need to parse/re-format properties.driverVersion. in GetSystemInfoVulkanWithICD() 261 switch (properties.vendorID) in GetSystemInfoVulkanWithICD() 265 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD() 266 gpu.detailedDriverVersion.major = properties.driverVersion; in GetSystemInfoVulkanWithICD() 270 gpu.driverVersion = FormatString("0x%x", properties.driverVersion); in GetSystemInfoVulkanWithICD() [all …]
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkQueryUtil.cpp | 98 vector<VkPhysicalDeviceGroupProperties> properties; in enumeratePhysicalDeviceGroups() local 104 properties.resize(numDeviceGroups, initVulkanStructure()); in enumeratePhysicalDeviceGroups() 105 VK_CHECK(vk.enumeratePhysicalDeviceGroups(instance, &numDeviceGroups, &properties[0])); in enumeratePhysicalDeviceGroups() 107 if ((size_t)numDeviceGroups != properties.size()) in enumeratePhysicalDeviceGroups() 110 return properties; in enumeratePhysicalDeviceGroups() 116 vector<VkQueueFamilyProperties> properties; in getPhysicalDeviceQueueFamilyProperties() local 122 properties.resize(numQueues); in getPhysicalDeviceQueueFamilyProperties() 123 vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, &properties[0]); in getPhysicalDeviceQueueFamilyProperties() 125 if ((size_t)numQueues != properties.size()) in getPhysicalDeviceQueueFamilyProperties() 129 return properties; in getPhysicalDeviceQueueFamilyProperties() [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | analyticsadmin.v1alpha.json | 152 …d before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks,… 229 …e by the caller. Note that these accounts might not currently have GA4 properties. Soft-deleted (i… 621 "description": "Output only. Example format: properties/1234/userLinks/5678", 643 "properties": { object 647 "flatPath": "v1alpha/properties/{propertiesId}:acknowledgeUserDataCollection", 649 "id": "analyticsadmin.properties.acknowledgeUserDataCollection", 657 "pattern": "^properties/[^/]+$", 675 "flatPath": "v1alpha/properties", 677 "id": "analyticsadmin.properties.create", 680 "path": "v1alpha/properties", [all …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
| D | SystemProperties.java | 247 * Gets the current value from the system properties map. 252 * @return the current value from the system properties map. 259 * Gets the current value from the system properties map. 267 * @return the current value from the system properties map. 274 * Gets the current value from the system properties map. 279 * @return the current value from the system properties map. 286 * Gets the current value from the system properties map. 291 * @return the current value from the system properties map. 298 * Gets the current value from the system properties map. 303 * @return the current value from the system properties map. [all …]
|
| /external/cronet/net/base/ |
| D | network_interfaces_fuchsia.cc | 39 fuchsia::net::interfaces::Properties properties) { in VerifyAndCreate() argument 40 if (!internal::VerifyCompleteInterfaceProperties(properties)) in VerifyAndCreate() 42 return absl::make_optional(InterfaceProperties(std::move(properties))); in VerifyAndCreate() 46 fuchsia::net::interfaces::Properties properties) in InterfaceProperties() argument 47 : properties_(std::move(properties)) {} in InterfaceProperties() 58 fuchsia::net::interfaces::Properties properties) { in Update() argument 59 if (!properties.has_id() || properties_.id() != properties.id()) { in Update() 60 LOG(ERROR) << "Update failed: invalid properties."; in Update() 64 if (properties.has_addresses()) { in Update() 65 for (const auto& fidl_address : properties.addresses()) { in Update() [all …]
|
| /external/autotest/server/cros/bluetooth/ |
| D | bluetooth_gatt_client_utils.py | 130 PROPERTIES = ['UUID', 'Primary', 'Device', 'Includes'] variable in GATT_Service 146 self.properties = dict() 160 """Read all properties in this service""" 161 for prop_name in self.PROPERTIES: 162 self.properties[prop_name] = self.read_property(prop_name) 163 return self.properties 209 for prop_name in GATT_Service.PROPERTIES: 210 if serv_a.properties[prop_name] != serv_b.properties[prop_name]: 213 serv_a.properties[prop_name], 214 serv_b.properties[prop_name])) [all …]
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| D | PatternStringParser.java | 49 DecimalFormatProperties properties = new DecimalFormatProperties(); in parseToProperties() local 50 parseToExistingPropertiesImpl(pattern, properties, ignoreRounding); in parseToProperties() 51 return properties; in parseToProperties() 59 … * Parses a pattern string into an existing property bag. All properties that can be encoded into a 61 * the pattern string. Properties that cannot be encoded into a pattern string, such as rounding 66 * @param properties 75 DecimalFormatProperties properties, in parseToExistingProperties() argument 77 parseToExistingPropertiesImpl(pattern, properties, ignoreRounding); in parseToExistingProperties() 80 … public static void parseToExistingProperties(String pattern, DecimalFormatProperties properties) { in parseToExistingProperties() argument 81 parseToExistingProperties(pattern, properties, PatternStringParser.IGNORE_ROUNDING_NEVER); in parseToExistingProperties() [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
| D | PatternStringParser.java | 51 DecimalFormatProperties properties = new DecimalFormatProperties(); in parseToProperties() local 52 parseToExistingPropertiesImpl(pattern, properties, ignoreRounding); in parseToProperties() 53 return properties; in parseToProperties() 61 … * Parses a pattern string into an existing property bag. All properties that can be encoded into a 63 * the pattern string. Properties that cannot be encoded into a pattern string, such as rounding 68 * @param properties 77 DecimalFormatProperties properties, in parseToExistingProperties() argument 79 parseToExistingPropertiesImpl(pattern, properties, ignoreRounding); in parseToExistingProperties() 82 … public static void parseToExistingProperties(String pattern, DecimalFormatProperties properties) { in parseToExistingProperties() argument 83 parseToExistingProperties(pattern, properties, PatternStringParser.IGNORE_ROUNDING_NEVER); in parseToExistingProperties() [all …]
|
| /external/cronet/base/win/ |
| D | shortcut.cc | 71 const ShortcutProperties& properties, in CreateOrUpdateShortcutLink() argument 83 !(properties.options & ShortcutProperties::PROPERTIES_TARGET)) { in CreateOrUpdateShortcutLink() 123 if ((properties.options & ShortcutProperties::PROPERTIES_TARGET) && in CreateOrUpdateShortcutLink() 124 FAILED(i_shell_link->SetPath(properties.target.value().c_str()))) { in CreateOrUpdateShortcutLink() 128 if ((properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) && in CreateOrUpdateShortcutLink() 130 properties.working_dir.value().c_str()))) { in CreateOrUpdateShortcutLink() 134 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) { in CreateOrUpdateShortcutLink() 135 if (FAILED(i_shell_link->SetArguments(properties.arguments.c_str()))) in CreateOrUpdateShortcutLink() 145 if ((properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) && in CreateOrUpdateShortcutLink() 146 FAILED(i_shell_link->SetDescription(properties.description.c_str()))) { in CreateOrUpdateShortcutLink() [all …]
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | constant_folding.h | 73 Status MaterializeShapes(const GraphProperties& properties); 76 const GraphProperties& properties); 78 const GraphProperties& properties); 80 const GraphProperties& properties); 82 const GraphProperties& properties); 83 Status MaterializeConstants(const GraphProperties& properties); 85 bool IsFoldable(const NodeDef& node, const GraphProperties* properties); 87 const GraphProperties* properties) const; 89 const GraphProperties* properties) const; 105 const GraphProperties& properties, [all …]
|
| /external/icu/icu4c/source/i18n/ |
| D | decimfmt.cpp | 98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat() 129 if (value == fields->properties.parseAllInput) { return; } in setParseAllInput() 130 fields->properties.parseAllInput = value; in setParseAllInput() 375 if (UBOOL_TO_BOOL(enabled) == fields->properties.groupingUsed) { return; } in setGroupingUsed() 377 fields->properties.groupingUsed = enabled; in setGroupingUsed() 385 if (UBOOL_TO_BOOL(value) == fields->properties.parseIntegerOnly) { return; } in setParseIntegerOnly() 387 fields->properties.parseIntegerOnly = value; in setParseIntegerOnly() 396 …if (!fields->properties.parseMode.isNull() && mode == fields->properties.parseMode.getNoError()) {… in setLenient() 398 fields->properties.parseMode = mode; in setLenient() 437 fields = new DecimalFormatFields(source.fields->properties); in DecimalFormat() [all …]
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | decimfmt.cpp | 98 fields->properties.currencyPluralInfo.fPtr.adoptInstead(cpi.orphan()); in DecimalFormat() 129 if (value == fields->properties.parseAllInput) { return; } in setParseAllInput() 130 fields->properties.parseAllInput = value; in setParseAllInput() 375 if (UBOOL_TO_BOOL(enabled) == fields->properties.groupingUsed) { return; } in setGroupingUsed() 377 fields->properties.groupingUsed = enabled; in setGroupingUsed() 385 if (UBOOL_TO_BOOL(value) == fields->properties.parseIntegerOnly) { return; } in setParseIntegerOnly() 387 fields->properties.parseIntegerOnly = value; in setParseIntegerOnly() 396 …if (!fields->properties.parseMode.isNull() && mode == fields->properties.parseMode.getNoError()) {… in setLenient() 398 fields->properties.parseMode = mode; in setLenient() 437 fields = new DecimalFormatFields(source.fields->properties); in DecimalFormat() [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | drive_v2.properties.html | 75 <h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.properties.html">properties</a></h1> 91 <p class="firstline">Lists a file's properties.</p> 128 # The following limits apply to file properties: 129 # - Maximum of 100 properties total per file 130 # - Maximum of 30 private properties per app 131 # - Maximum of 30 public properties 138 …properties can only be retrieved using an authenticated request. An authenticated request uses an … 152 # The following limits apply to file properties: 153 # - Maximum of 100 properties total per file 154 # - Maximum of 30 private properties per app [all …]
|
| /external/arm-trusted-firmware/docs/components/fconf/ |
| D | index.rst | 21 Accessing properties 24 Properties defined in the |FCONF| are grouped around namespaces and 31 - GICv3 properties: hw_config.gicv3_config.gicr_base 33 Properties can be accessed with the ``FCONF_GET_PROPERTY(a,b,property)`` macro. 35 Defining properties 38 Properties composing the |FCONF| have to be stored in C structures. If 39 properties originate from a different backend source such as a device tree, 49 configuration properties which is usually a device tree file. 52 - FW_CONFIG: properties related to base address, maximum size and image id 54 - TB_FW: properties related to trusted firmware such as IO policies, [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/number/ |
| D | NumberPropertyMapper.java | 38 /** Convenience method to create a NumberFormatter directly from Properties. */ 40 DecimalFormatProperties properties, in create() argument 42 MacroProps macros = oldToNew(properties, symbols, null); in create() 46 /** Convenience method to create a NumberFormatter directly from Properties. */ 48 DecimalFormatProperties properties, in create() argument 51 MacroProps macros = oldToNew(properties, symbols, exportedProperties); in create() 62 DecimalFormatProperties properties = PatternStringParser.parseToProperties(pattern); in create() local 63 return create(properties, symbols); in create() 68 * object. In other words, maps Properties to MacroProps. This function is used by the 71 * @param properties [all …]
|