Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 35) sorted by relevance

12

/third_party/flutter/skia/modules/sksg/samples/
DSampleSVGPong.cpp225 struct Object { struct in PongView
226 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize()
235 void posTick(SkScalar dt) { in posTick()
239 void updateDom() { in updateDom()
251 sk_sp<sksg::RRect> objectNode,
252 shadowNode;
253 SkPoint pos;
254 SkVector spd;
255 SkSize size;
/third_party/giflib/
Dgifalloc.c45 ColorMapObject *Object; in GifMakeMapObject() local
80 GifFreeMapObject(ColorMapObject *Object) in GifFreeMapObject()
90 DumpColorMap(ColorMapObject *Object, in DumpColorMap()
/third_party/jerryscript/tests/jerry/
Dnumber-prototype-to-precision.js59 Number.prototype.toExponential.call(new Object());
Dnumber-prototype-to-exponential.js67 Number.prototype.toExponential.call(new Object());
Dnumber-prototype-to-fixed.js47 Number.prototype.toExponential.call(new Object());
/third_party/node/test/node-api/test_make_callback/
Dtest.js75 function endpoint($Object) {
/third_party/node/test/addons/make-callback/
Dtest.js60 function endpoint($Object) {
/third_party/python/Doc/library/
Dstdtypes.rst4737 .. _bltin-ellipsis-object:
4750 .. _bltin-notimplemented-object:
4763 .. _bltin-boolean-values:
/third_party/node/test/cctest/
Dtest_traced_value.cc11 TEST(TracedValue, Object) { in TEST() argument
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto80 message Object { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto80 message Object { message
/third_party/libcoap/src/
Dresource.c23 #define COAP_FREE_TYPE(Type, Object) memp_free(MEMP_COAP_##Type, Object) argument
30 #define COAP_FREE_TYPE(Type, Object) memb_free(&(Type##_storage), (Object)) argument
52 #define COAP_FREE_TYPE(Type, Object) coap_free(Object) argument
/third_party/grpc/src/core/lib/json/
Djson.h55 using Object = std::map<std::string, Json>; variable
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DObjectBaseTests.cpp19 class Object : public dawn::ObjectBase<Object, int*> { class
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs603 Document, Object, Array enumerator
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto94 message Object { message
/third_party/gstreamer/gstreamer/common/
Dscangobj-merge.py72 class Object: class
/third_party/gstreamer/gstplugins_good/common/
Dscangobj-merge.py72 class Object: class
/third_party/gstreamer/gst_libav/common/
Dscangobj-merge.py72 class Object: class
/third_party/gstreamer/gstplugins_base/common/
Dscangobj-merge.py72 class Object: class
/third_party/gstreamer/gstplugins_bad/common/
Dscangobj-merge.py72 class Object: class
/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go44 type Object interface { interface
/third_party/python/Lib/idlelib/idle_test/
Dtest_calltip.py242 class Object(metaclass=Type): class
/third_party/flutter/skia/src/pdf/
DSkPDFTypes.cpp249 SkPDFUnion SkPDFUnion::Object(std::unique_ptr<SkPDFObject> objSp) { in Object() function in SkPDFUnion
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dwdm.h683 #define ASSERT_APC(Object) NT_ASSERT((Object)->Type == ApcObject) argument
685 #define ASSERT_DPC(Object) \ argument
694 #define ASSERT_DEVICE_QUEUE(Object) \ argument
995 PVOID Object; member
3358 PVOID Object; member
3369 PVOID Object; member
3381 PVOID Object; member
3389 PVOID Object; member
3399 PVOID Object; member
3411 PVOID Object; member
[all …]

12