Home
last modified time | relevance | path

Searched defs:filename (Results 1226 - 1250 of 1332) sorted by relevance

1...<<41424344454647484950>>...54

/third_party/toybox/lib/
H A Dlib.c246 struct string_list *find_in_path(char *path, char *filename) in find_in_path() argument
/third_party/unity/src/
H A Dunity.c2214 void UnitySetTestFile(const char* filename) in UnitySetTestFile() argument
2220 void UnityBegin(const char* filename) in UnityBegin() argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc360 string StripProto(const string& filename) { in StripProto() argument
/third_party/python/Python/
H A Dbltinmodule.c739 builtin_compile_impl(PyObject *module, PyObject *source, PyObject *filename, in builtin_compile_impl() argument
H A Dfileutils.c2139 wchar_t *filename = PyMem_RawMalloc(bufsize * sizeof(wchar_t)); in _Py_join_relfile() local
2168 _Py_find_basename(const wchar_t *filename) in _Py_find_basename() argument
[all...]
H A Derrors.c853 PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() argument
1046 _PyErr_BadInternalCall(const char *filename, in argument
947 PyErr_SetExcFromWindowsErrWithFilename( PyObject *exc, int ierr, const char *filename) PyErr_SetExcFromWindowsErrWithFilename() argument
972 PyErr_SetFromWindowsErrWithFilename( int ierr, const char *filename) PyErr_SetFromWindowsErrWithFilename() argument
1599 PyErr_SyntaxLocation(const char *filename, int lineno) PyErr_SyntaxLocation() argument
1610 PyErr_SyntaxLocationObjectEx(PyObject *filename, int lineno, int col_offset, int end_lineno, int end_col_offset) PyErr_SyntaxLocationObjectEx() argument
1719 PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset) PyErr_SyntaxLocationObject() argument
1724 PyErr_RangedSyntaxLocationObject(PyObject *filename, int lineno, int col_offset, int end_lineno, int end_col_offset) PyErr_RangedSyntaxLocationObject() argument
1730 PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) PyErr_SyntaxLocationEx() argument
1795 PyErr_ProgramText(const char *filename, int lineno) PyErr_ProgramText() argument
1812 _PyErr_ProgramDecodedTextObject(PyObject *filename, int lineno, const char* encoding) _PyErr_ProgramDecodedTextObject() argument
1828 PyErr_ProgramTextObject(PyObject *filename, int lineno) PyErr_ProgramTextObject() argument
[all...]
H A Dimport.c412 _PyImport_FixupExtensionObject(PyObject *mod, PyObject *name, PyObject *filename, PyObject *modules) _PyImport_FixupExtensionObject() argument
490 import_find_extension(PyThreadState *tstate, PyObject *name, PyObject *filename) import_find_extension() argument
H A Dmarshal.c1365 PyObject *filename = NULL; in r_object() local
H A Dpylifecycle.c2955 Py_FdIsInteractive(FILE *fp, const char *filename) in Py_FdIsInteractive() argument
2968 _Py_FdIsInteractive(FILE *fp, PyObject *filename) in _Py_FdIsInteractive() argument
H A Dpythonrun.c58 _PyRun_AnyFileObject(FILE *fp, PyObject *filename, int closeit, in _PyRun_AnyFileObject() argument
91 PyRun_AnyFileExFlags(FILE *fp, const char *filename, in argument
112 _PyRun_InteractiveLoopObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) _PyRun_InteractiveLoopObject() argument
168 PyRun_InteractiveLoopFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) PyRun_InteractiveLoopFlags() argument
186 PyRun_InteractiveOneObjectEx(FILE *fp, PyObject *filename, PyCompilerFlags *flags) PyRun_InteractiveOneObjectEx() argument
272 PyRun_InteractiveOneObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) PyRun_InteractiveOneObject() argument
287 PyObject *filename; PyRun_InteractiveOneFlags() local
305 maybe_pyc_file(FILE *fp, PyObject *filename, int closeit) maybe_pyc_file() argument
351 set_main_loader(PyObject *d, PyObject *filename, const char *loader_name) set_main_loader() argument
383 _PyRun_SimpleFileObject(FILE *fp, PyObject *filename, int closeit, PyCompilerFlags *flags) _PyRun_SimpleFileObject() argument
466 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFlags *flags) PyRun_SimpleFileExFlags() argument
497 parse_syntax_error(PyObject *err, PyObject **message, PyObject **filename, Py_ssize_t *lineno, Py_ssize_t *offset, Py_ssize_t* end_lineno, Py_ssize_t* end_offset, PyObject **text) parse_syntax_error() argument
965 PyObject *message, *filename, *text; print_exception_file_and_line() local
1612 pyrun_file(FILE *fp, PyObject *filename, int start, PyObject *globals, PyObject *locals, int closeit, PyCompilerFlags *flags) pyrun_file() argument
1642 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, PyObject *locals, int closeit, PyCompilerFlags *flags) PyRun_FileExFlags() argument
1722 run_mod(mod_ty mod, PyObject *filename, PyObject *globals, PyObject *locals, PyCompilerFlags *flags, PyArena *arena) run_mod() argument
1784 Py_CompileStringObject(const char *str, PyObject *filename, int start, PyCompilerFlags *flags, int optimize) Py_CompileStringObject() argument
1812 PyObject *filename, *co; Py_CompileStringExFlags() local
[all...]
/third_party/python/Objects/
H A Dcodeobject.c498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument
656 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno) PyCode_NewEmpty() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument
[all...]
H A Dobject.c119 _Py_NegativeRefcount(const char *filename, int lineno, PyObject *op) in _Py_NegativeRefcount() argument
/third_party/python/Modules/
H A D_winapi.c1313 WCHAR filename[MAX_PATH]; in _winapi_GetModuleFileName_impl() local
H A D_tracemalloc.c71 PyObject *filename; member
317 PyObject *filename = pyframe->f_code->co_filename; in tracemalloc_get_frame() local
838 PyObject *filename = (PyObject *)value; tracemalloc_clear_filename() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc117 char* filename; in _CalledFromGeneratedFile() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc286 void AddError(const std::string& filename, int line, int column, in AddError() argument
292 void AddWarning(const std::string& filename, int line, int column, in AddWarning() argument
307 void AddError(const std::string& filename, cons argument
168 TryCreateParentDirectory(const std::string& prefix, const std::string& filename) TryCreateParentDirectory() argument
313 AddWarning(const std::string& filename, const std::string& element_name, const Message* descriptor, ErrorLocation location, const std::string& message) AddWarning() argument
322 AddErrorOrWarning(const std::string& filename, int line, int column, const std::string& message, const std::string& type, std::ostream& out) AddErrorOrWarning() argument
331 out << filename; AddErrorOrWarning() local
467 std::string filename = prefix + relative_filename; WriteAllToDisk() local
523 WriteAllToZip( const std::string& filename) WriteAllToZip() argument
580 Open( const std::string& filename) Open() argument
586 OpenForAppend( const std::string& filename) OpenForAppend() argument
592 OpenForInsert( const std::string& filename, const std::string& insertion_point) OpenForInsert() argument
599 MemoryOutputStream( GeneratorContextImpl* directory, const std::string& filename, bool append_mode) MemoryOutputStream() argument
607 MemoryOutputStream( GeneratorContextImpl* directory, const std::string& filename, const std::string& insertion_point) MemoryOutputStream() argument
2221 std::string filename = output_file.name(); GeneratePluginOutput() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc518 std::string StripProto(const std::string& filename) { in StripProto() argument
736 std::string FilenameIdentifier(const std::string& filename) { in FilenameIdentifier() argument
750 std::string UniqueName(const std::string& name, const std::string& filename, in UniqueName() argument
[all...]
/third_party/python/Lib/
H A Dzipfile.py2511 def filename(self): global() member in Path
[all...]
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c1883 char *src, *tgt, *class, *filename, *new; in map_filename_trans_to_str() local
H A Dkernel_to_conf.c1859 char *src, *tgt, *class, *filename, *new; in map_filename_trans_to_str() local
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y889 filename : FILENAME label
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1769 ShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& description, const string& filename) in ShaderLibraryGroup() argument
1801 MovePtr<tcu::TestCaseGroup> createShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& description, const string& filename) in createShaderLibraryGroup() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.c1992 char filename[256]; member
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp406 ShaderParser::ShaderParser (const tcu::Archive& archive, const string& filename, ShaderCaseFactory* caseFactroy) in ShaderParser() argument
1634 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory) in parseFile() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c1994 char filename[256]; member

Completed in 69 milliseconds

1...<<41424344454647484950>>...54