Home
last modified time | relevance | path

Searched defs:type (Results 4226 - 4250 of 12343) sorted by relevance

1...<<161162163164165166167168169170>>...494

/third_party/python/Doc/includes/
H A Dcustom4.c37 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument
/third_party/pulseaudio/src/tests/
H A Djson-test.c386 pa_json_type type; in START_TEST() member
/third_party/python/Lib/test/
H A D_testcppext.cpp71 PyTypeObject *type = Py_TYPE(const_obj); in Py_UNUSED() local
170 PyObject *type = PyType_FromSpec(&VirtualPyObject_Spec); in VirtualPyObject() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.h117 Type type() const { return type_; } in type() function in google::protobuf::util::converter::DataPiece
164 DataPiece(Type type, int32 val) in DataPiece() argument
H A Dtype_info.cc142 PopulateNameLookupTable( const google::protobuf::Type* type, CamelCaseNameTable* camel_case_name_table) const PopulateNameLookupTable() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h334 WireTypeForFieldType( FieldDescriptor::Type type) WireTypeForFieldType() argument
346 TagSize(int field_number, FieldDescriptor::Type type) TagSize() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc110 void ConvertDescriptor(const Descriptor* descriptor, Type* type) { in ConvertDescriptor() argument
[all...]
H A Dtype_resolver_util_test.cc71 const Field* FindField(const Type& type, const std::string& name) { in FindField() argument
81 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() argument
91 bool CheckFieldTypeUrl(const Type& type, const std::string& name, in CheckFieldTypeUrl() argument
100 bool FieldInOneof(const Type& type, cons argument
110 IsPacked(const Type& type, const std::string& name) IsPacked() argument
118 FindEnumValue(const Enum& type, const std::string& name) FindEnumValue() argument
127 EnumHasValue(const Enum& type, const std::string& name, int number) EnumHasValue() argument
175 Type type; TEST_F() local
304 Type type; TEST_F() local
315 Type type; TEST_F() local
335 Type type; TEST_F() local
355 Type type; TEST_F() local
367 Type type; TEST_F() local
381 Enum type; TEST_F() local
394 Enum type; TEST_F() local
406 Enum type; TEST_F() local
420 Type type; TEST_F() local
[all...]
/third_party/skia/experimental/skrive/src/reader/
H A DStreamReader.h95 BlockType type() const { return fType; } in type() function in skrive::internal::StreamReader::final
/third_party/skia/experimental/graphite/src/geom/
H A DShape.h56 Type type() const { return fType; } in type() function in skgpu::Shape
156 void setType(Type type) { in setType() argument
/third_party/skia/gm/
H A Dskbug_257.cpp72 SkPaint type; in test_text() local
H A Drectangletexture.cpp61 SkBitmap makeImagePixels(int size, ImageType type) { in makeImagePixels() argument
H A Dsurface.cpp183 static sk_sp<SkSurface> make_surface(const SkImageInfo& ii, SkCanvas* canvas, SurfaceType type) { in make_surface() argument
H A Drrects.cpp48 RRectGM(Type type) : fType(type) { } in RRectGM() argument
H A Ddstreadshuffle.cpp58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() argument
/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.h70 void draw(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount) { in draw() argument
74 void drawIndexed(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexed() argument
79 void drawInstanced(PrimitiveType type, unsigned int baseVertex, unsigned int vertexCount, in drawInstanced() argument
84 void drawIndexedInstanced(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexedInstanced() argument
[all...]
/third_party/skia/include/sksl/
H A DDSLVar.h153 DSLVar(DSLType type, skstd::string_view name = "var", in DSLVar() argument
158 DSLVar(DSLType type, const char* name, DSLExpression initialValue = DSLExpression(), PositionInfo pos = PositionInfo::Capture()) DSLVar() argument
162 DSLVar(DSLType type, DSLExpression initialValue, PositionInfo pos = PositionInfo::Capture()) DSLVar() argument
165 DSLVar(const DSLModifiers& modifiers, DSLType type, skstd::string_view name = �, DSLExpression initialValue = DSLExpression(), PositionInfo pos = PositionInfo::Capture()) DSLVar() argument
169 DSLVar(const DSLModifiers& modifiers, DSLType type, const char* name, DSLExpression initialValue = DSLExpression(), PositionInfo pos = PositionInfo::Capture()) DSLVar() argument
201 DSLGlobalVar(DSLType type, skstd::string_view name = �, DSLExpression initialValue = DSLExpression(), PositionInfo pos = PositionInfo::Capture()) DSLGlobalVar() argument
205 DSLGlobalVar(DSLType type, const char* name, DSLExpression initialValue = DSLExpression(), PositionInfo pos = PositionInfo::Capture()) DSLGlobalVar() argument
209 DSLGlobalVar(DSLType type, DSLExpression initialValue, PositionInfo pos = PositionInfo::Capture()) DSLGlobalVar() argument
213 DSLGlobalVar(const DSLModifiers& modifiers, DSLType type, skstd::string_view name = �, DSLExpression initialValue = DSLExpression(), PositionInfo pos = PositionInfo::Capture()) DSLGlobalVar() argument
217 DSLGlobalVar(const DSLModifiers& modifiers, DSLType type, const char* name, DSLExpression initialValue = DSLExpression(), PositionInfo pos = PositionInfo::Capture()) DSLGlobalVar() argument
269 DSLParameter(DSLType type, skstd::string_view name = �, PositionInfo pos = PositionInfo::Capture()) DSLParameter() argument
273 DSLParameter(DSLType type, const char* name, PositionInfo pos = PositionInfo::Capture()) DSLParameter() argument
276 DSLParameter(const DSLModifiers& modifiers, DSLType type, skstd::string_view name = �, PositionInfo pos = PositionInfo::Capture()) DSLParameter() argument
280 DSLParameter(const DSLModifiers& modifiers, DSLType type, const char* name, PositionInfo pos = PositionInfo::Capture()) DSLParameter() argument
[all...]
/third_party/skia/modules/particles/include/
H A DSkReflected.h92 static void RegisterOnce(Type* type) { in RegisterOnce() argument
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DGlowStyles.cpp32 GlowAdapter(const skjson::ObjectValue& jstyle, const AnimationBuilder& abuilder, Type type) in GlowAdapter() argument
142 make_glow_effect(const skjson::ObjectValue& jstyle, const AnimationBuilder& abuilder, sk_sp<sksg::RenderNode> layer, GlowAdapter::Type type) make_glow_effect() argument
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DFillStroke.cpp25 FillStrokeAdapter(const skjson::ObjectValue& jpaint, const AnimationBuilder& abuilder, sk_sp<sksg::PaintNode> paint_node, sk_sp<AnimatablePropertyContainer> gradient_adapter, Type type) FillStrokeAdapter() argument
/third_party/selinux/libsepol/src/
H A Dpolicydb_public.c97 int sepol_policydb_set_typevers(sepol_policydb_t * sp, unsigned int type) in sepol_policydb_set_typevers() argument
H A Dcontext.c157 char *type in context_from_record() local
[all...]
H A Dcontext_record.c19 char *type; member
82 sepol_context_set_type(sepol_handle_t * handle, sepol_context_t * con, const char *type) sepol_context_set_type() argument
[all...]
/third_party/selinux/libselinux/include/selinux/
H A Dselinux.h151 int type; member
/third_party/skia/client_utils/android/
H A DBitmapRegionDecoder.cpp69 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion() local

Completed in 16 milliseconds

1...<<161162163164165166167168169170>>...494