Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 29) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/tel/etc/
Dmanage_sim.py59 current = active_list[iccid]
60 current['droid_serial'] = droid_device.serial
66 current[
73 current['operator'] = ''
76 current['capability'] = ['voice', 'ims', 'volte', 'vt', 'sms',
84 current['phone_num'] = ''
86 current['phone_num'] = tel_test_utils.phone_number_formatter(
118 current = simconf[iccid]
121 current['operator'] = active_sims[iccid]['operator']
122 current['capability'] = active_sims[iccid]['capability']
[all …]
/tools/asuite/atest/unittest_data/
DVtsAndroidTest.xml.data8 …l-hidl-hash/frameworks/hardware/interfaces/current.txt->/data/local/tmp/frameworks/hardware/interf…
9 …"push" value="hal-hidl-hash/hardware/interfaces/current.txt->/data/local/tmp/hardware/interfaces/c…
10 …ue="hal-hidl-hash/system/hardware/interfaces/current.txt->/data/local/tmp/system/hardware/interfac…
11 …value="hal-hidl-hash/system/libhidl/transport/current.txt->/data/local/tmp/system/libhidl/transpor…
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/
Dcommon.py45 def __init__(self, sample_time, relative_time, current): argument
55 self._current = current
68 def current(self): member in MonsoonDataRecord
114 sample_time, current = map(float, line.split(' '))
119 current)
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectory.java269 final FatLfnDirectoryEntry current = in parseLfn() local
272 if (!current.realEntry.isDeleted() && current.isValid()) { in parseLfn()
273 checkUniqueName(current.getName()); in parseLfn()
275 shortNameIndex.put(current.realEntry.getShortName(), current); in parseLfn() local
276 longNameIndex.put(current.getName().toLowerCase(), current); in parseLfn() local
/tools/metalava/src/test/java/com/android/tools/metalava/
DCompatibilityCheckBaselineTest.kt48 fun `Test current-API check, with error message`() { in Test current-API check, with error message()
100 fun `Test current-API check, with global baseline`() { in Test current-API check, with global baseline()
183 fun `Test current-API check, but with compatibility-released baseline`() { in Test current-API check, but with compatibility-released baseline()
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/
Dmonsoon_proxy.py319 def set_max_initial_current(self, current): argument
321 if current < 0 or current > 8:
323 'range [0, 8].') % current)
324 val = 1023 - int((current / 8) * 1023)
/tools/dexter/slicer/
DAndroid.bp43 sdk_version: "current",
63 sdk_version: "current",
/tools/test/connectivity/acts/framework/acts/bin/
Dmonsoon.py36 if args.current is not None:
37 mon.set_max_current(args.current)
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DManifestGenerationExtension.java222 String current = mainAttributes.getValue(attribute); in setMainAttribute() local
223 if (!value.equals(current)) { in setMainAttribute()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerGnssBaseTest.py78 power_data = [current * voltage for current in current_data]
DPowerBaseTest.py359 current = [sample[1] for sample in samples]
360 average_current = sum(current) * 1000 / len(current)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py451 current = []
467 current.append(i)
471 print(current)
/tools/trebuchet/
DCONTRIBUTING.md12 your current agreements on file or to sign a new one.
/tools/test/openhst/docs/
Dcontributing.md12 <https://cla.developers.google.com/> to see your current agreements on file or
/tools/external/fat32lib/
DAndroid.bp32 // used in the current project.
/tools/apkzlib/
DAndroid.bp36 // used in the current project.
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed_win.bat17 :: A helper script that launches TradeFederation from the current build
Dloganalysis.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto72 // Status defines the current state of this result.
/tools/metalava/
DREADME.md188 inside method bodies to see if you're synchronizing on this or the current
192 records the current set of issues. From that point forward, when metalava
213 in a targeted way. For example, running the analysis on the current version of
344 file and the current set of source folders), and then you "diff" the two.
/tools/carrier_settings/proto/
Dcarrier_settings.proto29 // Version number of current carrier’s settings
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto98 // A metrics dump takes a snapshot of current Bluetooth session and thus
/tools/test/connectivity/acts/
DREADME.md3 that is used to perform automated testing of current and upcoming Android
/tools/treble/hacksaw/
DREADME.md49 $ repo sync --quiet --current-branch --no-tags --no-clone-bundle --jobs=$(nproc)
/tools/repohooks/
DREADME.md188 current.txt or public_plus_experimental_current.txt also contain a

12