/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | JSON.h | 298 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 D | GDBRegistrationListener.cpp | 160 const ObjectFile &Object, in NotifyObjectEmitted() 193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { in NotifyFreeingObject()
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit_code_cache.h | 62 class Object; variable 74 class Object; variable
|
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 484 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 D | SerializersModuleTest.kt | 17 object Object in <lambda>() object
|
/aosp_15_r20/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
H A D | PsiModifierItemTest.kt | 211 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 D | SpirvShaderDebugger.cpp | 333 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 D | MessageFormatter.java | 257 …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 D | MIRParser.cpp | 674 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 D | COFFObjectFile.cpp | 664 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 D | deSharedPtr.cpp | 41 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 D | Capstone.psm1 | 255 …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/ |
D | object.go | 23 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 D | MIRPrinter.cpp | 273 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/ |
D | object.go | 20 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/ |
D | signature.rs | 46 Object(String), enumerator 82 Object, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/ |
D | signature.rs | 46 Object(String), enumerator 82 Object, enumerator
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
H A D | TestValueAnnotations.java | 163 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 D | MIRParser.cpp | 769 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/ |
D | ObjectFile.h | 374 createObjectFile(MemoryBufferRef Object) { in createObjectFile() 451 const ObjectFile &Object; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | ObjectFile.h | 375 createObjectFile(MemoryBufferRef Object) { in createObjectFile() 452 const ObjectFile &Object; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | skeleton.rs | 395 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/ |
D | ObjectFile.h | 375 createObjectFile(MemoryBufferRef Object) { in createObjectFile() 452 const ObjectFile &Object; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | ObjectFile.h | 375 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 D | MapsTest.java | 157 HashMap<Object, Object> referenceMap, in assertWontGrow()
|