Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 31) sorted by relevance

12

/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DVkJsonTests.java48 VkJsonDeviceProperties properties; field in VkJsonTests.VkJsonDevice
105 final long apiVersion = mVkJson.devices.get(0).properties.apiVersion; in checkRequiredVersion()
149 VkPhysicalDeviceDriverPropertiesKHR properties = in checkKHRDriverProperties() local
152 .that(properties).named("driverPropertiesKHR").isNotNull(); in checkKHRDriverProperties()
154 VkConformanceVersionKHR version = properties.conformanceVersion; in checkKHRDriverProperties()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlogserial.py68 properties = self.get_port_properties(port=port)
69 if properties:
72 properties_exists *= (port_property in properties)
78 if properties[port_property] == search_value:
111 properties = filter(None, property_list.split('\n'))
112 for prop in properties:
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiClassItem.kt147 private lateinit var properties: List<PsiPropertyItem> in <lambda>() variable
161 override fun properties(): List<PropertyItem> = properties in <lambda>() method
495 item.properties = emptyList() in <lambda>()
498 val properties = mutableListOf<PsiPropertyItem>() in <lambda>() constant
512properties.add(PsiPropertyItem.create(codebase, item, name, psiType, method)) in <lambda>()
516 item.properties = properties in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DVersion.kt29 val properties = Properties() constant
32 properties.load(stream)
33 VERSION = properties.getProperty("metalavaVersion")
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DClassItem.kt164 fun properties(): List<PropertyItem> in <lambda>() method
259 for (property in properties()) { in <lambda>()
775 private val properties: Sequence<PropertyItem> constant in com.android.tools.metalava.model.VisitCandidate
808 properties = if (cls.properties().isEmpty()) {
811 cls.properties().asSequence()
838 …pty = (constructors.none() && methods.none() && enums.none() && fields.none() && properties.none()) in emitClass()
899 for (property in properties) { in accept()
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py40 self.properties = None
61 self.properties = dict(zip(['model', 'max_atten', 'min_step',
65 self.max_atten = float(self.properties['max_atten'])
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextClassItem.kt194 private val properties = mutableListOf<PropertyItem>() constant
199 override fun properties(): List<PropertyItem> = properties in constructors() method
218 properties += property in addProperty()
/tools/tradefederation/core/src/com/android/tradefed/util/
DPropertyChanger.java45 public static File changeProperties(File original, Map<String, String> properties) in changeProperties() argument
47 Map<String, String> propsToAdd = new HashMap<String, String>(properties); in changeProperties()
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py69 self.properties = dict(
71 self.max_atten = float(self.properties['max_atten'])
Dhttp.py67 self.properties = dict(
69 self.max_atten = float(self.properties['max_atten'])
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dbluez_test_utils.py660 for path, properties in modems:
661 if CALL_MANAGER not in properties["Interfaces"]:
665 for path, properties in calls:
666 state = properties["State"]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4TestTest.java366 Map<String, String> properties = new HashMap<>();
367 properties.put("ROOT_DIR", fakeTestsDir.getAbsolutePath());
371 EasyMock.expect(mMockBuild.getBuildAttributes()).andReturn(properties).times(2);
/tools/tradefederation/core/src/com/android/tradefed/build/
DOtaDeviceBuildInfo.java168 public void setProperties(BuildInfoProperties... properties) { in setProperties() argument
169 mBaselineBuild.setProperties(properties); in setProperties()
DIBuildInfo.java151 public void setProperties(BuildInfoProperties... properties); in setProperties() argument
DBuildInfo.java173 public void setProperties(BuildInfoProperties... properties) { in setProperties() argument
175 mProperties.addAll(Arrays.asList(properties)); in setProperties()
/tools/trebuchet/
D.gitignore2 /local.properties
/tools/acloud/
DREADME.md94 This will be used to choose the default hw properties and infer build target
103 properties of the AVD. You can specify the cpu, resolution, dpi, memory,and/or
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java449 Map<String, String> properties = getProperties(); in matches() local
472 for (Map.Entry<String, String> propEntry : properties.entrySet()) { in matches()
/tools/acloud/public/data/
Ddefault.config53 # Below are common HW properties, the values also could be referred in the
/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py144 self.properties = None
/tools/metalava/
Dbuild.gradle26 def versionPropertyFile = file('src/main/resources/version.properties')
DFORMAT.md268 syntax. Therefore, we need to also capture properties in the signature files. If
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py1438 properties = ad.droid.telecomCallGetProperties(call_id)
1439 return (expected_property in properties)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dtest_bigquery_utils.py287 def update_table(self, table, properties): argument
Dbigquery_logger_utils.py383 table=table, properties=['schema'])

12