Home
last modified time | relevance | path

Searched defs:type (Results 5101 - 5125 of 10596) sorted by relevance

1...<<201202203204205206207208209210>>...424

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DMinimumBufferSizeValidationTests.cpp31 wgpu::BufferBindingType type = wgpu::BufferBindingType::Storage; member
H A DStorageTextureValidationTests.cpp207 wgpu::StorageTextureAccess type; in TEST_F() member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.h256 void SetFinalPixelType (uint32 type) in SetFinalPixelType() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc283 JavaType type = GetJavaType(descriptor_); in GenerateBuilderMembers() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h129 TokenType type; member
H A Dtokenizer_unittest.cc198 Tokenizer::TokenType type; member
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c57 upb_fieldtype_t type; member
143 upb_fieldtype_t type = upb_fielddef_type(f); in RepeatedField_GetUpbArray() local
192 zend_long type; in PHP_METHOD() local
101 RepeatedField_GetPropertyPtrPtr(PROTO_VAL *object, PROTO_STR *member, int type, void **cache_slot) RepeatedField_GetPropertyPtrPtr() argument
[all...]
/third_party/python/PC/
H A Dmsvcrtmodule.c407 msvcrt_CrtSetReportFile_impl(PyObject *module, int type, void *file) in msvcrt_CrtSetReportFile_impl() argument
432 msvcrt_CrtSetReportMode_impl(PyObject *module, int type, int mode) in msvcrt_CrtSetReportMode_impl() argument
[all...]
/third_party/python/Parser/
H A Dpegen_errors.c20 PyObject *type; in _PyPegen_raise_tokenizer_init_error() local
126 PyObject *type; in _Pypegen_raise_decode_error() local
160 PyObject *type, *value, *traceback; in _PyPegen_tokenize_full_source_to_check_for_errors() local
[all...]
/third_party/python/Python/
H A Dmodsupport.c704 PyModule_AddType(PyObject *module, PyTypeObject *type) in PyModule_AddType() argument
/third_party/python/Modules/_sqlite/
H A Drow.c75 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor, in pysqlite_row_new_impl() argument
269 PyObject *type = PyType_FromModuleAndSpec(module, &row_spec, NULL); in pysqlite_row_setup_types() local
[all...]
H A Dmodule.c145 pysqlite_register_adapter_impl(PyObject *module, PyTypeObject *type, in pysqlite_register_adapter_impl() argument
[all...]
/third_party/python/Objects/clinic/
H A Dlongobject.c.h9 long_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in long_new() argument
348 int_from_bytes(PyTypeObject *type, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in int_from_bytes() argument
H A Dcodeobject.c.h24 code_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in code_new() argument
/third_party/python/Objects/
H A Dmethodobject.c223 PyObject *type, *type_qualname, *res; in meth_get__qualname__() local
H A Denumobject.c44 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() argument
100 enumerate_vectorcall(PyObject *type, PyObject *const *args, in enumerate_vectorcall() argument
353 reversed_new_impl(PyTypeObject *type, PyObject *seq) in reversed_new_impl() argument
398 reversed_vectorcall(PyObject *type, PyObject * const*args, in reversed_vectorcall() argument
[all...]
H A Dsliceobject.c23 ellipsis_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in ellipsis_new() argument
304 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) in slice_new() argument
/third_party/python/Modules/clinic/
H A Ditertoolsmodule.c.h17 pairwise_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in pairwise_new() argument
54 itertools_groupby(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_groupby() argument
87 itertools__grouper(PyTypeObject *type, PyObjec argument
124 itertools_teedataobject(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_teedataobject() argument
162 itertools__tee(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools__tee() argument
237 itertools_cycle(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_cycle() argument
269 itertools_dropwhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_dropwhile() argument
301 itertools_takewhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_takewhile() argument
333 itertools_starmap(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_starmap() argument
377 itertools_combinations(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_combinations() argument
425 itertools_combinations_with_replacement(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_combinations_with_replacement() argument
472 itertools_permutations(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_permutations() argument
511 itertools_accumulate(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_accumulate() argument
563 itertools_compress(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_compress() argument
598 itertools_filterfalse(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_filterfalse() argument
638 itertools_count(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_count() argument
[all...]
/third_party/python/PC/clinic/
H A Dmsvcrtmodule.c.h487 int type; in msvcrt_CrtSetReportFile() local
527 int type; in msvcrt_CrtSetReportMode() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldInfo.java42 private final FieldType type; field in FieldInfo
319 FieldInfo( Field field, int fieldNumber, FieldType type, Class<?> messageClass, Field presenceField, int presenceMask, boolean required, boolean enforceUtf8, OneofInfo oneof, Class<?> oneofStoredType, Object mapDefaultEntry, EnumVerifier enumVerifier, Field cachedSizeField) FieldInfo() argument
452 private FieldType type; global() field in FieldInfo.Builder
479 withType(FieldType type) withType() argument
[all...]
H A DDescriptorMessageInfoFactory.java458 getOneofStoredType( Class<?> messageType, FieldDescriptor fd, FieldType type) getOneofStoredType() argument
[all...]
H A DDynamicMessage.java52 private final Descriptor type; field in DynamicMessage
78 public static DynamicMessage getDefaultInstance(Descriptor type) { in getDefaultInstance() argument
90 public static DynamicMessage parseFrom(Descriptor type, CodedInputStrea argument
66 DynamicMessage( Descriptor type, FieldSet<FieldDescriptor> fields, FieldDescriptor[] oneofCases, UnknownFieldSet unknownFields) DynamicMessage() argument
96 parseFrom( Descriptor type, CodedInputStream input, ExtensionRegistry extensionRegistry) parseFrom() argument
103 parseFrom(Descriptor type, ByteString data) parseFrom() argument
109 parseFrom( Descriptor type, ByteString data, ExtensionRegistry extensionRegistry) parseFrom() argument
116 parseFrom(Descriptor type, byte[] data) parseFrom() argument
122 parseFrom( Descriptor type, byte[] data, ExtensionRegistry extensionRegistry) parseFrom() argument
129 parseFrom(Descriptor type, InputStream input) parseFrom() argument
134 parseFrom( Descriptor type, InputStream input, ExtensionRegistry extensionRegistry) parseFrom() argument
140 newBuilder(Descriptor type) newBuilder() argument
225 isInitialized(Descriptor type, FieldSet<FieldDescriptor> fields) isInitialized() argument
320 private final Descriptor type; global() field in DynamicMessage.Builder
326 Builder(Descriptor type) Builder() argument
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskUtil.java95 public static FieldMask fromString(Class<? extends Message> type, String value) { in fromString() argument
106 public static FieldMask fromStringList(Class<? extends Message> type, Iterable<String> paths) { in fromStringList() argument
148 public static FieldMask fromFieldNumbers(Class<? extends Message> type, int... fieldNumbers) { in fromFieldNumbers() argument
157 fromFieldNumbers( Class<? extends Message> type, Iterable<Integer> fieldNumbers) fromFieldNumbers() argument
206 isValid(Class<? extends Message> type, FieldMask fieldMask) isValid() argument
227 isValid(Class<? extends Message> type, String path) isValid() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php38 protected $type = null; variable
301 $this->type = $var; global() variable
[all...]
H A DFieldDescriptor.php45 private $type; variable
134 $this->type = $type; variable
220 $type = $proto->getType(); variable
[all...]

Completed in 27 milliseconds

1...<<201202203204205206207208209210>>...424