Home
last modified time | relevance | path

Searched defs:name (Results 9251 - 9275 of 10385) sorted by relevance

1...<<371372373374375376377378379380>>...416

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c272 char *name, *help; member
662 char *name; // Path under /proc/$PID directory get_ps() member
672 char *name, *s, *buf = tb->str, *end = 0; get_ps() local
1141 char name[256]; parse_rest() local
1688 char *name = tb->str+tb->offset[4]*!!FLAG(f); match_pgrep() local
[all...]
/third_party/toybox/toys/pending/
H A Ddhcp.c527 static void run_script(dhcpc_result_t *res, char *name) in run_script() argument
H A Dfdisk.c1444 char *name = toybuf, *buffer = toybuf + ONE_K, *device = toybuf + 2048; in read_and_print_parts() local
/third_party/toybox/toys/posix/
H A Dps.c315 char *name, *help; member
705 char *name; // Path under /proc/$PID directory get_ps() member
715 char *name, *s, *buf = tb->str, *end = 0; get_ps() local
1184 char name[256]; parse_rest() local
1846 char *name = tb->str+tb->offset[4]*!!FLAG(f); match_pgrep() local
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c1167 const char *name = NULL; variable
1512 getEncodingIndex(const char *name) getEncodingIndex() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc307 bool IsSpecialName(const string& name, const string* special_names, in IsSpecialName() argument
378 bool IsRetainedName(const string& name) { in IsRetainedName() argument
387 IsInitName(const string& name) IsInitName() argument
437 const string name = UnderscoresToCamelCase(StripProto(BaseFileName(file)), true) + "Root"; FileClassName() local
444 string name; ClassNameWorker() local
453 string name; ClassNameWorker() local
469 const string name = ClassNameWorker(descriptor); ClassName() local
483 const string name = ClassNameWorker(descriptor); EnumName() local
496 const string name = class_name + "_" + value_str; EnumValueName() local
521 UnCamelCaseEnumShortName(const string& name) UnCamelCaseEnumShortName() argument
534 const string name = NameFromFieldDescriptor(descriptor); ExtensionMethodName() local
540 const string name = NameFromFieldDescriptor(field); FieldName() local
566 string name = ClassName(fieldDescriptor); OneofEnumName() local
573 string name = UnderscoresToCamelCase(descriptor->name(), false); OneofName() local
596 UnCamelCaseFieldName(const string& name, const FieldDescriptor* field) UnCamelCaseFieldName() argument
1007 const string name = file->name(); IsProtobufLibraryBundledProtoFile() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc124 bool IsUpperCamelCase(const std::string& name) { in IsUpperCamelCase() argument
141 bool IsUpperUnderscore(const std::string& name) { in IsUpperUnderscore() argument
151 IsLowerUnderscore(const std::string& name) IsLowerUnderscore() argument
161 IsNumberFollowUnderscore(const std::string& name) IsNumberFollowUnderscore() argument
481 RecordLegacyImportLocation( const Message* descriptor, const std::string& name) RecordLegacyImportLocation() argument
1390 UninterpretedOption::NamePart* name = uninterpreted_option->add_name(); ParseOptionNamePart() local
2399 FindImport(const Message* descriptor, const std::string& name, int* line, int* column) const FindImport() argument
2423 AddImport(const Message* descriptor, const std::string& name, int line, int column) AddImport() argument
[all...]
H A Dplugin.pb.h882 static inline bool Feature_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, in Feature_Parse() argument
1415 inline const std::string& CodeGeneratorResponse_File::name() const { in name() function in compiler::CodeGeneratorResponse_File
108 CodeGeneratorResponse_Feature_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CodeGeneratorResponse_Feature* value) CodeGeneratorResponse_Feature_Parse() argument
1466 set_allocated_name(std::string* name) set_allocated_name() argument
1472 name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name, set_allocated_name() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc85 bool ParseNamedEnum(const EnumDescriptor* descriptor, ConstStringParam name, in ParseNamedEnum() argument
/third_party/python/PC/
H A Dlauncher.c381 const wchar_t *name = wcsrchr(ip->executable, L'\\'); in _locate_pythons_for_key() local
900 skip_prefix(wchar_t * name) skip_prefix() argument
925 find_on_path(wchar_t * name) find_on_path() argument
964 find_command(wchar_t * name) find_command() argument
984 update_command(COMMAND * cp, wchar_t * name, wchar_t * cmdline) update_command() argument
991 add_command(wchar_t * name, wchar_t * cmdline) add_command() argument
[all...]
/third_party/python/Programs/
H A D_testembed.c2058 const char *name; member
/third_party/python/Python/
H A Dbltinmodule.c94 PyObject *func, *name, *winner, *prep; in builtin___build_class__() local
273 builtin___import___impl(PyObject *module, PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) builtin___import___impl() argument
1119 PyObject *v, *name, *result; builtin_getattr() local
1181 builtin_hasattr_impl(PyObject *module, PyObject *obj, PyObject *name) builtin_hasattr_impl() argument
1518 builtin_setattr_impl(PyObject *module, PyObject *obj, PyObject *name, PyObject *value) builtin_setattr_impl() argument
1541 builtin_delattr_impl(PyObject *module, PyObject *obj, PyObject *name) builtin_delattr_impl() argument
1735 const char *name = op == Py_LT ? "min" : "max"; min_max() local
[all...]
H A Derrors.c855 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromErrnoWithFilename() local
952 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetExcFromWindowsErrWithFilename() local
976 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromWindowsErrWithFilename() local
987 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject *name, PyObject *path) PyErr_SetImportErrorSubclass() argument
1040 PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path) PyErr_SetImportError() argument
1127 PyErr_NewException(const char *name, PyObject *base, PyObject *dict) PyErr_NewException() argument
1184 PyErr_NewExceptionWithDoc(const char *name, const char *doc, PyObject *base, PyObject *dict) PyErr_NewExceptionWithDoc() argument
[all...]
H A Dinitconfig.c284 Py_GETENV(const char *name) in Py_GETENV() argument
1132 config_dict_get(PyObject *dict, const char *name) in config_dict_get() argument
1144 config_dict_invalid_value(const char *name) in config_dict_invalid_value() argument
1151 config_dict_invalid_type(const char *name) in config_dict_invalid_type() argument
1158 config_dict_get_int(PyObject *dict, const char *name, int *result) config_dict_get_int() argument
1180 config_dict_get_ulong(PyObject *dict, const char *name, unsigned long *result) config_dict_get_ulong() argument
1202 config_dict_get_wstr(PyObject *dict, const char *name, PyConfig *config, wchar_t **result) config_dict_get_wstr() argument
1234 config_dict_get_wstrlist(PyObject *dict, const char *name, PyConfig *config, PyWideStringList *result) config_dict_get_wstrlist() argument
1411 config_get_env(const PyConfig *config, const char *name) config_get_env() argument
1421 config_get_env_dup(PyConfig *config, wchar_t **dest, wchar_t *wname, char *name, const char *decode_err_msg) config_get_env_dup() argument
1541 config_get_xoption(const PyConfig *config, wchar_t *name) config_get_xoption() argument
1547 config_get_xoption_value(const PyConfig *config, wchar_t *name) config_get_xoption_value() argument
[all...]
H A Dimport.c288 PyObject *name = _PyUnicode_FromId(nameid); /* borrowed */ in _PyImport_GetModuleId() local
296 _PyImport_SetModule(PyObject *name, PyObject *m) in _PyImport_SetModule() argument
304 _PyImport_SetModuleString(const char *name, PyObject *m) in _PyImport_SetModuleString() argument
312 import_get_module(PyThreadState *tstate, PyObject *name) in import_get_module() argument
339 import_ensure_initialized(PyInterpreterState *interp, PyObject *mod, PyObject *name) import_ensure_initialized() argument
412 _PyImport_FixupExtensionObject(PyObject *mod, PyObject *name, PyObject *filename, PyObject *modules) _PyImport_FixupExtensionObject() argument
477 _PyImport_FixupBuiltin(PyObject *mod, const char *name, PyObject *modules) _PyImport_FixupBuiltin() argument
490 import_find_extension(PyThreadState *tstate, PyObject *name, PyObject *filename) import_find_extension() argument
558 import_add_module(PyThreadState *tstate, PyObject *name) import_add_module() argument
599 PyImport_AddModuleObject(PyObject *name) PyImport_AddModuleObject() argument
617 PyImport_AddModule(const char *name) PyImport_AddModule() argument
635 remove_module(PyThreadState *tstate, PyObject *name) remove_module() argument
666 PyImport_ExecCodeModule(const char *name, PyObject *co) PyImport_ExecCodeModule() argument
673 PyImport_ExecCodeModuleEx(const char *name, PyObject *co, const char *pathname) PyImport_ExecCodeModuleEx() argument
680 PyImport_ExecCodeModuleWithPathnames(const char *name, PyObject *co, const char *pathname, const char *cpathname) PyImport_ExecCodeModuleWithPathnames() argument
733 module_dict_for_exec(PyThreadState *tstate, PyObject *name) module_dict_for_exec() argument
759 exec_code_in_module(PyThreadState *tstate, PyObject *name, PyObject *module_dict, PyObject *code_object) exec_code_in_module() argument
782 PyImport_ExecCodeModuleObject(PyObject *name, PyObject *co, PyObject *pathname, PyObject *cpathname) PyImport_ExecCodeModuleObject() argument
878 is_builtin(PyObject *name) is_builtin() argument
969 create_builtin(PyThreadState *tstate, PyObject *name, PyObject *spec) create_builtin() argument
1030 PyObject *name = PyObject_GetAttrString(spec, "name"); _imp_create_builtin() local
1045 resolve_module_alias(const char *name, const struct _module_alias *aliases, const char **alias) resolve_module_alias() argument
1208 look_up_frozen(const char *name) look_up_frozen() argument
1275 const char *name = PyUnicode_AsUTF8(nameobj); find_frozen() local
1351 PyImport_ImportFrozenModuleObject(PyObject *name) PyImport_ImportFrozenModuleObject() argument
1428 PyImport_ImportFrozenModule(const char *name) PyImport_ImportFrozenModule() argument
1445 PyImport_ImportModule(const char *name) PyImport_ImportModule() argument
1469 PyImport_ImportModuleNoBlock(const char *name) PyImport_ImportModuleNoBlock() argument
1538 resolve_name(PyThreadState *tstate, PyObject *name, PyObject *globals, int level) resolve_name() argument
1759 PyImport_GetModule(PyObject *name) PyImport_GetModule() argument
1776 PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) PyImport_ImportModuleLevelObject() argument
1927 PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject *locals, PyObject *fromlist, int level) PyImport_ImportModuleLevel() argument
2091 _imp_init_frozen_impl(PyObject *module, PyObject *name) _imp_init_frozen_impl() argument
2126 _imp_find_frozen_impl(PyObject *module, PyObject *name, int withdata) _imp_find_frozen_impl() argument
2178 _imp_get_frozen_object_impl(PyObject *module, PyObject *name, PyObject *dataobj) _imp_get_frozen_object_impl() argument
2229 _imp_is_frozen_package_impl(PyObject *module, PyObject *name) _imp_is_frozen_package_impl() argument
2251 _imp_is_builtin_impl(PyObject *module, PyObject *name) _imp_is_builtin_impl() argument
2267 _imp_is_frozen_impl(PyObject *module, PyObject *name) _imp_is_frozen_impl() argument
2352 PyObject *mod, *name, *path; _imp_create_dynamic_impl() local
2529 PyObject *name = PyUnicode_FromString("_imp"); _PyImport_BootstrapImp() local
2624 PyImport_AppendInittab(const char *name, PyObject* (*initfunc)(void)) PyImport_AppendInittab() argument
[all...]
H A Dmarshal.c1366 PyObject *name = NULL; in r_object() local
H A Dpylifecycle.c1356 const char *name = p[0]; in finalize_modules_delete_special() local
1485 PyObject *name = PyTuple_GET_ITEM(tup, 0); finalize_modules_clear_weaklist() local
2217 create_stdio(const PyConfig *config, PyObject* io, int fd, int write_mode, const char* name, const wchar_t* encoding, const wchar_t* errors) create_stdio() argument
[all...]
H A Dpythonrun.c1911 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() argument
1918 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx() argument
1925 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() argument
/third_party/python/Modules/_sre/
H A Dsre.c763 PyObject* name; in call() local
1312 const char *name; in pattern_repr() member
2154 match_getitem(MatchObject* self, PyObject* name) in match_getitem() argument
[all...]
/third_party/python/Objects/
H A Dcodeobject.c159 _Py_set_localsplus_info(int offset, PyObject *name, _PyLocals_Kind kind, in _Py_set_localsplus_info() argument
221 PyObject *name = PyTuple_GET_ITEM(co->co_localsplusnames, offset); in get_localsplus_names() local
498 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
534 PyObject *name = PyTuple_GET_ITEM(varnames, i); PyCode_NewWithPosOnlyArgs() local
539 PyObject *name = PyTuple_GET_ITEM(cellvars, i); PyCode_NewWithPosOnlyArgs() local
562 PyObject *name = PyTuple_GET_ITEM(freevars, i); PyCode_NewWithPosOnlyArgs() local
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
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
2004 PyObject *name = PyTuple_GetItem(self->co_localsplusnames, oparg); code__varname_from_oparg_impl() local
[all...]
H A Dgenobject.c774 _gen_getframe(PyGenObject *gen, const char *const name) in _gen_getframe() argument
1003 PyGen_NewWithQualName(PyFrameObject *f, PyObject *name, PyObject *qualname) in PyGen_NewWithQualName() argument
962 gen_new_with_qualname(PyTypeObject *type, PyFrameObject *f, PyObject *name, PyObject *qualname) gen_new_with_qualname() argument
1360 PyCoro_New(PyFrameObject *f, PyObject *name, PyObject *qualname) PyCoro_New() argument
1641 PyAsyncGen_New(PyFrameObject *f, PyObject *name, PyObject *qualname) PyAsyncGen_New() argument
[all...]
H A Dobject.c792 PyObject_GetAttrString(PyObject *v, const char *name) in PyObject_GetAttrString() argument
807 PyObject_HasAttrString(PyObject *v, const char *name) in PyObject_HasAttrString() argument
819 PyObject_SetAttrString(PyObject *v, const char *name, PyObject *w) in PyObject_SetAttrString() argument
852 _PyObject_GetAttrId(PyObject *v, _Py_Identifier *name) in _PyObject_GetAttrId() argument
863 _PyObject_SetAttrId(PyObject *v, _Py_Identifier *name, PyObject *w) _PyObject_SetAttrId() argument
874 set_attribute_error_context(PyObject* v, PyObject* name) set_attribute_error_context() argument
904 PyObject_GetAttr(PyObject *v, PyObject *name) PyObject_GetAttr() argument
938 _PyObject_LookupAttr(PyObject *v, PyObject *name, PyObject **result) _PyObject_LookupAttr() argument
987 _PyObject_LookupAttrId(PyObject *v, _Py_Identifier *name, PyObject **result) _PyObject_LookupAttrId() argument
998 PyObject_HasAttr(PyObject *v, PyObject *name) PyObject_HasAttr() argument
1013 PyObject_SetAttr(PyObject *v, PyObject *name, PyObject *value) PyObject_SetAttr() argument
1150 _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method) _PyObject_GetMethod() argument
1243 _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, PyObject *dict, int suppress) _PyObject_GenericGetAttrWithDict() argument
1366 PyObject_GenericGetAttr(PyObject *obj, PyObject *name) PyObject_GenericGetAttr() argument
1372 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, PyObject *value, PyObject *dict) _PyObject_GenericSetAttrWithDict() argument
1455 PyObject_GenericSetAttr(PyObject *obj, PyObject *name, PyObject *value) PyObject_GenericSetAttr() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c435 blobopen_impl(pysqlite_Connection *self, const char *table, const char *col, sqlite3_int64 row, int readonly, const char *name) blobopen_impl() argument
1001 pysqlite_connection_create_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int narg, PyObject *func, int deterministic) pysqlite_connection_create_function_impl() argument
1153 create_window_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int num_params, PyObject *aggregate_class) create_window_function_impl() argument
1212 pysqlite_connection_create_aggregate_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int n_arg, PyObject *aggregate_class) pysqlite_connection_create_aggregate_impl() argument
1923 pysqlite_connection_backup_impl(pysqlite_Connection *self, pysqlite_Connection *target, int pages, PyObject *progress, const char *name, double sleep) pysqlite_connection_backup_impl() argument
2029 pysqlite_connection_create_collation_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, PyObject *callable) pysqlite_connection_create_collation_impl() argument
2092 serialize_impl(pysqlite_Connection *self, const char *name) serialize_impl() argument
2147 deserialize_impl(pysqlite_Connection *self, Py_buffer *data, const char *name) deserialize_impl() argument
[all...]
/third_party/python/Modules/
H A D_winapi.c505 _winapi_CreateFileMapping_impl(PyObject *module, HANDLE file_handle, LPSECURITY_ATTRIBUTES security_attributes, DWORD protect, DWORD max_size_high, DWORD max_size_low, LPCWSTR name) _winapi_CreateFileMapping_impl() argument
684 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, DWORD pipe_mode, DWORD max_instances, DWORD out_buffer_size, DWORD in_buffer_size, DWORD default_timeout, LPSECURITY_ATTRIBUTES security_attributes) _winapi_CreateNamedPipe_impl() argument
750 getulong(PyObject* obj, const char* name) getulong() argument
766 gethandle(PyObject* obj, const char* name) gethandle() argument
888 gethandlelist(PyObject *mapping, const char *name, Py_ssize_t *size) gethandlelist() argument
954 getattributelist(PyObject *obj, const char *name, AttributeList *attribute_list) getattributelist() argument
1439 _winapi_OpenFileMapping_impl(PyObject *module, DWORD desired_access, BOOL inherit_handle, LPCWSTR name) _winapi_OpenFileMapping_impl() argument
1774 _winapi_WaitNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD timeout) _winapi_WaitNamedPipe_impl() argument
[all...]
H A D_xxsubinterpretersmodule.c42 char *name; member
75 PyObject *name = PyUnicode_FromString(item->name); in _sharednsitem_apply() local
172 char *name; global() member
218 PyObject *name = PyUnicode_FromFormat("%S", exctype); _sharedexception_bind() local
1529 const char *name = _PyType_Name(type); channelid_repr() local
[all...]

Completed in 61 milliseconds

1...<<371372373374375376377378379380>>...416