Home
last modified time | relevance | path

Searched defs:res (Results 1 – 20 of 20) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DDynamicConfigFileReaderTest.java90 String res = DynamicConfigFileReader.getValueFromConfig(mConfigFile, "doesnotexit"); in testGetValueFromFile_keyNotFound() local
100 String res = DynamicConfigFileReader.getValueFromConfig(mConfigFile, "media_files_url"); in testGetValueFromFile() local
110 String res = DynamicConfigFileReader.getValueFromConfig( in testGetValueFromBuild() local
121 String res = DynamicConfigFileReader.getValueFromConfig( in testGetValueFromBuild_moduleNotFound() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusherTest.java123 File res = mPreparer.getLocalConfigFile(mMockBuildHelper, mMockDevice); in testLocalRead_fromDynamicConfigName() local
144 File res = mPreparer.getLocalConfigFile(mMockBuildHelper, mMockDevice); in testLocalRead() local
202 File res = null; in testResourceRead() local
222 File res = null; in testResourceRead_resourceFileName() local
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DTestUtilsTest.java72 List<Path> res = TestUtils.listApks(root); in listApks_withSplitApksInSubDirectory_returnsApks() local
88 List<Path> res = TestUtils.listApks(root); in listApks_withSingleSplitApkDirectory_returnsApks() local
108 List<Path> res = TestUtils.listApks(root); in listApks_withSplitApkDirectory_returnsListWithBaseApkAsTheFirstElement() local
119 List<Path> res = TestUtils.listApks(root); in listApks_withSingleApkDirectory_returnsApks() local
134 List<Path> res = TestUtils.listApks(root); in listApks_withSingleApkFile_returnsApks() local
152 List<Path> res = TestUtils.listApks(root); in listApks_withApkDirectoryContainingObbFiles_returnsApksWithObb() local
170 List<Path> res = TestUtils.listApks(root); in listApks_withApkDirectoryContainingOtherFileTypes_returnsApksOnly() local
DDeviceUtilsTest.java240 String res = sut.getLaunchActivity(pmDump); in getLaunchActivity_oneActivityIsLauncherAndMainAndDefault_returnsIt() local
265 String res = sut.getLaunchActivity(pmDump); in getLaunchActivity_oneActivityIsLauncherAndMain_returnsIt() local
291 String res = sut.getLaunchActivity(pmDump); in getLaunchActivity_oneActivityIsLauncherAndOneActivityIsMain_returnsTheLauncherActivity() local
313 String res = sut.getLaunchActivity(pmDump); in getLaunchActivity_oneActivityIsMain_returnsIt() local
336 String res = sut.getLaunchActivity(pmDump); in getLaunchActivity_oneActivityIsLauncher_returnsIt() local
DFileBasedTemplateMappingProviderTest.java129 HashMap<String, String> res = new HashMap<String, String>(); in convertToMap() local
/test/vts/vts_hal_hidl_target/
DVtsHalHidlTargetCallbackBase.h148 WaitForCallbackResult res = PeekCallbackLocks(callback_function_names); variable
301 WaitForCallbackResult res; in Wait() local
404 vector<CallbackLock*> res; in GetWaitAnyCallbackLocks() local
430 WaitForCallbackResult res; in PeekCallbackLocks() local
/test/dittosuite/src/
Dbinder.cpp44 int8_t res; in sync() local
117 int8_t res = sync(c); in onTransact() local
Dbinder_request.cpp185 int res = 0; in ParseParcelString() local
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/
DAppLaunchImgdiagTest.java53 CommandResult res = getDevice().executeShellV2Command(imgdiagCmd); in tearDown() local
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/
DCheckGmsPreparer.java69 CommandResult res = testInfo.getDevice().executeShellV2Command(CHECK_GMS_COMMAND); in isGmsRunning() local
/test/vts-testcase/kernel/gki/
Dcpio.cpp85 auto res = Exec(&args, extracted_ramdisk->path); in CpioExtract() local
Dgeneric_boot_image_test.cpp132 std::set<std::string> res; in GetRequirementBySdkLevel() local
150 auto res = GetRequirementBySdkLevel(target_sdk_level); in GetAllowListBySdkLevel() local
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/lib/
DWebviewUtils.java115 CommandResult res = in updateWebviewImplementation() local
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java511 Activity res = filteredActivities.get(0); in getLaunchActivity() local
637 CommandResult res = in getDropboxEntries() local
738 CommandResult res; in getDropboxEntriesFromStdout() local
DAppCrawlTesterHostPreparer.java153 CommandResult res = runUtil.runTimedCmd(COMMAND_TIMEOUT_MILLIS, cmd.split(" ")); in setUp() local
/test/vts-testcase/kernel/api/bpf_native_test/
DBpfTest.cpp100 int res; in workerThread() local
/test/vts-testcase/security/avb/
Dgsi_validation_utils.cpp159 const android::ResTable& res = assetManager.getResources(false); in IsVrHeadsetDevice() local
/test/vts-testcase/hal/treble/vintf/
DDeviceManifestTest.cpp48 auto res = TestTargetFcmVersion(shipping_fcm_version, board_api_level); in TEST_F() local
/test/vts-testcase/kernel/api/sysfs/src/com/android/tests/sysfs/
DKernelApiSysfsTest.java300 int[] res = Arrays.stream(m.group(1).split("\\.")).mapToInt(Integer::parseInt).toArray(); in getKernelVersion() local
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp1407 int res = ioctl(fd, FS_IOC_GET_ENCRYPTION_POLICY_EX, &arg); in GetKeyUsedByDir() local