Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 77) sorted by relevance

1234

/packages/services/Telephony/utils/satellite/tools/src/test/java/com/android/telephony/tools/sats2/
DCreateSatS2FileTest.java65 Path inputDirPath = mTempDirPath.resolve("input"); in testCreateSatS2FileWithInvalidInput()
67 Path inputFilePath = inputDirPath.resolve("s2cells.txt"); in testCreateSatS2FileWithInvalidInput()
69 Path outputDirPath = mTempDirPath.resolve("output"); in testCreateSatS2FileWithInvalidInput()
71 Path outputFilePath = outputDirPath.resolve("sats2.dat"); in testCreateSatS2FileWithInvalidInput()
97 Path inputDirPath = mTempDirPath.resolve("input"); in testCreateSatS2FileWithValidInput()
99 Path inputFilePath = inputDirPath.resolve("s2cells.txt"); in testCreateSatS2FileWithValidInput()
101 Path outputDirPath = mTempDirPath.resolve("output"); in testCreateSatS2FileWithValidInput()
103 Path outputFilePath = outputDirPath.resolve("sats2.dat"); in testCreateSatS2FileWithValidInput()
/packages/services/Car/tools/hidl_parser/
Dparser.py233 def resolve(self, enum, document): member in EnumValue
243 def resolve(self, enum, document): member in EnumValueConstant
256 def resolve(self, enum, document): member in EnumValueSuccessor
257 return self.value.resolve(enum, document) + 1
266 def resolve(self, enum, document): member in EnumValueLocalRef
268 if case.name == self.ref: return case.value.resolve(enum, document)
278 def resolve(self, enum, document): member in EnumValueLShift
279 base = self.base.resolve(enum, document)
280 offset = self.offset.resolve(enum, document)
291 def resolve(self, enum, document): member in EnumValueOr
[all …]
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/
DApiHelperTest.java19 import static android.car.test.ApiHelper.resolve;
41 assertThrows(NullPointerException.class, () -> resolve(null)); in testResolve_null()
46 assertWithMessage("resolve()").that(resolve("")).isNull(); in testResolve_empty()
47 assertWithMessage("resolve( )").that(resolve(" ")).isNull(); in testResolve_empty()
196 assertWithMessage("invalid API").that(resolve(api)).isNull(); in assertInvalidApi()
216 Member member = resolve(api); in assertMember()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/mergetzs2ranges/
DMergeTzS2RangesTest.java68 Path inputDirPath = mTempDirPath.resolve("input"); in regressionTest()
76 Path workingDirPath = mTempDirPath.resolve("working"); in regressionTest()
79 Path actualDirPath = mTempDirPath.resolve("actual"); in regressionTest()
81 Path actualFilePath = actualDirPath.resolve(outputFileName); in regressionTest()
96 Path expectedOutputDirPath = mTempDirPath.resolve("expected"); in regressionTest()
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/
Dsettings.gradle.kts67 val ANDROID_ROOT_DIR = file(rootDir).resolve("../../../../../")
68 val androidTop = file(rootDir.getParent()).resolve("../../../../").getCanonicalPath()
80 val projectRoot = file(ANDROID_ROOT_DIR).resolve(dir) in includeAndroidProject()
104 projectDescriptor.projectDir = file(androidTop).resolve(projectRoot) in includeProject()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/
DCreateTzS2ProtoDataFileTest.java60 Path inputDirPath = mTempDirPath.resolve("input"); in regressionTest()
63 Path outputDirPath = mTempDirPath.resolve("output"); in regressionTest()
65 Path outputFilePath = outputDirPath.resolve("tzs2datafile.prototxt"); in regressionTest()
77 Path expectedDirPath = mTempDirPath.resolve("expected"); in regressionTest()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/
DCanonicalizeTzS2PolygonsTest.java68 Path inputPolysDirPath = mTempDirPath.resolve("input_polygons"); in regressionTest()
75 Path tzIdsDir = mTempDirPath.resolve("tzids"); in regressionTest()
78 Path outputDirPath = mTempDirPath.resolve("output"); in regressionTest()
94 Path expectedDirPath = mTempDirPath.resolve("expected"); in regressionTest()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/
DGeoJsonTzToTzS2PolygonsTest.java66 Path inputDirPath = mTempDirPath.resolve("input"); in regressionTest()
70 Path outputDirPath = mTempDirPath.resolve("output"); in regressionTest()
79 Path expectedOutputDirPath = mTempDirPath.resolve("expected"); in regressionTest()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/
DTzS2PolygonsToTzS2CellUnionsTest.java64 Path inputDirPath = mTempDirPath.resolve("input"); in regressionTest()
68 Path outputDirPath = mTempDirPath.resolve("output"); in regressionTest()
79 Path expectedOutputDirPath = mTempDirPath.resolve("expected"); in regressionTest()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/
DTzS2CellUnionsToTzS2RangesTest.java64 Path inputDirPath = mTempDirPath.resolve("input"); in regressionTest()
68 Path outputDirPath = mTempDirPath.resolve("output"); in regressionTest()
79 Path expectedOutputDirPath = mTempDirPath.resolve("expected"); in regressionTest()
/packages/modules/OnDevicePersonalization/pluginlib/src/com/android/ondevicepersonalization/libraries/plugin/internal/
DIsolationClassLoader.java89 protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException { in loadClass() argument
108 clazz = super.loadClass(name, resolve); in loadClass()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowManager.java89 return resolve(className, mContentMediatorCreators); in resolveContentMediator()
92 private <T> T resolve(String className, Map<Class<?>, Provider<T>> creators) { in resolve() method in SystemUIOverlayWindowManager
/packages/modules/common/proguard/
DAndroid.bp24 // Needed because otherwise java_defaults would resolve it in module directory.
46 // Needed because otherwise java_defaults would resolve it in module directory.
/packages/modules/AdServices/adservices/linter/java/android/adservices/lint/prod/
DBackCompatJobServiceDetector.kt114 val resolved = initializer.resolve() in isInitializerValid()
124 val resolved = initializer.resolve() in isInitializerValid()
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DMDnsManager.java125 public boolean resolve(int id, @NonNull String serviceName, @NonNull String registrationType, in resolve() method in MDnsManager
131 mMdns.resolve(info); in resolve()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/testutils/
DTestDnsServerTest.kt87 val response = resolve(queryPacket, testServer.port) in testHandleDnsQuery()
101 private fun resolve(queryDnsPacket: DnsPacket, serverPort: Int): TestDnsServer.DnsAnswerPacket { in resolve() method in com.android.testutils.TestDnsServerTest
/packages/modules/Bluetooth/tools/lint/checks/src/com/android/bluetooth/lint/
DGuardedLogLineDetector.kt268 val resolvedMethod = node.resolve() in isLoggingFunction()
276 val resolvedMethod = node.resolve() in isLoggableFunction()
/packages/modules/Connectivity/staticlibs/netd/aidl_api/mdns_aidl_interface/2/android/net/mdns/aidl/
DIMDns.aidl56 void resolve(in android.net.mdns.aidl.ResolutionInfo info); in resolve() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/mdns_aidl_interface/current/android/net/mdns/aidl/
DIMDns.aidl56 void resolve(in android.net.mdns.aidl.ResolutionInfo info); in resolve() method
/packages/modules/Connectivity/staticlibs/netd/aidl_api/mdns_aidl_interface/1/android/net/mdns/aidl/
DIMDns.aidl41 void resolve(in android.net.mdns.aidl.ResolutionInfo info); in resolve() method
/packages/modules/Connectivity/staticlibs/netd/binder/android/net/mdns/aidl/
DIMDns.aidl91 void resolve(in ResolutionInfo info); in resolve() method
/packages/modules/CaptivePortalLogin/
DTEST_MAPPING2 "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [
/packages/apps/Settings/src/com/android/settings/bluetooth/
DQrCodeScanModeBaseActivity.java52 setTheme(themeResolver.resolve( in onCreate()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java792 Path pictureFile = callComposerDir.resolve(uri.getLastPathSegment()); in openFile()
873 Path path = context.getFilesDir().toPath().resolve(CALL_COMPOSER_PICTURE_DIRECTORY_NAME); in getCallComposerPictureDirectory()
883 Path path = pathToCallComposerDir.resolve(CALL_COMPOSER_ALL_USERS_DIRECTORY_NAME); in getCallComposerAllUsersPictureDirectory()
910 Path pathToFile = pathToCallComposerDir.resolve(fileName); in allocateNewCallComposerPicture()
918 Files.createSymbolicLink(allUsersDir.resolve(fileName), pathToFile); in allocateNewCallComposerPicture()
926 Path fileToDelete = pathToCallComposerDir.resolve(uri.getLastPathSegment()); in deleteCallComposerPicture()
1214 Path newFilePath = callComposerDir.resolve(uri.getLastPathSegment()); in syncCallComposerPics()
/packages/modules/DnsResolver/
DTEST_MAPPING2 "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [

1234