Home
last modified time | relevance | path

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

12

/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/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DVkJsonTests.java47 VkJsonDeviceProperties properties; field in VkJsonTests.VkJsonDevice
107 final long apiVersion = mVkJson.devices.get(0).properties.apiVersion; in checkRequiredVersion()
148 VkPhysicalDeviceDriverPropertiesKHR properties = in checkKHRDriverProperties() local
151 .that(properties).isNotNull(); in checkKHRDriverProperties()
153 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/asuite/aidegen/lib/
Dconfig.py344 properties = common_util.read_file_content(self.idea_file).splitlines()
345 for index, line in enumerate(properties):
349 properties[index] = '%s=%s' % (self._KEY_FILESIZE,
352 common_util.file_generate(self.idea_file, '\n'.join(properties))
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py71 self.properties = dict(
73 self.max_atten = float(self.properties['max_atten'])
Dhttp.py69 self.properties = dict(
71 self.max_atten = float(self.properties['max_atten'])
/tools/platform-compat/javatest/com/android/class2nonsdklist/
DUnsupportedAppUsageAnnotationHandlerTest.java576 ArgumentCaptor<Map<String, String>> properties = ArgumentCaptor.forClass(Map.class); in testAnnotationPropertiesIntoMap() local
577 verify(mConsumer, times(1)).consume(any(), properties.capture(), any()); in testAnnotationPropertiesIntoMap()
578 assertThat(properties.getValue()).containsExactly( in testAnnotationPropertiesIntoMap()
611 ArgumentCaptor<Map<String, String>> properties = ArgumentCaptor.forClass(Map.class); in testSpecialCaseBug170729553AnnotationPropertiesIntoMap() local
612 verify(mConsumer, times(1)).consume(any(), properties.capture(), any()); in testSpecialCaseBug170729553AnnotationPropertiesIntoMap()
613 assertThat(properties.getValue()).containsExactly( in testSpecialCaseBug170729553AnnotationPropertiesIntoMap()
/tools/test/connectivity/acts/framework/acts/libs/testtracker/
Dtesttracker_results_writer.py55 def __init__(self, log_path, properties): argument
65 self._properties = properties
/tools/trebuchet/
D.gitignore2 /local.properties
/tools/metalava/
D.gitignore15 /local.properties
Dandroidx-studio-integration.sh19 export LINT_VERSION=`grep -oP "(?<=baseVersion = ).*" tools/buildSrc/base/version.properties`
DFORMAT.md268 syntax. Therefore, we need to also capture properties in the signature files. If
/tools/metalava/gradle/wrapper/
Dgradle-wrapper.jar ... gradle.cli.ParsedCommandLine options java.util.Properties systemProperties java.io.File gradleUserHome org.gradle ...
/tools/asuite/asuite_plugin/gradle/wrapper/
Dgradle-wrapper.jar ... gradle.cli.ParsedCommandLine options java.util.Properties systemProperties java.io.File gradleUserHome org.gradle ...
/tools/trebuchet/gradle/wrapper/
Dgradle-wrapper.jar ... gradle.cli.ParsedCommandLine options java.util.Properties systemProperties java.io.File gradleUserHome org.gradle ...
/tools/ndkports/gradle/wrapper/
Dgradle-wrapper.jar ... gradle.cli.ParsedCommandLine options java.util.Properties systemProperties java.io.File gradleUserHome org.gradle ...
/tools/ndkports/src/test/kotlin/com/android/ndkports/
DNdkVersionTest.kt26 fun `can parse source properties`() { in can parse source properties()
/tools/acloud/public/data/
Ddefault.config54 # Below are common HW properties, the values also could be referred in the
/tools/acloud/
DREADME.md91 This will be used to choose the default hw properties and infer build target
102 properties of the AVD. You can specify the cpu, resolution, dpi, memory,and/or
/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py229 self.properties = None
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt19 import kotlin.properties.ReadWriteProperty
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_utils.py1936 properties = ad.droid.telecomCallGetProperties(call_id)
1937 return (expected_property in properties)
/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/suite/
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed-isolation.jar ... commons-cli/commons-cli/pom.properties META-INF/maven/commons-cli/ ...

12