Home
last modified time | relevance | path

Searched defs:srcs (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperation.java63 FileOperation(@OpType int opType, UrisSupplier srcs, DocumentStack destination) { in FileOperation()
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()
251 private MoveDeleteOperation(@OpType int opType, UrisSupplier srcs, in MoveDeleteOperation()
328 public Builder withSrcs(UrisSupplier srcs) { in withSrcs()
H A DDeleteJob.java58 UrisSupplier srcs, @Nullable Uri srcParent, Features features) { in DeleteJob()
H A DMoveJob.java66 UrisSupplier srcs, @Nullable Uri srcParent, Messenger messenger, Features features) { in MoveJob()
H A DResolvedResourcesJob.java51 DocumentStack destination, UrisSupplier srcs, Features features) { in ResolvedResourcesJob()
H A DCompressJob.java60 UrisSupplier srcs, Messenger messenger, Features features) { in CompressJob()
H A DCopyJob.java120 UrisSupplier srcs, Messenger messenger, Features features) { in CopyJob()
125 DocumentStack destination, UrisSupplier srcs, Messenger messenger, Features features) { in CopyJob()
/aosp12/build/soong/cc/
H A Dbp2build.go90 srcs bazel.LabelListAttribute member
128 srcs bazel.LabelListAttribute member
167 srcs bazel.LabelListAttribute member
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DAbstractJobTest.java101 FileOperation createOperation(@OpType int opType, List<Uri> srcs, Uri srcParent, in createOperation()
125 final T createJob(@OpType int opType, List<Uri> srcs, Uri srcParent, Uri destination) in createJob()
H A DAbstractCopyJobTest.java256 final T createJob(List<Uri> srcs) throws Exception { in createJob()
261 final T createJob(List<Uri> srcs, Uri srcParent) throws Exception { in createJob()
H A DDeleteJobTest.java63 private DeleteJob createJob(List<Uri> srcs, Uri srcParent) throws Exception { in createJob()
H A DJobErrorHandlingTest.java82 private DeleteJob createJob(List<Uri> srcs, Uri srcParent) throws Exception { in createJob()
/aosp12/packages/modules/adb/client/
H A Dbugreport.cpp103 std::vector<const char*> srcs{src_file_.c_str()}; in Done() local
295 bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in DoSyncPull()
H A Dcommandline.cpp1347 static void parse_push_pull_args(const char** arg, int narg, std::vector<const char*>* srcs, in parse_push_pull_args()
1964 std::vector<const char*> srcs; in adb_commandline() local
1974 std::vector<const char*> srcs; in adb_commandline() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestJob.java43 UrisSupplier srcs, Runnable startRunnable, Features features) { in TestJob()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDragAndDropManager.java81 List<DocumentInfo> srcs, in startDrag()
237 List<DocumentInfo> srcs, in startDrag()
275 private void updateShadow(List<DocumentInfo> srcs, IconHelper iconHelper) { in updateShadow()
H A DMetrics.java136 List<DocumentInfo> srcs, in logFileOperation()
605 ProviderCounts counts, List<DocumentInfo> srcs, @Nullable DocumentInfo dst) { in countProviders()
/aosp12/system/sepolicy/build/soong/
H A Dbuild_files.go55 srcs map[string]android.Paths member
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDragAndDropManager.java50 public void startDrag(View v, List<DocumentInfo> srcs, RootInfo root, List<Uri> invalidDest, in startDrag()
/aosp12/build/soong/android/
H A Dpaths_test.go1038 srcs []string member
1124 srcs []string member
H A Dfilegroup.go92 srcs Paths member
/aosp12/build/make/tools/
H A Djava-layers.py170 def find_java_files(srcs): argument
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpSinkProfile.java162 List<BluetoothDevice> srcs = mService.getConnectedDevices(); in isAudioPlaying() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDragStartListener.java124 final List<DocumentInfo> srcs = mDocsConverter.apply(selection); in startDrag() local
/aosp12/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc448 ArrayRef<ArgumentLocation> srcs, in GetSpillChunkSize()
506 static inline uint32_t GetCoreRegisterMask(ArrayRef<ArgumentLocation> srcs) { in GetCoreRegisterMask()
515 static inline bool UseStrdForChunk(ArrayRef<ArgumentLocation> srcs, size_t start, size_t length) { in UseStrdForChunk()
527 static inline bool UseVstrForChunk(ArrayRef<ArgumentLocation> srcs, size_t start, size_t length) { in UseVstrForChunk()
540 ArrayRef<ArgumentLocation> srcs) { in MoveArguments()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Digmp.h64 __be32 srcs[0]; member

12