/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/types/objectpath/ |
D | objectpath.go | 119 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/ |
D | CustomAudienceManager.java | 161 @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()
|
D | TestCustomAudienceManager.java | 74 @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 D | Collisions.java | 116 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 D | ELFYAML.cpp | 283 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 D | ELFYAML.cpp | 414 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 D | WasmObject.h | 30 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 D | MapDeserializer.java | 455 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/ |
D | System.java | 946 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 D | System.java | 946 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/ |
D | System.java | 946 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 D | util_test.cc | 32 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 D | ChainedMap.java | 28 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 D | MachOYAML.h | 105 struct Object { struct 129 std::vector<Object> Slices; argument
|
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | AdSelectionManager.java | 690 @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 D | ArrayRecyclerTest.cpp | 19 struct Object { struct 20 int Num; 21 Object *Other;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | XCOFFYAML.h | 209 struct Object { struct 215 Object(); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | XCOFFYAML.h | 209 struct Object { struct 215 Object(); argument
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | bump_pointer_space.h | 28 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 D | XCOFFYAML.h | 41 struct Object { struct 44 Object(); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | XCOFFYAML.h | 213 struct Object { struct 219 Object(); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | XCOFFYAML.h | 213 struct Object { struct 219 Object(); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | XCOFFYAML.h | 213 struct Object { struct 219 Object(); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 28 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 D | IRObjectFile.cpp | 28 IRObjectFile::IRObjectFile(MemoryBufferRef Object, in IRObjectFile() 90 IRObjectFile::findBitcodeInMemBuffer(MemoryBufferRef Object) { in findBitcodeInMemBuffer() 110 IRObjectFile::create(MemoryBufferRef Object, LLVMContext &Context) { in create()
|