/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | TestModule.java | 38 ReadElf re = ReadElf.read(mConfigExe); in getDynSymArr() local 39 re.getDynamicSymbol(""); in getDynSymArr() 40 mDynSymArr = re.getDynSymArr(); in getDynSymArr()
|
D | NdkApiXmlReport.java | 150 ReadElf re = ReadElf.read(ndkSo); in main() local 151 re.getDynamicSymbol(""); in main() 152 ReadElf.Symbol[] symArr = re.getDynSymArr(); in main()
|
/cts/tests/tests/media/projection/sdk34/ |
D | README | 2 changes detect when an app is re-using the user's consent, and either: 4 2. re-show the permission dialog 6 The test app re-uses the user's consent token through two possible mechanisms:
|
/cts/tests/tests/media/projection/sdk33/ |
D | README | 2 changes detect when an app is re-using the user's consent, and either: 4 2. re-show the permission dialog 6 The test app re-uses the user's consent token through two possible mechanisms:
|
/cts/tests/tests/bionic_app/ |
D | README.md | 3 These aren't the bionic tests. They're in cts/tests/tests/bionic/ (or, if 4 you're looking for the actual gtests rather than the CTS boilerplate, in
|
/cts/tests/signature/api-check/scripts/ |
D | transform_expected_failures.py | 6 import re 25 return re.findall(
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ThirdPartyInCallServiceAppOpsPermissionTest.java | 180 } catch (RemoteException re) { in assertBindStatus() 181 Log.e(TAG, "Remote exception when checking bind status: " + re); in assertBindStatus() 210 } catch (RemoteException re) { in assertCallCount() 211 Log.e(TAG, "Remote exception when getting local call count: " + re); in assertCallCount()
|
D | CarModeInCallServiceTest.java | 674 } catch (RemoteException re) { in verifyCarModeBound() 701 } catch (RemoteException re) { in verifyCarModeUnbound() 719 } catch (RemoteException re) { in enableAndVerifyCarMode() 735 } catch (RemoteException re) { in requestAndVerifyAutomotiveProjection() 748 } catch (RemoteException re) { in releaseAutomotiveProjection()
|
/cts/tests/suspendapps/test-apps/SuspendTestApp/src/com/android/suspendapps/suspendtestapp/ |
D | TestService.java | 117 } catch (RemoteException re) { in reportBroadcastIfNeeded() 118 Log.e(TAG, "Unable to report broadcast " + intent + " to instrumentation", re); in reportBroadcastIfNeeded()
|
/cts/apps/CameraITS/utils/ |
D | video_processing_utils.py | 23 import re 338 re.search(r'avg_frame_rate=*([0-9]+/[0-9]+)', output) 381 curr_time = float(re.search(r'time= *([0-9][0-9\.]*)', line) 427 metadata = re.search(r'"color_space": ("[a-z0-9]*")', line)
|
/cts/tools/utils/cts/ |
D | tools.py | 19 import re 173 exp = re.compile(pattern) 188 exp = re.compile(pattern)
|
/cts/tools/incremental-cts/ |
D | incremental_deqp.py | 41 import re 273 self._exclude_deqp_pattern = re.compile('(^/data/|^\[vdso\]|^/dmabuf)') 336 if re.search(' comm .*deqp-binary', line): 347 if not re.search(self._exclude_deqp_pattern, deps_file): 472 return not re.search(re.compile('^/apex/'), dependency_name)
|
/cts/hostsidetests/multidevices/tools/ |
D | run_all_tests.py | 20 import re 143 match = re.search(r'"(.*?)"', line) # Get file path
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 176 ReadElf re = new ReadElf(new File(arg)); in main() local 177 re.getSymbol("x"); in main() 178 re.getDynamicSymbol("x"); in main() 179 re.close(); in main()
|
/cts/tests/contextualsearch/src/android/contextualsearch/cts/ |
D | CtsContextualSearchActivity.kt | 51 Log.d(TAG, "-----${if (value == null) "re" else ""}setWatcher-----")
|
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/nl80211/ |
D | IWifiScannerImp.java | 116 } catch (RemoteException re) { in mockScanResultReadyEvent() 117 Log.e(TAG, "RemoteException when calling OnScanResultRead" + re); in mockScanResultReadyEvent()
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 17 import argparse, json, math, re, sys, zipfile 33 for p in re.split('(\d+)', v.lower()): 71 for k, v in re.findall(r'([^ =]+)=([^ [=]+(?:|\[[^\]]+\]))(?:, |$)', value)) 328 if re.search(r'/GenericDeviceInfo.deviceinfo.json$', info.filename): 330 elif re.search(r'/Cts(Media|Video)(Decoder)?TestCases\.reportlog\.json$', info.filename):
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/ |
D | Test_opc_throw.java | 38 } catch (RuntimeException re) { in testN1()
|
/cts/tools/utils/ |
D | buildCts.py | 21 import re 61 pattern = re.compile(r'^\s*([^:#=\s]+)\s*:=\s*(.*?[^\\])$', re.MULTILINE + re.DOTALL)
|
/cts/tests/tests/media/ |
D | README.md | 16 | CtsMediaProjectionSDK33TestCases | MediaProjection related tests, detecting consent re-use on SDK… 17 | CtsMediaProjectionSDK34TestCases | MediaProjection related tests, detecting consent re-use on SDK…
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | AppControlWrapper.java | 117 } catch (RemoteException re) { in addCall() 118 handleRemoteException(re, "addCall"); in addCall()
|
/cts/suite/cts/utils/ |
D | get_csv_report.py | 18 import re 106 m = re.search(r'.*;/data\s+([\w\.]+)\s+([\w\.]+)\s+([\w\.]+)\s+([\w\.]+);', partitions)
|
/cts/hostsidetests/multidevices/bluetooth/ |
D | bluetooth_multi_devices_test.py | 8 import re
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BinderIntegrationTest.java | 363 } catch (RemoteException re) { in testBinderDiedWho() 364 fail("Couldn't get token and linkToDeath: " + re); in testBinderDiedWho()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringBuilderSpanTest.java | 85 for (int re = rs; re < replPositionSet.size(); re++) { in replace() 89 replPositionSet.getPosition(rs), replPositionSet.getPosition(re)); in replace()
|