/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | initorder.go | 135 func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object { 154 func (check *Checker) reportCycle(cycle []Object) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | initorder.go | 138 func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object { 157 func (check *Checker) reportCycle(cycle []Object) {
|
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
H A D | CachedSerializersTest.kt | 14 object Object object in kotlinx.serialization.CachedSerializersTest
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deUniquePtr.cpp | 34 class Object class 37 Object(bool &exists) : m_exists(exists) in Object() function in de::__anon90d808610111::Object
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/ |
H A D | CacheLoadingTest.java | 1840 private static void testConcurrentLoading(CacheBuilder<Object, Object> builder) in testConcurrentLoading() 1857 private static void testConcurrentLoadingDefault(CacheBuilder<Object, Object> builder) in testConcurrentLoadingDefault() 1889 private static void testConcurrentLoadingNull(CacheBuilder<Object, Object> builder) in testConcurrentLoadingNull() 1928 private static void testConcurrentLoadingUncheckedException(CacheBuilder<Object, Object> builder) in testConcurrentLoadingUncheckedException() 1971 private static void testConcurrentLoadingCheckedException(CacheBuilder<Object, Object> builder) in testConcurrentLoadingCheckedException()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/ |
H A D | CacheLoadingTest.java | 1840 private static void testConcurrentLoading(CacheBuilder<Object, Object> builder) in testConcurrentLoading() 1857 private static void testConcurrentLoadingDefault(CacheBuilder<Object, Object> builder) in testConcurrentLoadingDefault() 1889 private static void testConcurrentLoadingNull(CacheBuilder<Object, Object> builder) in testConcurrentLoadingNull() 1928 private static void testConcurrentLoadingUncheckedException(CacheBuilder<Object, Object> builder) in testConcurrentLoadingUncheckedException() 1971 private static void testConcurrentLoadingCheckedException(CacheBuilder<Object, Object> builder) in testConcurrentLoadingCheckedException()
|
/aosp_15_r20/external/dokka/test/ |
H A D | playground.kt | 47 object Object { in <lambda>() object
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
H A D | StdDelegatingDeserializer.java | 73 public StdDelegatingDeserializer(Converter<Object,T> converter, in StdDelegatingDeserializer() 97 protected StdDelegatingDeserializer<T> withDelegate(Converter<Object,T> converter, in withDelegate()
|
/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/ |
H A D | LookupOverheadBenchmark.kt | 38 object Object object in kotlinx.benchmarks.json.LookupOverheadBenchmark
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 760 COFFObjectFile::create(MemoryBufferRef Object) { in create() 767 COFFObjectFile::COFFObjectFile(MemoryBufferRef Object) in COFFObjectFile() 1404 makeImportedSymbolIterator(const COFFObjectFile *Object, in makeImportedSymbolIterator() 1415 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin() 1423 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd() 1718 ObjectFile::createCOFFObjectFile(MemoryBufferRef Object) { in createCOFFObjectFile()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/ |
H A D | object.h | 85 friend class Object; variable 143 Object() : Handle(TaggedValue::Dict()) {} in Object() function 188 explicit Object(TaggedValue v) : Handle(std::move(v)) {} in Object() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | StructuredData.h | 331 : Object(lldb::eStructuredDataTypeFloat), m_value(d) {} in Object() function 350 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {} in Object() function 561 : Object(lldb::eStructuredDataTypeGeneric), m_object(object) {} in Object() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | StructuredData.h | 331 : Object(lldb::eStructuredDataTypeFloat), m_value(d) {} in Object() function 350 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {} in Object() function 561 : Object(lldb::eStructuredDataTypeGeneric), m_object(object) {} in Object() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | StructuredData.h | 331 : Object(lldb::eStructuredDataTypeFloat), m_value(d) {} in Object() function 350 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {} in Object() function 561 : Object(lldb::eStructuredDataTypeGeneric), m_object(object) {} in Object() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | StructuredData.h | 345 : Object(lldb::eStructuredDataTypeFloat), m_value(d) {} in Object() function 364 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {} in Object() function 575 : Object(lldb::eStructuredDataTypeGeneric), m_object(object) {} in Object() function
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/ |
H A D | SdkField.java | 241 public Builder<TypeT> setter(BiConsumer<Object, TypeT> setter) { in setter() 253 public Builder<TypeT> getter(Function<Object, TypeT> getter) { in getter()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/ |
H A D | StdDelegatingSerializer.java | 71 public StdDelegatingSerializer(Converter<Object,?> converter, in StdDelegatingSerializer() 84 protected StdDelegatingSerializer withDelegate(Converter<Object,?> converter, in withDelegate()
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/ |
H A D | JsonModesTest.kt | 116 object Object in <lambda>() object in kotlinx.serialization.json.JsonModesTest
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 628 COFFObjectFile::COFFObjectFile(MemoryBufferRef Object, std::error_code &EC) in COFFObjectFile() 1216 makeImportedSymbolIterator(const COFFObjectFile *Object, in makeImportedSymbolIterator() 1227 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin() 1234 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd() 1511 ObjectFile::createCOFFObjectFile(MemoryBufferRef Object) { in createCOFFObjectFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 39 getElfArchType(StringRef Object) { in getElfArchType() 498 template <class ELFT> ELFFile<ELFT>::ELFFile(StringRef Object) : Buf(Object) {} in ELFFile() 501 Expected<ELFFile<ELFT>> ELFFile<ELFT>::create(StringRef Object) { in create()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | JSON.h | 297 Object, enumerator 482 friend class Object; variable 623 inline Object::Object(std::initializer_list<KV> Properties) { in Object() function 1057 Object, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 292 Object, enumerator 474 friend class Object; variable 615 inline Object::Object(std::initializer_list<KV> Properties) { in Object() function 1049 Object, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCUtils.h | 1381 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addHandler() 1393 void addAsyncHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addAsyncHandler() 1493 void addHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addHandler() 1505 void addAsyncHandler(ClassT &Object, RetT (ClassT::*Method)(ArgTs...)) { in addAsyncHandler()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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/prebuilts/clang/host/linux-x86/clang-r530567b/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
|