| /third_party/python/Doc/includes/ |
| H A D | custom4.c | 37 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() argument
|
| /third_party/pulseaudio/src/tests/ |
| H A D | json-test.c | 386 pa_json_type type; in START_TEST() member
|
| /third_party/python/Lib/test/ |
| H A D | _testcppext.cpp | 71 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 D | datapiece.h | 117 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 D | type_info.cc | 142 PopulateNameLookupTable( const google::protobuf::Type* type, CamelCaseNameTable* camel_case_name_table) const PopulateNameLookupTable() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | wire_format.h | 334 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 D | type_resolver_util.cc | 110 void ConvertDescriptor(const Descriptor* descriptor, Type* type) { in ConvertDescriptor() argument [all...] |
| H A D | type_resolver_util_test.cc | 71 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 D | StreamReader.h | 95 BlockType type() const { return fType; } in type() function in skrive::internal::StreamReader::final
|
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Shape.h | 56 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 D | skbug_257.cpp | 72 SkPaint type; in test_text() local
|
| H A D | rectangletexture.cpp | 61 SkBitmap makeImagePixels(int size, ImageType type) { in makeImagePixels() argument
|
| H A D | surface.cpp | 183 static sk_sp<SkSurface> make_surface(const SkImageInfo& ii, SkCanvas* canvas, SurfaceType type) { in make_surface() argument
|
| H A D | rrects.cpp | 48 RRectGM(Type type) : fType(type) { } in RRectGM() argument
|
| H A D | dstreadshuffle.cpp | 58 void drawShape(SkCanvas* canvas, SkPaint* paint, ShapeType type) { in drawShape() argument
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | CommandBuffer.h | 70 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 D | DSLVar.h | 153 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 D | SkReflected.h | 92 static void RegisterOnce(Type* type) { in RegisterOnce() argument [all...] |
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | GlowStyles.cpp | 32 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 D | FillStroke.cpp | 25 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 D | policydb_public.c | 97 int sepol_policydb_set_typevers(sepol_policydb_t * sp, unsigned int type) in sepol_policydb_set_typevers() argument
|
| H A D | context.c | 157 char *type in context_from_record() local [all...] |
| H A D | context_record.c | 19 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 D | selinux.h | 151 int type; member
|
| /third_party/skia/client_utils/android/ |
| H A D | BitmapRegionDecoder.cpp | 69 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion() local
|