Home
last modified time | relevance | path

Searched defs:files (Results 1 – 25 of 3261) sorted by relevance

12345678910>>...131

/aosp_15_r20/external/ComputeLibrary/
H A Dfilelist.json151 "files": { object
161 "files": { object
169 "files": { object
177 "files": { object
187 "files": { object
195 "files": { object
201 "files": { object
207 "files": { object
213 "files": { object
219 "files": { object
[all …]
/aosp_15_r20/external/boringssl/src/util/
H A Dgenerate_build_files.py66 def PrintVariableSection(self, out, name, files): argument
72 def WriteFiles(self, files): argument
100 def PrintDefaults(self, blueprint, name, files, asm_files=[], data=[]): argument
166 def PrintVariableSection(self, out, name, files): argument
176 def WriteFiles(self, files): argument
209 def PrintVariableSection(self, out, name, files): argument
219 def WriteFiles(self, files): argument
277 def PrintVariableSection(self, out, name, files): argument
283 def WriteFiles(self, files): argument
306 def PrintVariableSection(self, out, name, files): argument
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/
H A Dgenerate_build_files.py65 def PrintVariableSection(self, out, name, files): argument
71 def WriteFiles(self, files): argument
99 def PrintDefaults(self, blueprint, name, files, asm_files=[], data=[]): argument
165 def PrintVariableSection(self, out, name, files): argument
175 def WriteFiles(self, files): argument
206 def PrintVariableSection(self, out, name, files): argument
216 def WriteFiles(self, files): argument
274 def PrintVariableSection(self, out, name, files): argument
280 def WriteFiles(self, files): argument
303 def PrintVariableSection(self, out, name, files): argument
[all …]
/aosp_15_r20/external/python/cpython2/Demo/pdist/
Drcvs.py248 def update(self, files): argument
252 def commit(self, files, message = ""): argument
270 def mailinfo(self, files, message = ""): argument
289 def report(self, files): argument
293 def diff(self, files, opts): argument
297 def add(self, files): argument
304 def rm(self, files): argument
309 def log(self, files, opts): argument
316 def whichentries(self, files, localfilestoo = 0): argument
403 def do_report(self, opts, files): argument
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
DREADME.md65 ### asm files
82 ### mksysnum
95 ### mksyscall.go
113 ### types files
136 ### mkerrors.sh
152 ### internal/mkmerge
166 ### `zerrors_${GOOS}_${GOARCH}.go`
171 ### `zsyscall_${GOOS}_${GOARCH}.go`
176 ### `zsysnum_${GOOS}_${GOARCH}.go`
181 ### `ztypes_${GOOS}_${GOARCH}.go`
/aosp_15_r20/external/liburing/test/
H A Dfile-register.c19 static void close_files(int *files, int nr_files, int add) in close_files()
40 int *files; in open_files() local
69 int *files; in test_shrink() local
108 int *files, *fds = NULL; in test_grow() local
151 int *files, *fds = NULL; in test_replace_all() local
190 int *files, *fds = NULL; in test_replace() local
226 int *files, *fds = NULL; in test_removals() local
265 int *files, *fds = NULL; in test_additions() local
301 int *files; in test_sparse() local
330 int *files; in test_basic_many() local
[all …]
/aosp_15_r20/external/cronet/base/files/
H A Dfile_enumerator_unittest.cc123 std::vector<TestFile>& files) { in SetUpTestFiles()
138 const auto files = RunEnumerator( in TEST() local
150 const auto files = in TEST() local
167 const auto files = RunEnumerator( in TEST() local
181 const auto files = RunEnumerator(path, true, FileEnumerator::DIRECTORIES, in TEST() local
196 auto files = RunEnumerator(path, true, FileEnumerator::FILES, in TEST() local
217 auto files = RunEnumerator(path, true, FileEnumerator::FILES, in TEST() local
245 const auto files = in TEST() local
261 const auto files = RunEnumerator(path, true, FileEnumerator::DIRECTORIES, in TEST() local
279 auto files = RunEnumerator(path, true, FileEnumerator::DIRECTORIES, in TEST() local
[all …]
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_enumerator_unittest.cc55 const auto files = RunEnumerator( in TEST() local
67 const auto files = in TEST() local
84 const auto files = RunEnumerator( in TEST() local
98 const auto files = RunEnumerator(path, true, FileEnumerator::DIRECTORIES, in TEST() local
113 auto files = RunEnumerator(path, true, FileEnumerator::FILES, in TEST() local
134 auto files = RunEnumerator(path, true, FileEnumerator::FILES, in TEST() local
162 const auto files = in TEST() local
178 const auto files = RunEnumerator(path, true, FileEnumerator::DIRECTORIES, in TEST() local
196 auto files = RunEnumerator(path, true, FileEnumerator::DIRECTORIES, in TEST() local
218 auto files = in TEST() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/tests/
Dterm.rs103 let files = SimpleFiles::new(); localVariable
134 let mut files = SimpleFiles::new(); localVariable
187 let mut files = SimpleFiles::new(); localVariable
328 let files = SimpleFiles::new(); localVariable
355 let files = SimpleFiles::new(); localVariable
382 let files = SimpleFiles::new(); localVariable
474 let mut files = SimpleFiles::new(); localVariable
561 let mut files = SimpleFiles::new(); localVariable
692 let mut files = SimpleFiles::new(); localVariable
755 let mut files = SimpleFiles::new(); localVariable
[all …]
/aosp_15_r20/external/ksp/common-util/src/test/kotlin/com/google/devtools/ksp/processing/impl/
H A DCodeGeneratorImplTest.kt46 val files = codeGenerator.generatedFile.toList() in testCreatingAFile() constant
66 val files = codeGenerator.generatedFile.toList() in testCreatingAFileWithSlash() constant
86 val files = codeGenerator.generatedFile.toList() in testCreatingAFileWithPath() constant
106 val files = codeGenerator.generatedFile.toList() in testCreatingAFileWithPathAndDots() constant
/aosp_15_r20/system/extras/pinner/
H A DREADME.md27 ### Sample Use Case 1: Probe Resident Memory for a mapped file or library and dump to console
38 ### Sample Use Case 2: Probe per-file Resident Memory for a mapped apk file and dump to console
47 … Sample Use Case 3: Probe per-file resident memory for a mapped apk, dump and generate pinlist.meta
52 ### Sample Use Case 4: Probe per-file resident memory and filter it with a provided pinconfig
57 ### Sample Use Case 5: Dump contents of a provided pinlist.meta file
62 …e Case 6: Read a zip and filter based on a pinconfig file and generate pinlist.meta without probing
71 ### Sample Use Case 7: Load an existing zip probe and inspect its per-file contents
/aosp_15_r20/system/apex/tests/src/com/android/tests/apex/host/
H A DApexCompressionTests.java103 private void deleteFiles(String... files) throws Exception { in deleteFiles()
157 List<String> files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testCompressedApexIsDecompressedAndActivated() local
182 List<String> files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testDecompressedApexSurvivesReboot() local
227 List<String> files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testHigherVersionOnSystemTriggerDecompression() local
248 List<String> files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testDifferentRootDigestTriggersDecompression() local
279 List<String> files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testUnusedDecompressedApexIsCleanedUp_HigherVersion() local
298 List<String> files = getFilesInDir(DECOMPRESSED_DIR_PATH); in testUnusedDecompressedApexIsCleanedUp_SameVersion() local
318 List<String> files = getFilesInDir(OTA_RESERVED_DIR); in testReservedSpaceIsNotCleanedOnReboot() local
/aosp_15_r20/development/tools/winscope/src/app/
H A Dtrace_pipeline_test.ts280 const files = [ constant
311 const files = [wmTransitionFile, wmTransitionFile, shellTransitionFile]; constant
334 const files = [ constant
350 const files = [ constant
385 const files = [screenRecordingFile]; constant
395 const files = [screenshotFile]; constant
405 const files = [screenshotFile, screenRecordingFile]; constant
427 const files = [ constant
/aosp_15_r20/system/update_engine/payload_generator/
H A Dsquashfs_filesystem_unittest.cc78 vector<FilesystemInterface::File> files; in CheckSquashfs() local
120 vector<FilesystemInterface::File> files; in TEST_F() local
138 vector<FilesystemInterface::File> files; in TEST_F() local
171 vector<FilesystemInterface::File> files; in TEST_F() local
185 vector<FilesystemInterface::File> files; in TEST_F() local
198 vector<FilesystemInterface::File> files; in TEST_F() local
212 vector<FilesystemInterface::File> files; in TEST_F() local
227 vector<FilesystemInterface::File> files; in TEST_F() local
242 vector<FilesystemInterface::File> files; in TEST_F() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DAppSetupTest.java104 List<VersionedFile> files = new ArrayList<>(); in testSetup_failToInstall() local
137 List<VersionedFile> files = new ArrayList<>(); in testSetup_deviceApi34_forceQueryableIsFalse() local
160 List<VersionedFile> files = new ArrayList<>(); in testSetup_aaptCannotParse() local
193 List<VersionedFile> files = new ArrayList<>(); in testSetup_noPackageName() local
231 List<VersionedFile> files = new ArrayList<>(); in testSetup_checkMinSdk_failParsing() local
263 List<VersionedFile> files = new ArrayList<>(); in testSetup_checkMinSdk_apiLow() local
295 List<VersionedFile> files = new ArrayList<>(); in testSetup_checkMinSdk_apiOk() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dblock_files_unittest.cc43 BlockFiles files(cache_path_); in TEST_F() local
76 BlockFiles files(cache_path_); in TEST_F() local
99 BlockFiles files(cache_path_); in TEST_F() local
176 BlockFiles files(cache_path_); in TEST_F() local
197 BlockFiles files(cache_path_); in TEST_F() local
220 BlockFiles files(cache_path_); in TEST_F() local
275 BlockFiles files(cache_path_); in TEST_F() local
299 BlockFiles files(cache_path_); in TEST_F() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGoogleBenchmarkTestTest.java111 String[] files = new String[] {"test1", "test2"}; in testRun() local
194 String[] files = new String[] {"test1", "test2"}; in testRun_withSingleModuleName() local
254 String[] files = new String[] {"test1", "test2"}; in testRun_withMultipleModuleNames() local
305 String[] files = new String[] {"test1"}; in testRun_withRunReportName() local
342 String[] files = new String[] {"test1"}; in testRun_exceptionDuringExecShell() local
466 String[] files = new String[] {"test1"}; in doTestFilter() local
597 String[] files = new String[] {testName}; in testCommandTooLong() local
640 String[] files = new String[] {"test1"}; in testRun_withLDLibPath() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/api/
H A DXmlDataSourceTest.java38 ListMultimap<Path, String> files = LinkedListMultimap.create(); in TestSimple() local
127 ListMultimap<Path, String> files = LinkedListMultimap.create(); in TestBadElementNesting() local
168 ListMultimap<Path, String> files = LinkedListMultimap.create(); in TestDoubleQuotesDisallowedAsAttributeValue() local
200 ListMultimap<Path, String> files = LinkedListMultimap.create(); in TestNoDtdVersionPath() local
226 private static void addFile(ListMultimap<Path, String> files, String path, String... lines) { in addFile()
230 private static Function<Path, Reader> openFileFn(ListMultimap<Path, String> files) { in openFileFn()
/aosp_15_r20/device/google/gs101/dumpstate/
Ddump_power.cpp65 int getFilesInDir(const char *directory, std::vector<std::string> *files) { in getFilesInDir()
97 std::vector<std::string> files; in readContentsOfDir() local
194 std::vector<std::string> files; in dumpTcpc() local
250 std::vector<std::string> files; in dumpBatteryDefend() local
292 std::vector<std::string> files; in dumpBatteryCaretaker() local
322 std::vector<std::string> files; in printValuesOfDirectory() local
415 const char *files[] { in dumpBatteryEeprom() local
438 std::vector<std::string> files; in dumpChargerStats() local
485 std::vector<std::string> files; in dumpGvoteables() local
527 std::vector<std::string> files; in dumpMitigationStats() local
[all …]
/aosp_15_r20/development/tools/winscope/
H A Dprettier.config.js22 files: '*.tsx', property
26 files: '*.ts', property
30 files: '*.js', property
35 files: '*.scss', property
41 files: '*.html', property
47 files: '*.acx.html', property
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DUnifiedContentPreviewUiTest.kt110 val files = in <lambda>() constant
124 val files = in <lambda>() constant
138 val files = in <lambda>() constant
152 val files = in <lambda>() constant
/aosp_15_r20/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java227 final LongSparseArray<AtomicFile> files = in checkinDailyFiles() local
302 File[] files = mIntervalDirs[i].listFiles(backupFileFilter); in indexFilesLocked() local
446 File[] files = mIntervalDirs[i].listFiles(); in doUpgradeLocked() local
480 File[] files = mIntervalDirs[i].listFiles(); in doUpgradeLocked() local
536 File[] files = backedUpInterval.listFiles(); in continueUpgradeLocked() local
600 final File[] files = mIntervalDirs[i].listFiles(); in pruneUninstalledPackagesData() local
647 final File[] files = mIntervalDirs[i].listFiles(); in prunePackagesDataOnUpgrade() local
968 File[] files = dir.listFiles(); in pruneFilesOlderThan() local
986 File[] files = dir.listFiles(); in pruneChooserCountsOlderThan() local
1503 File[] files = directory.listFiles(); in deleteDirectoryContents() local
[all …]
/aosp_15_r20/device/google/gs201/dumpstate/
Ddump_power.cpp64 int getFilesInDir(const char *directory, std::vector<std::string> *files) { in getFilesInDir()
96 std::vector<std::string> files; in readContentsOfDir() local
275 std::vector<std::string> files; in dumpBatteryDefend() local
317 std::vector<std::string> files; in dumpBatteryCaretaker() local
347 std::vector<std::string> files; in printValuesOfDirectory() local
446 const char *files[] { in dumpBatteryEeprom() local
469 std::vector<std::string> files; in dumpChargerStats() local
516 std::vector<std::string> files; in dumpGvoteables() local
558 std::vector<std::string> files; in dumpMitigationStats() local
636 std::vector<std::string> files; in dumpMitigationDirs() local
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp73 MockFileCollection files; in TEST() local
179 MockFileCollection files; in TEST() local
407 MockFileCollection files; in TEST() local
639 MockFileCollection files; in TEST() local
774 MockFileCollection files; in TEST() local
858 MockFileCollection files; in TEST() local
922 MockFileCollection files; in TEST() local
948 MockFileCollection files; in TEST() local
986 MockFileCollection files; in TEST() local
1041 MockFileCollection files; in TEST() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryTestTest.java239 final String[] files = new String[] {test1, test2}; in testRun() local
320 String[] files = new String[] {subFolderName}; in testRun_nested() local
341 final String[] files = new String[] {test1}; in testGcovCoverage_GcovPrefixSet() local
368 final String[] files = new String[] {test1}; in doTestFilter() local
433 final String[] files = new String[] {test1}; in testOptions() local
458 final String[] files = new String[] {test1}; in testLdLibraryPathOption() local
491 final String[] files = new String[] {test1, test2}; in testRun_benchmark() local

12345678910>>...131