Home
last modified time | relevance | path

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

1234567

/external/clang/test/Parser/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; argument
9 struct Object { int i2; } *X; in foo() struct
Dnamelookup-bug-1.c4 typedef int Object; typedef
/external/vulkan-validation-layers/demos/smoke/
DSimulation.h81 struct Object { struct
94 const std::vector<Object> &objects() const { return objects_; } in objects() argument
/external/annotation-tools/annotation-file-utilities/tests/
DLocalClass.java9 new Object() { in m() method
16 new Object() { in m() method
19 new Object() { in m() method
25 new Object() { in m() method
38 new Object() { in m2() method
41 new Object() { in m2() method
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLeakDetector.cpp32 void LeakDetector::addGarbageObjectImpl(void *Object) { in addGarbageObjectImpl()
37 void LeakDetector::addGarbageObjectImpl(const Value *Object) { in addGarbageObjectImpl()
42 void LeakDetector::removeGarbageObjectImpl(void *Object) { in removeGarbageObjectImpl()
47 void LeakDetector::removeGarbageObjectImpl(const Value *Object) { in removeGarbageObjectImpl()
/external/skia/samplecode/
DSampleSVGPong.cpp215 struct Object { struct in PongView
216 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize()
225 void posTick(SkScalar dt) { in posTick()
229 void updateDom() { in updateDom()
241 sk_sp<sksg::RRect> objectNode,
242 shadowNode;
243 SkPoint pos;
244 SkVector spd;
245 SkSize size;
/external/skqp/samplecode/
DSampleSVGPong.cpp215 struct Object { struct in PongView
216 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize()
225 void posTick(SkScalar dt) { in posTick()
229 void updateDom() { in updateDom()
241 sk_sp<sksg::RRect> objectNode,
242 shadowNode;
243 SkPoint pos;
244 SkVector spd;
245 SkSize size;
/external/clang/test/SemaObjC/
Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
Dclass-method-lookup.m28 @interface Object @end interface
31 - (void)setWindow:(Object *)wdw;
Didiomatic-parentheses.m6 @interface Object interface
18 @implementation Object implementation
Dwarn-strict-selector-match.m13 @interface Object @end interface
16 - (void)setWindow:(Object *)wdw; // expected-note 2 {{using}}
48 + (NTGridDataObject*)dataObject:(id<MyObject, MyCoding>)data; argument
Dcomptypes-6.m6 @interface Object @end interface
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp26 MemoryBufferRef Object, std::unique_ptr<ModuleSummaryIndex> I) in ModuleSummaryIndexObjectFile()
51 ModuleSummaryIndexObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
73 MemoryBufferRef Object, in hasGlobalValueSummaryInMemBuffer()
87 MemoryBufferRef Object, in create()
/external/libchrome/dbus/
Dobject_manager.h335 struct Object { struct
339 ObjectProxy* object_proxy; argument
347 // Maps the object path of an object to the Object structure. argument
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h83 struct Object { struct
88 Object(); argument
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/guava/guava-gwt/src/com/google/common/collect/
DDenseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, DenseImmutableTable<Object, Object, Object> table) in serialize()
DSparseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, SparseImmutableTable<Object, Object, Object> table) in serialize()
DImmutableTable_CustomFieldSerializerBase.java44 SerializationStreamWriter writer, ImmutableTable<Object, Object, Object> table) in serialize()
DMultimap_CustomFieldSerializerBase.java39 ImmutableMultimap.Builder<Object, Object> builder) in instantiate()
53 public static Multimap<Object, Object> populate( in populate()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
DEnumImplicitMethods.java16 CONST(Stubs.f() ? new Object() : new Object()); // $line-const$ enumConstant
/external/clang/test/CodeGenObjC/
Dundefined-protocol.m9 @implementation Object @end implementation
/external/pdfium/core/fxcrt/
Dshared_copy_on_write_unittest.cpp32 class Object : public Retainable { class
34 Object(Observer* observer, const std::string& name) in Object() function in fxcrt::__anon1fbf0a570111::Object
38 Object(const Object& that) : name_(that.name_), observer_(that.observer_) { in Object() function in fxcrt::__anon1fbf0a570111::Object
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc29 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) { in getDynamicTypeInfoFromObject()

1234567