/frameworks/base/services/core/xsd/vts/ |
D | ValidateDefaultPermissions.cpp | 53 std::vector<const char*> locations = {"/vendor/etc/default-permissions", in TEST() local 56 for (const char* dir_path : locations) { in TEST()
|
/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
D | Android.bp | 42 cmd: "cp $(locations :audio_policy_configuration_files) $(genDir)/. && " + 87 "cp $(locations :audio_policy_pfw_structure_files) $(genDir)/Structure/Policy && " + 95 "--add-edds $(locations :edd_files) " + 124 cmd: "cp $(locations :audio_policy_engine_configuration_files) $(genDir) && ls -l $(genDir) &&"+
|
/frameworks/base/tools/aapt2/java/ |
D | ProguardRules.cpp | 416 std::set<UsageLocation> locations; in WriteKeepSet() local 421 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet() 426 for (const UsageLocation& location : locations) { in WriteKeepSet() 465 std::set<UsageLocation>* locations) { in CollectLocations() argument 466 locations->insert(location); in CollectLocations() 477 if (locations->find(refLocation) != locations->end()) { in CollectLocations() 480 if (!CollectLocations(refLocation, keep_set, locations)) { in CollectLocations()
|
D | ProguardRules.h | 77 std::set<UsageLocation>* locations); 97 std::set<UsageLocation>* locations);
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 958 int[] xs = mHorizontalAxis.locations; in onDebugDraw() 966 int[] ys = mVerticalAxis.locations; in onDebugDraw() 1052 int[] locations = axis.getLocations(); in measureChildrenWithMargins() local 1053 int cellSize = locations[span.max] - locations[span.min]; in measureChildrenWithMargins() 1258 public int[] locations; field in GridLayout.Axis 1554 private boolean relax(int[] locations, Arc entry) { in relax() argument 1562 int candidate = locations[u] + value; in relax() 1563 if (candidate > locations[v]) { in relax() 1564 locations[v] = candidate; in relax() 1570 private void init(int[] locations) { in init() argument [all …]
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | ApplicationPackageManagerTest.java | 192 int[] locations = {PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY, in testGetCandidateVolumes_3rdParty_internalOnly() local 195 for (int location : locations) { in testGetCandidateVolumes_3rdParty_internalOnly() 218 int[] locations = {PackageInfo.INSTALL_LOCATION_AUTO, in testGetCandidateVolumes_3rdParty_auto() local 221 for (int location : locations) { in testGetCandidateVolumes_3rdParty_auto()
|
/frameworks/base/location/java/android/location/ |
D | IBatchedLocationCallback.aidl | 28 void onLocationBatch(in List<Location> locations); in onLocationBatch() argument
|
D | BatchedLocationCallback.java | 43 public void onLocationBatch(List<Location> locations) {} in onLocationBatch() argument
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | AbstractLocationProvider.java | 69 void onReportLocation(List<Location> locations); in onReportLocation() argument 323 protected void reportLocation(List<Location> locations) { in reportLocation() argument 328 listener.onReportLocation(locations); in reportLocation()
|
D | MockableLocationProvider.java | 284 public final void onReportLocation(List<Location> locations) { in onReportLocation() argument 290 reportLocation(locations); in onReportLocation()
|
/frameworks/base/services/core/ |
D | Android.bp | 38 "$(locations :services.core-sources)", 54 "$(locations :services.core-sources)",
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 159 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local 163 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 117 C2ChromaOffsetStruct locations[1] = {C2ChromaOffsetStruct::ITU_YUV_420_0()}; in IntfImpl() local 121 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 124 C2ChromaOffsetStruct locations[1] = { in IntfImpl() local 129 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 176 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local 180 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
D | MockableLocationProviderTest.java | 201 public void onReportLocation(List<Location> locations) {} in onReportLocation() argument
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 125 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local 129 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 119 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local 123 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1382 C2ChromaOffsetStruct locations[]; // max 2 elements member 1397 locations[ix] = location; in C2ColorInfoStruct() 1402 DEFINE_AND_DESCRIBE_FLEX_C2STRUCT(ColorInfo, locations) 1405 C2FIELD(locations, "locations")
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssManagerService.java | 601 public void onReportLocation(List<Location> locations) { in onReportLocation() argument 620 gnssBatchingCallback.onLocationBatch(locations); in onReportLocation()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 109 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl() local 113 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations)); in IntfImpl()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1856 static Return<void> gnssLocationBatchCbImpl(const hidl_vec<T>& locations); 1862 Return<void> GnssBatchingCallbackUtil::gnssLocationBatchCbImpl(const hidl_vec<T>& locations) { in gnssLocationBatchCbImpl() argument 1865 jobjectArray jLocations = env->NewObjectArray(locations.size(), class_location, nullptr); in gnssLocationBatchCbImpl() 1867 for (uint16_t i = 0; i < locations.size(); ++i) { in gnssLocationBatchCbImpl() 1868 jobject jLocation = translateGnssLocation(env, locations[i]); in gnssLocationBatchCbImpl() 1887 Return<void> gnssLocationBatchCb(const hidl_vec<GnssLocation_V1_0>& locations) override { in gnssLocationBatchCb() 1888 return GnssBatchingCallbackUtil::gnssLocationBatchCbImpl(locations); in gnssLocationBatchCb() 1898 Return<void> gnssLocationBatchCb(const hidl_vec<GnssLocation_V2_0>& locations) override { in gnssLocationBatchCb() 1899 return GnssBatchingCallbackUtil::gnssLocationBatchCbImpl(locations); in gnssLocationBatchCb()
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 5 The system selects a boot animation zipfile from the following locations, in order:
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 52 * instances of the same hardware_type. The specific locations are vendor
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce.rscript | 291 // finds min values (not their locations) from matrix input
|