/aosp_15_r20/external/clang/test/SemaObjC/ |
H A 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
|
H A D | warn-selector-selection.m | 3 @interface Object interface 8 - (void)setWindow:(Object *)wdw;
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | shared_copy_on_write_unittest.cpp | 32 class Object final : public Retainable { class 39 Object(Observer* observer, const std::string& name) in Object() function in fxcrt::__anon48adf5500111::Object 43 Object(const Object& that) : name_(that.name_), observer_(that.observer_) { in Object() function in fxcrt::__anon48adf5500111::Object
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 696 struct Object { struct 697 FileHeader Header; 698 std::vector<ProgramHeader> ProgramHeaders; 702 std::vector<std::unique_ptr<Chunk>> Chunks; 708 std::optional<std::vector<Symbol>> Symbols; 709 std::optional<std::vector<Symbol>> DynamicSymbols; 710 std::optional<DWARFYAML::Data> DWARF; 712 std::vector<Section *> getSections() { in getSections() 720 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable()
|
H A D | DXContainerYAML.h | 84 struct Object { struct 85 FileHeader Header; 86 std::vector<Part> Parts;
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | zygote_space.cc | 97 size_t ZygoteSpace::AllocationSize(mirror::Object*, size_t*) { in AllocationSize() 102 size_t ZygoteSpace::Free(Thread*, mirror::Object*) { in Free() 107 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/IdentityHashMap/ |
H A D | Capacity.java | 93 static void growUsingPut(IdentityHashMap<Object,Object> map, in growUsingPut() 99 static void growUsingPutAll(IdentityHashMap<Object,Object> map, in growUsingPutAll() 106 static void growUsingRepeatedPutAll(IdentityHashMap<Object,Object> map, in growUsingRepeatedPutAll()
|
/aosp_15_r20/external/giflib/ |
H A D | gifalloc.c | 43 ColorMapObject *Object; in GifMakeMapObject() local 79 void GifFreeMapObject(ColorMapObject *Object) { in GifFreeMapObject() 87 void DumpColorMap(ColorMapObject *Object, FILE *fp) { in DumpColorMap()
|
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 166 struct Object { struct 167 FileHeader Header; 168 std::vector<std::unique_ptr<Section>> Sections; 173 LocalGlobalWeakSymbols Symbols;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 722 struct Object { struct 723 FileHeader Header; 724 std::vector<ProgramHeader> ProgramHeaders; 728 std::vector<std::unique_ptr<Chunk>> Chunks; 734 std::optional<std::vector<Symbol>> Symbols; 735 std::optional<std::vector<Symbol>> DynamicSymbols; 736 std::optional<DWARFYAML::Data> DWARF; 738 std::vector<Section *> getSections() { in getSections() 746 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 710 struct Object { struct 711 FileHeader Header; 712 std::vector<ProgramHeader> ProgramHeaders; 716 std::vector<std::unique_ptr<Chunk>> Chunks; 722 std::optional<std::vector<Symbol>> Symbols; 723 std::optional<std::vector<Symbol>> DynamicSymbols; 724 std::optional<DWARFYAML::Data> DWARF; 726 std::vector<Section *> getSections() { in getSections() 734 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 722 struct Object { struct 723 FileHeader Header; 724 std::vector<ProgramHeader> ProgramHeaders; 728 std::vector<std::unique_ptr<Chunk>> Chunks; 734 std::optional<std::vector<Symbol>> Symbols; 735 std::optional<std::vector<Symbol>> DynamicSymbols; 736 std::optional<DWARFYAML::Data> DWARF; 738 std::vector<Section *> getSections() { in getSections() 746 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 722 struct Object { struct 723 FileHeader Header; 724 std::vector<ProgramHeader> ProgramHeaders; 728 std::vector<std::unique_ptr<Chunk>> Chunks; 734 std::optional<std::vector<Symbol>> Symbols; 735 std::optional<std::vector<Symbol>> DynamicSymbols; 736 std::optional<DWARFYAML::Data> DWARF; 738 std::vector<Section *> getSections() { in getSections() 746 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 486 struct Object { struct 487 FileHeader Header; 488 std::vector<ProgramHeader> ProgramHeaders; 492 std::vector<std::unique_ptr<Chunk>> Chunks; 498 Optional<std::vector<Symbol>> Symbols; 499 Optional<std::vector<Symbol>> DynamicSymbols; 501 std::vector<Section *> getSections() { in getSections()
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 38 IRObjectFile::IRObjectFile(MemoryBufferRef Object, std::unique_ptr<Module> Mod) in IRObjectFile() 291 ErrorOr<MemoryBufferRef> IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer() 311 llvm::object::IRObjectFile::create(MemoryBufferRef Object, in create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 290 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 458 auto &Object = in convertStackObjects() local 464 auto &Object = YMF.StackObjects[StackObjectsIdx[FrameIdx]]; in convertStackObjects() local 498 auto &Object = in convertStackObjects() local 503 auto &Object = YMF.StackObjects[StackObjectsIdx[DebugVar.Slot]]; in convertStackObjects() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | 2007-01-02-UnboundedArray.cpp | 7 struct Object { struct 12 new Object; in main() argument
|
/aosp_15_r20/art/test/972-iface-super-multidex/src/ |
H A D | Main.java | 30 System.out.println((String)m.invoke(c.newInstance(), new Object[0])); in main() local 38 System.out.println((String)m.invoke(c.newInstance(), new Object[0])); in main() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug414.dir/ |
D | p1.go | 13 type Object struct{} struct 15 func (this *Object) f() string {
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/core/features/ |
D | PriorityDescendingComparator.java | 17 public int compare(@org.jetbrains.annotations.NotNull() in compare() 18 … kotlin.Pair<? extends java.lang.Object, java.lang.Integer> a, @org.jetbrains.annotations.NotNull() in compare()
|
/aosp_15_r20/art/runtime/ |
H A D | jvalue.h | 29 class Object; variable 32 union PACKED(alignof(mirror::Object*)) JValue { in PACKED()
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | bug066.go | 19 type Object struct { struct 20 typ *Type;
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/tests/ |
D | atomic_cell.rs | 242 struct Object { in garbage_padding() struct 243 a: i64, in garbage_padding() 244 b: i32, in garbage_padding()
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
H A D | EnumImplicitMethodsTarget.java | 19 CONST(Stubs.f() ? new Object() : new Object()); // assertPartlyCovered(1, 1) enumConstant
|
/aosp_15_r20/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/ |
H A D | MappedMultiException.java | 33 public MappedMultiException(String message, Map<Object, Throwable> throwables) { in MappedMultiException() 48 private String entryToString(Map.Entry<Object, Throwable> entry) { in entryToString()
|