/aosp_15_r20/external/gemmlowp/meta/generators/ |
H A D | neon_emitter.py | 287 def EmitAdd(self, destination, source, param): argument 290 def EmitSubs(self, destination, source, param): argument 293 def EmitSub(self, destination, source, param): argument 296 def EmitMul(self, destination, source, param): argument 326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 331 def EmitVAddw(self, add_type, destination, source_1, source_2): argument 334 def EmitVSub(self, sub_type, destination, source_1, source_2): argument 339 def EmitVCvt(self, cvt_to, cvt_from, destination, source): argument 342 def EmitVDup(self, dup_type, destination, source): argument 345 def EmitVMax(self, size, destination, source_1, source_2): argument [all …]
|
H A D | neon_emitter_64.py | 523 def EmitAdd(self, destination, source, param): argument 526 def EmitSubs(self, destination, source, param): argument 529 def EmitSub(self, destination, source, param): argument 532 def EmitMul(self, destination, source, param): argument 538 def EmitVMovl(self, mov_type, destination, source): argument 569 def EmitVMax(self, max_type, destination, source_1, source_2): argument 581 def EmitVMin(self, min_type, destination, source_1, source_2): argument 617 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 631 def EmitVAddw(self, add_type, destination, source_1, source_2): argument 641 def EmitVSub(self, sub_type, destination, source_1, source_2): argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.java | 173 …r.customization.shared.model.WallpaperModel>> recentWallpapers(@org.jetbrains.annotations.NotNull() in recentWallpapers() 182 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setStaticWallpaper() 200 …droid.graphics.Rect> cropHints, com.android.wallpaper.picker.customization.shared.model.WallpaperD… in setStaticWallpaperToSystem() 213 …WallpaperPrefMetadata metadata, com.android.wallpaper.picker.customization.shared.model.WallpaperD… in setStaticWallpaperMetadata() 219 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setLiveWallpaper() 225 …eWallpaperModel wallpaperModel, com.android.wallpaper.picker.customization.shared.model.WallpaperD… in tryAndroidBSetComponent() 229 …eWallpaperModel wallpaperModel, com.android.wallpaper.picker.customization.shared.model.WallpaperD… in tryAndroidUSetComponent() 238 …eWallpaperModel wallpaperModel, com.android.wallpaper.picker.customization.shared.model.WallpaperD… in setLiveWallpaperToSystem() 251 …WallpaperPrefMetadata metadata, com.android.wallpaper.picker.customization.shared.model.WallpaperD… in setLiveWallpaperMetadata() 258 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setRecentWallpaper() [all …]
|
D | WallpaperClient.java | 29 …r.customization.shared.model.WallpaperModel>> recentWallpapers(@org.jetbrains.annotations.NotNull() in recentWallpapers() 47 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setStaticWallpaper() 65 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setLiveWallpaper() 81 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setRecentWallpaper() 92 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in loadThumbnail()
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/model/ |
H A D | DownloadFileRequest.java | 45 private final Path destination; field in DownloadFileRequest 75 public Path destination() { in destination() method in DownloadFileRequest 150 Builder destination(Path destination); in destination() argument 159 default Builder destination(File destination) { in destination() argument 215 private Path destination; field in DownloadFileRequest.DefaultBuilder 229 public Builder destination(Path destination) { in destination() method in DownloadFileRequest.DefaultBuilder 238 public void setDestination(Path destination) { in setDestination()
|
H A D | DownloadDirectoryRequest.java | 42 private final Path destination; field in DownloadDirectoryRequest 62 public Path destination() { in destination() method in DownloadDirectoryRequest 167 Builder destination(Path destination); in destination() method 335 private Path destination; field in DownloadDirectoryRequest.DefaultBuilder 353 public Builder destination(Path destination) { in destination() method in DownloadDirectoryRequest.DefaultBuilder 358 public void setDestination(Path destination) { in setDestination()
|
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/ |
D | RouteInfo.java | 146 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 171 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 248 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 257 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway, in RouteInfo() 279 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway) { in RouteInfo() 289 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway) { in RouteInfo() 313 public RouteInfo(@NonNull IpPrefix destination) { in RouteInfo() 320 public RouteInfo(@NonNull LinkAddress destination) { in RouteInfo() 327 public RouteInfo(@NonNull IpPrefix destination, @RouteType int type) { in RouteInfo() 500 public boolean matches(InetAddress destination) { in matches() [all …]
|
/aosp_15_r20/external/downloader/src/test/java/com/google/android/downloader/ |
H A D | DownloaderTest.java | 126 SimpleFileDownloadDestination destination = in downloadOneFile() local 165 SimpleFileDownloadDestination destination = in downloadOneFile_existingContent_partialContent() local 197 SimpleFileDownloadDestination destination = in downloadOneFile_existingContent_noMetadata() local 222 SimpleFileDownloadDestination destination = in downloadOneFile_existingContent_withEtag() local 249 SimpleFileDownloadDestination destination = in downloadOneFile_existingContent_withLastModified() local 284 SimpleFileDownloadDestination destination = in downloadOneFile_existingContent_partialContent_overwritesExistingContent() local 316 SimpleFileDownloadDestination destination = in downloadOneFile_existingContent_noServerSupport() local 348 SimpleFileDownloadDestination destination = in downloadOneFile_rangeNotSatisfiable() local 370 SimpleFileDownloadDestination destination = in downloadOneFile_oAuthTokenProvider() local 398 SimpleFileDownloadDestination destination = in downloadOneFile_oAuthTokenProvider_nullToken() local [all …]
|
/aosp_15_r20/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 22 … __inline__ void flipVertical(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, in flipVertical() 38 uint8_t * destination, int dstWidth __unused, int dstHeight __unused) { in flipHorizontal() 55 …flip_fun(int flip, uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in flip_fun() 77 …atic __inline__ void rotate90(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, in rotate90() 91 …e__ void rotate180(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in rotate180() 95 …e__ void rotate270(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in rotate270() 101 …te_fun(int rotate, uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWi… in rotate_fun() 118 static __inline__ void crop(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, i… in crop() 132 uint8_t* destination = 0; in JNIFUNCF() local 145 uint8_t* destination = 0; in JNIFUNCF() local [all …]
|
/aosp_15_r20/external/webrtc/common_video/h264/ |
H A D | sps_vui_rewriter.cc | 57 uint8_t CopyUInt8(BitstreamReader& source, rtc::BitBufferWriter& destination) { in CopyUInt8() 66 rtc::BitBufferWriter& destination) { in CopyExpGolomb() 76 rtc::BitBufferWriter& destination) { in CopyBits() 142 rtc::Buffer* destination) { in ParseAndRewriteSps() 219 rtc::Buffer* destination, in ParseAndRewriteSps() 287 rtc::BitBufferWriter& destination, in CopyAndRewriteVui() 421 rtc::BitBufferWriter& destination) { in CopyHrdParameters() 445 bool AddBitstreamRestriction(rtc::BitBufferWriter* destination, in AddBitstreamRestriction() 477 bool AddVideoSignalTypeInfo(rtc::BitBufferWriter& destination, in AddVideoSignalTypeInfo() 500 rtc::BitBufferWriter& destination, in CopyOrRewriteVideoSignalTypeInfo() [all …]
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 110 @Nullable Rect cropRect, float scale, @Destination final int destination, in setIndividualWallpaper() 182 @Destination int destination, SetWallpaperCallback callback) { in setIndividualWallpaper() 189 @Destination int destination, SetWallpaperCallback callback) { in setIndividualWallpaper() 204 Rect cropHint, @Destination int destination, SetWallpaperCallback callback) { in setIndividualWallpaper() 249 @Destination int destination) { in saveStaticWallpaperMetadata() 281 public boolean saveStaticWallpaperToPreferences(@Destination int destination, in saveStaticWallpaperToPreferences() 426 public void onLiveWallpaperSet(@Destination int destination) { in onLiveWallpaperSet() 454 @Destination int destination) { in setLiveWallpaperMetadata() 505 @Destination int destination, WallpaperPersister.SetWallpaperCallback callback) { in SetWallpaperTask() 519 @Destination int destination, WallpaperPersister.SetWallpaperCallback callback) { in SetWallpaperTask() [all …]
|
D | WallpaperPersister.java | 61 … float scale, @Destination int destination, SetWallpaperCallback callback); in setIndividualWallpaper() 132 @Destination int destination in saveStaticWallpaperMetadata() 138 boolean saveStaticWallpaperToPreferences(int destination, in saveStaticWallpaperToPreferences() 191 void onLiveWallpaperSet(@Destination int destination); in onLiveWallpaperSet() 201 @Destination int destination); in setLiveWallpaperMetadata() 207 void onSuccess(WallpaperInfo wallpaperInfo, @Destination int destination); in onSuccess() 226 static int destinationToFlags(@Destination int destination) { in destinationToFlags()
|
/aosp_15_r20/system/chre/util/tests/ |
H A D | string_test.cc | 24 char destination[100]; in TEST() local 33 char destination[destinationLength]; in TEST() local 47 char destination[destinationLength]; in TEST() local 61 char destination[destinationLength]; in TEST() local 78 char destination[destinationLength]; in TEST() local 101 char destination[destinationLength]; in TEST() local 121 char destination[destinationLength]; in TEST() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/customization/domain/interactor/ |
D | WallpaperInteractor.java | 52 …oroutines.flow.StateFlow<java.lang.String> selectedWallpaperId(@org.jetbrains.annotations.NotNull() in selectedWallpaperId() 62 …nx.coroutines.flow.Flow<java.lang.String> selectingWallpaperId(@org.jetbrains.annotations.NotNull() in selectingWallpaperId() 71 …x.coroutines.flow.Flow<java.lang.Boolean> isSelectingWallpaper(@org.jetbrains.annotations.NotNull() in isSelectingWallpaper() 82 …er.picker.customization.shared.model.WallpaperModel>> previews(@org.jetbrains.annotations.NotNull() in previews() 93 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setRecentWallpaper() 105 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in loadThumbnail()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/customization/data/repository/ |
D | WallpaperRepository.java | 89 …oroutines.flow.StateFlow<java.lang.String> selectedWallpaperId(@org.jetbrains.annotations.NotNull() in selectedWallpaperId() 94 …lang.String currentWallpaperKey(com.android.wallpaper.picker.customization.shared.model.WallpaperD… in currentWallpaperKey() 115 …r.customization.shared.model.WallpaperModel>> recentWallpapers(@org.jetbrains.annotations.NotNull() in recentWallpapers() 126 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in loadThumbnail() 134 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setStaticWallpaper() 147 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setLiveWallpaper() 159 …com.android.wallpaper.picker.customization.shared.model.WallpaperDestination destination, @org.jet… in setRecentWallpaper()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_interop_tests/ |
D | filter_data_validation.json | 17 "destination": "https://d.test", string 37 "destination": "https://d.test", string 69 "destination": "https://d.test", string 100 "destination": "https://d.test", string 120 "destination": "https://d.test", string 152 "destination": "https://d.test", string 184 "destination": "https://d.test", string 204 "destination": "https://d.test", string 224 "destination": "https://d.test", string 244 "destination": "https://d.test", string [all …]
|
D | custom_trigger_data.json | 17 "destination": "https://destination.test", string 81 "destination": "https://destination.test", string 101 "destination": "https://destination.test", string 123 "destination": "https://destination.test", string 145 "destination": "https://destination.test", string 167 "destination": "https://destination.test", string 192 "destination": "https://destination.test", string 212 "destination": "https://destination.test", string 232 "destination": "https://destination.test", string 252 "destination": "https://destination.test", string [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | ford_fulkerson.rs | 11 let destination = graph.add_node(3); in test_ford_fulkerson() localVariable 23 let destination = graph.add_node(5); in test_ford_fulkerson() localVariable 43 let destination = graph.add_node(5); in test_ford_fulkerson() localVariable 65 let destination = graph.add_node(5); in test_ford_fulkerson() localVariable 84 let destination = graph.add_node(5); in test_ford_fulkerson() localVariable 107 let destination = graph.add_node(5); in test_ford_fulkerson() localVariable
|
/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
H A D | HdmiCecClientWrapper.java | 242 LogicalAddress source, LogicalAddress destination, CecOperand message) in sendCecMessage() 313 LogicalAddress source, LogicalAddress destination, CecOperand message, String params) in sendCecMessage() 366 LogicalAddress source, LogicalAddress destination, int keycode, boolean holdKey) in sendUserControlPressAndRelease() 385 LogicalAddress source, LogicalAddress destination, int keyCode, int additionalParam) in sendUserControlPressAndReleaseWithAdditionalParams() 417 LogicalAddress source, LogicalAddress destination, int keycode, boolean holdKey) in sendUserControlPress() 452 LogicalAddress destination, in sendUserControlInterruptedPressAndHold() 473 public void sendPoll(LogicalAddress destination) throws Exception { in sendPoll() 598 LogicalAddress destination = CecMessage.getDestination(line); in getAllDestLogicalAddresses() local 969 LogicalAddress destination, in checkMessagesInOrder() 993 LogicalAddress destination, in checkMessagesInOrder() [all …]
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperation.java | 63 FileOperation(@OpType int opType, UrisSupplier srcs, DocumentStack destination) { in FileOperation() 93 public void setDestination(DocumentStack destination) { in setDestination() 125 private CopyOperation(UrisSupplier srcs, DocumentStack destination) { in CopyOperation() 166 private CompressOperation(UrisSupplier srcs, DocumentStack destination) { in CompressOperation() 207 private ExtractOperation(UrisSupplier srcs, DocumentStack destination) { in ExtractOperation() 252 DocumentStack destination, @Nullable Uri srcParent) { in MoveDeleteOperation() 333 public Builder withDestination(DocumentStack destination) { in withDestination()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field_unittest.cc | 462 RepeatedField<int> source, destination; in TEST() local 481 RepeatedField<int> source, destination; in TEST() local 630 RepeatedField<int> destination(source); in TEST() local 657 RepeatedField<int> source, destination; in TEST() local 691 RepeatedField<int> destination = std::move(source); in TEST() local 704 RepeatedField<int> destination = std::move(*source); in TEST() local 718 RepeatedField<int> destination; in TEST() local 736 RepeatedField<int>* destination = in TEST() local 756 RepeatedField<int>* destination = in TEST() local 771 RepeatedField<int> destination; in TEST() local [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | repeated_field_unittest.cc | 462 RepeatedField<int> source, destination; in TEST() local 481 RepeatedField<int> source, destination; in TEST() local 630 RepeatedField<int> destination(source); in TEST() local 657 RepeatedField<int> source, destination; in TEST() local 691 RepeatedField<int> destination = std::move(source); in TEST() local 704 RepeatedField<int> destination = std::move(*source); in TEST() local 718 RepeatedField<int> destination; in TEST() local 736 RepeatedField<int>* destination = in TEST() local 756 RepeatedField<int>* destination = in TEST() local 771 RepeatedField<int> destination; in TEST() local [all …]
|
/aosp_15_r20/external/icu/icu4c/packaging/ |
H A D | distrelease.ps1 | 71 $destination = "$icuDir\source\dist\icu-windows.zip" variable 72 Remove-Item -Path $destination -ErrorAction Continue variable 74 Echo $destination variable 83 echo $destination variable
|
/aosp_15_r20/out/soong/.intermediates/external/downloader/src/main/android_downloader_lib/android_common_apex30/javac/anno/com/google/android/downloader/ |
D | AutoValue_DownloadRequest.java | 20 private final DownloadDestination destination; field in AutoValue_DownloadRequest 27 DownloadDestination destination) { in AutoValue_DownloadRequest() 57 public DownloadDestination destination() { in destination() method in AutoValue_DownloadRequest 110 private DownloadDestination destination; field in AutoValue_DownloadRequest.Builder 142 public DownloadRequest.Builder setDestination(DownloadDestination destination) { in setDestination()
|
/aosp_15_r20/out/soong/.intermediates/external/downloader/src/main/android_downloader_lib/android_common_apex33/javac/anno/com/google/android/downloader/ |
D | AutoValue_DownloadRequest.java | 20 private final DownloadDestination destination; field in AutoValue_DownloadRequest 27 DownloadDestination destination) { in AutoValue_DownloadRequest() 57 public DownloadDestination destination() { in destination() method in AutoValue_DownloadRequest 110 private DownloadDestination destination; field in AutoValue_DownloadRequest.Builder 142 public DownloadRequest.Builder setDestination(DownloadDestination destination) { in setDestination()
|