Home
last modified time | relevance | path

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

12345678910

/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
/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/modules/sksg/samples/
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/modules/sksg/samples/
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/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/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
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/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/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java99 Function<Object, T> defaultFunction); in match()
122 Function<Object, T> defaultFunction); in match()
140 Function<Object, T> defaultFunction) { in match()
150 Function<Object, T> defaultFunction) { in match()
173 Function<Object, T> defaultFunction) { in match()
183 Function<Object, T> defaultFunction) { in match()
206 Function<Object, T> defaultFunction) { in match()
216 Function<Object, T> defaultFunction) { in match()
239 Function<Object, T> defaultFunction) { in match()
249 Function<Object, T> defaultFunction) { in match()
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h83 struct Object { struct
88 Object(); argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h98 struct Object { struct
104 Object(); argument
DMachOYAML.h112 struct Object { struct
113 bool IsLittleEndian;
114 FileHeader Header;
138 std::vector<Object> Slices; argument
/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/guava/guava-gwt/src/com/google/common/collect/
DSparseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, SparseImmutableTable<Object, Object, Object> table) in serialize()
DDenseImmutableTable_CustomFieldSerializer.java38 SerializationStreamWriter writer, DenseImmutableTable<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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRObjectFile.cpp29 IRObjectFile::IRObjectFile(MemoryBufferRef Object, in IRObjectFile()
90 IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
110 IRObjectFile::create(MemoryBufferRef Object, LLVMContext &Context) { in create()
/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::__anonf5ea37e30111::Object
38 Object(const Object& that) : name_(that.name_), observer_(that.observer_) { in Object() function in fxcrt::__anonf5ea37e30111::Object
/external/v8/src/objects/
Dapi-callbacks-inl.h34 ACCESSORS(AccessorInfo, js_getter, Object, kJsGetterOffset) in ACCESSORS() argument
78 ACCESSORS(AccessCheckInfo, callback, Object, kCallbackOffset) in ACCESSORS() argument

12345678910