Home
last modified time | relevance | path

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

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h75 struct Object { struct
94 Object() : Kind(Type::Int), Int(0) {} in Object() function
/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/skia/modules/sksg/samples/
DSampleSVGPong.cpp224 struct Object { struct in PongView
225 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize()
234 void posTick(SkScalar dt) { in posTick()
238 void updateDom() { in updateDom()
250 sk_sp<sksg::RRect> objectNode,
251 shadowNode;
252 SkPoint pos;
253 SkVector spd;
254 SkSize size;
/third_party/mindspore/mindspore/core/ir/dtype/
Dtensor_type.h43 MS_DECLARE_PARENT(UndeterminedType, Object) in MS_DECLARE_PARENT() argument
66 MS_DECLARE_PARENT(TensorType, Object) in MS_DECLARE_PARENT() argument
89 MS_DECLARE_PARENT(RowTensorType, Object) in MS_DECLARE_PARENT() argument
112 MS_DECLARE_PARENT(SparseTensorType, Object) in MS_DECLARE_PARENT() argument
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts12 type T01 = keyof Object; alias
13 type T02 = keyof keyof Object; alias
14 type T03 = keyof keyof keyof Object; alias
15 type T04 = keyof keyof keyof keyof Object; alias
16 type T05 = keyof keyof keyof keyof keyof Object; alias
17 type T06 = keyof keyof keyof keyof keyof keyof Object; alias
/third_party/mindspore/mindspore/core/ir/
Ddtype.h51 MS_DECLARE_PARENT(String, Object) in MS_DECLARE_PARENT() argument
68 MS_DECLARE_PARENT(Keyword, Object) in MS_DECLARE_PARENT() argument
93 MS_DECLARE_PARENT(Slice, Object) in MS_DECLARE_PARENT() argument
118 MS_DECLARE_PARENT(Function, Object) in MS_DECLARE_PARENT() argument
143 MS_DECLARE_PARENT(JTagged, Object) in MS_DECLARE_PARENT() argument
160 MS_DECLARE_PARENT(SymbolicKeyType, Object) in MS_DECLARE_PARENT() argument
172 MS_DECLARE_PARENT(EnvType, Object) in MS_DECLARE_PARENT() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h103 struct Object { struct
109 Object(); argument
DXCOFFYAML.h41 struct Object { struct
44 Object(); argument
DMinidumpYAML.h201 struct Object { struct
204 Object &operator=(const Object &) = delete; argument
206 Object &operator=(Object &&) = default; argument
208 Object(const minidump::Header &Header, in Object() argument
218 static Expected<Object> create(const object::MinidumpFile &File); argument
DMachOYAML.h113 struct Object { struct
114 bool IsLittleEndian;
115 FileHeader Header;
139 std::vector<Object> Slices; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRObjectFile.cpp28 IRObjectFile::IRObjectFile(MemoryBufferRef Object, in IRObjectFile()
90 IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
110 IRObjectFile::create(MemoryBufferRef Object, LLVMContext &Context) { in create()
/third_party/typescript/tests/cases/conformance/externalModules/
DexportClassNameWithObjectSystem.ts3 export class Object {} class
DexportAmbientClassNameWithObject.ts2 export declare class Object {} class
DexportClassNameWithObjectAMD.ts3 export class Object {} class
DexportClassNameWithObjectCommonJS.ts3 export class Object {} class
DexportClassNameWithObjectUMD.ts3 export class Object {} class
DexportDefaultClassNameWithObject.ts2 export default class Object {} class
/third_party/typescript/tests/cases/conformance/externalModules/esnext/
DexnextmodulekindExportClassNameWithObject.ts3 export class Object {} class
/third_party/typescript/tests/cases/conformance/externalModules/es6/
Des6modulekindExportClassNameWithObject.ts3 export class Object {} class
/third_party/giflib/
Dgifalloc.c45 ColorMapObject *Object; in GifMakeMapObject() local
80 GifFreeMapObject(ColorMapObject *Object) in GifFreeMapObject()
90 DumpColorMap(ColorMapObject *Object, in DumpColorMap()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.cpp48 Object::Object() in Object() function in Addr::Object
64 Object::Object(const Client* pClient) in Object() function in Addr::Object
/third_party/typescript/tests/baselines/reference/
DtypeGuardIntersectionTypes.js18 function f1(obj: Object) {
DexnextmodulekindExportClassNameWithObject.js6 var Object = /** @class */ (function () { class
Des6modulekindExportClassNameWithObject.js6 var Object = /** @class */ (function () { class
/third_party/jerryscript/tests/jerry/
Dnumber-prototype-to-fixed.js47 Number.prototype.toExponential.call(new Object());

1234567