Home
last modified time | relevance | path

Searched defs:Object (Results 201 – 225 of 1205) sorted by relevance

12345678910>>...49

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DJSON.h298 Object, enumerator
483 friend class Object; variable
636 inline Object::Object(std::initializer_list<KV> Properties) { in Object() function
1070 Object, enumerator
/aosp_15_r20/external/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp160 const ObjectFile &Object, in NotifyObjectEmitted()
193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { in NotifyFreeingObject()
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.h62 class Object; variable
74 class Object; variable
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp484 for (const auto &Object : YamlMF.FixedStackObjects) { in initializeFrameInfo() local
504 for (const auto &Object : YamlMF.StackObjects) { in initializeFrameInfo() local
582 const yaml::MachineStackObject &Object, int FrameIdx) { in parseStackObjectsDebugInfo()
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
H A DSerializersModuleTest.kt17 object Object in <lambda>() object
/aosp_15_r20/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/
H A DPsiModifierItemTest.kt211 object Object in Kotlin class static modifiers() object
213 object Object in Kotlin class static modifiers() object
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp333 struct Object struct
335 enum class Kind
337 Object, enumerator
364 using ID = sw::SpirvID<Object>;
365 static constexpr auto KIND = Kind::Object;
366 inline Object(Kind kind) in Object() function
371 const Kind kind;
375 static constexpr bool kindof(Object::Kind kind) { return true; } in kindof()
/aosp_15_r20/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DMessageFormatter.java257 …private static void deeplyAppendParameter(StringBuilder sbuf, Object o, Map<Object[], Object> seen… in deeplyAppendParameter()
300 …private static void objectArrayAppend(StringBuilder sbuf, Object[] a, Map<Object[], Object> seenMa… in objectArrayAppend()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp674 for (const auto &Object : YamlMF.FixedStackObjects) { in initializeFrameInfo() local
701 for (const auto &Object : YamlMF.StackObjects) { in initializeFrameInfo() local
787 const T &Object, int FrameIdx) { in parseStackObjectsDebugInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp664 COFFObjectFile::COFFObjectFile(MemoryBufferRef Object, std::error_code &EC) in COFFObjectFile()
1313 makeImportedSymbolIterator(const COFFObjectFile *Object, in makeImportedSymbolIterator()
1324 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin()
1331 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd()
1623 ObjectFile::createCOFFObjectFile(MemoryBufferRef Object) { in createCOFFObjectFile()
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.cpp41 class Object class
44 Object(bool &exists) : m_exists(exists) in Object() function in de::__anon7181c7410111::Object
/aosp_15_r20/external/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1255 …C:\PS> $Object = Get-CapstoneDisassembly -Architecture CS_ARCH_X86 -Mode CS_MODE_32 -Bytes $Bytes … in Get-CapstoneDisassembly() variable
256 C:\PS> $Object | Select-Object -Property Size, Mnemonic, Operands in Get-CapstoneDisassembly() variable
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dobject.go23 type Object interface { interface
490 func writeObject(buf *bytes.Buffer, obj Object, qf Qualifier) {
611 func ObjectString(obj Object, qf Qualifier) string {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp273 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo()
458 auto &Object = YMF.FixedStackObjects[StackObject.ID]; in convertStackObjects() local
461 auto &Object = YMF.StackObjects[StackObject.ID]; in convertStackObjects() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dobject.go20 type Object interface { interface
487 func writeObject(buf *bytes.Buffer, obj Object, qf Qualifier) {
608 func ObjectString(obj Object, qf Qualifier) string {
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Dsignature.rs46 Object(String), enumerator
82 Object, enumerator
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Dsignature.rs46 Object(String), enumerator
82 Object, enumerator
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
H A DTestValueAnnotations.java163 public void setMap(Map<Object,String> m) in setMap()
232 public void setMap(Map<Object,Object> m) in setMap()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp769 for (const auto &Object : YamlMF.FixedStackObjects) { in initializeFrameInfo() local
796 for (const auto &Object : YamlMF.StackObjects) { in initializeFrameInfo() local
892 const T &Object, int FrameIdx) { in parseStackObjectsDebugInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DObjectFile.h374 createObjectFile(MemoryBufferRef Object) { in createObjectFile()
451 const ObjectFile &Object; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DObjectFile.h375 createObjectFile(MemoryBufferRef Object) { in createObjectFile()
452 const ObjectFile &Object; variable
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dskeleton.rs395 fn object(&self) -> &Object; in object()
398 fn object_mut(&mut self) -> &mut Object; in object_mut()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DObjectFile.h375 createObjectFile(MemoryBufferRef Object) { in createObjectFile()
452 const ObjectFile &Object; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DObjectFile.h375 createObjectFile(MemoryBufferRef Object) { in createObjectFile()
452 const ObjectFile &Object; variable
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMapsTest.java157 HashMap<Object, Object> referenceMap, in assertWontGrow()

12345678910>>...49