/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | scope.go | 87 type Object struct { struct 88 Kind ObjKind 89 Name string // declared name 90 Decl any // corresponding Field, XxxSpec, FuncDecl, LabeledStmt, AssignStmt, Scope; or nil 91 Data any // object-specific data; or nil 92 Type any // placeholder for type information; may be nil 103 func (obj *Object) Pos() token.Pos {
|
/aosp_15_r20/external/skia/modules/sksg/slides/ |
H A D | SVGPongSlide.cpp | 217 struct Object { struct in PongSlide 218 void initialize(const SkRRect& rrect, const SkPoint& p, const SkVector& s) { in initialize() 227 void posTick(SkScalar dt) { in posTick() 231 void updateDom() { in updateDom() 243 sk_sp<sksg::RRect> objectNode, 244 shadowNode; 245 SkPoint pos; 246 SkVector spd; 247 SkSize size;
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/ |
H A D | InPlaceOpsCollisions.java | 49 public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testPutIfAbsent() 80 public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemoveMapping() 114 public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceOldValue() 146 public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceIfMapped() 231 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNonNull() 238 public void testComputeIfAbsentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNull() 286 …public void testComputeIfPresentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val)… in testComputeIfPresentNonNull() 293 … public void testComputeIfPresentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNull() 339 public void testComputeNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeNull() 422 public void testMergeNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testMergeNull()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 1371 private EntrySet(Set<Map.Entry<Object, Object>> entrySet) { in EntrySet() 1384 public boolean add(Map.Entry<Object, Object> e) { in add() 1389 public boolean addAll(Collection<? extends Map.Entry<Object, Object>> c) { in addAll() 1445 public synchronized void forEach(BiConsumer<? super Object, ? super Object> action) { in forEach() 1450 public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ?> function) { in replaceAll() 1476 Function<? super Object, ?> mappingFunction) { in computeIfAbsent() 1482 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent() 1488 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute() 1494 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Properties.java | 1371 private EntrySet(Set<Map.Entry<Object, Object>> entrySet) { in EntrySet() 1384 public boolean add(Map.Entry<Object, Object> e) { in add() 1389 public boolean addAll(Collection<? extends Map.Entry<Object, Object>> c) { in addAll() 1445 public synchronized void forEach(BiConsumer<? super Object, ? super Object> action) { in forEach() 1450 public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ?> function) { in replaceAll() 1476 Function<? super Object, ?> mappingFunction) { in computeIfAbsent() 1482 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent() 1488 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute() 1494 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 1371 private EntrySet(Set<Map.Entry<Object, Object>> entrySet) { in EntrySet() 1384 public boolean add(Map.Entry<Object, Object> e) { in add() 1389 public boolean addAll(Collection<? extends Map.Entry<Object, Object>> c) { in addAll() 1445 public synchronized void forEach(BiConsumer<? super Object, ? super Object> action) { in forEach() 1450 public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ?> function) { in replaceAll() 1476 Function<? super Object, ?> mappingFunction) { in computeIfAbsent() 1482 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent() 1488 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute() 1494 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { impl
|
H A D | elf.rs | 104 pub struct Object<'a> { struct 117 impl<'a> Object<'a> { argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { implementation
|
H A D | elf.rs | 104 pub struct Object<'a> { struct 117 impl<'a> Object<'a> { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { argument
|
H A D | elf.rs | 104 pub struct Object<'a> { struct 117 impl<'a> Object<'a> { argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { argument
|
H A D | elf.rs | 104 pub struct Object<'a> { struct 117 impl<'a> Object<'a> { argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/ |
H A D | coff.rs | 24 pub struct Object<'a> { struct 38 impl<'a> Object<'a> { argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 36 struct Object { struct 37 XCOFFFileHeader32 FileHeader; 38 XCOFFAuxiliaryHeader32 OptionalFileHeader; 39 std::vector<Section> Sections; 40 std::vector<Symbol> Symbols; 41 StringRef StringTable;
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
H A D | object.h | 55 struct Object { struct 60 ObjectType object_type; argument 67 ObjectSize size; argument 69 std::variant<ObjectData, ObjectRef> object; argument 73 inline bool IsRef(const Object& object) { in IsRef() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/tests/ |
D | migrated.rs | 796 struct Object { in futile() struct 797 id: u8, in futile() 798 name: String, in futile() 799 x: u8, in futile() 800 y: u8, in futile() 801 width: u8, in futile() 802 height: u8, in futile() 803 ellipse: Option<()>, in futile() 848 struct Object { in futile2() struct 849 field: Option<Null>, in futile2()
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | namelookup-bug-2.c | 4 typedef int Object; typedef 6 struct Object {int i1; } *P; struct 9 struct Object { int i2; } *X; in foo() struct
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | decl.go | 15 func (check *Checker) declare(scope *Scope, id *syntax.Name, obj Object, pos syntax.Pos) { 36 func pathString(path []Object) string { 49 func (check *Checker) objDecl(obj Object, def *TypeName) { 202 func (check *Checker) validCycle(obj Object) (valid bool) { 301 func (check *Checker) cycleError(cycle []Object, start int) { 354 func firstInSrc(path []Object) int {
|