Home
last modified time | relevance | path

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

1234567891011

/external/clang/test/Parser/
Dnamelookup-bug-2.c4 typedef int Object; typedef
6 struct Object {int i1; } *P; struct
9 struct Object { int i2; } *X; in foo() argument
/external/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
/external/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;
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h54 struct Object { struct
59 ObjectType object_type; argument
66 ObjectSize size; argument
68 absl::variant<ObjectData, ObjectRef> object; argument
72 inline bool IsRef(const Object& object) { in IsRef() 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/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/python/pybind11/tests/
Dobject.h11 Object() { print_default_created(this); } in Object() function
14 Object(const Object &) : m_refCount(0) { print_copy_created(this); } in Object() function
/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/pigweed/pw_preprocessor/
Dutil_test.cc32 struct Object { in TEST() struct
33 int a; in TEST()
34 uint64_t array[7]; in TEST()
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h83 struct Object { struct
88 Object(); argument
/external/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() argument
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
/external/clang/test/CodeGenCXX/
D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/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/llvm/unittests/Support/
DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/external/rust/crates/serde-xml-rs/tests/
Dmigrated.rs925 struct Object { in futile() struct
926 id: u8, in futile()
927 name: String, in futile()
928 x: u8, in futile()
929 y: u8, in futile()
930 width: u8, in futile()
931 height: u8, in futile()
932 ellipse: Option<()>, in futile()
977 struct Object { in futile2() struct
978 field: Option<Null>, in futile2()
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DEnumImplicitMethodsTarget.java19 CONST(Stubs.f() ? new Object() : new Object()); // assertPartlyCovered(1, 1) enumConstant
/external/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()
/external/webrtc/rtc_base/synchronization/
Dsequence_checker_unittest.cc44 struct Object { in RunOnDifferentThread() struct
45 static void Run(void* obj) { in RunOnDifferentThread()
51 rtc::FunctionView<void()> run; in RunOnDifferentThread()
52 rtc::Event thread_has_run_event; in RunOnDifferentThread()
/external/rust/crates/vulkano/src/
Dlib.rs114 type Object: ash::vk::Handle; typedef
117 fn internal_object(&self) -> Self::Object; in internal_object()
124 type Object: ash::vk::Handle; typedef
127 fn internal_object_guard(&self) -> MutexGuard<Self::Object>; in internal_object_guard()

1234567891011