| /external/clang/test/Parser/ |
| D | namelookup-bug-2.c | 4 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/ |
| D | MsgPackReader.h | 75 struct Object { struct 94 Object() : Kind(Type::Int), Int(0) {} in Object() argument
|
| /external/skia/modules/sksg/samples/ |
| D | SampleSVGPong.cpp | 224 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/ |
| D | object.h | 54 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/ |
| D | AttributeValue.java | 99 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/ |
| D | ModuleSummaryIndexObjectFile.cpp | 26 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/ |
| D | object.h | 11 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/ |
| D | object_manager.h | 335 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/ |
| D | util_test.cc | 32 struct Object { in TEST() struct 33 int a; in TEST() 34 uint64_t array[7]; in TEST()
|
| /external/llvm/include/llvm/ObjectYAML/ |
| D | COFFYAML.h | 83 struct Object { struct 88 Object(); argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | COFFYAML.h | 103 struct Object { struct 109 Object(); argument
|
| D | MinidumpYAML.h | 201 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
|
| D | XCOFFYAML.h | 41 struct Object { struct 44 Object(); argument
|
| D | MachOYAML.h | 113 struct Object { struct 114 bool IsLittleEndian; 115 FileHeader Header; 139 std::vector<Object> Slices; argument
|
| /external/clang/test/CodeGenCXX/ |
| D | 2007-01-02-UnboundedArray.cpp | 7 struct Object { struct 12 new Object; in main() argument
|
| /external/clang/test/SemaObjC/ |
| D | warn-selector-selection.m | 3 @interface Object interface 8 - (void)setWindow:(Object *)wdw;
|
| D | class-method-lookup.m | 28 @interface Object @end interface 31 - (void)setWindow:(Object *)wdw;
|
| D | idiomatic-parentheses.m | 6 @interface Object interface 18 @implementation Object implementation
|
| D | warn-strict-selector-match.m | 13 @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/ |
| D | ArrayRecyclerTest.cpp | 19 struct Object { struct 20 int Num; 21 Object *Other;
|
| /external/rust/crates/serde-xml-rs/tests/ |
| D | migrated.rs | 925 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/ |
| D | EnumImplicitMethodsTarget.java | 19 CONST(Stubs.f() ? new Object() : new Object()); // assertPartlyCovered(1, 1) enumConstant
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | IRObjectFile.cpp | 28 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/ |
| D | sequence_checker_unittest.cc | 44 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/ |
| D | lib.rs | 114 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()
|