| /third_party/protobuf/src/google/protobuf/compiler/python/ |
| H A D | python_generator.cc | 79 std::string StripProto(const std::string& filename) { in StripProto() argument 86 std::string ModuleName(const std::string& filename) { in ModuleName() argument 97 std::string ModuleAlias(const std::string& filename) { in ModuleAlias() argument 339 std::string filename = module_name; Generate() local 397 const std::string& filename = file_->dependency(i)->name(); PrintImports() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor_database.cc | 355 bool SimpleDescriptorDatabase::FindFileByName(const std::string& filename, in FindFileByName() argument 254 AddNestedExtensions( const std::string& filename, const DescriptorProto& message_type, Value value) AddNestedExtensions() argument 268 AddExtension( const std::string& filename, const FieldDescriptorProto& field, Value value) AddExtension() argument 293 FindFile( const std::string& filename) FindFile() argument 576 FindFileByName(const std::string& filename, FileDescriptorProto* output) FindFileByName() argument 734 AddNestedExtensions( StringPiece filename, const DescProto& message_type) AddNestedExtensions() argument 746 AddExtension( StringPiece filename, const FieldProto& field) AddExtension() argument 857 FindFile( StringPiece filename) FindFile() argument 896 FindFileByName(const std::string& filename, FileDescriptorProto* output) FindFileByName() argument 956 FindFileByName(const std::string& filename, FileDescriptorProto* output) FindFileByName() argument [all...] |
| /third_party/python/Parser/ |
| H A D | tokenizer.c | 2188 _PyTokenizer_FindEncodingFilename(int fd, PyObject *filename) in _PyTokenizer_FindEncodingFilename() argument [all...] |
| /third_party/python/Python/ |
| H A D | _warnings.c | 445 normalize_module(PyObject *filename) in normalize_module() argument 495 show_warning(PyThreadState *tstate, PyObject *filename, int lineno, in show_warning() argument 568 call_show_warning(PyThreadState *tstate, PyObject *category, PyObject *text, PyObject *message, PyObject *filename, int lineno, PyObject *lineno_obj, PyObject *sourceline, PyObject *source) call_show_warning() argument 625 warn_explicit(PyThreadState *tstate, PyObject *category, PyObject *message, PyObject *filename, int lineno, PyObject *module, PyObject *registry, PyObject *sourceline, PyObject *source) warn_explicit() argument 775 PyObject *filename = code->co_filename; is_internal_frame() local 817 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, PyObject **module, PyObject **registry) setup_context() argument 936 PyObject *filename, *module, *registry, *res; do_warn() local 1041 PyObject *filename; warnings_warn_explicit() local 1209 PyErr_WarnExplicitObject(PyObject *category, PyObject *message, PyObject *filename, int lineno, PyObject *module, PyObject *registry) PyErr_WarnExplicitObject() argument 1234 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); PyErr_WarnExplicit() local 1264 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); PyErr_WarnExplicitFormat() local [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | command_line_interface_unittest.cc | 516 void CommandLineInterfaceTest::ExpectFileContent(const std::string& filename, in ExpectFileContent() argument 2538 std::string filename in RedirectStdinFromText() local 486 ReadDescriptorSet( const std::string& filename, FileDescriptorSet* descriptor_set) ReadDescriptorSet() argument 497 WriteDescriptorSet( const std::string& filename, const FileDescriptorSet* descriptor_set) WriteDescriptorSet() argument 2543 RedirectStdinFromFile(const std::string& filename) RedirectStdinFromFile() argument 2601 ExpectStdoutMatchesBinaryFile(const std::string& filename) ExpectStdoutMatchesBinaryFile() argument 2610 ExpectStdoutMatchesTextFile(const std::string& filename) ExpectStdoutMatchesTextFile() argument [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_helpers.h | 264 UniqueName(const std::string& name, const std::string& filename) UniqueName() argument
|
| /third_party/pulseaudio/src/utils/ |
| H A D | pacat.c | 746 const char *filename = NULL; in main() local
|
| /third_party/python/Modules/ |
| H A D | readline.c | 296 const char *filename; in readline_write_history_file_impl() local 337 const char *filename; readline_append_history_file_impl() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | flag.h | 432 constexpr FlagImpl(const char* name, const char* filename, FlagOpFn op, in FlagImpl() argument 637 constexpr Flag(const char* name, const char* filename, FlagHelpArg help, in Flag() argument 775 explicit FlagRegistrar(Flag<T>& flag, const char* filename) : flag_(flag) { in FlagRegistrar() argument
|
| /third_party/skia/dm/ |
| H A D | DM.cpp | 163 int RuntimeCheckErrorFunc(int errorType, const char* filename, int linenumber, in RuntimeCheckErrorFunc() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
| H A D | vktVideoTestUtils.cpp | 142 de::MovePtr<vector<deUint8>> VideoBaseTestInstance::loadVideoData (const string& filename) in loadVideoData() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | hs20_supplicant.c | 43 char filename[256]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | hs20_supplicant.c | 43 char filename[256]; member
|
| /third_party/vulkan-loader/loader/ |
| H A D | loader_windows.c | 357 const char *filename; in windows_get_registry_files() member [all...] |
| /base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
| H A D | hitrace_dump.cpp | 231 bool WriteStrToFileInner(const std::string& filename, const std::string& str)
in WriteStrToFileInner() argument 250 bool WriteStrToFile(const std::string& filename, const std::string& str)
in WriteStrToFile() argument 361 std::string ReadFileInner(const std::string& filename)
in ReadFileInner() argument 375 ReadFile(const std::string& filename) ReadFile() argument [all...] |
| /base/security/dlp_permission_service/interfaces/kits/napi_common/src/ |
| H A D | napi_common.cpp | 1123 std::string filename = asyncContext.dlpFilename; in GetOriginalFilenameParams() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
| H A D | drv_hdmi_debug.c | 355 static struct file *debug_file_open(const char *filename, int flags, int mode) in debug_file_open() argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | linux_osl.c | 1244 osl_os_open_image(char *filename) in osl_os_open_image() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_sqlite_ext.cpp | 1562 SQLITE_API int sqlite3_open_relational(const char *filename, sqlite3 **ppDb) in sqlite3_open_relational() argument 1573 SQLITE_API int sqlite3_open16_relational(const void *filename, sqlite3 **ppDb) in sqlite3_open16_relational() argument 1584 SQLITE_API int sqlite3_open_v2_relational(const char *filename, sqlite3 **ppDb, int flags, const char *zVfs) in sqlite3_open_v2_relational() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
| H A D | distributed_test_tools.cpp | 432 struct dirent *filename = nullptr; local
|
| /foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
| H A D | ext_extension.cpp | 1844 static void WriteFile(const string &filename, const vector<struct ReportFileInfo> &srcFiles) in WriteFile() argument
|
| /foundation/distributedhardware/distributed_input/common/include/ |
| H A D | input_hub.cpp | 1110 std::string filename = std::string(DEVICE_PATH) + "/" + event.name; in JudgeDeviceOpenOrClose() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.inc.h | 720 const char* filename = BPF_CORE_READ(bprm, filename); in raw_tracepoint__sched_process_exec() local
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| H A D | ucc_uart.c | 1208 char filename[32]; in soft_uart_init() local
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | asn1_compiler.c | 200 static const char *filename; variable [all...] |