Home
last modified time | relevance | path

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

12345678

/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() argument
/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/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/typescript/tests/cases/conformance/node/allowJs/
DnodeModulesAllowJsGeneratedNameCollisions.ts10 class Object {} class
17 class Object {} class
/third_party/typescript/tests/cases/conformance/node/
DnodeModulesGeneratedNameCollisions.ts7 class Object {} class
14 class Object {} class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h103 struct Object { struct
109 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() function
218 static Expected<Object> create(const object::MinidumpFile &File); argument
DXCOFFYAML.h41 struct Object { struct
44 Object(); argument
DMachOYAML.h113 struct Object { struct
114 bool IsLittleEndian;
115 FileHeader Header;
139 std::vector<Object> Slices; argument
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_optical_flow/
Doptical_flow.adoc172 [[opticalflow-session-creation]]
173 ==== Creating an Optical Flow Session
416 ==== Destroying an Optical Flow Session
/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/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/cases/conformance/externalModules/
DexportClassNameWithObjectUMD.ts3 export class Object {} class
DexportClassNameWithObjectSystem.ts3 export class Object {} class
DexportAmbientClassNameWithObject.ts2 export declare class Object {} class
DexportClassNameWithObjectCommonJS.ts3 export class Object {} class
DexportClassNameWithObjectAMD.ts3 export class Object {} class
DexportDefaultClassNameWithObject.ts2 export default class Object {} class
/third_party/typescript/tests/cases/conformance/externalModules/es6/
Des6modulekindExportClassNameWithObject.ts3 export class Object {} class
/third_party/typescript/tests/cases/conformance/externalModules/esnext/
DexnextmodulekindExportClassNameWithObject.ts3 export class Object {} class
/third_party/typescript/tests/baselines/reference/
DexnextmodulekindExportClassNameWithObject.js6 var Object = /** @class */ (function () { class
Des6modulekindExportClassNameWithObject.js6 var Object = /** @class */ (function () { class
DtypeGuardIntersectionTypes.js18 function f1(obj: Object) {
/third_party/jerryscript/tests/jerry/
Dnumber-prototype-to-exponential.js67 Number.prototype.toExponential.call(new Object());
Dnumber-prototype-to-fixed.js47 Number.prototype.toExponential.call(new Object());

12345678