Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 196) sorted by relevance

12345678

/tools/netsim/scripts/
Dformat_code.sh22 find $REPO/tools/netsim/src \( -name '*.cc' -o -name '*.h' \) \
25 find $REPO/tools/netsim/proto \( -name '*.proto' \) \
30 find $REPO/tools/netsim/rust \( \
36 find $REPO/tools/netsim/ui/ts \( -name '*.ts' \) \
40 find $REPO/tools/netsim \( -name '*.java' \) \
42 find $REPO/tools/netsim \( -name '*.java' \) \
50 find $REPO/tools/netsim \( -name 'CMakeLists.txt' \) \
52 find $REPO/tools/netsim/cmake \( -name "*.cmake" \) \
58 find $find \( -name "Android.bp" \) \
/tools/asuite/atest/docs/
Ddevelop_test_finders.md11 A test finder class holds find methods. A find method is given a string (the
15 test finder class can hold multiple find methods. The find methods are grouped
22 If the metadata used to find a test is unlike existing test finder classes,
42 create a list of find methods that ```test_finder_handler``` will use to collect
43 the find methods from your test finder class. Take a look at
46 Define the find methods in your test finder class. These find methods must
51 Decorate each find method with the ```test_finder_base.register``` decorator.
52 This is used by the class decorator to identify the find methods of the class.
56 it. The find methods will be collected and executed before the default find
/tools/asuite/aidegen/sdk/
Djdk_table.py139 or self._xml.find(self._COMPONENT) is None
140 or self._xml.find(self._COMPONENT).tag != self._COMPONENT):
142 return self._xml.find(self._COMPONENT).get(
172 _name = jdk.find(self._NAME)
173 _type = jdk.find(self._TYPE)
196 _name = tag.find(self._NAME)
197 _type = tag.find(self._TYPE)
198 _homepath = tag.find(self._HOMEPATH)
199 _additional = tag.find(self._ADDITIONAL)
224 component = self._xml.getroot().find(self._COMPONENT)
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DAaptParser.java126 if (m.find()) { in parse()
132 if (m.find()) { in parse()
136 if (m.find()) { in parse()
140 if (m.find()) { in parse()
144 if (m.find()) { in parse()
152 if (m.find()) { in parse()
160 mUsesPermissionManageExternalStorage = m.find(); in parse()
227 if (m.find()) { in parseXmlTree()
/tools/test/connectivity/
DAndroid.mk26 $(ACTS_DISTRO): $(sort $(shell find $(LOCAL_PATH)/acts))
30 …$(hide) zip $(HOST_OUT)/acts-dist/acts.zip $(shell find tools/test/connectivity/acts/* ! -wholenam…
43 $(ACTS_TESTS_DISTRO): $(sort $(shell find $(LOCAL_PATH)/acts*))
51 …@cd $(ACTS_TESTS_DISTRO_DIR) && find . ! -wholename "*__pycache__*" -printf "%P\n" | xargs zip act…
70 $(hide) find $(WTS_LOCAL_ACTS_DIR) | sort >$@.list
/tools/asuite/aidegen/idea/
Dxml_gen_unittest.py112 ignore_root = self.xml.xml_obj.find('component').find('ignored-roots')
113 self.assertEqual(ignore_root.find('path').attrib['value'], '/a')
119 ignore_root = self.xml.xml_obj.find('component').find('ignored-roots')
120 self.assertEqual(ignore_root.find('path').attrib['value'], '/a/b')
/tools/tradefederation/core/src/com/android/tradefed/device/
DDumpsysPackageReceiver.java72 if (matcher.find()) { in parse()
107 if (matcher.find()) { in parse()
116 if (userStateMatcher.find()) { in parse()
155 if (matcher.find()) { in parse()
189 if (matcher.find()) { in parse()
213 if (matcher.find()) { in parse()
218 if (userStateMatcher.find()) { in parse()
DWifiCommandUtil.java128 if (ssidMatcher.find()) { in parseWifiInfo()
133 if (bssidMatcher.find()) { in parseWifiInfo()
140 if (linkSpeedMatcher.find()) { in parseWifiInfo()
145 if (rssiMatcher.find()) { in parseWifiInfo()
150 if (macAddressMatcher.find()) { in parseWifiInfo()
DManagedDeviceList.java144 public IManagedTestDevice find(final String serialNumber) { in find() method in ManagedDeviceList
145 return find(new IMatcher<IManagedTestDevice>() { in find()
153 private IManagedTestDevice find(IMatcher<IManagedTestDevice> m) {
179 if (!match.find()) {
305 IManagedTestDevice d = find(serial);
331 IManagedTestDevice d = find(fastboot.getSerialNumber());
354 return find(serial);
/tools/platform-compat/java/com/android/class2nonsdklist/
DApiComponents.java83 int semiColonPos = sc.find(';'); in parseJNIClassDescriptor()
211 int leftParenPos = sc.find('('); in fromDexSignature()
216 int colonPos = sc.find(':'); in fromDexSignature()
257 int tagPos = sc.find('#'); in fromLinkTag()
281 int leftParenPos = sc.find('('); in fromLinkTag()
286 int rightParenPos = sc.find(')'); in fromLinkTag()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DAndroidDebugBridgeWrapper.java94 if (m.find()) { in getAdbVersion()
104 if (revision.find()) { in getAdbVersion()
109 if (subVersion.find()) { in getAdbVersion()
114 if (installPath.find()) { in getAdbVersion()
/tools/acloud/
Drun_tests_py2.sh50 local all_tests=$(find $ACLOUD_DIR -type f -name "*_test.py" ! -name "acloud_test.py");
114 find $ACLOUD_DIR -name "*.pyc" -exec rm -f {} \;
117 find $ACLOUD_DIR/internal/proto -name "*.py" -exec rm -f {} \;
Drun_tests.sh52 local all_tests=$(find $ACLOUD_DIR -type f -name "*_test.py" ! -name "acloud_test.py");
116 find $ACLOUD_DIR -name "*.pyc" -exec rm -f {} \;
119 find $ACLOUD_DIR/internal/proto -name "*.py" -exec rm -f {} \;
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DOxygenUtil.java174 if (!matcher.find()) { in downloadLaunchFailureLogs()
236 if (matcher.find()) { in getDefaultLogType()
268 if (matcher.find()) { in collectErrorSignatures()
355 if (matcher.find()) { in collectDeviceLaunchMetrics()
361 if (matcher.find()) { in collectDeviceLaunchMetrics()
367 if (matcher.find()) { in collectDeviceLaunchMetrics()
373 if (matcher.find()) { in collectDeviceLaunchMetrics()
379 if (matcher.find()) { in collectDeviceLaunchMetrics()
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DNdkVersion.kt32 val match = versionRegex.find(versionString) in fromString()
45 pkgRevisionRegex.find(line)?.let { in fromSourcePropertiesText()
/tools/aadevtools/dev/resource/
Dsysui_gcar_android10-qpr3-release_android11-release.txt22 git diff --stat remotes/aosp/android10-qpr3-release remotes/aosp/android11-release -- `find . -name…
102 git diff --stat remotes/aosp/android10-qpr3-release remotes/aosp/android11-release -- `find . -name…
157 git diff --stat remotes/aosp/android10-qpr3-release remotes/aosp/android11-release -- `find . -name…
165 Query does not return any files: "find . -name '*.xml' | egrep '/rro/' | egrep 'SystemUI'"
171 Query does not return any files: "find . -name '*.xml' | egrep -v '/rro/' | egrep 'res/values' | eg…
177 Query does not return any files: "find . -name '*.xml' | egrep '/rro/' | egrep 'car/notification'"
189 git diff --stat remotes/aosp/android10-qpr3-release remotes/aosp/android11-release -- `find . -name…
222 git diff --stat remotes/aosp/android10-qpr3-release remotes/aosp/android11-release -- `find . -name…
/tools/netsim/src/util/
Dini_file.cc73 return data.find(key) != std::end(data); in HasKey()
77 auto citer = data.find(key); in Get()
/tools/asuite/aidegen/
Drun_tests.sh51 local all_tests=$(find $AIDEGEN_DIR -type f -name "*_unittest.py");
92 find $AIDEGEN_DIR -name "*.pyc" -exec rm -f {} \;
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DStringSearch.kt68 … fun find(reader: StreamingReader, startIndex: Long = 0, inEndIndex: Long = Long.MAX_VALUE): Long { in find() method in trebuchet.util.StringSearch
134 … fun find(buffer: GenericByteBuffer, startIndex: Long = 0, endIndex: Long = buffer.length): Long { in find() method
151 fun find(buffer: ByteArray, startIndex: Int = 0, endIndex: Int = buffer.size): Int { in find() method
195 return StringSearch(str).find(this, 0, stopAt) in searchFor()
/tools/external_updater/
Darchive_utils.py93 if url.find('/crates.io/api/') > 0 or url.find('/static.crates.io/crates/'):
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DTemperatureThrottlingWaiter.java162 if (tempRawFormatMatcher.find()) { in parseResult()
166 if (tempFormatMatcher.find()) { in parseResult()
170 if (skinFormatMatcher.find()) { in parseResult()
/tools/tradefederation/core/src/com/android/tradefed/monitoring/collector/
DDeviceBatteryResourceMetricCollector.java76 if (!matcher.find()) { in getDeviceResourceMetrics()
95 } while (matcher.find()); in getDeviceResourceMetrics()
/tools/test/mobly_extensions/tools/results_uploader/src/
Dresults_uploader.py122 mobly_suite_element = test_xml.getroot().find(
151 properties_element = mobly_suite_element.find(
155 suite_name = properties_element.find(
163 run_identifier = properties_element.find(
/tools/security/gdb/heap_print/
Dheap_print_script.py120 if func_args_string.find("=") != -1:
138 if func_args_string.find("=") != -1:
157 if func_args_string.find("=") != -1:
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
DSystraceExtractor.kt31 startIndex = START.find(stream, startIndex) in <lambda>()
41 endIndex = END.find(stream, startIndex) in <lambda>()

12345678