Home
last modified time | relevance | path

Searched defs:Object (Results 126 – 150 of 1205) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/clang/test/SemaObjC/
H A 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
H A Dwarn-selector-selection.m3 @interface Object interface
8 - (void)setWindow:(Object *)wdw;
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dshared_copy_on_write_unittest.cpp32 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 DELFYAML.h696 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 DDXContainerYAML.h84 struct Object { struct
85 FileHeader Header;
86 std::vector<Part> Parts;
/aosp_15_r20/art/runtime/gc/space/
H A Dzygote_space.cc97 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 DCapacity.java93 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 Dgifalloc.c43 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 DELFYAML.h166 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/
DELFYAML.h722 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/
DELFYAML.h710 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/
DELFYAML.h722 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/
DELFYAML.h722 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 DELFYAML.h486 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 DIRObjectFile.cpp38 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 DMIRPrinter.cpp290 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 D2007-01-02-UnboundedArray.cpp7 struct Object { struct
12 new Object; in main() argument
/aosp_15_r20/art/test/972-iface-super-multidex/src/
H A DMain.java30 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/
Dp1.go13 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/
DPriorityDescendingComparator.java17 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 Djvalue.h29 class Object; variable
32 union PACKED(alignof(mirror::Object*)) JValue { in PACKED()
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug066.go19 type Object struct { struct
20 typ *Type;
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/tests/
Datomic_cell.rs242 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 DEnumImplicitMethodsTarget.java19 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 DMappedMultiException.java33 public MappedMultiException(String message, Map<Object, Throwable> throwables) { in MappedMultiException()
48 private String entryToString(Map.Entry<Object, Throwable> entry) { in entryToString()

12345678910>>...49