Home
last modified time | relevance | path

Searched defs:Object (Results 101 – 125 of 1205) sorted by relevance

12345678910>>...49

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/types/objectpath/
Dobjectpath.go119 func For(obj types.Object) (Path, error) {
443 func find(obj types.Object, T types.Type, path []byte, seen map[*types.TypeName]bool) []byte {
528 func findTypeParam(obj types.Object, list *types.TypeParamList, path []byte, seen map[*types.TypeNa…
540 func Object(pkg *types.Package, p Path) (types.Object, error) { func
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/customaudience/
DCustomAudienceManager.java161 @NonNull OutcomeReceiver<Object, Exception> receiver) { in joinCustomAudience()
229 @NonNull OutcomeReceiver<Object, Exception> receiver) { in fetchAndJoinCustomAudience()
293 @NonNull OutcomeReceiver<Object, Exception> receiver) { in leaveCustomAudience()
496 @NonNull AdServicesOutcomeReceiver<Object, Exception> receiver) { in scheduleCustomAudienceUpdate()
DTestCustomAudienceManager.java74 @NonNull OutcomeReceiver<Object, Exception> receiver) { in overrideCustomAudienceRemoteInfo()
123 @NonNull OutcomeReceiver<Object, Exception> receiver) { in removeCustomAudienceRemoteInfoOverride()
166 @NonNull OutcomeReceiver<Object, Exception> receiver) { in resetAllCustomAudienceOverrides()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DCollisions.java116 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove()
131 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove()
146 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove()
161 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp283 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
440 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
516 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
619 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
670 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
895 const auto *Object = static_cast<ELFYAML::Object *>(YamlIO.getContext()); in NormalizedOther() local
915 const auto *Object = static_cast<ELFYAML::Object *>(YamlIO.getContext()); in toValue() local
1553 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in mapping() local
1573 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp414 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
643 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
728 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in bitset() local
779 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
850 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
919 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in enumeration() local
1176 const auto *Object = static_cast<ELFYAML::Object *>(YamlIO.getContext()); in NormalizedOther() local
1196 const auto *Object = static_cast<ELFYAML::Object *>(YamlIO.getContext()); in toValue() local
1869 const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext()); in mapping() local
1903 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h30 struct Object { struct
31 llvm::wasm::WasmObjectHeader Header; argument
33 std::vector<Section> Sections;
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DMapDeserializer.java455 public Map<Object,Object> deserialize(JsonParser p, DeserializationContext ctxt, in deserialize()
503 Map<Object,Object> result) throws IOException in _readAndBind()
570 Map<Object,Object> result) throws IOException in _readAndBindStringKeyMap()
710 Map<Object,Object> result) throws IOException in _readAndUpdate()
780 Map<Object,Object> result) throws IOException in _readAndUpdateStringKeyMap()
866 public MapReferringAccumulator(Class<?> valueType, Map<Object, Object> result) { in MapReferringAccumulator()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DSystem.java946 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute()
958 Function<? super Object, ?> mappingFunction) { in computeIfAbsent()
969 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent()
980 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DSystem.java946 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute()
958 Function<? super Object, ?> mappingFunction) { in computeIfAbsent()
969 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent()
980 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DSystem.java946 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute()
958 Function<? super Object, ?> mappingFunction) { in computeIfAbsent()
969 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent()
980 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
/aosp_15_r20/external/pigweed/pw_preprocessor/
H A Dutil_test.cc32 struct Object { in TEST() struct
33 int a; in TEST()
34 uint64_t array[7]; in TEST()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DChainedMap.java28 Map<?, ?> map2, Constructor<Map<Object, Object>>[] constructors, int indexStart) { in M3()
87 Map<?, ?> map2, Constructor<Map<Object, Object>>[] constructors, int indexStart) { in M4()
214 private ChainedMap(Map<? extends Object, ? extends Object>... maps) { in ChainedMap()
220 Map<?, ?> mapBase, Constructor<Map<Object, Object>>[] mapConstructors, int indexStart) { in ChainedMap()
228 Map<? extends Object, ? extends Object>... maps) { in constructorList()
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h105 struct Object { struct
129 std::vector<Object> Slices; argument
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionManager.java690 @NonNull OutcomeReceiver<Object, Exception> receiver) { in reportImpression()
769 @NonNull OutcomeReceiver<Object, Exception> receiver) { in reportEvent()
849 @NonNull OutcomeReceiver<Object, Exception> receiver) { in setAppInstallAdvertisers()
924 @NonNull OutcomeReceiver<Object, Exception> outcomeReceiver) { in updateAdCounterHistogram()
/aosp_15_r20/external/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp19 struct Object { struct
20 int Num;
21 Object *Other;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DXCOFFYAML.h209 struct Object { struct
215 Object(); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h209 struct Object { struct
215 Object(); argument
/aosp_15_r20/art/runtime/gc/space/
H A Dbump_pointer_space.h28 class Object; variable
74 size_t Free(Thread*, mirror::Object*) override { in Free()
78 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h41 struct Object { struct
44 Object(); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DXCOFFYAML.h213 struct Object { struct
219 Object(); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DXCOFFYAML.h213 struct Object { struct
219 Object(); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DXCOFFYAML.h213 struct Object { struct
219 Object(); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DIRObjectFile.cpp28 IRObjectFile::IRObjectFile(MemoryBufferRef Object, in IRObjectFile()
90 IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
111 IRObjectFile::create(MemoryBufferRef Object, LLVMContext &Context) { in create()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DIRObjectFile.cpp28 IRObjectFile::IRObjectFile(MemoryBufferRef Object, in IRObjectFile()
90 IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer()
110 IRObjectFile::create(MemoryBufferRef Object, LLVMContext &Context) { in create()

12345678910>>...49