Home
last modified time | relevance | path

Searched defs:fnames (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/capstone/suite/
H A Dtest_corpus.py123 fnames = sys.stdin.readlines() variable
H A Ddisasm_mc.py182 fnames = sys.stdin.readlines() variable
H A Dtest_mc.py256 fnames = sys.stdin.readlines() variable
/aosp_15_r20/development/tools/repo_diff/service/repodiff/tools/
H A Dcreate_sql_script.py16 def touch_files(fnames): argument
/aosp_15_r20/external/python/cpython2/Mac/scripts/
Dcachersrc.py15 def handler((verbose, force), dirname, fnames): argument
/aosp_15_r20/trusty/user/app/storage/test/storage-unittest-aidl/unittests/
Dmod.rs124 let fnames: [String; 100] = from_fn(|i| format!("test_file_list_{:02}_file", i)); in file_list() localVariable
/aosp_15_r20/external/curl/src/
H A Dtool_libinfo.c127 static const char *fnames[sizeof(maybe_feature) / sizeof(maybe_feature[0])]; variable
/aosp_15_r20/tools/repohooks/tools/
H A Dcpplint.py6849 def _FilterExcludedFiles(fnames): argument
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c508 PyObject *fnames, *result; in make_type() local
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c931 PyObject *fnames, *result; in make_type() local