Home
last modified time | relevance | path

Searched defs:name (Results 9126 - 9150 of 11196) sorted by relevance

1...<<361362363364365366367368369370>>...448

/third_party/python/Parser/
H A Daction_helpers.c1060 _PyPegen_check_legacy_stmt(Parser *p, expr_ty name) { in _PyPegen_check_legacy_stmt() argument
/third_party/python/Python/
H A D_warnings.c499 PyObject *name; in show_warning() local
H A Dcontext.c183 PyContextVar_New(const char *name, PyObject *def) in PyContextVar_New() argument
787 contextvar_generate_hash(void *addr, PyObject *name) in contextvar_generate_hash() argument
815 contextvar_new(PyObject *name, PyObject *def) in contextvar_new() argument
863 PyObject *name; contextvar_tp_new() local
921 PyObject *name = PyObject_Repr(self->var_name); contextvar_tp_repr() local
[all...]
H A Dgetargs.c2760 _PyArg_CheckPositional(const char *name, Py_ssize_t nargs, Py_ssize_t min, Py_ssize_t max) _PyArg_CheckPositional() argument
2804 unpack_stack(PyObject *const *args, Py_ssize_t nargs, const char *name, Py_ssize_t min, Py_ssize_t max, va_list vargs) unpack_stack() argument
2822 PyArg_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, ...) PyArg_UnpackTuple() argument
2848 _PyArg_UnpackStack(PyObject *const *args, Py_ssize_t nargs, const char *name, Py_ssize_t min, Py_ssize_t max, ...) _PyArg_UnpackStack() argument
[all...]
/third_party/python/Modules/
H A D_threadmodule.c938 local_setattro(localobject *self, PyObject *name, PyObject *v) in local_setattro() argument
990 local_getattro(localobject *self, PyObject *name) in local_getattro() argument
1418 PyObject *name = NULL; thread_excepthook_file() local
[all...]
H A D_testmultiphase.c75 Example_getattro(ExampleObject *self, PyObject *name) in Example_getattro() argument
91 Example_setattr(ExampleObject *self, const char *name, PyObject *v) in Example_setattr() argument
[all...]
H A Dfaulthandler.c71 const char* name; member
H A D_lsprof.c171 PyObject *name = PyUnicode_FromString(fn->m_ml->ml_name); in normalizeUserObj() local
[all...]
H A Dtimemodule.c1577 char *name; local
[all...]
H A Dunicodedata.c77 const char *name; member
1174 _cmpname(PyObject *self, int code, const char* name, int namelen) in _cmpname() argument
1224 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code, int with_named_seq) _getcode() argument
1307 capi_getcode(const char* name, int namelen, Py_UCS4* code, int with_named_seq) capi_getcode() argument
1363 char name[NAME_MAXLEN+1]; unicodedata_UCD_name_impl() local
1394 unicodedata_UCD_lookup_impl(PyObject *self, const char *name, Py_ssize_t name_length) unicodedata_UCD_lookup_impl() argument
[all...]
/third_party/python/Objects/
H A Dframeobject.c1146 PyObject *name = PyTuple_GET_ITEM(co->co_localsplusnames, i); in _PyFrame_FastToLocalsWithError() local
1244 PyObject *name = PyTuple_GET_ITEM(co->co_localsplusnames, i); in _PyFrame_LocalsToFast() local
/third_party/python/Modules/clinic/
H A D_ssl.c.h1189 int name = 0; in _ssl_txt2obj() local
[all...]
H A D_codecsmodule.c.h2776 const char *name; in _codecs_lookup_error() local
[all...]
H A D_winapi.c.h195 LPCWSTR name = NULL; in _winapi_CreateFileMapping() local
302 LPCTSTR name; in _winapi_CreateNamedPipe() local
778 LPCWSTR name = NULL; _winapi_OpenFileMapping() local
1043 LPCTSTR name; _winapi_WaitNamedPipe() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSchemaUtil.java825 static Object getMapDefaultEntry(Class<?> clazz, String name) { in getMapDefaultEntry() argument
843 static String toCamelCase(String name, boolean capNext) { in toCamelCase() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc210 void CreateGeneratorWithMissingFeatures(const std::string& name, in CreateGeneratorWithMissingFeatures() argument
381 CreateTempFile(const std::string& name, const std::string& contents) CreateTempFile() argument
400 CreateTempDir(const std::string& name) CreateTempDir() argument
472 CheckGeneratedAnnotations( const std::string& name, const std::string& file) CheckGeneratedAnnotations() argument
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java525 public Descriptor find(String name) { in find() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1087 * @param string $class The expected wrapper class name class
1116 * @param string $class The expected wrapper class name class
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h740 inline const std::string& Api::name() const { name() function in Api
787 set_allocated_name(std::string* name) set_allocated_name() argument
793 name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name, set_allocated_name() local
1079 inline const std::string& Method::name() const { name() function in Method
1126 set_allocated_name(std::string* name) set_allocated_name() argument
1132 name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name, set_allocated_name() local
1365 inline const std::string& Mixin::name() const { name() function in Mixin
1412 set_allocated_name(std::string* name) set_allocated_name() argument
1418 name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name, set_allocated_name() local
[all...]
H A Dstruct.pb.h102 NullValue_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, NullValue* value) NullValue_Parse() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h239 UniqueName(const std::string& name, const FileDescriptor* d, const Options& options) UniqueName() argument
243 UniqueName(const std::string& name, const Descriptor* d, const Options& options) UniqueName() argument
247 UniqueName(const std::string& name, const EnumDescriptor* d, const Options& options) UniqueName() argument
251 UniqueName(const std::string& name, const ServiceDescriptor* d, const Options& options) UniqueName() argument
264 UniqueName(const std::string& name, const std::string& filename) UniqueName() argument
268 UniqueName(const std::string& name, const FileDescriptor* d) UniqueName() argument
272 UniqueName(const std::string& name, const Descriptor* d) UniqueName() argument
275 UniqueName(const std::string& name, const EnumDescriptor* d) UniqueName() argument
279 UniqueName(const std::string& name, const ServiceDescriptor* d) UniqueName() argument
773 NamespaceOpener(const std::string& name, const Formatter& format) NamespaceOpener() argument
779 ChangeTo(const std::string& name) ChangeTo() argument
[all...]
/third_party/pulseaudio/src/utils/
H A Dpacat.c403 static void stream_event_callback(pa_stream *s, const char *name, pa_proplist *pl, void *userdata) { in stream_event_callback() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc1772 std::string name = ""; in IsIgnored() local
/third_party/python/Lib/
H A Dthreading.py1146 def name(self): global() member in Thread
1157 def name(self, name): global() member in Thread
[all...]
/third_party/python/Modules/expat/
H A Dexpat.h172 XML_Char *name; member
1034 const XML_LChar *name; global() member
[all...]

Completed in 50 milliseconds

1...<<361362363364365366367368369370>>...448