Searched refs:profileName (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/ |
D | AssociationEndToEndTest.kt | 40 profileName: String // Used only by the Parameterized test runner for tagging.
|
D | AssociationEndToEndSingleDeviceTest.kt | 25 profileName: String // Used only by the Parameterized test runner for tagging.
|
D | AssociationEndToEndSelfManagedTest.kt | 34 profileName: String // Used only by the Parameterized test runner for tagging.
|
/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
D | WebViewHostSideMultipleProfileTest.java | 123 private int createUser(String profileName, boolean isManaged) in createUser() argument 128 command = String.format(command, mDevice.getMainUserId(), profileName); in createUser()
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | BaseMultiUserBackupHostSideTest.java | 100 int createProfileUser(int parentId, String profileName) throws IOException { in createProfileUser() argument 103 String.format("pm create-user --profileOf %d %s", parentId, profileName)); in createProfileUser()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
D | PeripheralProfile.java | 69 public PeripheralProfile(String profileName, String profileDescription, in PeripheralProfile() argument 73 mProfileName = profileName; in PeripheralProfile()
|
/cts/tests/tests/graphics/jni/ |
D | VulkanProfiles.h | 87 char profileName[VP_MAX_PROFILE_NAME_SIZE]; member
|
D | VulkanProfiles.cpp | 5335 VPAPI_ATTR const VpProfileDesc* vpGetProfileDesc(const char profileName[VP_MAX_PROFILE_NAME_SIZE]) { in vpGetProfileDesc() 5337 …if (strncmp(vpProfiles[i].props.profileName, profileName, VP_MAX_PROFILE_NAME_SIZE) == 0) return &… in vpGetProfileDesc() 5427 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileFallbacks() 5469 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetInstanceProfileSupport() 5521 pDesc = detail::vpGetProfileDesc(pCreateInfo->pProfile->profileName); in vpCreateInstance() 5603 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetPhysicalDeviceProfileSupport() 5839 … const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pCreateInfo->pProfile->profileName); in vpCreateDevice() 5973 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileInstanceExtensionProperties() 5995 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileDeviceExtensionProperties() 6014 const detail::VpProfileDesc* pDesc = detail::vpGetProfileDesc(pProfile->profileName); in vpGetProfileFeatures() [all …]
|