Home
last modified time | relevance | path

Searched defs:filenames (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/python/Tools/c-analyzer/cpython/
D__main__.py29 def _resolve_filenames(filenames): argument
107 def cmd_parse(filenames=None, **kwargs): argument
122 def cmd_check(filenames=None, **kwargs): argument
134 def cmd_analyze(filenames=None, **kwargs): argument
287 def cmd_capi(filenames=None, *, argument
D_files.py46 def iter_header_files(filenames=None, *, levels=None): argument
D_analyzer.py96 def analyze(filenames, *, argument
117 def iter_decls(filenames, **kwargs): argument
D_parser.py305 def parse_files(filenames=None, *, argument
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/find-up/
Dindex.js9 const filenames = [].concat(filename); variable
30 const filenames = [].concat(filename); variable
/third_party/node/deps/npm/node_modules/yargs/node_modules/find-up/
Dindex.js9 const filenames = [].concat(filename); variable
30 const filenames = [].concat(filename); variable
/third_party/mbedtls/programs/x509/
Dload_roots.c97 const char **filenames; /* NULL-terminated list of file names */ member
103 int read_certificates( const char *const *filenames ) in read_certificates()
/third_party/python/Tools/c-analyzer/c_analyzer/
D__main__.py298 def cmd_check(filenames, *, argument
375 def cmd_analyze(filenames, *, argument
406 def _cli_data(parser, filenames=None, known=None): argument
437 def cmd_data(datacmd, filenames, known=None, *, argument
/third_party/python/Doc/tools/extensions/
Dpeg_highlight.py23 filenames = ["*.gram"] variable in PEGLexer
Dasdl_highlight.py18 filenames = ["*.asdl"] variable in ASDLLexer
/third_party/libxml2/xstc/
Dfixup-tests.py9 filenames = os.listdir(baseDir) variable
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py71 def fix_filenames(filenames, relroot=USE_CWD): argument
132 def process_filenames(filenames, *, argument
157 def expand_filenames(filenames): argument
Dscriptutil.py310 def process_filenames(filenames, relroot=None): argument
316 def _parse_files(filenames): argument
534 def filter_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD): argument
543 def main_for_filenames(filenames, process_filenames=None, relroot=fsutil.USE_CWD): argument
556 def _iter_filenames(filenames, process, relroot): argument
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__main__.py90 def cmd_preprocess(filenames, *, argument
126 def cmd_data(filenames, argument
/third_party/python/Tools/c-analyzer/c_parser/
D__main__.py173 def cmd_parse(filenames, *, argument
199 def cmd_data(filenames, argument
D__init__.py14 def parse_files(filenames, *, argument
/third_party/cef/tools/
Dfix_style.py80 def fix_style(filenames, white_list=None, black_list=None): argument
/third_party/PyYAML/tests/lib/
Dtest_appliance.py53 def execute(function, filenames, verbose): argument
/third_party/node/test/parallel/
Dtest-http2-multistream-destroy-on-read-tls.js17 const filenames = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']; variable
/third_party/protobuf/php/ext/google/protobuf/
Dmake-preload.php8 $filenames = explode("\n", stream_get_contents($handle)); variable
/third_party/node/tools/
Dmkssldef.py14 filenames = sys.argv[1:] variable
/third_party/cef/tools/yapf/yapf/yapflib/
Dfile_resources.py115 def _FindPythonFiles(filenames, recursive, exclude): argument
/third_party/cef/tools/yapf/yapf/
D__init__.py192 def FormatFiles(filenames, argument
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureFormatTests.cpp419 …enderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames) in Compressed2DFormatCase()
524 …enderCtxInfo, const char* name, const char* description, const std::vector<std::string>& filenames) in CompressedCubeFormatCase()
662 static const char* filenames[] = in init() local
677 vector<string> filenames; in init() local
/third_party/jsoncpp/
Ddoxybuild.py26 def find_program(*filenames):

1234