Home
last modified time | relevance | path

Searched defs:Object (Results 176 – 200 of 1205) sorted by relevance

12345678910>>...49

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dinitorder.go135 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/
Dinitorder.go138 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 DCachedSerializersTest.kt14 object Object object in kotlinx.serialization.CachedSerializersTest
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeUniquePtr.cpp34 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 DCacheLoadingTest.java1840 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 DCacheLoadingTest.java1840 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 Dplayground.kt47 object Object { in <lambda>() object
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DStdDelegatingDeserializer.java73 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 DLookupOverheadBenchmark.kt38 object Object object in kotlinx.benchmarks.json.LookupOverheadBenchmark
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp760 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 Dobject.h85 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/
DStructuredData.h331 : 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/
DStructuredData.h331 : 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/
DStructuredData.h331 : 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/
DStructuredData.h345 : 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 DSdkField.java241 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 DStdDelegatingSerializer.java71 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 DJsonModesTest.kt116 object Object in <lambda>() object in kotlinx.serialization.json.JsonModesTest
/aosp_15_r20/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp628 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 DELF.h39 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/
DJSON.h297 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 DJSON.h292 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 DRPCUtils.h1381 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/
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/prebuilts/clang/host/linux-x86/clang-r530567b/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

12345678910>>...49