Home
last modified time | relevance | path

Searched defs:type (Results 7401 - 7425 of 10952) sorted by relevance

1...<<291292293294295296297298299300>>...439

/third_party/python/Objects/
H A Dcomplexobject.c217 complex_subtype_from_c_complex(PyTypeObject *type, Py_complex cval) in complex_subtype_from_c_complex() argument
241 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles() argument
734 complex_from_string_inner(const char *s, Py_ssize_t len, void *type) complex_from_string_inner() argument
857 complex_subtype_from_string(PyTypeObject *type, PyObject *v) complex_subtype_from_string() argument
898 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i) complex_new_impl() argument
[all...]
H A Dfuncobject.c611 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, in func_new_impl() argument
748 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) in func_descr_get() argument
893 cm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in cm_descr_get() argument
1089 sm_descr_get(PyObject *self, PyObject *obj, PyObject *type) sm_descr_get() argument
[all...]
H A Dgenericaliasobject.c823 ga_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in ga_new() argument
H A Drangeobject.c48 make_range_object(PyTypeObject *type, PyObject *start, in make_range_object() argument
75 range_from_array(PyTypeObject *type, PyObject *const *args, Py_ssize_t num_args) in range_from_array() argument
135 range_new(PyTypeObject *type, PyObject *args, PyObject *kw) in range_new() argument
145 range_vectorcall(PyTypeObject *type, PyObject *const *args, in range_vectorcall() argument
H A Dweakrefobject.c289 weakref___new__(PyTypeObject *type, PyObject *args, PyObject *kwargs) in weakref___new__() argument
/third_party/python/Modules/clinic/
H A Doverlapped.c.h362 _overlapped_Overlapped(PyTypeObject *type, PyObject *args, PyObject *kwargs) in _overlapped_Overlapped() argument
/third_party/python/Objects/clinic/
H A Dbytearrayobject.c.h970 bytearray_fromhex(PyTypeObject *type, PyObject *arg) in bytearray_fromhex() argument
/third_party/python/PC/
H A D_msi.c673 UINT type; in _msi_SummaryInformation_GetProperty_impl() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldSet.java393 private void verifyType(final WireFormat.FieldType type, final Object value) { in verifyType() argument
407 isValidType(final WireFormat.FieldType type, final Object value) isValidType() argument
489 getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) getWireFormatForFieldType() argument
565 readPrimitiveField( CodedInputStream input, final WireFormat.FieldType type, boolean checkUtf8) readPrimitiveField() argument
622 writeElement( final CodedOutputStream output, final WireFormat.FieldType type, final int number, final Object value) writeElement() argument
646 writeElementNoTag( final CodedOutputStream output, final WireFormat.FieldType type, final Object value) writeElementNoTag() argument
809 computeElementSize( final WireFormat.FieldType type, final int number, final Object value) computeElementSize() argument
828 computeElementSizeNoTag(final WireFormat.FieldType type, final Object value) computeElementSizeNoTag() argument
1214 verifyType(final WireFormat.FieldType type, final Object value) verifyType() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c357 upb_fieldtype_t to_fieldtype(upb_descriptortype_t type) { in to_fieldtype() argument
/third_party/pulseaudio/src/pulsecore/
H A Ddbus-util.c254 pa_dbus_wrap_connection* pa_dbus_wrap_connection_new(pa_mainloop_api *m, bool use_rtclock, DBusBusType type, DBusError *error) { in pa_dbus_wrap_connection_new() argument
481 void pa_dbus_send_basic_value_reply(DBusConnection *c, DBusMessage *in_reply_to, int type, void *data) { in pa_dbus_send_basic_value_reply() argument
495 signature_from_basic_type(int type) signature_from_basic_type() argument
513 pa_dbus_send_basic_variant_reply(DBusConnection *c, DBusMessage *in_reply_to, int type, void *data) pa_dbus_send_basic_variant_reply() argument
536 basic_type_size(int type) basic_type_size() argument
609 pa_dbus_append_basic_variant(DBusMessageIter *iter, int type, void *data) pa_dbus_append_basic_variant() argument
638 pa_dbus_append_basic_variant_dict_entry(DBusMessageIter *dict_iter, const char *key, int type, void *data) pa_dbus_append_basic_variant_dict_entry() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h89 FieldDescriptor::CppType type() const { in type() function in google::protobuf::MapKey
252 SetType(FieldDescriptor::CppType type) SetType() argument
687 SetType(FieldDescriptor::CppType type) SetType() argument
689 FieldDescriptor::CppType type() const { type() function in google::protobuf::MapValueRef
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc264 ParseType type = stack_.top(); in RunParser() local
317 util::Status JsonStreamParser::ParseValue(TokenType type) { in ParseValue() argument
658 ParseObjectMid(TokenType type) ParseObjectMid() argument
680 ParseEntry(TokenType type) ParseEntry() argument
729 ParseEntryMid(TokenType type) ParseEntryMid() argument
750 ParseArrayValue(TokenType type) ParseArrayValue() argument
774 ParseArrayMid(TokenType type) ParseArrayMid() argument
822 IsEmptyNullAllowed(TokenType type) IsEmptyNullAllowed() argument
[all...]
H A Dproto_writer.cc62 ProtoWriter(TypeResolver* type_resolver, const google::protobuf::Type& type, strings::ByteSink* output, ErrorListener* listener) ProtoWriter() argument
83 ProtoWriter(const TypeInfo* typeinfo, const google::protobuf::Type& type, strings::ByteSink* output, ErrorListener* listener) ProtoWriter() argument
273 GetRequiredFields( const google::protobuf::Type& type) GetRequiredFields() argument
287 ProtoElement(const TypeInfo* typeinfo, const google::protobuf::Type& type, ProtoWriter* enclosing) ProtoElement() argument
305 ProtoElement(ProtoWriter::ProtoElement* parent, const google::protobuf::Field* field, const google::protobuf::Type& type, bool is_list) ProtoElement() argument
476 const google::protobuf::Type* type = LookupType(field); StartObject() local
519 const google::protobuf::Type* type = LookupType(field); StartList() local
551 const google::protobuf::Type* type = LookupType(field); RenderDataPiece() local
583 StartObjectField(const google::protobuf::Field& field, const google::protobuf::Type& type) StartObjectField() argument
590 StartListField(const google::protobuf::Field& field, const google::protobuf::Type& type) StartListField() argument
612 RenderPrimitiveField( const google::protobuf::Field& field, const google::protobuf::Type& type, const DataPiece& data) RenderPrimitiveField() argument
[all...]
H A Dprotostream_objectsource.cc116 ProtoStreamObjectSource( io::CodedInputStream* stream, TypeResolver* type_resolver, const google::protobuf::Type& type) ProtoStreamObjectSource() argument
136 ProtoStreamObjectSource( io::CodedInputStream* stream, const TypeInfo* typeinfo, const google::protobuf::Type& type) ProtoStreamObjectSource() argument
167 FindAndVerifyField( const google::protobuf::Type& type, uint32 tag) const FindAndVerifyField() argument
187 WriteMessage(const google::protobuf::Type& type, StringPiece name, const uint32 end_tag, bool include_start_and_end, ObjectWriter* ow) const WriteMessage() argument
334 RenderTimestamp( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderTimestamp() argument
358 RenderDuration( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderDuration() argument
400 RenderDouble(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderDouble() argument
414 RenderFloat(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderFloat() argument
428 RenderInt64(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderInt64() argument
442 RenderUInt64(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderUInt64() argument
456 RenderInt32(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderInt32() argument
470 RenderUInt32(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderUInt32() argument
484 RenderBool(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderBool() argument
499 RenderString(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderString() argument
515 RenderBytes(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderBytes() argument
531 RenderStruct(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderStruct() argument
555 RenderStructValue( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderStructValue() argument
572 RenderStructListValue( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderStructListValue() argument
596 RenderAny(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderAny() argument
679 RenderFieldMask( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderFieldMask() argument
777 const google::protobuf::Type* type = RenderField() local
1107 FindFieldByNumber( const google::protobuf::Type& type, int number) FindFieldByNumber() argument
[all...]
H A Dprotostream_objectwriter.cc64 ProtoStreamObjectWriter( TypeResolver* type_resolver, const google::protobuf::Type& type, strings::ByteSink* output, ErrorListener* listener, const ProtoStreamObjectWriter::Options& options) ProtoStreamObjectWriter() argument
78 ProtoStreamObjectWriter( const TypeInfo* typeinfo, const google::protobuf::Type& type, strings::ByteSink* output, ErrorListener* listener, const ProtoStreamObjectWriter::Options& options) ProtoStreamObjectWriter() argument
91 ProtoStreamObjectWriter( const TypeInfo* typeinfo, const google::protobuf::Type& type, strings::ByteSink* output, ErrorListener* listener) ProtoStreamObjectWriter() argument
348 const google::protobuf::Type* type = resolved_type.value(); StartAny() local
[all...]
/third_party/python/Modules/_io/
H A Dwinconsoleio.c214 winconsoleio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in winconsoleio_new() argument
H A Dfileio.c171 fileio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in fileio_new() argument
H A Dstringio.c616 stringio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in stringio_new() argument
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h73 Type type; member
90 ChildType type; member
/third_party/skia/experimental/sktext/include/
H A DTypes.h201 BlockType type; member
/third_party/skia/modules/skottie/src/
H A DLayer.cpp451 const auto type = SkToSizeT(fType); in buildRenderTree() local
/third_party/selinux/libselinux/src/
H A Dlabel_file.h439 char *regex = NULL, *type = NULL, *context = NULL; in process_line() local
[all...]
H A Dselinux_config.c138 int selinux_getpolicytype(char **type) in selinux_getpolicytype() argument
148 static int setpolicytype(const char *type) in setpolicytype() argument
163 char *line_buf = NULL, *buf_p, *value, *type = NULL, *end; in init_selinux_config() local
[all...]
/third_party/selinux/checkpolicy/test/
H A Ddismod.c318 type_datum_t *type; in display_type_callback() local
440 char *user, *role, *type; display_initial_sids() local
[all...]

Completed in 36 milliseconds

1...<<291292293294295296297298299300>>...439