Home
last modified time | relevance | path

Searched +defs:next +defs:files (Results 1 – 25 of 875) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java53 private final Iterator<File> files; field in ClassPathIterator
55 private ClassPathEntry next; field in ClassPathIterator
121 public ClassPathEntry next() { in next() method in ClassPathIterator
186 public ClassPathEntry next() { in next() method in ClassPathIterator.ZipIterator
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-util.c118 char *next = NULL; in tracecmd_parse_cmdlines() local
137 char *next = NULL; in tracecmd_parse_proc_kallsyms() local
185 char *next = NULL; in tracecmd_parse_ftrace_printk() local
238 char **files; member
308 void __hidden trace_util_free_plugin_files(char **files) in trace_util_free_plugin_files()
/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/
Dread.rs754 fn next(&mut self) -> Option<Result<S>> { in next() function
775 fn next(&mut self) -> Option<Result<S>> { in next() function
792 let files = &["testsamples/pcmwaveformat-16bit-44100Hz-mono.wav", in duration_and_len_agree() localVariable
826 let files = ["testsamples/pcmwaveformat-16bit-44100Hz-mono-extra.wav", in read_wav_skips_unknown_chunks() localVariable
890 let files = &["testsamples/pcmwaveformat-16bit-44100Hz-mono.wav", in size_hint_is_exact() localVariable
1213 let files = &["testsamples/pcmwaveformat-16bit-44100Hz-mono.wav", in seek_is_consistent() localVariable
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.cc655 std::vector<std::string> files; in Remove() local
808 void IcingDynamicTrie::IcingDynamicTrieStorage::FreeNextArray(Next *next, in FreeNextArray()
1112 const Next &next = *storage_->GetNext(node.next_index(), i); in DumpNodeRecursive() local
1207 std::vector<std::string> files; in Remove() local
1321 std::vector<std::string> files; in InitPropertyBitmaps() local
1416 const Next &next = *storage_->GetNext(node.next_index(), i); in CollectStatsRecursive() local
2117 const Next *next = trie_.storage_->GetNext(start_node_->next_index(), 0); in Reset() local
2446 std::vector<std::string> files; in GetDebugInfo() local
2666 const Next *next; in Delete() local
/aosp_15_r20/external/python/cpython2/Lib/
Dfileinput.py85 def input(files=None, inplace=0, backup="", bufsize=0, argument
190 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument
235 def next(self): member in FileInput
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py137 def _encode_files(files, data): argument
263 files=None, argument
357 files=None, argument
495 def prepare_body(self, data, files, json=None): argument
786 def next(self): member in Response
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py137 def _encode_files(files, data): argument
263 files=None, argument
357 files=None, argument
495 def prepare_body(self, data, files, json=None): argument
786 def next(self): member in Response
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py137 def _encode_files(files, data): argument
263 files=None, argument
357 files=None, argument
495 def prepare_body(self, data, files, json=None): argument
786 def next(self): member in Response
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py137 def _encode_files(files, data): argument
263 files=None, argument
357 files=None, argument
495 def prepare_body(self, data, files, json=None): argument
786 def next(self): member in Response
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java168 final File[] files = dir.listFiles(); in deleteOlderFiles() local
601 public String next() { in buildUniqueNameIterator() method
622 public String next() { in buildUniqueNameIterator() method
641 public String next() { in buildUniqueNameIterator() method
/aosp_15_r20/external/toybox/toys/pending/
H A Ddiff.c87 struct candidate *next, *prev; member
339 static int *diff(char **files) in diff()
591 static void do_symlink_diff(char **files) in do_symlink_diff()
618 static void do_diff(char **files) in do_diff()
754 static void show_status(char **files) in show_status()
860 char **files = toys.optargs; in diff_main() local
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
H A DAtomicFUTransformer.kt195 val files = inputDir.walk().filter { it.isFile }.toList() in transform() constant
429 val next = invokeVirtual.nextUseful in visitEnd() constant
450 val next = insn.next in visitEnd() constant
778 val next = this.next in checkCopyToDelegate() constant
999 val next = i.next in tryEraseUncheckedCast() constant
1077 val next = operation.next in fixupOperationOnAtomicVar() constant
1108 val next = if (arrayElementInfo != null) { in fixupLoad() constant
1277 val next = start.next in removeTraceAppend() constant
1291 val next = i.nextUseful in transform() constant
1353 val next = putfield.next in transform() constant
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileTest.java42 String files[] = dir.list(); in deleteTempFolder() local
1201 String[] files = { "mtzz1.xx", "mtzz2.xx", "mtzz3.yy", "mtzz4.yy" }; in test_list() local
1292 String[] files = { "1.tst", "2.tst", "3.tst", "" }; in test_listFiles() local
1419 String[] files = { "1.tst", "2.tst", "3.tst" }; in test_listFilesLjava_io_FileFilter() local
1536 String[] files = { "1.tst", "2.tst", "3.tmp" }; in test_listFilesLjava_io_FilenameFilter() local
1631 String[] files = { "mtzz1.xx", "mtzz2.xx", "mtzz3.yy", "mtzz4.yy" }; in test_listLjava_io_FilenameFilter() local
1906 long next = f1.lastModified(); in test_setLastModifiedJ() local
/aosp_15_r20/external/selinux/restorecond/
H A Dwatch.c37 struct watchList *next; member
40 struct stringsList *files; member
/aosp_15_r20/external/guice/extensions/persist/lib/
HDjboss-archive-browsing.jar ... util.Iterator { private java.util.Iterator files public void <init> (java.io. ...
/aosp_15_r20/external/cronet/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h33 struct _CharList *next; member
110 CharList *files; /* All the files */ member
/aosp_15_r20/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h33 struct _CharList *next; member
110 CharList *files; /* All the files */ member
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h88 struct evConn * next; member
121 struct evFile * next; member
142 struct evStream *prev, *next; member
158 struct evWait * next; member
165 struct evWaitList * next; member
176 struct { struct evEvent_p *next; } free; member
225 evFile *files, *fdNext; member
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java550 public T next() { in next() method in ZipFile.ZipEntryIterator
1098 List<String> files = null; in getManifestAndSignatureRelatedFiles() local
1287 int next = table[hsh]; in checkAndAddEntry() local
1361 private static final HashMap<Key, Source> files = new HashMap<>(); field in ZipFile.Source
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DZipFile.java550 public T next() { in next() method in ZipFile.ZipEntryIterator
1098 List<String> files = null; in getManifestAndSignatureRelatedFiles() local
1287 int next = table[hsh]; in checkAndAddEntry() local
1361 private static final HashMap<Key, Source> files = new HashMap<>(); field in ZipFile.Source
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java550 public T next() { in next() method in ZipFile.ZipEntryIterator
1098 List<String> files = null; in getManifestAndSignatureRelatedFiles() local
1287 int next = table[hsh]; in checkAndAddEntry() local
1361 private static final HashMap<Key, Source> files = new HashMap<>(); field in ZipFile.Source
/aosp_15_r20/external/javassist/src/main/javassist/
H A DClassPoolTail.java35 ClassPathList next; field in ClassPathList
90 File[] files = new File(dirName).listFiles(new FilenameFilter() { in JarDirClassPath() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DActivitySnapshotController.java374 final ActivityRecord next = activity.get(i); in recordSnapshot() local
411 final WindowContainer next = mTmpTransitionParticipants.get(i); in handleTransitionFinish() local
704 final SparseArray<UserSavedFile> files = mUserSavedFiles.get(usf.mUserId); in purgeSavedFile() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dfsck.h71 u32 files; member
87 struct f2fs_dentry *next; member
142 struct hard_link_node *next; member
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_getsrclines.c45 struct filelist *next; member
51 struct linelist *next; member
1031 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, in read_srclines() local

12345678910>>...35