/third_party/python/Parser/ |
H A D | action_helpers.c | 1060 _PyPegen_check_legacy_stmt(Parser *p, expr_ty name) { in _PyPegen_check_legacy_stmt() argument
|
/third_party/python/Python/ |
H A D | _warnings.c | 499 PyObject *name; in show_warning() local
|
H A D | context.c | 183 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 D | getargs.c | 2760 _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.c | 938 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.c | 75 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 D | faulthandler.c | 71 const char* name; member
|
H A D | _lsprof.c | 171 PyObject *name = PyUnicode_FromString(fn->m_ml->ml_name); in normalizeUserObj() local [all...] |
H A D | timemodule.c | 1577 char *name; local [all...] |
H A D | unicodedata.c | 77 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 D | frameobject.c | 1146 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.h | 1189 int name = 0; in _ssl_txt2obj() local [all...] |
H A D | _codecsmodule.c.h | 2776 const char *name; in _codecs_lookup_error() local [all...] |
H A D | _winapi.c.h | 195 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 D | SchemaUtil.java | 825 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 D | command_line_interface_unittest.cc | 210 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 D | JsonFormat.java | 525 public Descriptor find(String name) { in find() argument
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | Message.php | 1087 * @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 D | api.pb.h | 740 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 D | struct.pb.h | 102 NullValue_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, NullValue* value) NullValue_Parse() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_helpers.h | 239 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 D | pacat.c | 403 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 D | message_differencer_unittest.cc | 1772 std::string name = ""; in IsIgnored() local
|
/third_party/python/Lib/ |
H A D | threading.py | 1146 def name(self): global() member in Thread 1157 def name(self, name): global() member in Thread [all...] |
/third_party/python/Modules/expat/ |
H A D | expat.h | 172 XML_Char *name; member 1034 const XML_LChar *name; global() member [all...] |